CLI commands

Webhooks

openclaw webhooks

Webhook-Hilfsfunktionen und Integrationen (Gmail Pub/Sub, Webhook-Hilfsfunktionen).

Verwandt:

Gmail

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

webhooks gmail setup

Gmail-Watch, Pub/Sub und OpenClaw-Webhook-Zustellung konfigurieren.

Erforderlich:

  • --account <email>

Optionen:

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

Beispiele:

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

gog watch serve zusammen mit der Auto-Renew-Schleife für Watch ausführen.

Optionen:

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

Beispiel:

openclaw webhooks gmail run --account [email protected]

Siehe Gmail-PubSub-Dokumentation für den vollständigen Einrichtungsablauf und betriebliche Details.

Verwandt