docs/docs/de/cli/webhooks.md
2026-04-05 12:59:49 +00:00

2.3 KiB

read_when summary title x-i18n
Sie möchten Gmail-Pub/Sub-Ereignisse in OpenClaw einbinden
Sie möchten Webhook-Hilfsbefehle verwenden
CLI-Referenz für `openclaw webhooks` (Webhook-Helfer + Gmail Pub/Sub) webhooks
generated_at model provider source_hash source_path workflow
2026-04-05T12:39:22Z gpt-5.4 openai 2b22ce879c3a94557be57919b4d2b3e92ff4d41fbae7bc88d2ab07cd4bbeac83 cli/webhooks.md 15

openclaw webhooks

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

Verwandt:

Gmail

openclaw webhooks gmail setup --account you@example.com
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 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 zusammen mit der automatischen Watch-Erneuerungsschleife 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 you@example.com

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