MailSlurp

MailSlurp provides programmable email and SMS inboxes, sending, testing, webhooks, and deliverability tools through a REST API.

14 actions Integration catalog
Request access
Connect MailSlurp once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create InboxMAILSLURP_CREATE_INBOX
Create a MailSlurp HTTP or SMTP inbox. HTTP inboxes are the default and can send and receive; SMTP inboxes are receive-only.
Delete InboxMAILSLURP_DELETE_INBOX
Permanently delete one MailSlurp inbox by UUID, including its email address and all emails it contains. This destructive action cannot be undone.
Get Account InfoMAILSLURP_GET_ACCOUNT_INFO
Return the connected MailSlurp account identity, state, account type, subscription type, and creation time. Use this to check account availability before attempting quota- or plan-sensitive operations.
Get EmailMAILSLURP_GET_EMAIL
Get one fully hydrated received email by UUID, including parsed headers, body content, recipients, and attachment IDs. Fetching hydrated content may mark the email as read.
Get InboxMAILSLURP_GET_INBOX
Get one MailSlurp inbox by UUID, including its email address, type, labels, and lifecycle state.
List Contact GroupsMAILSLURP_LIST_CONTACT_GROUPS
List saved MailSlurp contact groups with optional creation-time filters. Returns one page and a continuation cursor.
List ContactsMAILSLURP_LIST_CONTACTS
List saved MailSlurp contacts with optional search and creation-time filters. Returns one page and a continuation cursor.
List DomainsMAILSLURP_LIST_DOMAINS
List custom domains configured for the connected MailSlurp account, including identifiers, domain type, and DNS verification state.
List EmailsMAILSLURP_LIST_EMAILS
List received emails across the account or one selected inbox with unread, exact-search, favorite, plus-address, and time filters. Returns one page and a continuation cursor.
List InboxesMAILSLURP_LIST_INBOXES
List MailSlurp inboxes with optional search, tag, type, domain, favorite, and creation-time filters. Returns one page and a continuation cursor.
List Sent EmailsMAILSLURP_LIST_SENT_EMAILS
List sent-email records, optionally filtered by source inbox, exact identifier/address search, and creation time. Returns one page and a continuation cursor.
List Email TemplatesMAILSLURP_LIST_TEMPLATES
List saved MailSlurp email templates with optional creation-time filters. Returns one page and a continuation cursor without large template bodies.
Send EmailMAILSLURP_SEND_EMAIL
Send an email from a specific MailSlurp inbox to addresses, saved contacts, or one contact group. Supports plain text or HTML, uploaded attachment IDs, and saved templates. The legacy endpoint confirms acceptance but does not return a sent-email record.
Update InboxMAILSLURP_UPDATE_INBOX
Update an inbox's name, description, tags, expiration, or favorite status. Provide at least one field to update. The inbox email address cannot be changed.