Webhooks
Trigger your own automations whenever a form is submitted. CustomGForm can POST a JSON payload
of the response to any URL you provide — Zapier, Make, n8n, or a server you control.
Key capabilities
- Configure a webhook URL per form from the Connect tab
- Fires on
afterSubmit, alongside other form lifecycle events - Payload includes the form ID, submission timestamp, and each field's label and value
Point the URL at Zapier or Make to fan responses out to Slack, a spreadsheet, or a CRM without writing any code.
Learn more
- How to use webhooks — setup steps and the full payload format
- Send form data to n8n — worked example with a self-hosted automation tool