MailerSend icon

MailerSend

Transactional email platform for domains, templates, recipients, messages, webhooks, and delivery events.

Supports transactional email work across sent messages, templates, delivery status, clicks, bounces, and domains.

Sign in to connect MailerSend

Sign in to connect an account and start using MailerSend in your apps.

Example Use Cases

These are example ways Snow can use MailerSend when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

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.

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.

Create SMTP User

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

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.

Delete Webhook

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

Get API Quota

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

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.

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.

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.

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.