Ассинхронные события
Тип события
Описание
Событие transaction.done
{
"event_type": "transaction.done",
"payload": {
"uuid": "cc1f638a-f039-48b9-8885-af161e2838f8",
"done_at": "2024-02-01T07:43:57.106701Z",
"done_status": "MESSAGE_SENT",
"successful_routes": [
"WHATSAPP"
],
"route_details": {
"BOT": {
"uuid": "96791937-37a1-45c0-b9ee-c20f0807579a",
"state": "ERROR",
"response_status": null,
"response_description": null
},
"WHATSAPP": {
"uuid": "f2ff7bf0-20b4-4ece-b087-1db78866d7d0",
"state": "SENT",
"response_status": "DELIVERED",
"response_description": null
},
"VK_NOTIFY": {
"uuid": "fe38d2f4-af80-4e68-98a2-a3590ae2ee05",
"state": "CANCELLED",
"response_status": null,
"response_description": null
},
"VIBER_SERVICE_MESSAGES": {
"uuid": "d25c241a-de5b-4f6a-80cc-749bf0d90461",
"state": "CANCELLED",
"response_status": null,
"response_description": null
}
},
"context": {
"some": "value"
}
},
"timestamp": 1706773437.1262264
}Событие transaction.error
Last updated