Skip to content

How to POST via the Sendy API

edited December 2017 in Questions

Hi there,

I'm using this URL to subscribe a new person: http://mydomain.com/sendy/subscribe?list=hpvQNBTp7JBkKqkms3FxG&email=hunter@mydomain.com&name=Hunter

And it doesn't seem to be going through. Any ideas?

Comments

  • BenBen
    edited December 2017

    Hi,

    You’re using HTTP ‘GET’, you need to use HTTP ‘POST’ to post the variable data into the API.

    There are examples in the API docs for download, so that you can download the example scripts and explore them.

    Thanks.

    Best regards,
    Ben

This discussion has been closed.