Wufoo webhook integrations
I am attempting to use the Sendy API along with Wufoo. Wufoo provides a webhook notification, which I have configured. I don't get errors on the Wufoo side, but subscribers do not appear on the email list.
The idea is to have people complete a form as usual. And when they submit they are also added to the mailing list.
Has anyone successfully integrated Wufoo with Sendy?
This discussion has been closed.
Comments
Hi @mcneilp,
I wrote a script to integrate with Wufoo webhooks for another user half a year ago. You can download it here → http://cl.ly/M0Kp.
You can refer to it as an example.
Thanks.
Best regards,
Ben
Thanks Ben. That actually got me headed in the right direction. I modified it slightly. The only gotcha I found was that the fields Wufoo sends over are non-sensical numeric fields. I bet they change per form.
The only way I figured this out was to see what wufoo posts to the api. Which is rather hard normally. I found this handy service which let me clearly see what they were submiting: http://requestb.in/
I simply plugged in the correct field names and presto, it works. Thanks again.
It isn't the most perfect tutorial ever, but I figured I would document what I put together in case others want to do the same: http://pmcneil.com/2013/07/integrating-wufoo-with-sendy/
Hi Patrick, thanks for writing up a tutorial to help future users of Sendy.