Skip to main content
Feedback

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.

ToolDescription
sendEmailSends an email message to specified recipients with custom subject and body content.
sendTemplatedEmailSends an email to recipients using a predefined template with variable substitution.
createTemplateCreates a new email template with subject, HTML, and text content for reuse.
getTemplateRetrieves the details and content of a specific email template.
updateTemplateModifies the subject, HTML, or text content of an existing email template.
deleteTemplateRemoves an email template from the account permanently.
listTemplatesRetrieves a list of all email templates in the account.
createCustomVerificationEmailTemplateCreates a custom template for email verification messages sent to recipients.
getCustomVerificationEmailTemplateRetrieves the details of a custom email verification template.
updateCustomVerificationEmailTemplateModifies the content of an existing custom email verification template.
deleteCustomVerificationEmailTemplateRemoves a custom email verification template from the account.
listCustomVerificationEmailTemplatesRetrieves a list of all custom email verification templates in the account.
sendCustomVerificationEmailSends a custom verification email to a recipient using a verification template.
On this Page