hi @Vijay2021 ,
my approach would be a scheduled workflow (daily). The sign up would be a subscription to a service.
- I would add a custom field to the profiles table, which gives us the next date of reminding that profile (i.e. "Next Reminder" -> format as date)
- In the workflow you have to select all profiles (not subscribed AND Next Reminder = TODAY())
- Node = Query
- Send the reminder and set the Next Reminder column to TODAY+14days
- Node = Delivery
- Node = Update data
A second branch of the workflow would set the reminder date (Next Reminder) for profiles where that value hasn't been set to TODAY+14days.
Hope, that helps
Greetz!
Tommy