Workflows are currently in private alpha and only available to a limited
number of users. APIs might change before GA.To use the methods on this page, you must upgrade your Resend SDK:
Copy
Ask AI
npm install resend@6.10.0-preview-workflows.0
Contact us if you’re interested in testing
this feature.
Workflows allow you to automate email sending based on custom events from your application.You can use Workflows for automations like:
Now, we need to define the actions that will be executed.On this example, we will use the Send email action.But you could also add a Time delay or True/false branch action.Once you select the Send email action, you will be able to select an existing template.
Note: Only published templates are available to be used in a Workflow.
With the template selected, you will be able to configure the email subject and sender address.Once you’re done with the email, you can click on Start workflow to enable the Workflow.