Entity Status Changed

An entity's status was changed

Payload

The payload of this webhook request is an object.
eventTypestringRequired
The type of the event.
entityobjectRequired
The entity involved in the event.
updatedByEntityIdstringRequired

The ID of the entity that updated the entity. This will be different from the entityId if the entity was updated by a different entity (e.g. a C2 updating a C3). If the entity was created or updated by an admin, this will be ‘admin’.

newStatusstringRequired
The new status of the entity.
previousStatusstringRequired
The previous status of the entity.
userobjectOptional
User who initiated the change.

Response

200
any
Return a 200 status to indicate that the data was received successfully.