CLI commands

Webhooks

openclaw webhooks

Ayudantes e integraciones de Webhook (Gmail Pub/Sub, ayudantes de Webhook).

Relacionado:

Gmail

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

webhooks gmail setup

Configura Gmail watch, Pub/Sub y la entrega por Webhook de OpenClaw.

Obligatorio:

  • --account <email>

Opciones:

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

Ejemplos:

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

Ejecuta gog watch serve junto con el bucle de renovación automática de watch.

Opciones:

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

Ejemplo:

openclaw webhooks gmail run --account [email protected]

Consulta la documentación de Gmail Pub/Sub para ver el flujo completo de configuración y los detalles operativos.

Relacionado