Create URL with paramaters to subscribe to a new list
This may require a custom API development, but I thought I would ask.
I would like to send an e-mail to current customers inviting them to join a second e-mail list.
I imagine sending a link like this: www.mysite.com/magic?email=existing@customer.com
The "magic" page adds the e-mail "existing@customer.com" to the second Sendy list, and displays a confirmation page
Is something like this possible?
Thanks.
Herb
This discussion has been closed.
Comments
Hi,
Yes that's possible.
Your URL in your HTML code should look like this:
http://www.mysite.com/magic?email=[Email]
Then in your 'magic' script, subscribe the email to the list via the 'subscribe' API https://sendy.co/api
Thanks.
Best regards,
Ben