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


  1. njwrigley
    Member

    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/api

    With 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:

    http://mydomain.com/subscribe

    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 9 years ago #
  2. Saghalie
    Pro Member

    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.com

    Posted 9 years ago #
  3. njwrigley
    Member

    Yep - using Key-Value pairs was the correct thing to do.

    You can see what I did in the screenshot linked below:

    https://www.evernote.com/shard/s5/sh/a197808f-40c8-4bf0-8b9a-e2c1936ea7f7/bb135a2056f04624f73e311a0d080fd5

    Posted 9 years ago #

RSS feed for this topic

Reply