Skip to main content

Case events

The table below lists the Webhook events available for case.
EventDescription
case.status_updatedTriggered when the status of a case is updated for a business.

case.status_updated

Below payload is dispatched on status change of a case.
{
    "event_type": "case.status_updated",
    "payload": {
        "business_id": "1fb02f66-0740-4312-83e4-0f37283d9e90",
        "case_id": "ff27bb1f-4059-4735-aaed-908c62804863",
        "name": "Test Business",
        "status": "ONBOARDING"
    }
}