CLI commands

Webhooki

openclaw webhooks

Pomocniki i integracje Webhook (Gmail Pub/Sub, pomocniki Webhook).

Powiązane:

Gmail

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

webhooks gmail setup

Konfiguruje obserwację Gmail, Pub/Sub oraz dostarczanie Webhook OpenClaw.

Wymagane:

  • --account <email>

Opcje:

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

Przykłady:

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

Uruchamia gog watch serve wraz z pętlą automatycznego odnawiania obserwacji.

Opcje:

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

Przykład:

openclaw webhooks gmail run --account [email protected]

Zobacz dokumentację Gmail Pub/Sub, aby poznać pełny przepływ konfiguracji i szczegóły operacyjne.

Powiązane