Skip to main content
Amazon SES BYOK para correo electrónico. Mantiene la cuenta de AWS; Notifique envía a través de la API de SES sus credenciales.

Meta

Con una integración SES activa, prueba tu cuenta SES primero. Fallo → siguiente BYOK (por ejemplo, Reenviar) o Notificar reserva interna. Cada envío consume 1 crédito de correo electrónico en Notifique (o precio prepago), más el costo de SES en su cuenta de AWS.
Las cuentas sandbox de SES solo pueden enviar a direcciones verificadas. Solicite acceso de producción en AWS antes que el tráfico real.

Credenciales

En el panel (Configuración → Integraciones): Tipo de autenticación CUSTOM (providerKey: aws_ses).

IAM mínimo sugerido

Prefer scoping Resource to account/region when possible.

Domains

On save:
  1. ≥1 VERIFIED domain on Notifique
  2. ≥1 verified / send-ready domain identity on your SES account
  3. Hostname overlap (same rule as Resend)
At send time, from must use a Notifique-approved domain.

Automatic provisioning

On connect, Notifique (using your credentials):
  1. Creates a configuration set notifique-…
  2. Creates an SNS topic and HTTPS subscription to
    {WEBHOOK_URL}/webhooks/email/ses/:integrationId
  3. Enables events SEND, DELIVERY, OPEN, CLICK, BOUNCE, COMPLAINT, REJECT
Existing integrations are auto-synced on the next workspace integrations list (updates the AWS configuration set).

Opens and clicks

  • Native SES: with tracking enabled on the configuration set (PutConfigurationSetTrackingOptions), OPEN/CLICK events arrive via SNS and update status + email.opened / email.clicked webhooks.
  • clicar.co: with workspace auto-convert enabled, links in HTML/text become short links before send (API, dashboard, automation, notify), clicks also fire email.clicked via Notifique tracking.
On remove, tries to delete the configuration set and SNS topic.

Sending

  • API: SES v2 SendEmail
  • Integration ConfigurationSetName (for events)
  • Tag notifique_email_id when available
  • Dashboard history like other channels (providerType: EXTERNAL, providerUsed: AWS_SES)

Failover

SES BYOK failure → next external provider → internal chain (ZeptoMail / platform SES).

Workspace setup

  1. Channel: EMAIL
  2. Provider: Amazon SES
  3. Access Key, Secret and region
After save, the Secret does not reappear in plaintext.

Próximos pasos