Overview
This article explains whether AWS SES supports sending emails via a custom email provider in a Forms Flow.
Applies To
- Forms
- AWS SES
- Custom email provider
Solution
At the time this article was published, only Mailjet and Sendgrid have native support in Flows.
Please consider raising a feature request on our Feedback Page to see an integration added for AWS SES emails sent within Forms for Actions. More information about this process can be found at How to Submit Product Feedback or Feature Requests
A potential workaround, although not officially supported, could be to use an HTTP request to call SES’s APIs from within the flow directly:
- HTTP request integration.
- Some relevant AWS SES Docs:
Alternatively, an HTTP request could be triggered to a custom backend API hosted externally to Auth0, which can, in turn, send the relevant email using the AWS SDK if preferred.