Commit Graph

14 Commits

Author SHA1 Message Date
Harry 02101e6db9 chore: update dify_plugin version across multiple triggers to 0.6.0b14 2025-11-05 15:32:53 +08:00
Yeuoly cda9558f90 fix: google drive schema 2025-10-22 15:53:13 +08:00
Yeuoly 9948687009 bump sdk 2025-10-22 13:48:23 +08:00
Harry 637944f5f6 refactor: update parameter descriptions to improve clarity across multiple YAML files 2025-10-21 17:27:47 +08:00
Yeuoly 1df767a726 refine: readme 2025-10-20 19:50:30 +08:00
Yeuoly 0f82703661 readme 2025-10-20 18:01:39 +08:00
Yeuoly 966c660b40 (google drive) feat: support filname pattern 2025-10-20 17:52:12 +08:00
Yeuoly 58d7fae693 feat: add parameters 2025-10-20 16:49:11 +08:00
Yeuoly 61df834b64 fix: remove custom tag 2025-10-20 16:12:41 +08:00
Yeuoly b39d19232e fix: remove logs 2025-10-20 15:09:36 +08:00
Yeuoly 3aa1c10beb refactoring: fetch changes inside provider 2025-10-20 15:07:52 +08:00
Harry 8d32dfb347 refactor: add payload to event handler's on_event function 2025-10-20 12:04:43 +08:00
Yeuoly 77efff7c35 Refine Google Drive change_detected.yaml with detailed schema
Based on real webhook data, added comprehensive output schema including:
- Detailed file object properties (id, name, mimeType, createdTime, modifiedTime, etc.)
- Nested user objects for owners and lastModifyingUser
- Complete subscription object with channel metadata and user details
- Proper descriptions for all fields

This ensures the event output accurately reflects the actual Google Drive API response structure.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-18 18:18:43 +08:00
Yeuoly 9f33b4dbf3 Add Gmail trigger example plugin with automated subscription (#218)
* Add Gmail trigger example with automatic subscription

* Replace Gmail trigger example with Google Drive trigger
2025-10-17 18:39:00 +08:00