Skip to content
Communications

Connect Amazon SES to any app with two-way sync.

Two-way sync Amazon SES across all your CRMs, databases, data warehouses, EDI systems, and AI tools, with custom workflows tailored to your data.

  • SOC 2 and 6 other compliance frameworks
  • POC with real engineers in minutes

Adopted by fast-scaling companies moving mission-critical data in real time

Case study
Migrated from MuleSoft
Case study
Migrated from Celigo
Migrated from Heroku Connect
Migrated from Matillion
Case study
Migrated from Fivetran
Case study
Migrated from Celigo
Object catalog

What Stacksync syncs in Amazon SES.

These objects sync between Amazon SES and any connected system, with field-level mapping and conflict resolution. Custom fields are picked up from the live schema where Amazon SES exposes them.

Messages (SendEmail / SendBulkEmail)
Outbound email is produced via SendEmail and SendBulkEmail, accepting raw MIME or a template plus destination list. Send-only; there is no message store to read back.
Contacts
Subscribers in the contact list with per-topic opt-in state; CRUD via CreateContact/ListContacts/UpdateContact/DeleteContact, each carrying a LastUpdatedTimestamp for polling.
Contact Lists
One list per AWS account, subdivided into Topics that group subscriptions; read and write via CreateContactList and GetContactList.
Email Templates
Reusable subject/HTML/text templates with replacement variables; synced via CreateEmailTemplate, GetEmailTemplate, ListEmailTemplates, and UpdateEmailTemplate.
Suppression List
Addresses auto-added on bounce or complaint; read with ListSuppressedDestinations and written with Put/DeleteSuppressedDestination to control re-sends.
Verified Identities
Email-address and domain identities cleared to send; managed via CreateEmailIdentity, ListEmailIdentities, GetEmailIdentity (DKIM and verification status).
Configuration Sets
Named send-time rule groups that attach event destinations, IP pools, and suppression options; managed via Create/List ConfigurationSet operations.
Sending Events
Per-message send, delivery, bounce, complaint, open, and click events; not on any API, read from a configuration-set event destination (SNS/EventBridge/Firehose).
API surface

How Stacksync connects to Amazon SES.

The connector runs on Amazon SES's native API. Stacksync manages authentication, rate limits, retries, and schema changes so your team does not maintain integration code.

Connection
AWS SES API v2 (REST/JSON over HTTPS) plus an SMTP sending interface
Authentication
AWS IAM credentials (access key + secret) signed with Signature Version 4, or an assumed IAM role via STS; the SMTP interface uses SMTP credentials derived from an IAM user
Change detection
Message events (delivery, bounce, complaint, open, click) are pushed in near real time through configuration-set event destinations (SNS/EventBridge/Firehose); contacts, templates, and suppression entries are polled via List/Get operations
Rate limits
Every SES API action except SendEmail, SendRawEmail, and SendTemplatedEmail is throttled to 1 request/second per Region; the send rate and 24-hour sending quota are account-specific, adjustable, and per Region

Sync directions

  • Read Supported
  • Write Supported
  • Change data capture Not available
  • Webhooks Supported
What ships with Amazon SES

Connect Amazon SES for flexible, real-time data sync.

Real-time sync, workflow automation, event queues, EDI, and monitoring, for every connection.

Real-time

Two-way sync

Changes in Amazon SES instantly reflect across connected systems. No stale data, no manual imports.

No-code + pro-code

Workflow automation

Trigger automated workflows whenever Amazon SES data changes, update records, fire webhooks, or kick off sequences without brittle API scripts.

At scale

Event queues

Handle millions of events per minute without losing a single Amazon SES record.

Observability

Monitoring

Track your Amazon SES sync health, view errors, and replay failed events in one click.

Trading partners

EDI

Transform legacy EDI complexity into simple database interactions.

Use cases

What teams run on the Amazon SES connector.

Amazon SES is AWS's cloud email-sending service, owned by the platform/DevOps engineers who control the AWS account and IAM, with marketing and lifecycle teams that rely on it for transactional and bulk email. It is a system of engagement, not record: the durable data is the account's single contact list (subscribers and their topic opt-ins), email templates, verified sending identities, the bounce/complaint suppression list, and per-message sending events. Those signals need to flow back to the CRM, warehouse, and marketing tools that own the customer record.

  • Platform / DevOps engineers
  • Email marketing operations
  • Lifecycle and deliverability managers
  • Data engineering
  1. Two-way sync Contacts and their topic subscription state between the SES contact list and a Postgres database or CRM so opt-outs propagate in both directions.

  2. Push warehouse or CRM audience segments into SES as Contacts using CreateContact or a bulk CreateImportJob (up to 1M contacts per job) to feed marketing sends.

  3. Stream SES sending events (delivery, bounce, complaint, open, click) from a configuration-set event destination into a warehouse for deliverability reporting.

  4. Write bounced and complained addresses from the SES Suppression List back onto CRM and marketing records so other tools stop emailing them.

  5. Keep Email Templates in sync from a CMS or Git-backed source into SES via CreateEmailTemplate and UpdateEmailTemplate across environments.

  6. Two-way sync SES Contacts and their topic subscription preferences with a Postgres database or CRM so an unsubscribe captured in either place propagates to the other and later sends respect the current opt-in state.

