Hi,



I'm having an issue with our Creatio bulk emails where we are getting a lot of clicks from spam checkers on our emails, this includes them clicking the unsubscribe link on the emails which then stops the users from being sent future emails.



Is there a way to ignore spam bot clicks or a way for us to add an unsubscribe confirmation instead of it being one click?



Thanks

 

Mark

Like 0

Like

1 comments

Hi, Mark!



In this situation, unfortunately, we are dependent on email providers. The email providers also receive these clicks from email services, and most of them have spam filters set up to click all the links in the emails.

If you use ElasticEmail then this email provider has the ability to filter responses with clicks from specific IPs. If you are interested in this please contact Creatio support team using support@creatio.com and provide us more details so we could help.

Also our team is working on adding functionality to solve this issue on our end.



Thank you,

Anton

Show all comments

When one of our contacts becomes unsubscribed, we would like to notify our manager about it.

How is it possible? With a business process? But I couldn't catch the unsubscribed event. Is there another way?

Like 0

Like

1 comments
Best reply

Yuriy,

 

You won't be able to catch the response on the bulk email using the signal process element (since this data is added to the database directly) however you can create a process with the timer that will review the "Response in Email" object and check if a new "Unsubscribe" response was added. You can create a time parameter and use it as a filtration condition (in the "Created On" field). So you can run this process once per hour, read the collection of records in the process (from the "Response in Email" object) and use this data.

Yuriy,

 

You won't be able to catch the response on the bulk email using the signal process element (since this data is added to the database directly) however you can create a process with the timer that will review the "Response in Email" object and check if a new "Unsubscribe" response was added. You can create a time parameter and use it as a filtration condition (in the "Created On" field). So you can run this process once per hour, read the collection of records in the process (from the "Response in Email" object) and use this data.

Show all comments