AWS SES bulk transactional email
AWS SES (Simple Email Service) is the AWS-native email-sending service — used for transactional and bulk email at AWS-native cost (much cheaper per email than SendGrid/Mailgun for high volume), with the trade-off being more operational responsibility (you manage your sender reputation, set up bounce/complaint handling). Tiny Command exposes two actions, no triggers (SES bounce/complaint events fire via SNS topics; for "react to bounce" workflows, SNS-to-Tiny-Command webhook trigger via subscription): Send Email (single recipient with HTML/text body, attachments, headers), List Verified Identities (the verified sender email addresses and domains — SES requires sender verification before allowing sends). The connection uses AWS IAM credentials with ses:SendEmail permissions plus the region. SES is typically the right choice for orgs already in AWS that want cheap email at scale; new green-field projects often start with Resend/Postmark/SendGrid for the easier developer experience and only move to SES at high volume.
No credit card required · Set up in under 2 minutes
Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.
| Action | What it does | Open action |
|---|---|---|
| List Verified Identities | Returns every verified sender email/domain in the connected SES region. SES blocks sends from unverified identities, so this is the pre-flight check before Send Email — confirm the from-address is verified or your sends will silently fail. | |
| Send Email via SES | Sends a transactional or bulk email through SES. Requires the from-address to be verified. SES pricing is dramatically cheaper than SendGrid/Mailgun at scale (~$0.10 per 1000 emails) — the trade-off is more operational responsibility around bounce/complaint handling and reputation management. |
Clone any recipe and customize it in one click. Every recipe is fully editable.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect AWS SES once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every AWS SES field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
If we missed yours, ping support. We usually reply within an hour.
Same category as AWS SES, ordered by how often teams pair them. Hover the carousel to pause.
Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.