CLI commands

Webhook

openclaw webhooks

Helper e integrazioni Webhook (Gmail Pub/Sub, helper Webhook).

Correlati:

Gmail

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

webhooks gmail setup

Configura Gmail watch, Pub/Sub e la consegna Webhook di OpenClaw.

Obbligatorio:

  • --account <email>

Opzioni:

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

Esempi:

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

Esegue gog watch serve più il ciclo di rinnovo automatico del watch.

Opzioni:

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

Esempio:

openclaw webhooks gmail run --account [email protected]

Vedi la documentazione Gmail Pub/Sub per il flusso di configurazione end-to-end e i dettagli operativi.

Correlati