Creates a webhook pointing to a URL. Configure a subscription to deliver events to this webhook.
The endpoint URL where you’d like to deliver events. Any events sent to this webhook object will be delivered to this endpoint URL.
This URL must contain, at a minimum, a protocol — one of http
or https
— and hostname, but can specify resources or ports. For example, these URLs work:
but these do not:
The name you’d like to assign to this webhook, which will appear when listing your webhooks.
The description you’d like to assign to this webhook.