Skip to content

Zapier

SushiSend publishes triggers (new email event, new bounce, new contact) and actions (send email, add contact to list, add suppression) to Zapier.

Install

  1. Go to zapier.com/apps and search “SushiSend”.
  2. Authorize using an API key from your workspace (create one at Dashboard → API keys).
  3. 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.