Ana içeriğe atla

openclaw webhooks

Webhook yardımcıları ve entegrasyonları (Gmail Pub/Sub, webhook yardımcıları). İlgili:

Gmail

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

webhooks gmail setup

Gmail izlemeyi, Pub/Sub’ı ve OpenClaw webhook teslimini yapılandırın. Gerekli:
  • --account <email>
Seçenekler:
  • --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
Örnekler:
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 ile izleme otomatik yenileme döngüsünü çalıştırın. Seçenekler:
  • --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>
Örnek:
openclaw webhooks gmail run --account you@example.com
Uçtan uca kurulum akışı ve operasyonel ayrıntılar için Gmail Pub/Sub belgelerine bakın.