{
"event": "cases.undo-merge",
"time": "2025-01-01T20:00:00.000Z",
"data": {
"fromCaseId": "3f1c2d4e-5a6b-7c8d-9e0f-1a2b3c4d5e6f",
"toCaseId": "4a5b6c7d-8e9f-0a1b-2c3d-4e5f6a7b8c9d",
"adjustedCaseVouchers": [
{
"caseVoucherId": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"fromAmount": 15000,
"toAmount": 20000
}
],
"deletedCaseVouchers": [],
"interactionsMoved": [
{
"interactionId": "2c3d4e5f-6a7b-8c9d-0e1f-2a3b4c5d6e7f"
}
],
"caseVouchersMoved": [
{
"caseVoucherId": "9c0d1e2f-3a4b-5c6d-7e8f-9a0b1c2d3e4f"
}
],
"documentsMoved": [
{
"documentId": "0d1e2f3a-4b5c-6d7e-8f9a-0b1c2d3e4f5a"
}
]
}
}Webhooks
Case merge undoed
Notifies when a case merge is undoed.
WEBHOOK
cases.undo-merge
{
"event": "cases.undo-merge",
"time": "2025-01-01T20:00:00.000Z",
"data": {
"fromCaseId": "3f1c2d4e-5a6b-7c8d-9e0f-1a2b3c4d5e6f",
"toCaseId": "4a5b6c7d-8e9f-0a1b-2c3d-4e5f6a7b8c9d",
"adjustedCaseVouchers": [
{
"caseVoucherId": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"fromAmount": 15000,
"toAmount": 20000
}
],
"deletedCaseVouchers": [],
"interactionsMoved": [
{
"interactionId": "2c3d4e5f-6a7b-8c9d-0e1f-2a3b4c5d6e7f"
}
],
"caseVouchersMoved": [
{
"caseVoucherId": "9c0d1e2f-3a4b-5c6d-7e8f-9a0b1c2d3e4f"
}
],
"documentsMoved": [
{
"documentId": "0d1e2f3a-4b5c-6d7e-8f9a-0b1c2d3e4f5a"
}
]
}
}Headers
Sent with every delivery so the receiver can verify the request really comes from Debbie. The token is issued when the webhook is created — compare it with the stored value and reject deliveries that do not match.
Body
application/json
Webhook payload
Event "cases.undo-merge"
Example:
"cases.undo-merge"
Event dispatch time
Example:
"2025-01-01T20:00:00.000Z"
Data of the event
Show child attributes
Show child attributes
Example:
{
"fromCaseId": "3f1c2d4e-5a6b-7c8d-9e0f-1a2b3c4d5e6f",
"toCaseId": "4a5b6c7d-8e9f-0a1b-2c3d-4e5f6a7b8c9d",
"adjustedCaseVouchers": [
{
"caseVoucherId": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"fromAmount": 15000,
"toAmount": 20000
}
],
"deletedCaseVouchers": [],
"interactionsMoved": [
{
"interactionId": "2c3d4e5f-6a7b-8c9d-0e1f-2a3b4c5d6e7f"
}
],
"caseVouchersMoved": [
{
"caseVoucherId": "9c0d1e2f-3a4b-5c6d-7e8f-9a0b1c2d3e4f"
}
],
"documentsMoved": [
{
"documentId": "0d1e2f3a-4b5c-6d7e-8f9a-0b1c2d3e4f5a"
}
]
}