Skip to content

WebhookInput object

Data for creating or updating a webhook

FieldTypeDescription
urlrequiredstring (uri)Endpoint URL
eventsrequiredstring[]Event patterns to subscribe to
secretstringShared secret for signature verification
isActivebooleanWhether the webhook is active

Released under the MIT License.