Passer au contenu principal

openclaw webhooks

Assistants webhook et intégrations (Gmail Pub/Sub, assistants webhook). Voir aussi :

Gmail

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

webhooks gmail setup

Configure la surveillance Gmail, Pub/Sub et la livraison webhook OpenClaw. Requis :
  • --account <email>
Options :
  • --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
Exemples :
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

Exécute gog watch serve ainsi que la boucle de renouvellement automatique de la surveillance. Options :
  • --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>
Exemple :
openclaw webhooks gmail run --account you@example.com
Consultez la documentation Gmail Pub/Sub pour le flux de configuration de bout en bout et les détails opérationnels.