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
Nazeer AhamedNazeer Ahamed 

Contact field update while sending mass email

There is any possible way to auto update contact fields when we send mass email to contacts using mass email functionality.
Example: Contact field “Magazine sent” (check box) to be set TRUE when we send mass email to contacts.
Is any possibility to control this using template name or any other field attributes?
Nazeer AhamedNazeer Ahamed
Finally decided to use Cron Kit, wrote a class to pull all completed task (Activity History) today which contains “mass email” in subject and get related contact Id from task then update the required custom field.
The only data manipulation action happening while sending mass email is task creation bydefault which is closed. So we cannot initiate any trigger and workflow hence “Activity History” is not exposed for those options.