AWS SES MCP connector
Amazon Simple Email Service (SES) is AWS's cloud-based email sending service for delivering transactional, marketing, and notification emails. The AWS SES MCP connector allows AI agents to send standard and templated emails, create and manage email templates, and configure custom verification email templates. It also supports listing available templates, retrieving template details, and updating or deleting existing email templates across your SES environment.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the AWS SES MCP connector to perform the following actions:
- Send transactional emails to customers automatically when events occur in your workflows
- Deliver marketing campaigns and promotional emails at scale without managing email infrastructure
- Create and manage reusable email templates to maintain consistent branding across communications
- Verify user email addresses by sending custom verification emails during account signup
- Trigger notification emails to teams when orders, alerts, or important events occur
- Build personalized email workflows that pull data from multiple systems and send templated messages
- Track email sending metrics and bounce rates to improve delivery and engagement
Example prompts
Use the following example prompts to invoke AWS SES MCP connector tools from your AI assistant or Boomi Connect workflow:
Send a welcome email to new customers who sign up in our system using AWS SES.Create an email template in AWS SES for order confirmation emails.List all email templates I have saved in AWS SES.Send a password reset email to a user in AWS SES with their custom reset link.Update our promotional email template in AWS SES with new product information.Set up a custom verification email template in AWS SES for new account confirmations.Delete an outdated email template from AWS SES that we no longer use.Send bulk notification emails to our support team when high-priority tickets arrive using AWS SES.Retrieve the content of our customer receipt template from AWS SES.Send verification emails to users when they change their email address in AWS SES.
AWS SES MCP connector tools
The AWS SES MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| sendEmail | Sends an email message to specified recipients with custom subject and body content. |
| sendTemplatedEmail | Sends an email to recipients using a predefined template with variable substitution. |
| createTemplate | Creates a new email template with subject, HTML, and text content for reuse. |
| getTemplate | Retrieves the details and content of a specific email template. |
| updateTemplate | Modifies the subject, HTML, or text content of an existing email template. |
| deleteTemplate | Removes an email template from the account permanently. |
| listTemplates | Retrieves a list of all email templates in the account. |
| createCustomVerificationEmailTemplate | Creates a custom template for email verification messages sent to recipients. |
| getCustomVerificationEmailTemplate | Retrieves the details of a custom email verification template. |
| updateCustomVerificationEmailTemplate | Modifies the content of an existing custom email verification template. |
| deleteCustomVerificationEmailTemplate | Removes a custom email verification template from the account. |
| listCustomVerificationEmailTemplates | Retrieves a list of all custom email verification templates in the account. |
| sendCustomVerificationEmail | Sends a custom verification email to a recipient using a verification template. |