mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[PR #218] [MERGED] Add Gmail trigger example plugin with automated subscription #231
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-plugin-sdks/pull/218
Author: @Yeuoly
Created: 10/16/2025
Status: ✅ Merged
Merged: 10/17/2025
Merged by: @Yeuoly
Base:
feat/trigger← Head:codex/understand-trigger-plugin-documentation📝 Commits (2)
076bd29Add Gmail trigger example with automatic subscriptionb466814Replace Gmail trigger example with Google Drive trigger📊 Changes
9 files changed (+937 additions, -0 deletions)
View changed files
➕
python/examples/google_drive_trigger/README.md(+36 -0)➕
python/examples/google_drive_trigger/_assets/icon.svg(+13 -0)➕
python/examples/google_drive_trigger/events/change_detected/change_detected.py(+228 -0)➕
python/examples/google_drive_trigger/events/change_detected/change_detected.yaml(+116 -0)➕
python/examples/google_drive_trigger/main.py(+6 -0)➕
python/examples/google_drive_trigger/manifest.yaml(+38 -0)➕
python/examples/google_drive_trigger/provider/google_drive.py(+414 -0)➕
python/examples/google_drive_trigger/provider/google_drive.yaml(+85 -0)➕
python/examples/google_drive_trigger/requirements.txt(+1 -0)📄 Description
Summary
Testing
https://chatgpt.com/codex/tasks/task_b_68f0a46c8fd483269a7426fb4251606b
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.