Commit Graph

7 Commits

Author SHA1 Message Date
Yeuoly cda9558f90 fix: google drive schema 2025-10-22 15:53:13 +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 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