manage_suppression
Manage the account-level suppression list in SES. Add, remove, retrieve, or list suppressed email addresses. Addresses on the suppression list will not receive emails. Addresses can be suppressed due to bounces or complaints.
manage_dedicated_ip_pool
Create, retrieve, delete, or list dedicated IP pools in SES. Dedicated IP pools group IPs for isolated sender reputation management. Pools can operate in **Standard** (manually managed) or **Managed** (AWS handles warmup and optimization) mode.
manage_contact_list
Create, update, retrieve, delete, or list SES contact lists. Contact lists enable subscription management and compliance with unsubscribe requirements. Each list can have multiple topics that contacts can individually subscribe to or opt out of.
get_account
Retrieve SES account details including sending quotas, reputation status, enforcement status, and whether the account has production access. Also shows suppression and Virtual Deliverability Manager (VDM) settings.
manage_contact
Create, update, retrieve, delete, or list contacts within an SES contact list. Contacts represent email recipients with topic-based subscription preferences. Use this to manage individual subscriber preferences and compliance status.
manage_email_identity
Verify and manage sending identities (email addresses or domains) in SES. Identities must be verified before they can be used as a "From" address. Supports creating identities with DKIM configuration, managing mail-from domains, enabling/disabling DKIM signing, and toggling feedback forwarding.
manage_email_template
Create, update, retrieve, delete, or list SES email templates. Templates support placeholder variables for personalization and can be used with both single and bulk email sending.
Use the **testRender** action to preview how a template renders with sample data.
get_message_insights
Retrieve detailed delivery insights for a specific sent email by its message ID. Shows delivery events per recipient, including delivery status, bounces, complaints, opens, and clicks. Useful for troubleshooting delivery issues and tracking individual message outcomes.
send_bulk_email
Send a templated email to multiple recipients in bulk. Each recipient can have personalized replacement data. Uses SES email templates for consistent formatting with per-recipient customization.
send_email
Send an email through AWS SES. Supports three content modes:
- **Simple**: Provide subject and body (text/HTML) — SES handles MIME formatting.
- **Raw**: Supply a complete MIME message for full control over headers and content.
- **Template**: Use a pre-created SES template with dynamic replacement data.
Emails can be sent to multiple recipients via To, Cc, and Bcc fields.
manage_event_destination
Create, update, list, or delete event destinations on an SES configuration set. Event destinations publish email sending events (sends, deliveries, bounces, complaints, opens, clicks, etc.) to SNS topics, CloudWatch, Kinesis Data Firehose, Pinpoint, or EventBridge for monitoring and alerting.
manage_configuration_set
Create, retrieve, delete, or list SES configuration sets. Configuration sets control delivery options, reputation monitoring, click/open tracking, and suppression behavior for emails. You can also update individual options (sending, reputation, tracking, suppression) on an existing set.
get_email_address_insights
Analyze an email address with Amazon SES validation insights, including syntax, DNS, disposable-address, role-address, random-input, and mailbox-existence signals.