Zapier
Basic plan and above
Webhooks require a paid plan. See Webhook automations for limits and details.
Zapier connects TellDone to thousands of apps - Google Sheets, Slack, Trello, Asana, and more. There is no native TellDone app in Zapier. Instead, you use the Webhooks by Zapier trigger to receive data from TellDone.
Setup
In Zapier
- Create a new Zap
- For the trigger, choose Webhooks by Zapier, then Catch Hook
- Skip the "Pick off a Child Key" step (leave it blank)
- Zapier gives you a webhook URL - copy it
In TellDone
- Go to Settings > Integrations > Webhook Automations
- Tap New Automation
- Paste the Zapier webhook URL
- Choose which data types to send (notes, tasks, events, reports)
- Tap Save
- Tap Test send to send sample data to Zapier
Back in Zapier
- Click Test trigger - Zapier picks up the test data and shows you all available fields
- Add your action step (Google Sheets, Slack, email, etc.) and map the fields
Mapping fields
After the test trigger loads, Zapier shows all available fields from TellDone. The most useful ones:
data title- the title of the note, task, or eventdata summary- AI-generated summary (notes only)data priority- priority level (high, medium, low)data due_date- due date for tasksdata tags- assigned tagsevent- the event type (note.created,task.created, etc.)
For the full list of fields in each data type, see Webhook automations - What gets sent.
Routing by event type
If you send multiple data types (notes, tasks, events), you can route them to different actions:
- Use a Filter step to only continue when
eventmatches a specific type (e.g., only processtask.created) - Or use Paths to handle different event types in a single Zap
Filtering test events
Test sends include "test": true in the payload. Add a Filter step: only continue when the test field does not exist.
Example Zaps
- TellDone tasks to Google Sheets rows
- TellDone notes to Slack messages
- TellDone events to Google Calendar
- TellDone reports to email digest
Disconnect
To stop sending data to Zapier:
- Turn off the Zap in Zapier, or
- Disable or delete the automation in TellDone Settings > Integrations > Webhook Automations
See also
- Webhook automations - payload format, delivery limits, and security
- Make - alternative automation platform
- n8n - self-hosted automation alternative