All Collections
Advanced Form for Airtable
After Submission
How to trigger a webhook after form submission?
How to trigger a webhook after form submission?
After I submit my form, I want to trigger a webhook but it requires a POST request.
Updated over a week ago

After a user submits a form or a child form, you can use a webhook to perform additional actions like Airtable Automation. To find this option, you need to go to:

  1. Form Settings

  2. Redirect & Success Message section

  3. Turn on Trigger a webhook after save toggle

You can set a static webhook URL or you can use Airtable field that contains the URL.

Webhook Request Type

The default request type is GET. You can change this to POST request by setting the Webhook request type in your form extension setting page.

Note: Airtable Automation can only be triggered by using POST request.

Conditions to Trigger Webhook

Conditional triggers can help reduce the number of unnecessary webhooks triggered, leading to more efficient webhook processing and reducing server load.

Related

Did this answer your question?