WebhookConfig

Webhook delivery configuration, set via the webhooks field of portal.config.ts (@portalsdk/config's WebhookConfig type). One endpoint per project.

  • url
    Type: string
    required

    The endpoint Portal POSTs signed webhook events to. Must use https (or http, only for localhost / 127.0.0.1 / [::1], for local development) and must not resolve to a private or internal address (RFC1918 ranges, link-local, loopback, an .internal/.localhost TLD, or their IPv6 equivalents) — portal deploy rejects the config otherwise.