Skip to content

WebhookSaveRequest

← All HTTP schemas

The request body for saving a webhook subscription.

Shape: object

Property Required Type Description Rules
url no string The address events are sent to. Only https (or loopback http).
events no array The names of the subscribed events. See WebhookEvents.
secretConfigurationKey no string The name of the configuration key from which the signing secret is read. Not the secret itself.
headers no object Additional headers to add to every request.
enabled no boolean Whether the subscription is enabled.