Skip to main content

UpdateWebhookEndpointDto

descriptionstring

Possible values: <= 500 characters

enabledEventsstring[]

Possible values: [safety.incident.reported, safety.incident.resolved, safety.inspection.completed, operations.production_log.created, operations.shift_log.submitted, operations.lot.custody_transferred, compliance.permit.expiring, compliance.submission.status_changed, workforce.payroll_batch.completed, inventory.stock.threshold_breached, environment.threshold.breached, webhook.test]

customHeaders object
property name*string
statusstring

Set to paused to stop deliveries without losing history, or active to resume (which clears the failure streak).

Possible values: [active, paused, disabled]

UpdateWebhookEndpointDto
{
"description": "string",
"enabledEvents": [
"safety.incident.reported"
],
"customHeaders": {},
"status": "active"
}