Integration with klaviyo

  • art_crate
    Asked on July 1, 2015 at 4:14 AM

    Hello,

     

    I am trying to connect my jotform with klaviyo. What is the easiest way to get the two pieces of information below from jotform to klaviyo.

     

    Name

    Email

     

    Klavio does not support webhooks and I cannot use their javascript without pulling all my source code from jotform and hosting it on my own server.

    There has to be an easier way to get this simple information from jotform to klaviyo.

     

    Thanks!

  • Boris
    Replied on July 1, 2015 at 4:41 AM

    According to the documentation from klaviyo (https://www.klaviyo.com/docs/api/lists), under Adding Someone to a List, it seems that it might be possible, but you may need to hire a developer to help.

    Your first step would be to set up your own custom PHP page on your website to receive POST data from your JotForm, and forward this information to your klaviyo. Please take a look at our guide on Sending-POST-Data-From-JotForm-Using-PHP-in-Custom-Thank-You-Page.

    Then, you would need to use your custom PHP page to forward this information (via cURL) to klaviyo in the way that is described on their API page.

    Please let us know if we can assist you any further on our end, and we will be happy to help.