Chat
Android Fields
Name | Type | Notes | |
---|---|---|---|
sessionName |
|
notNull |
The name of the chat session |
sessionOid |
|
notNull |
The oid of the chat session |
chatOid |
|
notNull |
The oid of the new chat message |
date |
|
notNull |
Date of the chat (should be UTC format) |
clientId |
|
The client id identifies the client from which the chat is send from (smartphone / softphone / ..) |
|
phoneLine |
The phone line that has received the chat notification |
||
creator |
The creator of the chat message |
||
addressable |
The addressable of the chat session |
||
reference |
The sended reference (attachment or object reference) |
||
contents |
|
The contents of the chat. Long chat message are truncated |
|
chatSessionType |
|
notNull |
The chat session type |
communicationOid |
|
notNull |
The oid of the communication object |
forwarded |
|
notNull |
True if the message is a forward of a original message |
incoming |
|
notNull |
True if the message is incoming |
chatHuntingPolicy |
if true, the chat agent hunting is enabled and the delivery is handled specially |
iOS Fields
The push notification type is silent if no warning needs to be displayed
Name | Type | Notes | |
---|---|---|---|
SESSION |
|
notNull |
The oid of the chat session |
SESSION_TYPE |
|
notNull |
The oid of the chat session |
CHAT |
|
notNull |
The chat session type |
MESSAGE |
|
notNull |
The contents of the chat. Long chat message are truncated |
IS_CREATOR |
|
notNull |
Is user creator of the message |
COMMUNICATION |
|
notNull |
The oid of the communication |
PHONE_LINE_NAME |
|
The name of the phone line that received the chat notification |
|
PHONE_LINE_OID |
|
The oid of the phone line that received the chat notification |
|
NAME |
|
The name of the creator |
|
OID |
|
The oid of the creator |
|
OBJECT_TYPE |
|
The object type of the creator |
|
REF_NAME |
|
The name of the reference |
|
REF_OID |
|
The oid of the reference |
|
REF_OBJECT_TYPE |
|
The object type of the reference |
|
OWNER_NAME |
|
The name of the owner / remote addressable |
|
OWNER_OID |
|
The oid of the ownder / remote addressable |
|
OWNER_OBJECT_TYPE |
|
The object type of the owner / remote addressable |
|
FORWARDED |
|
notNull |
True if the message is a forward of a original message |
INCOMING |
|
notNull |
True if the message is incoming |
CHAT_HUNTING_POLICY |
if true, the chat agent hunting is enabled and the delivery is handled specially |