Hi all. How can I resend a survey campaign to the same target list?
Iāve created a target list and created the survey campaign successfully and also Iāve send the campaign correctly. All the targets receive the email. But I donāt know how to send again the campaign to the same tagets. Why do I need that? Beacause sometimes some contacts ask me to send the email again because they have miss the email or deleted it.
Iāve tried to ālaunch wizardā and change the āmarketing email nameā but it doesnāt work. SuiteCRM only sends emails to new targets but not to existing ones.
I donāt believe thereās anyway to send a campaign email again to the same email address without code customization. By design, SuiteCRM does itās best to prevent this from ever happening. Although not part of SuiteCRM, our email server saves a copy of every email sent so I can do a search and send any message again. The ability to send a campaign type email again using the same identifier and email address from within SuiteCRM sounds like it would be a handy addition.
This is supposed to be possible with the āMarketing recordā concept
One campaign ā> Many āmarketing recordsā (multiple āsendingsā)
the concept is a bit āburiedā under the new UI. But itās there in one of the final steps of the wizard.
Hi @pgr,
as you said, āthis is supposedā. Iāve tried changing the Marketing id, but SuiteCRM detects the previous emails accounts (whom the campaing was sent) and it doesnāt send the campaign to them again.
This is a really buggy area. The code is a mess.
But you can see that it is checking the marketing_id:
⦠only maybe the UI isnāt correctly passing the new id into that place in the code.
If you have some technical skills, my advice is to work on a clever SQL query and clear up the status directly in the database (campaign_log table), so you can send again.