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:
Form Settings
Redirect & Success Message section
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.