API - Unbounce integration
Has anyone tried to integrate Sendy with Unbounce.com?
I'm trying to use the webhooks integration feature of Unbounce.com (http://support.unbounce.com/entries/307685-how-does-the-form-webhook-work) to send subscription info into Sendy.
Unbounce sends the information as JSON and XML, but is Sendy able to read that?
Alternatively, unbounce also lets me send the data as HTTP POST, but then sends the user to that same URL as well.
Anyone have any ideas?
Comments
Hi Steve,
Create a script to accept the POST request from Unbounce (they have a sample PHP script in the link you provided above). Then POST the data to your Sendy installation using Sendy's API http://sendy.co/api.
Ben