Marketing14 toolsPaste one API key
MailSlurp integration for AI agents
MailSlurp provides programmable email and SMS inboxes, sending, testing, webhooks, and deliverability tools through a REST API.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect MailSlurp once and call the same tools from all of them.
Setup
Connect MailSlurp through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
MailSlurp exposes 14 tools through ClawLink. The 13 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
mailslurp_get_account_info | Return the connected MailSlurp account identity, state, account type, subscription type, and | Read |
mailslurp_get_inbox | Get one MailSlurp inbox by UUID, including its email address, type, labels, and lifecycle state | Read |
mailslurp_list_contact_groups | List saved MailSlurp contact groups with optional creation-time filters | Read |
mailslurp_list_contacts | List saved MailSlurp contacts with optional search and creation-time filters | Read |
mailslurp_list_domains | List custom domains configured for the connected MailSlurp account, including identifiers | Read |
mailslurp_list_emails | List received emails across the account or one selected inbox with unread, exact-search | Read |
mailslurp_list_inboxes | List MailSlurp inboxes with optional search, tag, type, domain, favorite, and creation-time | Read |
mailslurp_list_sent_emails | List sent-email records, optionally filtered by source inbox, exact identifier/address search | Read |
mailslurp_list_templates | List saved MailSlurp email templates with optional creation-time filters | Read |
mailslurp_create_inbox | Create a MailSlurp HTTP or SMTP inbox | Write |
mailslurp_get_email | Get one fully hydrated received email by UUID, including parsed headers, body content | Read |
mailslurp_update_inbox | Update an inbox's name, description, tags, expiration, or favorite status | Write |
mailslurp_send_email | Send an email from a specific MailSlurp inbox to addresses, saved contacts, or one contact group | Write |