How to Add custom flows in Form

Hi @atul.gupta2,

Welcome to the Auth0 Community!

Yes, that’s correct. There are some built-in actions for Forms. However, they do not include one for sending mail using SES.

Currently, there are only built-in actions for sending mail using SendGrid and Mailjet.

If you need to send mail using SES, you might need to write your own custom action form.

For example, you could create an HTTP request action in your flow to make a request to send mail using SES:

For a guide on constructing the request, I would refer to the Amazon SES API docs.

Keep me posted on how this goes for you.

Thanks,
Rueben