Connecting Senddera to Zapier
Senddera integrates with Zapier through its REST API using the Webhooks by Zapier action and custom app connections. You need an API token from Senddera → API Tokens.
Available Triggers (Senddera → Zapier)
Use Senddera's Webhooks feature to push events to Zapier:
| Event | Zapier Trigger URL Use Case |
|---|---|
| New subscriber | Notify Slack channel |
| Unsubscribe | Update CRM contact |
| Campaign sent | Log to Google Sheet |
| Link clicked | Tag contact in HubSpot |
In Senddera, go to Webhooks → Create and paste the Zapier Webhook URL (from "Catch Hook" trigger).
Available Actions (Zapier → Senddera)
Use Webhooks by Zapier → POST to call the Senddera API:
POST https://mail.yourdomain.com/api/v1/subscribers
Authorization: Bearer YOUR_TOKEN
Content-Type: application/json
{ "email": "{{email}}", "first_name": "{{first_name}}", "list_uid": "abc123" }
Common Use Cases
Typeform → Senddera: When someone completes a Typeform survey, add them to a specific list with their answers as custom fields.
Shopify → Senddera: Add new Shopify customers to a welcome sequence automatically.
Calendly → Senddera: Subscribe event attendees and trigger a pre-event reminder sequence.
Senddera → Google Sheets: Log every new subscriber to a spreadsheet for reporting.
Zapier's multi-step Zaps let you chain these — for example, subscribe a Typeform respondent and simultaneously create a CRM deal.