MailerSend

Integrate MailerSend with your AI workspace

MailerSend is a transactional email service designed for developers to integrate email sending capabilities into their applications.

Explore Triggers and Actions

Create API Token

Creates a new API token with specified scopes (permissions) for a domain. The token allows programmatic access to MailerSend API endpoints based on granted scopes. WARNING: The token value is only displayed once upon creation and cannot be retrieved later.

ActionTry it

Create Sending Domain

Tool to add a new sending domain to MailerSend. Use when you need to register and configure a domain before sending emails.

ActionTry it

Create SMTP User

Tool to create a new SMTP user. Use after domain setup to obtain SMTP credentials.

ActionTry it

Create Webhook

Tool to create a new webhook for a MailerSend domain. Use after you have a domain ID and need to receive event notifications like sent, delivered, opened, etc.

ActionTry it

Delete Webhook

Tool to delete an existing webhook. Use when the webhook is no longer needed. Returns empty response on successful deletion (HTTP 204).

ActionTry it

Get API Quota

Tool to retrieve current API usage quota. Use when monitoring API rate limits to avoid exceeding allowed calls.

ActionTry it

Get API Tokens

Retrieves a paginated list of API tokens associated with your MailerSend account. Returns token details including ID, name, status, creation date, and assigned scopes/permissions. Requires 'tokens_full' scope.

ActionTry it

Get Domain

Tool to retrieve detailed information about a specific sending domain in MailerSend. Returns domain verification status (DKIM, SPF, MX, tracking), settings (click/open tracking, paused status), and metadata (creation/update timestamps). Use this when you need to check if a domain is properly verified and configured for sending emails, or to review domain-specific tracking settings. Note: For detailed DNS record values, use the Get Domain DNS Records action.

ActionTry it

Get email recipients

Tool to retrieve a list of email recipients. Use when you need to list and filter recipients by list ID or search term.

ActionTry it

Get email templates

Retrieves a paginated list of email templates from your MailerSend account. Use this tool when you need to: - List all available email templates - Filter templates by domain ID - Browse templates with pagination - Check template details like name, type, and creation date Returns template metadata including IDs, names, types, and timestamps. For full template content, use a separate get single template endpoint.

ActionTry it

Get general API resources

Tool to retrieve general API resources and information. Use when you need an overview of all MailerSend endpoints before constructing specific calls.

ActionTry it

Get sending domains

Retrieve a paginated list of all sending domains configured in your MailerSend account. Use this to: - View all domains available for sending emails - Check domain verification and DNS status - Filter by verification status to find verified or unverified domains - Review domain settings like tracking and sending preferences Returns domain details including verification status, DNS configuration, and tracking settings.

ActionTry it

Get sent messages

Tool to retrieve a paginated list of sent messages. Use after sending emails to view message logs.

ActionTry it

Get SMS Activity

Tool to retrieve SMS activity logs. Use when you need to fetch delivery status and logs of sent SMS messages.

ActionTry it

Get SMS Inbounds

Retrieve inbound SMS route configurations. Inbound routes define rules for forwarding incoming SMS messages to webhook URLs based on message content filters. Use this action when you need to: - List all configured SMS inbound routes - Filter routes by SMS number or enabled status - Review webhook forwarding configurations and filter rules

ActionTry it

Get SMS Numbers

Tool to retrieve a paginated list of SMS phone numbers. Use after purchasing numbers to fetch available SMS numbers.

ActionTry it

Get SMS recipients

Tool to retrieve a list of SMS recipients. Use when you need to list and paginate SMS recipients, optionally filtering by SMS number ID and/or recipient status.

ActionTry it

Get SMTP users

Tool to retrieve a list of SMTP users. Use when you need to list and paginate SMTP users.

ActionTry it

Get users

Tool to retrieve a list of users associated with your account. Use after authenticating with a valid API token.

ActionTry it

List Domain Recipients

Tool to list recipients for a domain. Use after obtaining the domain ID to view recipients with optional pagination.

ActionTry it

List Sender Identities

Retrieves a paginated list of sender identities configured in your MailerSend account. Sender identities are the email addresses or domains authorized to send emails through MailerSend. Each identity includes verification status, reply-to configuration, domain association, and optional personal notes. Use this tool to discover available sender identities before sending emails or to verify which identities are ready for use. Returns: Paginated list of identity objects with metadata including verification status, domain details, and navigation links for pagination.

ActionTry it

List SMS Messages

Retrieves a paginated list of SMS messages sent through the MailerSend API. Returns message details including sender, recipients, content, status, and timestamps. Use this to review sent SMS messages and track their delivery status. Note: For detailed activity tracking with filters (date ranges, status, phone numbers), use the SMS Activity endpoint instead.

ActionTry it

List webhooks

Tool to retrieve a list of webhooks. Use when you need to list and paginate all configured webhooks, optionally filtering by domain.

ActionTry it