Configuring Email Tasks
Email tasks automate communication, most commonly by sending customized emails.
Dynamic Recipients and Subject
Instead of hardcoding the 'To' address, utilize variable insertion syntax (e.g., {{ trigger.email }}) to route emails based on the workflow's specific run context.
Composing the Message
Construct the body of your message. HTML formatting is supported, and you can inject any variable available up to this point in the workflow.