How to integrate form responses with third-party tool?

To integrate form responses, follow the below-mentioned steps:


  1. Enable the 'Invoke API' switch in the 'Form Integration' section of your form.
  2. Select 'POST,'
  3. Enter your API URL.
  4. Enter the details in Headers.
  5. Select the Content Type.
  6. Add the data in the body as key-value pairs, as shown in the example below. We’ll automatically convert and send it in the selected content type format.
    1. API Invocation Body Example: Consider you have a form with fields labeled "Your Name," "Your Email," and "Your Phone," and your third-party platform uses "Name," "Email," and "Phone" as the corresponding field keys.

      To send form responses to your third-party tool, you need to format the data in the body as shown below:

      Name=%%REQUEST.Your Name%%&Email=%%REQUEST.Your Email%%&Phone=%%REQUEST.YourPhone%%

      Note: Every key-value pair should be separated by "&"

  7. Save the QR code to save these settings for the QR code.

Moving forward, whenever a form response is received, the received response will be sent to the third-party tool integrated with the corresponding form.

Please note that the API invocation limit depends on the Form response limit for your current plan and any limit applicable to your third-party tool. You can view the form response limit on our pricing page.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us