Emitted on a beginning of a conversation or a receiving of a conversation transferred by another operator.
Emitted on an end of a conversation. Conversations on offsite channels are automatically closed after 7 days of inactivity.
Emitted on user creation in administration or API Rest.
Emitted on user update in administration or API Rest.
Emitted when user is connecting to administration or desk.
Emitted when user is disconnecting of administration or desk.
Emitted when user's availability is updated.
Emitted when a visitor information is updated from desk or admin view.
Emitted when visitor has answered a customer satisfaction, net promoter score, satisfaction comment or custom question.
Will be emitted at every click on answer by visitor.
Emitted when a transaction is attributed to a conversation.
v2.conversation.pushed
Emitted on a beginning of a conversation or a receiving of a conversation transferred by another operator.
{
"eventId": "0f0bb3af-5035-4ba3-b3fb-ff4879a3a74d",
"eventType": "v2.conversation.pushed",
"platform": "ha",
"projectId": 1,
"clientId": 335,
"conversationId": "4c8c7408-f73c-42cd-89e9-afbbee7d9024",
"operatorId": 1,
"visitorExternalId": "63429889", // deprecated. Only available for ONSITE conversations. Use `visitorId` field instead.
"channel": "CHAT",
"visitorId": "b05f1b45-c891-4a9c-b47e-91ee6c8ffb44",
"createdAt": "2019-04-12T07:58:35.171Z",
"sentAt": "2019-04-12T07:58:35.496Z"
}
Please note :
Attribute
Description
channel
For onsite source :
-CHAT
-CALL
-VIDEO
For offsite:
-FACEBOOK
-FACEBOOK_BUSINESS_ON_MESSENGER
-TWITTER
-MOBILE_APP
-SMS
v2.conversation.closed
Emitted on an end of a conversation. Conversations on offsite channels are automatically closed after 7 days of inactivity.
{
"eventId": "0f0bb3af-5035-4ba3-b3fb-ff4879a3a74d",
"eventType": "v2.conversation.closed",
"platform": "ha",
"projectId": 1,
"clientId": 1,
"conversationId": "4c8c7408-f73c-42cd-89e9-afbbee7d9024",
"operatorIds": [
1,
2
],
"visitorExternalId": "63429889", // deprecated. Only available for ONSITE conversations. Use `visitorId` field instead.
"channel": "CHAT",
"visitorId": "b05f1b45-c891-4a9c-b47e-91ee6c8ffb44",
"createdAt": "2019-04-12T07:58:35.171Z",
"sentAt": "2019-04-12T07:58:35.496Z"
}
Please note :
Attribute
Description
channel
For onsite source :
-CHAT
-CALL
-VIDEO
For offsite:
-FACEBOOK
-FACEBOOK_BUSINESS_ON_MESSENGER
-TWITTER
-MOBILE_APP
-SMS
user.created
Emitted on user creation in administration or API Rest.
Emitted when visitor has answered a customer satisfaction, net promoter score, satisfaction comment or custom question. Will be emitted at every click on an answer by the visitor.