It looks like you're new here. If you want to get involved, click one of these buttons!
Hey guys,
I am trying to send a Webhook from Active Campaign to Sendy once out contact went through the marketing campaign there.
Now, I understand that just adding the variables to the url make it a HTTP GET. But how can I use it as HTTP POST?
Thanks!
Hi,
Sendy's subscribe
API is HTTP POST, not HTTP GET.
Thanks.
Best regards,
Ben
Hi Ben,
thanks for getting back!
I understand that it's HTTP POST. But is there a way to turn a HTTP GET into a HTTP POST?
I have no option to send a HTTP POST out of Active Campaign.
Thanks, Veit
Hi,
I understand that it's HTTP POST. But is there a way to turn a HTTP GET into a HTTP POST?
Then you'd need to create a script that gets the data from the HTTP GET, then call Sendy's subscribe
API using HTTP POST to signup the user to your list.
Thanks.
Best regards,
Ben