How to send reminder every 3 days

J_47
Tera Contributor

Hello,

 

I want to send a reminder to users every 3 days how can i achieve this?

2 REPLIES 2

J_47
Tera Contributor

Is workflow a better option or schedule job?

@J_47 It is better to use a scheduled job than a workflow. Workflow serves a different purpose and should be used when you would like to perform a set of activities together. From the instance perspective workflow consumes more resources than a scheduled job.

 

For reminders, a scheduled job is more than sufficient.