Request triggers automatically run your Data Fetcher requests whenever specific changes occur in your Airtable base. Your requests will execute automatically when records are created, updated, or deleted - even when you’re not logged into Airtable or don’t have Data Fetcher open. Unlike scheduled requests that run at fixed intervals, triggers respond to events in near real-time, making them ideal for workflows that need immediate data synchronization or notifications.Documentation Index
Fetch the complete documentation index at: https://help.datafetcher.com/llms.txt
Use this file to discover all available pages before exploring further.
Set up a request trigger
Authorize Data Fetcher
Before creating triggers, you need to authorize Data Fetcher to access your Airtable account using OAuth. You only need to complete this authorization once. For detailed authorization instructions, see our guide to authorization.Configure the trigger
- On the custom request screen, click the Trigger tab.
-
Select your trigger type from the available options:
- Record created - Runs when new records are added
- Record updated - Runs when existing records are modified
- Record deleted - Runs when records are removed
- Choose the Table you want to monitor for changes.
- Optionally, select a specific View to limit the trigger scope. If no view is selected, all record changes in the table will trigger the request.
- If you selected Record updated, choose which specific fields to monitor for changes.
- Click Save to activate your trigger.