Data Fetcher allows you to run a request by calling a webhook URL. This means you can automatically run the request when an event happens, e.g. when a record is updated or a form gets a new submission.
Add Airtable API Key
To use webhooks, first add your Airtable API key. You will only need to add it once. The key is stored securely and then used by Data Fetcher to update the base using the Airtable REST API.
On the create request screen, under Webhook, click Add API Key.
Try visiting the URL in your browser. You should see a success message and the request will run.
Run for a Particular Record
You can add the record_id parameter to the webhook URL to run the request for a particular record. Make sure you have first selected a Run on Multiple Recordstable and view in Advanced settings.
You can call the webook and run the request from an Airtable automation. This means you can run the request when a record is updated, a form is submitted, a record matches a condition or any other Automation trigger.
Create an automation with the trigger you want, e.g. When a record is updated.