Skip to main content

AWS SES Integration

Tier: Basic — Toggle-only integration. Flips AWS SES on as a supported email channel and keeps your SES credentials available as FlowMattic variables.

The AWS SES integration signals that your operation uses Amazon Simple Email Service for transactional email delivery. Actual email sending is performed by FlowMattic workflows using the SyteOps-synced variables that hold your SES credentials and region.

What the toggle does

  • Marks AWS SES as a supported email channel inside SyteOps.
  • Keeps your SES-related credentials (if configured in the System / API tab) available to FlowMattic as variables.
  • Hides SES configuration fields from client-facing admin views when toggled off.

Setup

  1. Navigate to SyteOps → Integrations.
  2. Find AWS SES in the Email & Delivery category.
  3. Toggle it ON and click Save Changes.

AWS SES is a SaaS / API integration — there's no WordPress plugin to detect, so turning the toggle on is enough.

Connect AWS SES to your FlowMattic workflow

  1. In the AWS Console, create or locate the SES credentials you want to use (access key and secret for an IAM user with SES permissions).
  2. In the SyteOps System / API tab, save your AWS SES credentials and the target region.
  3. In FlowMattic, open the workflow that should send email.
  4. Add a step using Webhook / HTTP Request (or a dedicated AWS SES step if your FlowMattic version includes one):
    • Reference the SyteOps-synced variables for access key, secret, and region.
    • Build the standard AWS SES request payload (recipient, subject, body).
  5. Save the workflow and run a test.

Common use-cases

  • Transactional emails triggered by SyteOps role or user events (new user onboarding, role assignment notifications).
  • Client-facing email relays where your branded SES domain is the sender.
  • High-volume email delivery that sits behind rate-limiting and bounce handling better than standard SMTP.