WebhookConfig
Webhook delivery configuration, set via the webhooks field of
portal.config.ts (@portalsdk/config's WebhookConfig type). One
endpoint per project.
- urlType: stringrequired
The endpoint Portal POSTs signed webhook events to. Must use
https(orhttp, only forlocalhost/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/.localhostTLD, or their IPv6 equivalents) —portal deployrejects the config otherwise.