CLI commands

Webhook

openclaw webhooks

Pembantu Webhook dan integrasi (Gmail Pub/Sub, pembantu Webhook).

Terkait:

Gmail

openclaw webhooks gmail setup --account [email protected]
openclaw webhooks gmail run

webhooks gmail setup

Konfigurasikan Gmail watch, Pub/Sub, dan pengiriman Webhook OpenClaw.

Wajib:

  • --account <email>

Opsi:

  • --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

Contoh:

openclaw webhooks gmail setup --account [email protected]
openclaw webhooks gmail setup --account [email protected] --project my-gcp-project --json
openclaw webhooks gmail setup --account [email protected] --hook-url https://gateway.example.com/hooks/gmail

webhooks gmail run

Jalankan gog watch serve plus loop auto-renew watch.

Opsi:

  • --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>

Contoh:

openclaw webhooks gmail run --account [email protected]

Lihat dokumentasi Gmail Pub/Sub untuk alur penyiapan end-to-end dan detail operasional.

Terkait