This service is used for status updates on connectors, connections and tickets
Jifeline Customer websocket server for cluster ID 001
Subscribe to updates from tickets, connections and connectors
Available only on servers:
Accepts one of the following messages:
Subscribes to updates from a specified connector, updates are received in a default interval of 5 seconds
{
"action": "subscribeToConnector",
"connector_id": 940201043
}
Subscribes to updates from a specified ticket, updates are received in a default interval of 5 seconds
{
"action": "subscribeToTicket",
"ticket_id": 32423
}
Subscribes to updates from a specified connection, updates are received in a default interval of 5 seconds
{
"action": "subscribeToConnection",
"connection_uuid": "97a0e81d-d0ac-42ae-9195-a11732ad322a"
}
Unsubscribes from connector, updates are no longer received after sending this message
{
"action": "unsubscribeFromConnector",
"connector_id": 940201043
}
Unsubscribes from ticket, updates are no longer received after sending this message
{
"action": "unsubscribeToTicket",
"ticket_id": 32423
}
Unsubscribes from connection, updates are no longer received after sending this message
{
"action": "unsubscribeToConnection",
"connection_uuid": "97a0e81d-d0ac-42ae-9195-a11732ad322a"
}
Accepts one of the following messages:
{
"action": "subscribeToConnection",
"message": {
"connection_uuid": "97a0e81d-d0ac-42ae-9195-a11732ad322a",
"script_ui_wss_url": null,
"script_ui_available": 1300,
"is_autonomous": true
}
}
{
"action": "subscribeToTicket",
"message": {
"id": 4723423,
"ticket_id": 4723423,
"ticket_uuid": "97a0e81d-d0ac-42ae-9195-a11732ad322a",
"state": 1,
"connection_id": 1631171716525,
"connection_uuid": "97a0e81d-d0ac-42ae-9195-a11732ad322a",
"cancelled_reason": 0,
"chat_state": 0,
"vehicle_model_id": 243021,
"is_script_composition_running": false,
"vehicle_model_variant_id": 243031,
"vin": "JFL94020109394020",
"schedule": {
"message": "I'll be right back",
"until": "string"
}
}
}
{
"action": "subscribeToConnection",
"message": {
"connection_uuid": "97a0e81d-d0ac-42ae-9195-a11732ad322a",
"script_ui_wss_url": null,
"script_ui_available": 1300,
"is_autonomous": true
}
}
Subscribes to updates from a specified connector, updates are received in a default interval of 5 seconds
Subscribes to updates from a specified ticket, updates are received in a default interval of 5 seconds
Subscribes to updates from a specified connection, updates are received in a default interval of 5 seconds
Unsubscribes from connector, updates are no longer received after sending this message
Unsubscribes from ticket, updates are no longer received after sending this message
Unsubscribes from connection, updates are no longer received after sending this message