Langsung ke konten utama

openclaw webhooks

Helper webhook dan integrasi (Gmail Pub/Sub, helper webhook). Terkait:

Gmail

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

webhooks gmail setup

Konfigurasikan Gmail watch, Pub/Sub, dan pengiriman webhook OpenClaw. Diperlukan:
  • --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 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

Jalankan gog watch serve beserta loop perpanjangan otomatis 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 you@example.com
Lihat dokumentasi Gmail Pub/Sub untuk alur penyiapan end-to-end dan detail operasional.