Taifa MailTaifa Mail Docs
Integrations

Make

Add Taifa Mail to any Make scenario with a single HTTP module that calls the Taifa Mail API.

Make (formerly Integromat) can call any HTTP API, so you can send Taifa Mail mail from any scenario today using the built-in HTTP module.

Use cases

  • Send mail at the end of a multi-step Make scenario.
  • Email a summary when a watched event completes.
  • Bridge apps that Make supports natively into Taifa Mail sends.

Step 1: Add an HTTP module

In your scenario, add the HTTP -> Make a request module and set:

FieldValue
MethodPOST
URLhttps://govconnect.ke/v1/emails/
Body typeRaw, JSON (application/json)

Step 2: Set auth and body

  1. Add a header Authorization: Bearer tfm_k_live_....
  2. Set the request content to JSON:
{
  "from_": { "email": "hello@yourbusiness.co.ke" },
  "to": [{ "email": "{{1.email}}" }],
  "subject": "Welcome",
  "html": "<p>Karibu, {{1.name}}.</p>"
}

Step 3: Map and run

Map fields from earlier modules into the body, then run the scenario to confirm delivery.

Use a Make connection or data store for the API key rather than pasting it into every module.

Native integration coming soon

A native Make app with ready-made Taifa Mail modules is on the roadmap.

Next steps

On this page