Webhooks allow you to send real-time data from your forms to external systems through HTTP requests. They are commonly used to automate workflows, sync with CRMs, or trigger actions in third-party apps. Here’s how to set it up step-by-step.
Steps to Send Data via Webhook (API) #
- Create the API Endpoint
• Set up your receiving system to accept HTTP POST requests — this is where the webhook will send data. - Create a Form
• Go to the Forms under Contacts and create a new form (e.g., name it “API Form”).

• Add the necessary fields such as First Name, Last Name, Email, Phone, etc.
- Get the API Info
- After saving the form, head over to the URL to copy the form ID. In this case, it is z8esia
- Get the API Documentation
- On the Form edit page, click Integration Instruction
- Click on Api Integration to access your custom API Endpoint and API Documentation