> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ascn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 事件触发器

> Agent 对你的服务中的事件做出反应。

| 服务               | 事件         |
| ---------------- | ---------- |
| **Gmail**        | 新邮件        |
| **Google 日历**    | 事件创建/修改/删除 |
| **Google Drive** | 文件添加/修改    |

```text theme={null}
当 Gmail 收到新邮件时，检查是否需要回复，
并在 Telegram 中准备草稿等待确认。
```

<Warning>
  触发器每次激活时消耗集成积分。
</Warning>
