This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
Sendy webhooks guidance
Started 10 years ago by njwrigley | 3 posts |
-
Hi there,
I'm wondering if you (or anyone really) might be able to lend me some support trying to get a machform to use webhooks to add subscribers to an installation of Sendy:
http://sendy.co/Sendy is a service which is a self hosted email newsletter service.
I would like to use the Sendy API:
http://sendy.co/apiWith this I would like to use the webhooks functionality to subscribe users to my email lists on my install of Sendy. My issue is that I'm no programmer and need help.
I was wondering if anyone had come up against this problem and knows what to do.
Using the 'Send Form Data to Another Website' I've used this URL:
and then this as Raw Data:
{
"list": "myListIdInHere",
"name": {
"Name": "{element_2}"
},
"email": {
"Email": "{element_3}"
},
"boolean": true
}My form is using a 'Single Line Text' field for the name and an 'Email' field for the email.
However, I never get it it work.
Thanks so much for any and all help!
Posted 10 years ago # -
Don't use the raw data - try using Key-Value Pairs instead and see if that works. Not sure how many of us use sendy.co so there probably is not much assistance available.
You could possibly try and get Yuniar and associates to help you out, but you would need to send a support request (ticket).
Edit: Also, if you could; please send us the URL of the form you want to use.
Regards,
Saghalie
http://www.kcmhosting.comPosted 10 years ago # -
Yep - using Key-Value pairs was the correct thing to do.
You can see what I did in the screenshot linked below:
Posted 10 years ago #
Reply
You must log in to post.