📝 Overview
Integrating Jotform with Yoom allows you to trigger actions based on form submissions. However, due to Jotform's specifications, you cannot directly retrieve a response after a webhook is triggered.
This guide explains how to configure the webhook and retrieve the latest response.
🛠️ How to Configure a Jotform Webhook
Step 1: Set Up the Webhook in Yoom
Create a new Flowbot in Yoom and select Jotform from the App Trigger.
Choose When the form is submitted as the trigger action.
Copy the Webhook URL displayed on the next screen.
Step 2: Set Up the Webhook in Jotform
Jog in to Jotform and open the form that you want to send.
Go to Settings → Integrations, search for Webhook, and select it.
Paste the Webhook URL you copied from Yoom in Step 1.
Click Complete Integration.
Submit a test response to the form to complete the process.
🔍 How to Retrieve the Latest Responses After the Webhook is Triggered
In Yoom's Flowbot settings, click the + button after the trigger step.
Select Jotform → Get the latest response.
For the Form ID, copy the ID from the Publish settings in Jotform.
For the API Key, enter the key obtained when you linked Jotform with Yoom in My Apps.
After a successful test, you will receive the response data.
Use JSONPATH to access specific answers. Example expressions:
content[0].answers.{answer number}.answer
content[0].answers.{answer number}.prettyFormat
Once you retrieve the response data, set up the output field as needed.
Your integration is not complete and the latest response data is ready to use!
📚 Related Guides
Differences between "Webhook Trigger" and "Trigger with Interval" in App Triggers - View Guide Here
Related Keywords
Related Keywords
jotform, webhook, integration, Yoom, form submission, api key, JSONPATH, retrieve responses, Flowbot, My Apps, Form trigger, automation, data retrieval, response handling, webhook setup