If you are looking to process the data collected through Zoho Forms in your web application or use it in your business workflows, you can use Webhooks. You can receive form submissions as soon as it's collected without having to use APIs.
For example, you can directly store the collected data in your database, display it on your website, and do a lot more.
Click the Integrations tab from the form builder and select Webhooks from the left menu.
Click Configure Webhook and fill the following details:
Webhook URL: The URL to which the form submission should be sent.
Content-Type | Data Transferred |
application/json | All except file attachments |
application/x-www-form-urlencoded | All except form attachments and subform data |
multipart/form-data | All except subform data |
See the response format for each content type here.
Payload Parameters: Under this section, choose the fields whose data should be transferred using Webhooks.
The custom header 'Authorization' will appear as:
Note: The following must be noted while setting up a Custom Header :
- A standard (system) header cannot be redefined.
- A custom header name must contain alphanumeric characters only. Only special characters allowed are underscore (_), period(.), and hyphen(-).
- Duplicate names are not allowed.
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.