await step.email('email', async () => { return { subject: 'You received a message', body: 'A new post has been created', }; });
The title or subject email
The HTML body of the email
Was this page helpful?