Integrations

Zapier Integration Guide

March 21, 2026 2 min read 5,483 views Guide

Connecting AcelleMail to Zapier

AcelleMail integrates with Zapier through its REST API using the Webhooks by Zapier action and custom app connections. You need an API token from AcelleMail → API Tokens.

Available Triggers (AcelleMail → Zapier)

Use AcelleMail'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 AcelleMail, go to Webhooks → Create and paste the Zapier Webhook URL (from "Catch Hook" trigger).

Available Actions (Zapier → AcelleMail)

Use Webhooks by Zapier → POST to call the AcelleMail 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 → AcelleMail: When someone completes a Typeform survey, add them to a specific list with their answers as custom fields.

Shopify → AcelleMail: Add new Shopify customers to a welcome sequence automatically.

Calendly → AcelleMail: Subscribe event attendees and trigger a pre-event reminder sequence.

AcelleMail → 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.

Tags

A

AcelleMail Team