Skip to content

SyncWebhookFull

Field Type Required Description
name string max length 255
endpoint string max length 255
status Status ‘scheduled’ is deprecated and should not be used anymore.
one of: active, inactive, scheduled · default: "active"
events array[Event]
code string Human readable code of the entity
max length 255
{
"name": "string",
"endpoint": "string",
"status": "active",
"events": [
{
"code": "string"
}
],
"code": "someCode"
}