caseTmp | Optional | String | Unique task template identifier. |
name | Optional | String | Task name. |
lname | Optional | String | Lowercase version or slug of the name. |
desc | Optional | String | Task description. |
tags | Optional | Array | Array of tag strings. |
userInfo | Optional | Object | User information for the user who created or owns the task. |
sessIds | Optional | Array | Related session IDs. |
accountId | Optional | String | Account identifier. |
lid | Optional | String | Stream, instance, or session ID. |
orgId | Optional | String | Organization identifier. |
convIds | Optional | Array | Related conversation IDs. |
status | Optional | Object | Current task status. |
language | Optional | String | Task language code. For example, english. |
source | Optional | String | Source of the task. For example, rtm. |
conversationType | Optional | String | Type of conversation. |
fields | Optional | Array | Custom or system field definitions and values. |
participants | Optional | Array | List of participants. |
queues | Optional | Array | Assigned queues. |
priority | Optional | Object | Priority metadata. |
refId | Optional | String | Task reference ID. |
assigneeType | Optional | String | Assignment type. |
isActive | Optional | Boolean | Whether the task is active. |
taskIds | Optional | Array | Array of associated task IDs. |
attachments | Optional | Array | Array of attachments. |
feedback | Optional | Array | Feedback data. |
createdBy | Optional | Object | Creator information. |
updatedBy | Optional | Object | Last updated by information. |
timestampValue | Optional | Number | Timestamp in milliseconds for tracking updates. |
activityIds | Optional | Array | Related activity IDs. |
commentIds | Optional | Array | Related comment IDs. |
resolutionCmts | Optional | Array | Resolution comments. |
dueDate | Optional | Number | Due date timestamp in milliseconds. |
isBreached | Optional | Boolean | SLA breach flag. |
supportCustomTasks | Optional | Boolean | Support for custom tasks. |
channel | Optional | Array | Channels used. For example, chat, email. |
createdAt | Optional | String | Task creation timestamp. |
updatedAt | Optional | String | Last updated timestamp. |
currAssignee | Optional | Object | Current assigned agent. |
ETA | Optional | String | Estimated resolution time in ISO format. |