All Amazon SES integrations

Pick the system you need to keep in sync with Amazon SES. Each page covers the sync setup, field mapping, and common workflows for that pair.

How it works

Set up Amazon SES in minutes, without APIs.

Configure and sync within minutes, no code. Whether you sync 50k or 100M+ records, Stacksync handles the queues, infra, and plumbing. Integrations are non-invasive and need zero setup on your systems.

  1. 01

    Connect your apps

    Authenticate Amazon SES with its native method — OAuth, API keys, or service accounts — plus secure options like SSH tunneling, IP whitelisting, and VPC peering.

    • OAuth 2.0
    • SSH tunnel
    • VPC peering
    Amazon SES connected
    OAuth 2.0
    SSH tunnel
    SSL certificate
    VPC peering
  2. 02

    Choose tables

    Pick the Amazon SES objects to sync — Stacksync auto-detects the schema, including custom fields where the platform exposes them. Sync to existing tables, or let Stacksync create new ones with ideal data types.

    • Standard objects
    • Custom objects
    • Auto-schema
    objects · Amazon SES
    Customers 12,480
    Sales Orders 8,213
    Invoices 5,902
    Items 1,344
  3. 03

    Map fields

    Fields map automatically even when names and types differ. Stacksync handles transformation and type casting for you, zero configuration required.

    • Auto-map
    • Type casting
    • Transforms
    Amazon SES database
    Company company_name text
    Email email text
    Amount amount numeric
    Created created_at timestamp

FAQ

Amazon SES connector FAQ

What can I sync with the Amazon SES connector?

Amazon SES's core objects — Messages (SendEmail / SendBulkEmail), Contacts, Contact Lists, Email Templates and custom fields — can sync with any of 302 other systems. Every integration is real-time and bidirectional, with field-level mapping and conflict resolution.

How does Stacksync connect to Amazon SES?

Via AWS SES API v2 (REST/JSON over HTTPS) plus an SMTP sending interface, authenticated with AWS IAM credentials (access key + secret) signed with Signature Version 4, or an assumed IAM role via STS; the SMTP interface uses SMTP credentials derived from an IAM user. Changes are detected as follows — message events (delivery, bounce, complaint, open, click) are pushed in near real time through configuration-set event destinations (SNS/EventBridge/Firehose); contacts, templates, and suppression entries are polled via List/Get operations. Stacksync manages rate limits, retries, and schema changes automatically.

Is the Amazon SES connector two-way?

Yes. Changes made in Amazon SES propagate to the connected system and vice versa, in milliseconds. One-way flows are also supported when a direction should stay read-only.

How long does an Amazon SES integration take to set up?

Most Amazon SES integrations go live in minutes: authenticate Amazon SES and the other system, pick objects and fields, and enable the sync. No code and no infrastructure to manage.

Is Amazon SES data secure in transit?

Stacksync is SOC 2 Type II, ISO 27001, GDPR and HIPAA compliant. Amazon SES data is encrypted in transit, and a zero-persistent-storage architecture means records are not retained after a sync operation.

SECURITY

Security teams trust Stacksync

As a data company, we understand the importance of keeping your data secure. Stacksync is built with security best practices to keep your data safe at every layer, and is DPF-certified for US, EU, UK and CH data transfers.

SOC 2 Type II
ISO 27001
HIPAA BAA
GDPR
CCPA
DPF US-EU-UK-CH
→ SECURITY WITH BENEFITS

SSO & SCIM

Let your users access Stacksync from your centralized user management systems. Works with Okta, Azure, Google SSO and more.

Alerts

Immediately get alerted about record syncing issues over email, Slack, PagerDuty and WhatsApp. Resolve issues from a centralized dashboard with retry and revert options.

Secure connection options

Securely connects to your systems with:

Coworkers laughing in front of a laptop in a casual office setting

Your last integration took months.
Your next one takes a prompt.