Can I hook my form into Klaviyo?

  • bombtech
    Asked on December 13, 2015 at 9:07 PM

    I use klaviyo for my ecommerce email. Can this form hook into it via jot form?

  • Ben
    Replied on December 14, 2015 at 6:59 AM

    Unfortunately we do not have a direct integration to Klaviyo, but there is a way to do it through their API.

    You can see more about this here: http://www.jotform.com/answers/600608 where my colleague had replied to someone else looking for a similar setup.

    Now alternatively to his suggestion instead of sending POST data, you can also set up webhooks as well. You can see more about them here: How to Setup Webhook with JotForm

    Both options work the same, while webhooks might be slightly easier to set up, but both require that you have a script on your server that will accept the data and then pass it to Klaviyo as per your requirements.