Is it possible to flag subscribers signed up via API key as GDPR?
I'm using gleam.io right now to display a message prompting people to sign up for our newsletter. It then sends using the API key and List ID to our Sendy server new subscribers. The issue is they won't be tagged as GDPR, so I won't be able to send anything to them. Is there a way to mark them as GDPR compliant when using the API key (and not the POST API which does)?
Thanks a lot for your help.
This discussion has been closed.
Comments
Hi,
The subscribe API (https://sendy.co/api) allows you to pass a
gdpr
='true'
to tag the subscriber with 'GDPR'.Thanks.
Best regards,
Ben