CLI commands

Webhooks

openclaw webhooks

مساعدات Webhook والتكاملات (Gmail Pub/Sub، ومساعدات Webhook).

ذو صلة:

Gmail

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

webhooks gmail setup

هيّئ Gmail watch وPub/Sub وتسليم Webhook الخاص بـ OpenClaw.

مطلوب:

  • --account <email>

الخيارات:

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

أمثلة:

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

شغّل gog watch serve بالإضافة إلى حلقة التجديد التلقائي لـ watch.

الخيارات:

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

مثال:

openclaw webhooks gmail run --account [email protected]

راجع توثيق Gmail Pub/Sub لمعرفة تدفق الإعداد الكامل والتفاصيل التشغيلية.

ذو صلة