AWS SES MCP connector
Amazon Simple Email Service (SES) is AWS's cloud-based platform for sending transactional and marketing emails at scale. The AWS SES MCP connector allows AI agents to send individual and templated emails while creating, updating, and managing reusable email templates. It also supports custom verification email templates, giving teams flexibility to standardize and control outbound email communication across their applications.
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 directly from automated workflows
- Deliver personalized bulk emails using reusable templates with dynamic content
- Build and maintain email templates for consistent brand messaging
- Verify new sender email addresses through customizable verification email templates
- Automate order confirmations, password resets, and notification emails at scale
- Track and manage all email templates used across marketing campaigns
- Streamline account verification processes with branded custom verification emails
- Reduce email development time by reusing pre-built templates across workflows
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 our new customer using AWS SES.Create an email template for our monthly newsletter in AWS SES.Show me all the email templates we have saved in AWS SES.Send our order confirmation template to a customer through AWS SES.Update the password reset email template in AWS SES.Delete the old promotional email template from AWS SES.Create a verification email template for new sign-ups in AWS SES.Send a verification email to a new user through AWS SES.List all custom verification templates set up in AWS SES.Get the details of our shipping confirmation template 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 | Send an email |
| sendTemplatedEmail | Send a templated email |
| createTemplate | Create an email template |
| getTemplate | Get an email template |
| updateTemplate | Update an email template |
| deleteTemplate | Delete an email template |
| listTemplates | List email templates |
| createCustomVerificationEmailTemplate | Create a custom verification email template |
| getCustomVerificationEmailTemplate | Get a custom verification email template |
| updateCustomVerificationEmailTemplate | Update a custom verification email template |
| deleteCustomVerificationEmailTemplate | Delete a custom verification email template |
| listCustomVerificationEmailTemplates | List custom verification email templates |
| sendCustomVerificationEmail | Send a custom verification email |