Zapier
SushiSend publishes triggers (new email event, new bounce, new contact) and actions (send email, add contact to list, add suppression) to Zapier.
Install
- Go to zapier.com/apps and search “SushiSend”.
- Authorize using an API key from your workspace (create one at Dashboard → API keys).
- Zapier stores the key encrypted at rest.
Triggers
- New email event — filterable by
type(delivered, bounced, etc.) - New contact — when a contact is created in a workspace.
- Bounce or complaint — subset of the event trigger, scoped to hard bounces and complaints for convenience.
Actions
- Send email — equivalent to
POST /v1/emails. Supports template + variables. - Add contact — equivalent to
POST /v1/workspaces/<id>/contacts. - Add suppression — push an address onto your workspace’s suppression list.
Limits
Zapier calls count against your workspace quota the same as direct API calls. Use the Cost controls page if you want a hard stop so a runaway Zap can’t blow up your bill.