Sync tasks from your existing tools into Fragment.
acme@checkfragment.com
) and we will take care of mirroring your task backlog on Fragment.Fragment
1. No Code (Zapier) | 2. Native | |
---|---|---|
Update frequency | instant | 1 minute |
HubSpot Entities | all | tasks |
Webhooks* | (yes)** | yes |
Watch for deletion | ? | partial |
olivier@checkfragment.com
) and we will take care of mirroring your task backlog on Fragment.
Here is how it typically works:
due_at
), and some fields
to get started (including the url
).tasks/
endpointCode
Action from Zapier (available in Python and JavaScript flavors).Code
action (option 2) : from Google sheet → Fragment
Let’s say you have a Google spreadsheet named zapier-demo with one sheet named Sheet 1.
Search Rows
Google Sheets trigger
JSON
action to format the flat data into a proper JSON. This action enables you to define a schema for your data and is thus robust.
In our case, let’s adopt a simple data structure that fits the Task Data Model
PATCH
method
x-api-key
for authentication
rowAdded
PATCH
x-api-key
{{ $json }}