Send next purchase Reminder email to the Customer Who have purchase the Medicine. The mail have to send before one day.

After this I have Stored in Data Page with Next Purchase Date which is calculated using Declare Expression.

Now I want to send an Mail to the respective Customer for Next Purchase date before that day. What can I do for this. Please Help me to do this

Hi @GandhikumarS,

  • Create and configure a Job Scheduler to run every day
  • In the job scheduler activity filter the results with your business logic (Now I want to send an Mail to the respective Customer for Next Purchase date before that day)
  • Use sendsimpleemail activity and trigger emails.

Please refer below for Job scheduler configuration.

https://academy.pega.com/topic/creating-job-scheduler-rule/v2

@VinayKumarL16594575

Thank you for helping me to sort-out the problem.