Airtable Trigger Plugin for Dify
Overview
This plugin enables Dify to receive real-time webhook notifications from Airtable when records in your bases are created, updated, or deleted. It provides a seamless integration between Airtable and your Dify workflows.
Getting Your Airtable Personal Access Token
- Go to Airtable Account Settings
- Click "Create new token"
- Give your token a name (e.g., "Dify Integration")
- Add the following scopes:
- Add access to the specific bases you want to monitor
- Click "Create token" and copy the token value
Configuration
Settings
- Personal Access Token: Your Airtable Personal Access Token
- Base ID: The ID of the Airtable base to monitor (found in the base URL: )
- Events: Select which event types to monitor (created, updated, deleted)
- Table IDs: Comma-separated list of specific table IDs to monitor (leave empty to monitor all tables)
Usage Example
- Install the Airtable Trigger plugin in your Dify workspace
- Create a new workflow and add an Airtable Trigger
- Configure the trigger with your Personal Access Token and Base ID
- Select the events you want to monitor
- Add any optional filters to narrow down notifications
- Save and activate your workflow
Output Variables
The trigger provides the following variables to your workflow:
References