Send WhatsApp messages in specific dates

An example of a possible setup for your use-case, change data store to whatever you want to use for tracking clicks (or omit if you don’t need to check)

  1. After sending email, set a job to call your reminder webhook scenario after a certain period of time (step 3)

  1. When user click link in email, record that they have clicked the link

  1. When scheduled reminder job is called from step 1, check if they have not clicked the link, and send a follow up reminder email (or whatever)

3 Likes