Email for Your Zapier or Make Agent (No Code)
**To give a Zapier or Make agent its own email, connect Sairaph Mail's MCP server through each platform's MCP Client feature, or call the REST API from a generic HTTP step. Unlike a parser inbox (Zapier) or a bring-your-own IMAP mailbox (Make), Sairaph Mail *is* the mailbox - provisioned and two-way, so your scenario can both send and read inbound over one scoped key, no domain or SMTP setup required.**
Last updated June 30, 2026
This guide covers both platforms in three steps.
Step 1 - Provision a mailbox and a scoped key
Create the mailbox in the dashboard and issue a per-mailbox key - read_write to send and read, read for codes/confirmations only. Keep the sm_live_… secret in the platform's credential store:
Step 2 - Connect over MCP (native, no code)
Both platforms can call a remote MCP server directly:
- Zapier: use the MCP Client to connect a remote MCP server, set the URL to
https://mail.sairaph.com/mcp/v1/mcp, and add theAuthorization: Bearer sm_live_…header. The mailbox's actions become steps you can use in a Zap or hand to a Zapier Agent. - Make: add the MCP Client app, create a connection to
https://mail.sairaph.com/mcp/v1/mcpwith the same Bearer header, and the mailbox's tools appear in your scenario with their required and optional fields listed.
Step 3 - Or call REST from a generic HTTP step
If you'd rather not use MCP, every mailbox is a plain REST endpoint:
- Zapier: Webhooks by Zapier → Custom Request, method
POST, URLhttps://mail.sairaph.com/api/v1/mailboxes/{mailbox_id}/outbound, headersAuthorization: Bearer sm_live_…and a uniqueIdempotency-Key, with the JSON body below. - Make: the HTTP → Make a request module with the same method, URL, headers, and body.
Send body and the read leg are the canonical REST snippets - send first:
Then read inbound (poll on a schedule, or live=true for an on-demand fetch when waiting on a code):
How Sairaph Mail fits Zapier and Make
Generic automation tools assume you already have a mailbox - Zapier gives you a limited parsing inbox, Make makes you connect your own IMAP/SMTP account. Sairaph Mail removes that: it *is* the mailbox, provisioned and two-way, EU-hosted by default, reachable as a native MCP step or a plain HTTP step, with a dashboard to see what your scenario sent and received. See the MCP docs or the REST API docs.
Next step: get started and provision a mailbox. Sending confirmations from a scenario? See transactional notifications.
Related
Give your agent a real mailbox
Two-way email over REST and a native MCP server, EU-resident by default.
EU data residencyPer-customer encryptionNative MCP