{
"lead_id": "507f1f77bcf86cd799439011",
"user_id": "string",
"context_items": [
{
"id": "string",
"kind": "string",
"role": "technical",
"display": {
"label": "string",
"subtitle": "string",
"icon": "string",
"avatar_url": "string"
},
"ref": {
"property1": "string",
"property2": "string"
},
"snapshot": {
"property1": "string",
"property2": "string"
},
"payload": {
"property1": "string",
"property2": "string"
}
}
],
"custom_actions": [
{
"name": "site.openOrder",
"title": "Открыть заказ",
"description": "Открывает модальное окно заказа по order_id.",
"payload_schema": {
"type": "object",
"properties": {
"dialog_id": {
"type": "string"
}
},
"required": [
"dialog_id"
],
"additionalProperties": false
}
}
],
"custom_actions_language": "ru"
}