Is there an API available to capture form data and insert it into SubscriberCRM

  • Mgresham
    Asked on October 28, 2016 at 9:50 AM

    We have a customer using SubscriberCRM and JotForm. They want to take event bookings through JotForm and then bring the details into the Event booking module in SubscriberCRM. Is there an API available for extracting information from JotForm?

  • liyam
    Replied on October 28, 2016 at 11:52 AM

    Hello,

    If SubscriberCRM can handle direct post submissions, you can either enable send post data on your form to send post data via front-end (https://www.jotform.com/help/51-How-to-Post-Submission-Data-to-Thank-You-Page

    Or make use of webhooks to to be able to send data via back-end (https://www.jotform.com/help/245-How-to-Setup-a-Webhook-with-JotForm)

    But if you need to make use of an API, you can make use of the JotForm API. You can check this link for more information: http://api.jotform.com/docs

    For questions related to API, feel free to email your inquiry to api@jotform.com

    Thanks.

  • Mgresham
    Replied on October 28, 2016 at 11:55 AM

    That's great, many thanks for your speedy reply.