docs/docs/uk/cli/webhooks.md
2026-04-24 04:22:15 +00:00

2.7 KiB
Raw Blame History

read_when summary title x-i18n
Ви хочете підключити події Gmail Pub/Sub до OpenClaw
Вам потрібні допоміжні команди Webhook
Довідка CLI для `openclaw webhooks` (допоміжні засоби Webhook + Gmail Pub/Sub) Webhooks
generated_at model provider source_hash source_path workflow
2026-04-24T04:13:19Z gpt-5.4 openai ce9b085904918f1fea4daa7728470d492ab3e7d92ad43a6b1e7efe8d9f70868f cli/webhooks.md 15

openclaw webhooks

Допоміжні засоби Webhook та інтеграції (Gmail Pub/Sub, допоміжні засоби webhook).

Пов’язане:

Gmail

openclaw webhooks gmail setup --account you@example.com
openclaw webhooks gmail run

webhooks gmail setup

Налаштувати Gmail watch, Pub/Sub і доставку Webhook OpenClaw.

Обов’язково:

  • --account <email>

Параметри:

  • --project <id>
  • --topic <name>
  • --subscription <name>
  • --label <label>
  • --hook-url <url>
  • --hook-token <token>
  • --push-token <token>
  • --bind <host>
  • --port <port>
  • --path <path>
  • --include-body
  • --max-bytes <n>
  • --renew-minutes <n>
  • --tailscale <funnel|serve|off>
  • --tailscale-path <path>
  • --tailscale-target <target>
  • --push-endpoint <url>
  • --json

Приклади:

openclaw webhooks gmail setup --account you@example.com
openclaw webhooks gmail setup --account you@example.com --project my-gcp-project --json
openclaw webhooks gmail setup --account you@example.com --hook-url https://gateway.example.com/hooks/gmail

webhooks gmail run

Запустити gog watch serve разом із циклом автоматичного поновлення watch.

Параметри:

  • --account <email>
  • --topic <topic>
  • --subscription <name>
  • --label <label>
  • --hook-url <url>
  • --hook-token <token>
  • --push-token <token>
  • --bind <host>
  • --port <port>
  • --path <path>
  • --include-body
  • --max-bytes <n>
  • --renew-minutes <n>
  • --tailscale <funnel|serve|off>
  • --tailscale-path <path>
  • --tailscale-target <target>

Приклад:

openclaw webhooks gmail run --account you@example.com

Див. документацію Gmail Pub/Sub для наскрізного процесу налаштування та операційних деталей.

Пов’язане