Shopify
Branded Shopify order and shipping email on your own domain. Native support is on the Taifa Mail roadmap.
We want Shopify order and shipping emails to deliver from your own domain with Taifa Mail reputation behind them.
Use cases
- Order confirmations that match your brand and land in the inbox.
- Shipping and delivery updates from your domain reputation.
- Abandoned-cart and win-back mail tied to store events.
Shopify does not let you point its built-in storefront notifications at a custom SMTP server, so a native Taifa Mail app is needed for the standard order emails. That app is on the roadmap.
What you can do today
For your own custom store events (not Shopify's built-in notifications), you can already call Taifa Mail from a Shopify Flow action or an app webhook:
- Trigger a Shopify Flow on an event such as Order created.
- Add an HTTP request action (or a small app endpoint) that POSTs to
https://govconnect.ke/v1/emails/with your API key. - Map the order's customer email and details into the request body.
See the REST API guide for the request shape.
Native integration coming soon
A native Shopify app that brands and delivers the standard order and shipping notifications is on the roadmap. Until then, use the custom-event path above.