Framework Typescript SDK
Email Channel Step
The email
step allows you to send an email to a user. This is useful when you need to send an email to a user, such as a welcome email, password reset email, or any other email you need to send.
Email Step Output
subject
string
requiredThe subject of the email.
body
string
requiredThe HTML body of the email.
Email Step Result
The email
step does not return any result object.
Was this page helpful?