> ## Documentation Index
> Fetch the complete documentation index at: https://claw-tw.jackle.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# webhooks（網路鉤子）

# `openclaw webhooks`

Webhook 協助工具與整合功能（包含 Gmail Pub/Sub 的連動）。

相關資訊：

* Webhook 概念：[網路鉤子 (Webhook)](/zh-Hant/automation/webhook)
* Gmail Pub/Sub 整合：[Gmail Pub/Sub 說明](/zh-Hant/automation/gmail-pubsub)

## Gmail 整合

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
# 設定 Gmail 帳戶以進行 Pub/Sub
openclaw webhooks gmail setup --account 使用者@example.com

# 執行 Gmail Webhook 處理程序
openclaw webhooks gmail run
```

詳細設定流程請參閱 [Gmail Pub/Sub 技術文件](/zh-Hant/automation/gmail-pubsub)。
