mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2031] [MERGED] feat(trigger): add airtable trigger #2215
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/2031
Author: @hjlarry
Created: 11/10/2025
Status: ✅ Merged
Merged: 11/13/2025
Merged by: @RockChinQ
Base:
feat/triggers← Head:p31📝 Commits (7)
15e49b1airtable first version3a6482dimprove airtabled0de3d6fix airtable records0024357validate webhook ping payloaddad5db7improve airtableb5ebf3dUpdate triggers/airtable_trigger/provider/airtable.pyd17f640Update triggers/airtable_trigger/README.md📊 Changes
13 files changed (+850 additions, -0 deletions)
View changed files
➕
triggers/airtable_trigger/README.md(+60 -0)➕
triggers/airtable_trigger/_assets/1.png(+0 -0)➕
triggers/airtable_trigger/_assets/icon.svg(+13 -0)➕
triggers/airtable_trigger/events/__init__.py(+1 -0)➕
triggers/airtable_trigger/events/record.py(+77 -0)➕
triggers/airtable_trigger/events/record.yaml(+75 -0)➕
triggers/airtable_trigger/main.py(+6 -0)➕
triggers/airtable_trigger/manifest.yaml(+42 -0)➕
triggers/airtable_trigger/provider/airtable.py(+315 -0)➕
triggers/airtable_trigger/provider/airtable.yaml(+147 -0)➕
triggers/airtable_trigger/readme/README_ja_JP.md(+57 -0)➕
triggers/airtable_trigger/readme/README_zh_Hans.md(+56 -0)➕
triggers/airtable_trigger/requirements.txt(+1 -0)📄 Description
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.