| Field | Description |
| currentAssigneeId | Agent or bot ID currently handling the session. |
| sessionStatus | Current status of the conversation (e.g., ON_PROGRESS, ENDED). |
| replyStatus | If messages can be sent/received for this session (see below for all possible statuses). |
| sessionOldStatus | Previous status of the session. This helps with tracking changes. |
| sessionId | Unique identifier for the session. |
| messagesCount | Total number of messages exchanged so far. |
| assigneeType | Identifies if the current handler is an ‘AGENT’ or a ‘BOT’. |
| channelId | ID of the channel (chat, social, etc.) where the session occurred. |
| eventTime | Timestamp of event occurrence. |
| eventType | The type of webhook event received (IM_Session_Status). |
| orgId | Your Zoho Desk organization ID. |
| Value | Description |
| CREATED | New conversation started by an end user. |
| OPEN | Waiting to be handled by an agent or bot. |
| ON_PROGRESS | Agent/bot is actively involved in the session. |
| ON_HOLD | Picked up, but no response sent yet. |
| ENDED | Agent/bot has ended the session. |
| BLOCKED | Session is blocked; no further messages allowed. |
| Value | What It Means |
| ACCEPTED | Messages can be exchanged. |
| CHANNEL_INACTIVE | Channel is inactive. Messages cannot be sent. |
| CHANNEL_REVOKED | Channel revoked. Messages cannot be sent. |
| SESSION_ENDED | Session ended and communication is closed. |
| SESSION_BLOCKED | Blocked by agent. No messages allowed. |
| SESSION_EXPIRED | Expired session. The user must send another message to resume. |
| UNASSIGNED | Not assigned to anyone. |
| NOT_AN_ASSIGNEE | Handler is not actually assigned to the session. |
| CREDIT_EXHAUSTED | Message credit exhausted and no more can be sent. |
| ACCESSTOKEN_EXPIRED | (FB/Instagram only) Access token expired, needs reauthentication. |
| PERMISSION_REVOKED | (FB/Instagram only) Page permission revoked. |
| UNEXPECTED_ERROR | Error sending message. There may be a misconfiguration. |
| PAGE_REMOVED | Page/channel deleted or deactivated. |
| SANDBOX_LIMIT_REACHED | Sandbox daily message limit reached. |
| CHANNEL_DELETED | Channel deleted; messaging disabled. |
| ENDUSER_OFFLINE | (ZBM sessions) End user is offline; only receive messages. |
| CONFIG_SKIPPED_CHANNEL | Configuration skipped. |
| OUTGOING_LIMIT_REACHED | Message limit reached for outbound messages. |
| ASSIGNED_TO_OTHER_SERVICE | Handled by another Zoho service. |