You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must test this Job works before submitting your PR, including a screenshot of a successful run. This may involve you having to setup accounts with services.
Description
Create a simple email drip campaign using SendGrid
The drip campaign should send a series of emails after a series of delays:
Use Zod to define the schema:
to: email-address
from: email-address
name: first-name / fall-back-name
Separate for each email:
subject: subject-text
text: email-text
Details:
Requirements:
Follow this guide to get the project setup.
Create a new file in the
srcfolder, named appropriately.The Trigger.dev client must be defined at the top of the job, with the 'jobs-showcase' id:
Important
You must test this Job works before submitting your PR, including a screenshot of a successful run. This may involve you having to setup accounts with services.