Is it possible to automatically tag subscribers as GDPR safe who confirmed their subscription via double opt-in?
There are no options to automatically tag subscribers as GDPR if they signup through double opt-in. It's not a correct assumption for most.
If you're using the standard subscription forms, enable GDPR fields:
Or if you're using the 'subscribe' API, pass true to the gdpr parameter.
They will be tagged with GDPR, but they will not be 'Active' subscribers yet. They will be 'Unconfirmed'. Which means, only when they click the double opt-in confirmation link in the email they receive, they will then be 'Active' subscribers who will receive your future campaigns and autoresponders.
Comments
Hi,
There are no options to automatically tag subscribers as GDPR if they signup through double opt-in. It's not a correct assumption for most.
If you're using the standard subscription forms, enable GDPR fields:
Or if you're using the 'subscribe' API, pass
true
to thegdpr
parameter.They will be tagged with
GDPR
, but they will not be 'Active' subscribers yet. They will be 'Unconfirmed'. Which means, only when they click the double opt-in confirmation link in the email they receive, they will then be 'Active' subscribers who will receive your future campaigns and autoresponders.Thanks.
Best regards,
Ben
That was very quick and very helpful. Thanks a ton! Unconfirmed but tagged will do.