Sending recurring reminder emails using CRM tasks - CloudFronts

Sending recurring reminder emails using CRM tasks

Posted On September 11, 2015 by Posted in 

We often have need to send recurring reminders to our users, customers from CRM. We can do it using below solution wherein we will create a task for the reminder. Deletion of which will send out a Reminder Email. For deletion of task we will create a Bulk Delete task, which will run in recurrence.

So basically for setting it up we need to do 3 steps:

  1. Create a task for Reminder.
  2. Create a workflow to send Reminder email.
  3. Create Bulk delete task to delete the Reminder task.

Create a task for Reminder.

  1. Add a new field to Task entity, ‘Reminder’ which will be Two Options.
  2. Add new Task activity with name ‘Daily Reminder Task’ and set Reminder field for the same as ‘Yes’ as in below image:
  3. 1

Create a workflow to send Reminder Email.

  1. Create a new workflow on deletion of Task record.
  2. Set the properties for the workflow:
    1. Check if the Reminder flag for the Task is set to ‘Yes’.
    2. Check subject of the Task to match your reminder task. In our case ‘Daily Reminder Task’.
    3. Send Mail to intended public.
    4. Re-Create the Task activity with the same name as your reminder task. In our case ‘Daily Reminder Task’.
      Refer below image:

      2

Create Bulk delete task to delete the Reminder task.

  1. Create Bulk delete task to delete your Reminder Task. In our case ‘Daily Reminder Task’.
  2. Set deletion criteria for the entity.
  3. 3

  4. Set scheduling and notification options.
  5. 4

  6. Submit the job.

Share Story :

Secured By miniOrange