Can we have an option in the mailchimp connector that will
automatically unsubscribe a contact from any mailchimp audience
if the contact email is opted out on the contact level? Maybe this would even be better as an
option per target list, a bit like "unlink with reports"
Like this :
[x] Automatically unsubscribe if contact.email is opted out.
i.e. if(`email_address`.`opt_out` = 1) then set `contact_target_list`.`opted_out` = 1
Thank you,
see also https://forum.espocrm.com/forum/gene...ontact-details
automatically unsubscribe a contact from any mailchimp audience
if the contact email is opted out on the contact level? Maybe this would even be better as an
option per target list, a bit like "unlink with reports"
Like this :
[x] Automatically unsubscribe if contact.email is opted out.
i.e. if(`email_address`.`opt_out` = 1) then set `contact_target_list`.`opted_out` = 1
Thank you,
see also https://forum.espocrm.com/forum/gene...ontact-details
Comment