Make
The SushiSend module for Make exposes the same triggers and actions as Zapier, with the added flexibility of Make’s router and iterator modules.
Install
- In Make, search the app directory for “SushiSend” and install the module.
- Add a connection using an API key from Dashboard → API keys.
- Pick the workspace the connection belongs to.
Watching events
Use the Watch email events module at the start of a scenario. Make polls for new events every 1–15 minutes (your pick). For real-time processing use a Custom webhook module pointed at a Make webhook URL, and register that URL in SushiSend’s webhook settings.
Common scenarios
- Bounce → CRM: watch bounces, look up the contact in your CRM, flag them for re-engagement.
- New signup → welcome series: webhook from your app → add contact to SushiSend → send welcome template.
- Complaint → Slack: watch complaints, post to a
#deliverabilitychannel with the recipient, template, and campaign.
Rate limits
Make handles SushiSend API limits with built-in backoff. If you’re firing hundreds of ops per second, bump your plan or stage requests through a queue.