mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1931] [MERGED] Add Notion trigger plugin #2156
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/1931
Author: @Yevanchen
Created: 10/26/2025
Status: ✅ Merged
Merged: 10/29/2025
Merged by: @RockChinQ
Base:
feat/triggers← Head:notion-trigger📝 Commits (2)
f5492bfAdd Notion trigger plugind18aa52feat(notion_trigger): Add comprehensive API content fetching📊 Changes
68 files changed (+3296 additions, -0 deletions)
View changed files
➕
triggers/notion_trigger/.env.example(+4 -0)➕
triggers/notion_trigger/.gitignore(+155 -0)➕
triggers/notion_trigger/README.md(+100 -0)➕
triggers/notion_trigger/TODO.md(+33 -0)➕
triggers/notion_trigger/__init__.py(+0 -0)➕
triggers/notion_trigger/_assets/notion.icon.png(+0 -0)➕
triggers/notion_trigger/events/__init__.py(+0 -0)➕
triggers/notion_trigger/events/base.py(+163 -0)➕
triggers/notion_trigger/events/comment/__init__.py(+0 -0)➕
triggers/notion_trigger/events/comment/comment_created.py(+6 -0)➕
triggers/notion_trigger/events/comment/comment_created.yaml(+78 -0)➕
triggers/notion_trigger/events/comment/comment_deleted.py(+6 -0)➕
triggers/notion_trigger/events/comment/comment_deleted.yaml(+78 -0)➕
triggers/notion_trigger/events/comment/comment_updated.py(+6 -0)➕
triggers/notion_trigger/events/comment/comment_updated.yaml(+78 -0)➕
triggers/notion_trigger/events/data_source/__init__.py(+0 -0)➕
triggers/notion_trigger/events/data_source/data_source_content_updated.py(+6 -0)➕
triggers/notion_trigger/events/data_source/data_source_content_updated.yaml(+71 -0)➕
triggers/notion_trigger/events/data_source/data_source_created.py(+6 -0)➕
triggers/notion_trigger/events/data_source/data_source_created.yaml(+71 -0)...and 48 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.