Thanks, but for some reason I can't get the api to post the email address...There is no api endpoint like the one you used.
If you want to use the API, creating a subscriber in a list is done by doing a POST request to https://panel.saleswithsimplicity.com/api/lists/yt064vfvnqa3a/subscribers and you need to also include X-Api-Key header, with your api key.
However, why not use the simpler approach and post directly to your email list subscription form?
Do a POST request to https://panel.saleswithsimplicity.com/lists/yt064vfvnqa3a/subscribe and that should suffice.
Got it - Works a treat now - thanks!Because you are sending a JSON blob to the api, please send regular for data, not json, you're almost there.