Taifa MailTaifa Mail Docs
Integrations

Zapier

Connect Taifa Mail to thousands of apps with a single Webhooks by Zapier action that calls the Taifa Mail API.

Zapier can call any HTTP API, so you can send Taifa Mail mail from any Zapier trigger today using the built-in Webhooks by Zapier action.

Use cases

  • Send a welcome email when a new row hits Google Sheets.
  • Email a confirmation when a Typeform is submitted.
  • Notify a channel when an Taifa Mail webhook event fires.

Step 1: Pick a trigger

Create a Zap and choose any trigger, for example New Spreadsheet Row or New Form Entry.

Step 2: Add a Webhooks by Zapier action

  1. Add an action step and choose Webhooks by Zapier -> Custom Request.
  2. Configure the request:
FieldValue
MethodPOST
URLhttps://govconnect.ke/v1/emails/
Data Pass-ThroughOff
HeadersAuthorization: Bearer tfm_k_live_... and Content-Type: application/json

Step 3: Map the fields

In the Data field, send JSON and map trigger fields into it:

{
  "from_": { "email": "hello@yourbusiness.co.ke" },
  "to": [{ "email": "{{trigger.email}}" }],
  "subject": "Welcome",
  "html": "<p>Karibu, {{trigger.name}}.</p>"
}

Test the step, then turn the Zap on.

Store your API key in the header field of a private Zap, not in shared text. Use a key scoped to emails:send only.

Native integration coming soon

A native Zapier app with prebuilt Taifa Mail actions and triggers is on the roadmap.

Next steps

On this page