Files
openclaw/docs/cli/webhooks.md
T

26 lines
598 B
Markdown
Raw Normal View History

2026-01-17 07:08:04 +00:00
---
2026-01-30 03:15:10 +01:00
summary: "CLI reference for `openclaw webhooks` (webhook helpers + Gmail Pub/Sub)"
2026-01-17 07:08:04 +00:00
read_when:
2026-01-30 03:15:10 +01:00
- You want to wire Gmail Pub/Sub events into OpenClaw
2026-01-17 07:08:04 +00:00
- You want webhook helper commands
2026-01-31 16:04:03 -05:00
title: "webhooks"
2026-01-17 07:08:04 +00:00
---
2026-01-30 03:15:10 +01:00
# `openclaw webhooks`
2026-01-17 07:08:04 +00:00
Webhook helpers and integrations (Gmail Pub/Sub, webhook helpers).
Related:
2026-01-31 21:13:13 +09:00
2026-01-17 07:08:04 +00:00
- Webhooks: [Webhook](/automation/webhook)
- Gmail Pub/Sub: [Gmail Pub/Sub](/automation/gmail-pubsub)
## Gmail
```bash
2026-01-30 03:15:10 +01:00
openclaw webhooks gmail setup --account you@example.com
openclaw webhooks gmail run
2026-01-17 07:08:04 +00:00
```
See [Gmail Pub/Sub documentation](/automation/gmail-pubsub) for details.