mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
2b2501268f
- Renamed the trigger from "Gmail Trigger" to "gmail_trigger" in the manifest for consistency. - Improved the GmailMessageAddedEvent class by adding methods for processing attachments, including handling inline data and file uploads. - Updated the output schema in the YAML to include new fields for attachment metadata, enhancing the event's data structure.
41 lines
812 B
YAML
41 lines
812 B
YAML
author: langgenius
|
|
created_at: "2024-10-16T08:03:44.658609186Z"
|
|
description:
|
|
en_US: Gmail push notifications trigger provider for Dify.
|
|
ja_JP: Dify 用の Gmail プッシュ通知トリガープロバイダー。
|
|
zh_Hans: 用于 Dify 的 Gmail 推送通知触发器。
|
|
icon: icon.svg
|
|
label:
|
|
en_US: Gmail Trigger
|
|
ja_JP: Gmail Trigger
|
|
zh_Hans: Gmail Trigger
|
|
meta:
|
|
arch:
|
|
- amd64
|
|
- arm64
|
|
runner:
|
|
entrypoint: main
|
|
language: python
|
|
version: "3.12"
|
|
version: 0.0.1
|
|
minimum_dify_version: 1.7.0
|
|
name: gmail_trigger
|
|
plugins:
|
|
triggers:
|
|
- provider/gmail_trigger.yaml
|
|
resource:
|
|
memory: 1048576
|
|
permission:
|
|
model:
|
|
enabled: true
|
|
llm: true
|
|
tool:
|
|
enabled: true
|
|
storage:
|
|
enabled: true
|
|
size: 1048576
|
|
tags:
|
|
- utilities
|
|
type: plugin
|
|
version: 0.0.2
|