function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PS81PS81 

Trigger email when campaign start date reached

Hi

We have a field called "Start date" in Campaign and we wish to trigger an email when the campaign start date has reached. Say if the campaign is created with a start date as 05 oct 2015 and on this date we need to send a email reminder to the owner of the campaign. Any suggestion on how to implement it please?
Nitin PaliwalNitin Paliwal
Hi,
You can write a time dependent workflow to send an email alert, the time dependent workflow should fire 0 date after "Campaign:Start Date".

I think this would solve your problem.

Thanks
Nitin