Skip to main content

fased webhooks

Webhook helpers and related integrations, including the Gmail Pub/Sub setup flow. Related:

Gmail

fased webhooks gmail setup --account [email protected]
fased webhooks gmail run
Useful setup options:
  • --project <id>: GCP project id.
  • --topic <name> / --subscription <name>: Pub/Sub resources.
  • --label <label>: Gmail label to watch.
  • --hook-url <url> / --hook-token <token>: Fased hook destination.
  • --tailscale <funnel|serve|off>: supported exposure mode.
  • --push-endpoint <url>: explicit Pub/Sub push endpoint.
  • --json: print setup summary as JSON.
Useful run options:
  • --account <email>: Gmail account to watch.
  • --hook-url <url> / --hook-token <token>: override hook destination.
  • --include-body / --max-bytes <n>: include bounded message content.
  • --renew-minutes <n>: renew the watch on an interval.
See Gmail Pub/Sub documentation for details.