You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
Hi,
Right now, if you put an invalid email and sign, you will be on hold as a contact, but your signature will still be pending.
To be able to know how many contacts we need to reach to get them to optin (or optout) we need to update the status to "Cancel".
It doesn't have to be done realtime, but have a sql/cronjob (you can use sqlreport for that?) that automatically update the activity status for pending signatures -> Cancel where email on_hold
The text was updated successfully, but these errors were encountered:
Hi,
Right now, if you put an invalid email and sign, you will be on hold as a contact, but your signature will still be pending.
To be able to know how many contacts we need to reach to get them to optin (or optout) we need to update the status to "Cancel".
It doesn't have to be done realtime, but have a sql/cronjob (you can use sqlreport for that?) that automatically update the activity status for pending signatures -> Cancel where email on_hold
The text was updated successfully, but these errors were encountered: