cancel
Showing results for 
Search instead for 
Did you mean: 

How to Configured Cron job to run in the interval of 30 mint and also email trigger

former_member628401
Participant
0 Kudos

Hi Experts ,

Could you please help me to understand , How to Configured Cron job to run in the interval of 30 mint and also email trigger .

Regards,

Satish

Accepted Solutions (0)

Answers (1)

Answers (1)

VinayKumarS
Active Contributor
0 Kudos
  1. Create a CronJob.

  2. Create an Event

  3. Write Event Listener

  4. Job will trigger an event

  5. Event will call Event Listener

  6. Event Listener will call the Service to get the data to feed in email.

  7. Implement email.

  8. Once Cron job is created then configure trigger to run the cron job for every 30mins.