A NamedWebhooksIntegration is a webhooks integration attached to a space with a name that can be referenced via notification policies. Each space can have one or more integration, allowing notification policies to route notifications to different webhook endpoints.
- idNamed Webhooks Integration ID
- spaceSpace!Space to which this integration belongs.
- deletedIndicates whether the integration has been deleted.
- Paginated list of deliveries from this integration. The optional opaque token is used for pagination and should be copied from the previous WebhookDeliveries response.
- Extended details of a single delivery.
- enabledEnable or disable sending webhooks
- endpointUser provided endpoint to send webhooks to
- nameName of the webhooks endpoint
- labelsLabels associated with the endpoint. This can be used for matching in notification policies.
- secretHeadersSecret headers is a list of header keys which are set for this webhook. Only the keys are returned as values potentially have sensitive data.
- secretSecret to be hashed and sent with payload
- createdAtCreatedAt is unix timestamp (in seconds) at which the webhook was created