Tickets API
- July 21, 2025
- 1 mins read
Table of Content
List all Tickets data
To access all data use the below CURL replacing {account_id} from your account.
Learn how to get your Account ID.
Learn how to get Authorization key.
curl --location -g 'https://api.revechat.com/rest/v1/external-ticket/all-with-last-msg/{account_id}' \
--header 'Authorization: paste your authorization key here'
Example:
curl --location 'https://api.revechat.com/rest/v1/external-ticket/all-with-last-msg/8683034' \
--header 'Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50SWQiOiI4NjgzMDM0Iiwic3ViIjoiYXV0aG9yaXphdGlvbiIsImV4cCI6MTc1NDk4MTM4MSwiaWF0IjoxNzUyMzg5MzgxfQ.yZ2jyKiY-dKCwDU_V09shdOugJKHaczMWlVFuitYQ9Q' \
--header 'Cookie: revechatLocaleCookie=en'
View Success Response
{
"status": "success",
"message": "found",
"body": {
"content": [
{
"id": "687c7d82e045c40b1c080bad",
"accountId": "8683034",
"chatInfoId": null,
"description": "<p>test222222</p>",
"descriptionText": "test222222",
"isDeleted": false,
"subject": "tesrt",
"assigneeId": null,
"assignee": null,
"ticketStatusId": 1,
"ticketStatus": {
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
"ticketPriorityId": 5,
"ticketPriority": {
"id": 5,
"priorityName": "MEDIUM",
"colorCode": "#F4B24E"
},
"statusCategory": "OPEN",
"isSpammed": false,
"attachments": [],
"confirmationEmailStatus": "DELIVERED",
"creationSource": "CONVERSATION_PANEL",
"visitorRecord": null,
"tagIds": [],
"creatorId": 81830,
"creator": {
"id": 81830,
"accountId": "8683034",
"roleId": 1,
"role": {
"id": 1,
"name": "Super Admin",
"description": "Reve Chat Super Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 1,
"lastLoginTime": 1753071660149,
"lastLogoutTime": 1753004003479,
"lastName": "",
"firstName": "Mohaimin",
"concurrentChat": 5,
"isPasswordChanged": 1,
"updatedTime": 1729413268287,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-69ffdf3a-3f47-456e-9fef-0ff18ea7c47a.png",
"accCreatedTime": null,
"departments": [
{
"id": 4214,
"name": "Facebook",
"description": "",
"clOperatorCode": "8683034"
}
],
"fromAD": false
},
"formId": 43,
"formsDTO": {
"id": 43,
"accountId": "8683034",
"creator": {
"id": 99004,
"accountId": "8683034",
"roleId": 2,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": 1752724980010,
"lastLogoutTime": 1752724995946,
"lastName": "Dev Team1",
"firstName": "Reve",
"concurrentChat": 1,
"isPasswordChanged": 0,
"updatedTime": 1684640788389,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-277744d3-dcae-487d-824c-1e829c645e28.png",
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1684640788000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"creatorId": 99004,
"name": "test form",
"description": null,
"visitorEndsName": "test form",
"status": "PUBLISHED",
"formType": "TICKET",
"payload": "{\"header\":[{\"type\":\"header\",\"body\":{\"header\":\"Support Request\",\"description\":\"<p>Fill up the form to get a support request</p>\"}}],\"actions\":[{\"type\":\"recipientName\",\"isRequired\":false,\"attributeToSave\":\"ticket_recipient_name\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"533dd0b1-6f2a-4299-b214-3bb66cbf544b\",\"body\":{\"label\":\"Recipient Name\",\"placeholder\":\"Write here\"}},{\"type\":\"recipientEmail\",\"isRequired\":false,\"attributeToSave\":\"ticket_recipient_email\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"62e42a10-0047-480f-8d8d-8735dff81731\",\"body\":{\"label\":\"Recipient Email\",\"placeholder\":\"Write your email here\",\"regex\":\"\",\"errorMessage\":\"\"}},{\"type\":\"subject\",\"isRequired\":true,\"attributeToSave\":\"ticket_subject\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"ecba6a46-d3c4-4270-9a25-a643cd11a9b3\",\"body\":{\"label\":\"Subject\",\"placeholder\":\"Write ticket subject...\"}},{\"type\":\"description\",\"isRequired\":true,\"attributeToSave\":\"ticket_description\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"3606c556-4d9f-48b3-a443-304894eb7f54\",\"body\":{\"label\":\"Description\",\"placeholder\":\"Write description...\",\"minChar\":1,\"maxChar\":1000}}],\"useCaptcha\":false,\"formSubmit\":{\"label\":\"Submit\",\"successMessage\":\"\",\"failedMessage\":\"\"}}",
"activityLog": null,
"type": "CUSTOM",
"uuid": "925de853-b84c-4617-87fc-4cee9f4a0e3d",
"isEnabled": true,
"isDeleted": false,
"created": 1745905343646,
"updated": 1745905425361,
"isDefault": false,
"statusGroupId": 1,
"statusGroup": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
}
},
"ticketUUID": "57e4f665-6276-41b8-9f74-f5e6db6db60e",
"ticketId": "347",
"mailMsgId": "6489367f-765e-4840-9d18-19d8f64bbe10",
"isOverDue": false,
"dueDate": null,
"statusGroupId": 1,
"statusGroupDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
},
"visitorInfo": {
"visitorId": 14372571,
"visitorRecordId": 28394953,
"visitorUUID": "898b514b-b2cd-4121-8255-4d45804f7b9b",
"name": "Mohaimin Talha",
"email": "[email protected]",
"phone": null,
"visitorProfilePic": null,
"ip": null,
"platform": null,
"browserName": null,
"locationDto": {
"countryCode": "-",
"country": "-",
"city": "-",
"latitude": "0.0",
"longitude": "0.0",
"region": "-"
}
},
"attributes": {
"{{ticket_due_date}}": "",
"{{ticket_description}}": "<p>test222222</p>",
"{{ticket_last_updated}}": "20-Jul-25 05:24:18 AM",
"{{ticket_status}}": "OPEN",
"{{ticket_recipient_email}}": "[email protected]",
"{{ticket_subject}}": "tesrt",
"{{ticket_source}}": "CONVERSATION_PANEL",
"{{ticket_type}}": "OUTBOUND",
"{{ticket_recipient_name}}": "Mohaimin Talha",
"{{ticket_business_name}}": "Product Team Test1,llll",
"{{ticket_visitor_status}}": "OPEN",
"{{ticket_creation_date}}": "20-Jul-25 05:24:18 AM",
"{{ticket_priority}}": "MEDIUM",
"{{ticket_id}}": "347",
"{{database_id}}": "TICKET_ID=57e4f665-6276-41b8-9f74-f5e6db6db60e#",
"{{ticket_status_group}}": "DEFAULT STATUS GROUP",
"{{ticket_channel}}": "[email protected]"
},
"submittedFields": "[{\"key\":\"Recipient Name\",\"value\":\"Mohaimin Talha\",\"attribute\":\"ticket_recipient_name\",\"id\":\"533dd0b1-6f2a-4299-b214-3bb66cbf544b\",\"valueLabel\":\"Mohaimin Talha\"},{\"key\":\"Recipient Email\",\"value\":\"[email protected]\",\"attribute\":\"ticket_recipient_email\",\"id\":\"62e42a10-0047-480f-8d8d-8735dff81731\",\"valueLabel\":\"[email protected]\"},{\"key\":\"Subject\",\"value\":\"tesrt\",\"attribute\":\"ticket_subject\",\"id\":\"ecba6a46-d3c4-4270-9a25-a643cd11a9b3\",\"valueLabel\":\"tesrt\"},{\"key\":\"Description\",\"value\":\"<p>test222222</p>\",\"attribute\":\"ticket_description\",\"id\":\"3606c556-4d9f-48b3-a443-304894eb7f54\",\"valueLabel\":\"test222222\"}]",
"systemAttributes": {},
"customAttributes": {},
"messageInfo": {
"lastOpenTime": 1752989058435
},
"resolvedById": null,
"resolvedBy": null,
"created": 1752989058435,
"updated": 1752989058435,
"submitTimestamp": 1752989058427,
"serialNo": 0,
"channel": "[email protected]",
"hasNewMsg": false,
"previousId": null,
"firstResponseTime": 0,
"initialResponseTime": 0,
"resolutionTime": 0
},
{
"id": "687c6325e045c40b1c080bab",
"accountId": "8683034",
"chatInfoId": null,
"description": "<p>srdgdgtdegt</p>",
"descriptionText": "srdgdgtdegt",
"isDeleted": false,
"subject": "dsfdfdf",
"assigneeId": null,
"assignee": null,
"ticketStatusId": 1,
"ticketStatus": {
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
"ticketPriorityId": 5,
"ticketPriority": {
"id": 5,
"priorityName": "MEDIUM",
"colorCode": "#F4B24E"
},
"statusCategory": "OPEN",
"isSpammed": false,
"attachments": [],
"confirmationEmailStatus": "DELIVERED",
"creationSource": "CHAT_HISTORY",
"visitorRecord": null,
"tagIds": [],
"creatorId": 77273,
"creator": {
"id": 77273,
"accountId": "8683034",
"roleId": 2,
"role": {
"id": 2,
"name": "Admin",
"description": "REVE CHAT Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": 1752981585787,
"lastLogoutTime": 1752985120769,
"lastName": "Tuhin Design",
"firstName": "Asif",
"concurrentChat": 5,
"isPasswordChanged": 1,
"updatedTime": 1690787011020,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-46be5f3f-0e24-4296-9be9-809b971871d4.png",
"accCreatedTime": null,
"departments": [
{
"id": 4213,
"name": "WhatsApp",
"description": "",
"clOperatorCode": "8683034"
}
],
"fromAD": false
},
"formId": 1,
"formsDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"creatorId": 1,
"name": "Default Form",
"description": "This is system default form",
"visitorEndsName": "Default form",
"status": "PUBLISHED",
"formType": "TICKET",
"payload": "{\"header\":[{\"type\":\"header\",\"body\":{\"header\":\"This is a sample subtitle header. Click to edit.\",\"description\":\"<p>This is a sample subtitle header. Click to edit.</p>\"}}],\"actions\":[{\"type\":\"recipientName\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_name\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"body\":{\"label\":\"Recipient Name\",\"placeholder\":\"Write here\"}},{\"type\":\"recipientEmail\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_email\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"body\":{\"label\":\"Recipient Email\",\"placeholder\":\"Write your email here\",\"regex\":\"\",\"errorMessage\":\"\"}},{\"type\":\"subject\",\"isRequired\":true,\"attributeToSave\":\"ticket_subject\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"body\":{\"label\":\"Subject\",\"placeholder\":\"Write ticket subject...\"}},{\"type\":\"description\",\"isRequired\":true,\"attributeToSave\":\"ticket_description\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"body\":{\"label\":\"Description\",\"placeholder\":\"Write description...\",\"minChar\":1,\"maxChar\":25000}}],\"useCaptcha\":false,\"formSubmit\":{\"label\":\"Submit\",\"successMessage\":\"\",\"failedMessage\":\"\"}}",
"activityLog": null,
"type": "CUSTOM",
"uuid": "ae5114cb-078c-4f19-85f8-fe13f047a561",
"isEnabled": true,
"isDeleted": false,
"created": 1738646226896,
"updated": 1738646226896,
"isDefault": true,
"statusGroupId": 1,
"statusGroup": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
}
},
"ticketUUID": "881ee16c-df30-4edb-ae76-a455eb3522f2",
"ticketId": "346",
"mailMsgId": "76896f6c-5a22-4b78-abc7-130fe7434aea",
"isOverDue": false,
"dueDate": null,
"statusGroupId": 1,
"statusGroupDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
},
"visitorInfo": {
"visitorId": 30603539,
"visitorRecordId": 30604112,
"visitorUUID": "36f4d014-63d7-425a-97a1-28a96939d17f",
"name": "#4d014425a",
"email": "[email protected]",
"phone": null,
"visitorProfilePic": null,
"ip": "119.148.4.18",
"platform": "Mac OS",
"browserName": "Chrome",
"locationDto": {
"countryCode": "BD",
"country": "Bangladesh",
"city": "Dhaka",
"latitude": "23.710394",
"longitude": "90.40711",
"region": "Dhaka"
}
},
"attributes": {
"{{ticket_due_date}}": "",
"{{ticket_description}}": "<p>srdgdgtdegt</p>",
"{{ticket_last_updated}}": "20-Jul-25 03:31:49 AM",
"{{ticket_status}}": "OPEN",
"{{ticket_recipient_email}}": "[email protected]",
"{{ticket_subject}}": "dsfdfdf",
"{{ticket_source}}": "CHAT_HISTORY",
"{{ticket_type}}": "OUTBOUND",
"{{ticket_recipient_name}}": "#4d014425a",
"{{ticket_business_name}}": "Product Team Test1,llll",
"{{ticket_visitor_status}}": "OPEN",
"{{ticket_creation_date}}": "20-Jul-25 03:31:49 AM",
"{{ticket_priority}}": "MEDIUM",
"{{ticket_id}}": "346",
"{{database_id}}": "TICKET_ID=881ee16c-df30-4edb-ae76-a455eb3522f2#",
"{{ticket_status_group}}": "DEFAULT STATUS GROUP",
"{{ticket_channel}}": "[email protected]"
},
"submittedFields": "[{\"key\":\"Recipient Name\",\"value\":\"#4d014425a\",\"attribute\":\"ticket_recipient_name\",\"id\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"valueLabel\":\"#4d014425a\"},{\"key\":\"Recipient Email\",\"value\":\"[email protected]\",\"attribute\":\"ticket_recipient_email\",\"id\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"valueLabel\":\"[email protected]\"},{\"key\":\"Subject\",\"value\":\"dsfdfdf\",\"attribute\":\"ticket_subject\",\"id\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"valueLabel\":\"dsfdfdf\"},{\"key\":\"Description\",\"value\":\"<p>srdgdgtdegt</p>\",\"attribute\":\"ticket_description\",\"id\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"valueLabel\":\"srdgdgtdegt\"}]",
"systemAttributes": {},
"customAttributes": {},
"messageInfo": {
"lastOpenTime": 1752982309847
},
"resolvedById": null,
"resolvedBy": null,
"created": 1752982309847,
"updated": 1752982309847,
"submitTimestamp": 1752982309838,
"serialNo": 0,
"channel": "[email protected]",
"hasNewMsg": false,
"previousId": null,
"firstResponseTime": 0,
"initialResponseTime": 0,
"resolutionTime": 0
},
{
"id": "687615c9a11e481fbad488cb",
"accountId": "8683034",
"chatInfoId": null,
"description": "<p>fgfgfdgfg fgfg</p>",
"descriptionText": "fgfgfdgfg fgfg",
"isDeleted": false,
"subject": "test subject",
"assigneeId": 99004,
"assignee": {
"id": 99004,
"accountId": "8683034",
"roleId": 2,
"role": {
"id": 2,
"name": "Admin",
"description": "REVE CHAT Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": 1752724980010,
"lastLogoutTime": 1752724995946,
"lastName": "Dev Team1",
"firstName": "Reve",
"concurrentChat": 1,
"isPasswordChanged": 0,
"updatedTime": 1684640788389,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-277744d3-dcae-487d-824c-1e829c645e28.png",
"accCreatedTime": null,
"departments": [],
"fromAD": false
},
"ticketStatusId": 1,
"ticketStatus": {
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
"ticketPriorityId": 5,
"ticketPriority": {
"id": 5,
"priorityName": "MEDIUM",
"colorCode": "#F4B24E"
},
"statusCategory": "OPEN",
"isSpammed": false,
"attachments": [],
"confirmationEmailStatus": "DELIVERED",
"creationSource": "MANUAL",
"visitorRecord": null,
"tagIds": [],
"creatorId": 99004,
"creator": {
"id": 99004,
"accountId": "8683034",
"roleId": 2,
"role": {
"id": 2,
"name": "Admin",
"description": "REVE CHAT Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": 1752724980010,
"lastLogoutTime": 1752724995946,
"lastName": "Dev Team1",
"firstName": "Reve",
"concurrentChat": 1,
"isPasswordChanged": 0,
"updatedTime": 1684640788389,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-277744d3-dcae-487d-824c-1e829c645e28.png",
"accCreatedTime": null,
"departments": [],
"fromAD": false
},
"formId": 1,
"formsDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"creatorId": 1,
"name": "Default Form",
"description": "This is system default form",
"visitorEndsName": "Default form",
"status": "PUBLISHED",
"formType": "TICKET",
"payload": "{\"header\":[{\"type\":\"header\",\"body\":{\"header\":\"This is a sample subtitle header. Click to edit.\",\"description\":\"<p>This is a sample subtitle header. Click to edit.</p>\"}}],\"actions\":[{\"type\":\"recipientName\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_name\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"body\":{\"label\":\"Recipient Name\",\"placeholder\":\"Write here\"}},{\"type\":\"recipientEmail\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_email\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"body\":{\"label\":\"Recipient Email\",\"placeholder\":\"Write your email here\",\"regex\":\"\",\"errorMessage\":\"\"}},{\"type\":\"subject\",\"isRequired\":true,\"attributeToSave\":\"ticket_subject\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"body\":{\"label\":\"Subject\",\"placeholder\":\"Write ticket subject...\"}},{\"type\":\"description\",\"isRequired\":true,\"attributeToSave\":\"ticket_description\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"body\":{\"label\":\"Description\",\"placeholder\":\"Write description...\",\"minChar\":1,\"maxChar\":25000}}],\"useCaptcha\":false,\"formSubmit\":{\"label\":\"Submit\",\"successMessage\":\"\",\"failedMessage\":\"\"}}",
"activityLog": null,
"type": "CUSTOM",
"uuid": "ae5114cb-078c-4f19-85f8-fe13f047a561",
"isEnabled": true,
"isDeleted": false,
"created": 1738646226896,
"updated": 1738646226896,
"isDefault": true,
"statusGroupId": 1,
"statusGroup": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
}
},
"ticketUUID": "510ea268-0c75-41ba-b5a1-1eebbad41479",
"ticketId": "345",
"mailMsgId": "c7a590b2-864d-4db4-b9c6-6db4cab2e0af",
"isOverDue": false,
"dueDate": null,
"statusGroupId": 1,
"statusGroupDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
},
"visitorInfo": {
"visitorId": 30698692,
"visitorRecordId": 30699620,
"visitorUUID": "7cb581d1-c930-4ff4-93ad-f5df0a492d0a",
"name": "noman",
"email": "[email protected]",
"phone": null,
"visitorProfilePic": null,
"ip": null,
"platform": null,
"browserName": null,
"locationDto": {
"countryCode": "-",
"country": "-",
"city": "-",
"latitude": "0.0",
"longitude": "0.0",
"region": "-"
}
},
"attributes": {
"{{ticket_due_date}}": "",
"{{ticket_description}}": "<p>fgfgfdgfg fgfg</p>",
"{{ticket_last_updated}}": "15-Jul-25 08:48:16 AM",
"{{ticket_status}}": "OPEN",
"{{ticket_assignee}}": "Reve Dev Team1",
"{{ticket_recipient_email}}": "[email protected]",
"{{ticket_subject}}": "test subject",
"{{ticket_source}}": "MANUAL",
"{{ticket_type}}": "OUTBOUND",
"{{ticket_recipient_name}}": "noman",
"{{ticket_business_name}}": "Product Team Test1,llll",
"{{ticket_visitor_status}}": "OPEN",
"{{ticket_creation_date}}": "15-Jul-25 08:48:09 AM",
"{{ticket_priority}}": "MEDIUM",
"{{ticket_id}}": "345",
"{{database_id}}": "TICKET_ID=510ea268-0c75-41ba-b5a1-1eebbad41479#",
"{{ticket_status_group}}": "DEFAULT STATUS GROUP",
"{{ticket_channel}}": "[email protected]"
},
"submittedFields": "[{\"key\":\"Recipient Name\",\"value\":\"noman\",\"attribute\":\"ticket_recipient_name\",\"id\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"valueLabel\":\"noman\"},{\"key\":\"Recipient Email\",\"value\":\"[email protected]\",\"attribute\":\"ticket_recipient_email\",\"id\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"valueLabel\":\"[email protected]\"},{\"key\":\"Subject\",\"value\":\"test subject\",\"attribute\":\"ticket_subject\",\"id\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"valueLabel\":\"test subject\"},{\"key\":\"Description\",\"value\":\"<p>fgfgfdgfg fgfg</p>\",\"attribute\":\"ticket_description\",\"id\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"valueLabel\":\"fgfgfdgfg fgfg\"}]",
"systemAttributes": {},
"customAttributes": {},
"messageInfo": {
"lastOpenTime": 1752569289364,
"firstAssignTime": 1752569296704,
"lastMessage": "<p style=\"0text-align: start;\">Dear noman,</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>Product Team Test1,llll Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">TICKET_ID=510ea268-0c75-41ba-b5a1-1eebbad41479#</span></p>\n<p> </p>\n<p>fgfgfdgfg fgfg</p>\n<p> </p>\n<p> </p>\n<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"lastResponseBy": "FOLLOWER",
"lastReplyTime": 1752569321393
},
"resolvedById": null,
"resolvedBy": null,
"created": 1752569289364,
"updated": 1752569321393,
"submitTimestamp": 1752569289348,
"serialNo": 0,
"channel": "[email protected]",
"hasNewMsg": false,
"previousId": null,
"firstResponseTime": 0,
"initialResponseTime": 0,
"resolutionTime": 0
},
{
"id": "685d10a39057a818ae3b3e73",
"accountId": "8683034",
"chatInfoId": null,
"description": "<p>Hello</p>",
"descriptionText": "Hello",
"isDeleted": false,
"subject": "Hello One",
"assigneeId": 99004,
"assignee": {
"id": 99004,
"accountId": "8683034",
"roleId": 2,
"role": {
"id": 2,
"name": "Admin",
"description": "REVE CHAT Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": 1752724980010,
"lastLogoutTime": 1752724995946,
"lastName": "Dev Team1",
"firstName": "Reve",
"concurrentChat": 1,
"isPasswordChanged": 0,
"updatedTime": 1684640788389,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-277744d3-dcae-487d-824c-1e829c645e28.png",
"accCreatedTime": null,
"departments": [],
"fromAD": false
},
"ticketStatusId": 1,
"ticketStatus": {
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
"ticketPriorityId": 5,
"ticketPriority": {
"id": 5,
"priorityName": "MEDIUM",
"colorCode": "#F4B24E"
},
"statusCategory": "OPEN",
"isSpammed": false,
"attachments": [],
"confirmationEmailStatus": "DELIVERED",
"creationSource": "MANUAL",
"visitorRecord": null,
"tagIds": [],
"creatorId": 86682,
"creator": {
"id": 86682,
"accountId": "8683034",
"roleId": 2,
"role": {
"id": 2,
"name": "Admin",
"description": "REVE CHAT Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": 1753066350449,
"lastLogoutTime": 1753074316934,
"lastName": "Bot",
"firstName": "Anower",
"concurrentChat": 20,
"isPasswordChanged": 0,
"updatedTime": 1686647902591,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-9bd74f35-25b7-46b6-9016-df536a714153.png",
"accCreatedTime": null,
"departments": [
{
"id": 4213,
"name": "WhatsApp",
"description": "",
"clOperatorCode": "8683034"
},
{
"id": 4214,
"name": "Facebook",
"description": "",
"clOperatorCode": "8683034"
}
],
"fromAD": false
},
"formId": 1,
"formsDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"creatorId": 1,
"name": "Default Form",
"description": "This is system default form",
"visitorEndsName": "Default form",
"status": "PUBLISHED",
"formType": "TICKET",
"payload": "{\"header\":[{\"type\":\"header\",\"body\":{\"header\":\"This is a sample subtitle header. Click to edit.\",\"description\":\"<p>This is a sample subtitle header. Click to edit.</p>\"}}],\"actions\":[{\"type\":\"recipientName\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_name\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"body\":{\"label\":\"Recipient Name\",\"placeholder\":\"Write here\"}},{\"type\":\"recipientEmail\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_email\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"body\":{\"label\":\"Recipient Email\",\"placeholder\":\"Write your email here\",\"regex\":\"\",\"errorMessage\":\"\"}},{\"type\":\"subject\",\"isRequired\":true,\"attributeToSave\":\"ticket_subject\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"body\":{\"label\":\"Subject\",\"placeholder\":\"Write ticket subject...\"}},{\"type\":\"description\",\"isRequired\":true,\"attributeToSave\":\"ticket_description\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"body\":{\"label\":\"Description\",\"placeholder\":\"Write description...\",\"minChar\":1,\"maxChar\":25000}}],\"useCaptcha\":false,\"formSubmit\":{\"label\":\"Submit\",\"successMessage\":\"\",\"failedMessage\":\"\"}}",
"activityLog": null,
"type": "CUSTOM",
"uuid": "ae5114cb-078c-4f19-85f8-fe13f047a561",
"isEnabled": true,
"isDeleted": false,
"created": 1738646226896,
"updated": 1738646226896,
"isDefault": true,
"statusGroupId": 1,
"statusGroup": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
}
},
"ticketUUID": "c7c7744d-f7bf-47bf-96c5-2e1c591e3188",
"ticketId": "344",
"mailMsgId": "4c1b68eb-f93d-4bf5-8303-cbf3e8956926",
"isOverDue": false,
"dueDate": null,
"statusGroupId": 1,
"statusGroupDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
},
"visitorInfo": {
"visitorId": 30486182,
"visitorRecordId": 30486177,
"visitorUUID": "8e3b318e-0737-49da-9a0a-f96466135c98",
"name": "anower",
"email": "[email protected]",
"phone": null,
"visitorProfilePic": null,
"ip": null,
"platform": null,
"browserName": null,
"locationDto": {
"countryCode": "-",
"country": "-",
"city": "-",
"latitude": "0.0",
"longitude": "0.0",
"region": "-"
}
},
"attributes": {
"{{ticket_due_date}}": "",
"{{ticket_description}}": "<p>Hello</p>",
"{{ticket_last_updated}}": "15-Jul-25 08:46:03 AM",
"{{ticket_status}}": "OPEN",
"{{ticket_assignee}}": "Reve Dev Team1",
"{{ticket_recipient_email}}": "[email protected]",
"{{ticket_subject}}": "Hello One",
"{{ticket_source}}": "MANUAL",
"{{ticket_type}}": "OUTBOUND",
"{{ticket_recipient_name}}": "anower",
"{{ticket_business_name}}": "Product Team Test1,llll",
"{{ticket_visitor_status}}": "OPEN",
"{{ticket_creation_date}}": "26-Jun-25 09:19:31 AM",
"{{ticket_priority}}": "MEDIUM",
"{{ticket_id}}": "344",
"{{database_id}}": "TICKET_ID=c7c7744d-f7bf-47bf-96c5-2e1c591e3188#",
"{{ticket_status_group}}": "DEFAULT STATUS GROUP",
"{{ticket_channel}}": "[email protected]"
},
"submittedFields": "[{\"key\":\"Recipient Name\",\"value\":\"anower\",\"attribute\":\"ticket_recipient_name\",\"id\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"valueLabel\":\"anower\"},{\"key\":\"Recipient Email\",\"value\":\"[email protected]\",\"attribute\":\"ticket_recipient_email\",\"id\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"valueLabel\":\"[email protected]\"},{\"key\":\"Subject\",\"value\":\"Hello One\",\"attribute\":\"ticket_subject\",\"id\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"valueLabel\":\"Hello One\"},{\"key\":\"Description\",\"value\":\"<p>Hello</p>\",\"attribute\":\"ticket_description\",\"id\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"valueLabel\":\"Hello\"}]",
"systemAttributes": {},
"customAttributes": {},
"messageInfo": {
"lastOpenTime": 1750929571486,
"firstAssignTime": 1752569163423
},
"resolvedById": null,
"resolvedBy": null,
"created": 1750929571486,
"updated": 1752569163423,
"submitTimestamp": 1750929571473,
"serialNo": 0,
"channel": "[email protected]",
"hasNewMsg": false,
"previousId": null,
"firstResponseTime": 0,
"initialResponseTime": 0,
"resolutionTime": 0
},
{
"id": "68591a0a1a86f043795f6b14",
"accountId": "8683034",
"chatInfoId": null,
"description": "<p>Test CC</p>",
"descriptionText": "Test CC",
"isDeleted": false,
"subject": "Checking CC issues",
"assigneeId": 81830,
"assignee": {
"id": 81830,
"accountId": "8683034",
"roleId": 1,
"role": {
"id": 1,
"name": "Super Admin",
"description": "Reve Chat Super Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 1,
"lastLoginTime": 1753071660149,
"lastLogoutTime": 1753004003479,
"lastName": "",
"firstName": "Mohaimin",
"concurrentChat": 5,
"isPasswordChanged": 1,
"updatedTime": 1729413268287,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-69ffdf3a-3f47-456e-9fef-0ff18ea7c47a.png",
"accCreatedTime": null,
"departments": [
{
"id": 4214,
"name": "Facebook",
"description": "",
"clOperatorCode": "8683034"
}
],
"fromAD": false
},
"ticketStatusId": 1,
"ticketStatus": {
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
"ticketPriorityId": 5,
"ticketPriority": {
"id": 5,
"priorityName": "MEDIUM",
"colorCode": "#F4B24E"
},
"statusCategory": "OPEN",
"isSpammed": false,
"attachments": [],
"confirmationEmailStatus": "DELIVERED",
"creationSource": "MANUAL",
"visitorRecord": null,
"tagIds": [],
"creatorId": 81830,
"creator": {
"id": 81830,
"accountId": "8683034",
"roleId": 1,
"role": {
"id": 1,
"name": "Super Admin",
"description": "Reve Chat Super Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 1,
"lastLoginTime": 1753071660149,
"lastLogoutTime": 1753004003479,
"lastName": "",
"firstName": "Mohaimin",
"concurrentChat": 5,
"isPasswordChanged": 1,
"updatedTime": 1729413268287,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-69ffdf3a-3f47-456e-9fef-0ff18ea7c47a.png",
"accCreatedTime": null,
"departments": [
{
"id": 4214,
"name": "Facebook",
"description": "",
"clOperatorCode": "8683034"
}
],
"fromAD": false
},
"formId": 1,
"formsDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"creatorId": 1,
"name": "Default Form",
"description": "This is system default form",
"visitorEndsName": "Default form",
"status": "PUBLISHED",
"formType": "TICKET",
"payload": "{\"header\":[{\"type\":\"header\",\"body\":{\"header\":\"This is a sample subtitle header. Click to edit.\",\"description\":\"<p>This is a sample subtitle header. Click to edit.</p>\"}}],\"actions\":[{\"type\":\"recipientName\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_name\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"body\":{\"label\":\"Recipient Name\",\"placeholder\":\"Write here\"}},{\"type\":\"recipientEmail\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_email\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"body\":{\"label\":\"Recipient Email\",\"placeholder\":\"Write your email here\",\"regex\":\"\",\"errorMessage\":\"\"}},{\"type\":\"subject\",\"isRequired\":true,\"attributeToSave\":\"ticket_subject\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"body\":{\"label\":\"Subject\",\"placeholder\":\"Write ticket subject...\"}},{\"type\":\"description\",\"isRequired\":true,\"attributeToSave\":\"ticket_description\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"body\":{\"label\":\"Description\",\"placeholder\":\"Write description...\",\"minChar\":1,\"maxChar\":25000}}],\"useCaptcha\":false,\"formSubmit\":{\"label\":\"Submit\",\"successMessage\":\"\",\"failedMessage\":\"\"}}",
"activityLog": null,
"type": "CUSTOM",
"uuid": "ae5114cb-078c-4f19-85f8-fe13f047a561",
"isEnabled": true,
"isDeleted": false,
"created": 1738646226896,
"updated": 1738646226896,
"isDefault": true,
"statusGroupId": 1,
"statusGroup": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
}
},
"ticketUUID": "d4d1a8d3-677a-4a81-9bb8-888f4d1fd1a9",
"ticketId": "343",
"mailMsgId": "0b87714e-246b-43bf-abe6-df2caee8c886",
"isOverDue": false,
"dueDate": null,
"statusGroupId": 1,
"statusGroupDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
},
"visitorInfo": {
"visitorId": 16301788,
"visitorRecordId": 30350236,
"visitorUUID": "3d4a6e43-277a-4c10-bc36-6496c851fae2",
"name": "Talha",
"email": "[email protected]",
"phone": null,
"visitorProfilePic": null,
"ip": null,
"platform": null,
"browserName": null,
"locationDto": {
"countryCode": "-",
"country": "-",
"city": "-",
"latitude": "0.0",
"longitude": "0.0",
"region": "-"
}
},
"attributes": {
"{{ticket_due_date}}": "",
"{{ticket_description}}": "<p>Test CC</p>",
"{{ticket_last_updated}}": "23-Jun-25 09:12:12 AM",
"{{ticket_status}}": "OPEN",
"{{ticket_assignee}}": "Mohaimin",
"{{ticket_recipient_email}}": "[email protected]",
"{{ticket_subject}}": "Checking CC issues",
"{{ticket_source}}": "MANUAL",
"{{ticket_type}}": "OUTBOUND",
"{{ticket_recipient_name}}": "Talha",
"{{ticket_business_name}}": "Product Team Test1,llll",
"{{ticket_visitor_status}}": "OPEN",
"{{ticket_creation_date}}": "23-Jun-25 09:10:34 AM",
"{{ticket_priority}}": "MEDIUM",
"{{ticket_id}}": "343",
"{{database_id}}": "TICKET_ID=d4d1a8d3-677a-4a81-9bb8-888f4d1fd1a9#",
"{{ticket_status_group}}": "DEFAULT STATUS GROUP",
"{{ticket_channel}}": "[email protected]"
},
"submittedFields": "[{\"key\":\"Recipient Name\",\"value\":\"Talha\",\"attribute\":\"ticket_recipient_name\",\"id\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"valueLabel\":\"Talha\"},{\"key\":\"Recipient Email\",\"value\":\"[email protected]\",\"attribute\":\"ticket_recipient_email\",\"id\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"valueLabel\":\"[email protected]\"},{\"key\":\"Subject\",\"value\":\"Checking CC issues\",\"attribute\":\"ticket_subject\",\"id\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"valueLabel\":\"Checking CC issues\"},{\"key\":\"Description\",\"value\":\"<p>Test CC</p>\",\"attribute\":\"ticket_description\",\"id\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"valueLabel\":\"Test CC\"}]",
"systemAttributes": {},
"customAttributes": {},
"messageInfo": {
"lastOpenTime": 1750669834274,
"lastMessage": "Nice, wow\n\n\nOn Mon, Jun 23, 2025 at 3:11 PM Mohaimin Talha <[email protected]>\nwrote:\n\n> Nice to hear from you.\n>\n> On Mon, Jun 23, 2025 at 3:10 PM Product Team Test1,llll <\n> [email protected]> wrote:\n>\n>> Ticket subject\n>>\n>> Checking CC issues\n>>\n>> Dear Talha,\n>>\n>> I am sending a test email from template\n>> TICKET_ID=d4d1a8d3-677a-4a81-9bb8-888f4d1fd1a9#\n>> ------------------------------\n>>\n>> If you have any other concern or want to know update of the ticket,\n>> please reply to this thread. One\n>> Powered by <https://www.revechat.com/> Chat with us\n>> <https://static.revechat.com/widget/d/html/chat.html?c=8683034>\n>>\n>\n",
"lastResponseBy": "VISITOR",
"lastReplyTime": 1750670149455,
"visitorLastMessageTime": 1750669869000,
"firstAssignTime": 1750669932779
},
"resolvedById": null,
"resolvedBy": null,
"created": 1750669834274,
"updated": 1750670136000,
"submitTimestamp": 1750669834265,
"serialNo": 0,
"channel": "[email protected]",
"hasNewMsg": false,
"previousId": null,
"firstResponseTime": 0,
"initialResponseTime": 0,
"resolutionTime": 0
},
{
"id": "6859192a1a86f043795f6b13",
"accountId": "8683034",
"chatInfoId": null,
"description": "<div> Test email 3 On Mon, Jun 23, 2025 at 3:05 PM Mohaimin Talha <[email protected]> wrote: > > Test email 2 </[email protected]></div>",
"descriptionText": "Test email 3\n\n\n\nOn Mon, Jun 23, 2025 at 3:05 PM Mohaimin Talha <[email protected]> wrote:\n>\n> Test email 2\n",
"isDeleted": false,
"subject": "Re: #327: Test title",
"assigneeId": 81830,
"assignee": {
"id": 81830,
"accountId": "8683034",
"roleId": 1,
"role": {
"id": 1,
"name": "Super Admin",
"description": "Reve Chat Super Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 1,
"lastLoginTime": 1753071660149,
"lastLogoutTime": 1753004003479,
"lastName": "",
"firstName": "Mohaimin",
"concurrentChat": 5,
"isPasswordChanged": 1,
"updatedTime": 1729413268287,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-69ffdf3a-3f47-456e-9fef-0ff18ea7c47a.png",
"accCreatedTime": null,
"departments": [
{
"id": 4214,
"name": "Facebook",
"description": "",
"clOperatorCode": "8683034"
}
],
"fromAD": false
},
"ticketStatusId": 72,
"ticketStatus": {
"id": 72,
"accountId": "8683034",
"agentStatusName": "Open",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "CUSTOM",
"visitorStatusName": "Open",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 1,
"isDefault": true,
"created": 1745213086532,
"updated": 1745213086532,
"isDeleted": false
},
"ticketPriorityId": 5,
"ticketPriority": {
"id": 5,
"priorityName": "MEDIUM",
"colorCode": "#F4B24E"
},
"statusCategory": "OPEN",
"isSpammed": false,
"attachments": [],
"confirmationEmailStatus": "DELIVERED",
"creationSource": "EMAIL",
"visitorRecord": null,
"tagIds": [],
"creatorId": null,
"creator": null,
"formId": 40,
"formsDTO": {
"id": 40,
"accountId": "8683034",
"creator": {
"id": 86682,
"accountId": "8683034",
"roleId": 2,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": 1753066350449,
"lastLogoutTime": 1753074316934,
"lastName": "Bot",
"firstName": "Anower",
"concurrentChat": 20,
"isPasswordChanged": 0,
"updatedTime": 1686647902591,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-9bd74f35-25b7-46b6-9016-df536a714153.png",
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1663814705000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"creatorId": 86682,
"name": "Ticket Form With My Status",
"description": null,
"visitorEndsName": "Ticket Form With My Status",
"status": "PUBLISHED",
"formType": "TICKET",
"payload": "{\"header\":[{\"type\":\"header\",\"body\":{\"header\":\"Support Request\",\"description\":\"<p>Fill up the form to get a support request</p>\"}}],\"actions\":[{\"type\":\"recipientName\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_name\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"5c936944-2e03-49bb-86cc-334041a2facd\",\"body\":{\"label\":\"Recipient Name\",\"placeholder\":\"Write here\"}},{\"type\":\"recipientEmail\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_email\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"f265cca0-c477-4afa-b195-ec7302fcb177\",\"body\":{\"label\":\"Recipient Email\",\"placeholder\":\"Write your email here\",\"regex\":\"\",\"errorMessage\":\"\"}},{\"type\":\"subject\",\"isRequired\":true,\"attributeToSave\":\"ticket_subject\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"7b609d16-7766-4d7a-ad15-f5010bf5839b\",\"body\":{\"label\":\"Subject\",\"placeholder\":\"Write ticket subject...\"}},{\"type\":\"description\",\"isRequired\":true,\"attributeToSave\":\"ticket_description\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"2f823eb7-011a-40f4-bd4a-0e943cc05b28\",\"body\":{\"label\":\"Description\",\"placeholder\":\"Write description...\",\"minChar\":1,\"maxChar\":1000}}],\"useCaptcha\":false,\"formSubmit\":{\"label\":\"Submit\",\"successMessage\":\"\",\"failedMessage\":\"\"}}",
"activityLog": null,
"type": "CUSTOM",
"uuid": "436d989f-dc4b-4f1f-ac34-8d9e4a97666b",
"isEnabled": true,
"isDeleted": false,
"created": 1745213462601,
"updated": 1745213482790,
"isDefault": false,
"statusGroupId": 16,
"statusGroup": {
"id": 16,
"accountId": "8683034",
"creator": {
"id": 86682,
"accountId": "8683034",
"roleId": 2,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": 1753066350449,
"lastLogoutTime": 1753074316934,
"lastName": "Bot",
"firstName": "Anower",
"concurrentChat": 20,
"isPasswordChanged": 0,
"updatedTime": 1686647902591,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-9bd74f35-25b7-46b6-9016-df536a714153.png",
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1663814705000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "Issue Type",
"description": null,
"departments": [],
"status": true,
"isDefault": false,
"statusList": [
{
"id": 72,
"accountId": "8683034",
"agentStatusName": "Open",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "CUSTOM",
"visitorStatusName": "Open",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 1,
"isDefault": true,
"created": 1745213086532,
"updated": 1745213086532,
"isDeleted": false
},
{
"id": 73,
"accountId": "8683034",
"agentStatusName": "In Progress",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "In Progress",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 1,
"isDefault": true,
"created": 1745213086811,
"updated": 1745213086811,
"isDeleted": false
},
{
"id": 74,
"accountId": "8683034",
"agentStatusName": "Solved",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "CUSTOM",
"visitorStatusName": "Solved",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 2,
"isDefault": true,
"created": 1745213086850,
"updated": 1745213086850,
"isDeleted": false
},
{
"id": 75,
"accountId": "8683034",
"agentStatusName": "Requirement Analysis",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "Requirement Analysis",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": 13,
"template": {
"id": 13,
"accountId": "8683034",
"creator": {
"id": 81830,
"accountId": "8683034",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 1,
"lastLoginTime": 1753071660149,
"lastLogoutTime": 1753004003479,
"lastName": "",
"firstName": "Mohaimin",
"concurrentChat": 5,
"isPasswordChanged": 1,
"updatedTime": 1729413268287,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-69ffdf3a-3f47-456e-9fef-0ff18ea7c47a.png",
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1655109292000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "Requirement Received",
"description": null,
"status": true,
"subject": "{{ticket.subject}}",
"body": "<p>Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p>We wanted to update you on the status of your support request (Ticket ID:{{ticket_id}}).</p>\n<p> </p>\n<p>We have understood the requirement and we're checking to work on this. Current Status: {{ticket_visitor_status}}</p>\n<p> </p>\n<p>Best Regards<br>[Company Name]</p><span id =\"ticketId\" style=\"color:#FFFFFF\" aria-hidden=3D\"true\";\">{{database_id}}</span>",
"footer": "",
"created": 1747810799722,
"updated": 1747810839685,
"isDefault": false
},
"groupId": 16,
"sortNo": 2,
"isDefault": false,
"created": 1745213116982,
"updated": 1747810855934,
"isDeleted": false
},
{
"id": 76,
"accountId": "8683034",
"agentStatusName": "Under Development",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "Under Development",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 3,
"isDefault": false,
"created": 1745213149896,
"updated": 1745213170114,
"isDeleted": false
},
{
"id": 77,
"accountId": "8683034",
"agentStatusName": "Development Done",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "Development Done",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 4,
"isDefault": false,
"created": 1745213186803,
"updated": 1745213186803,
"isDeleted": false
},
{
"id": 78,
"accountId": "8683034",
"agentStatusName": "Quality Checker",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "CUSTOM",
"visitorStatusName": "Quality Checker",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 0,
"isDefault": false,
"created": 1745213205642,
"updated": 1745213205642,
"isDeleted": false
},
{
"id": 79,
"accountId": "8683034",
"agentStatusName": "Quality Checking Done",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "CUSTOM",
"visitorStatusName": "Quality Checking Done",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 1,
"isDefault": false,
"created": 1745213241516,
"updated": 1745213241516,
"isDeleted": false
}
],
"created": 1745213086235,
"updated": 1747810499994
}
},
"ticketUUID": "c6428bec-9d49-43dd-b03e-552967f3a5dd",
"ticketId": "342",
"mailMsgId": "b17fc1a0-fdac-4e4d-ae76-e444c52bf7bc",
"isOverDue": false,
"dueDate": null,
"statusGroupId": 16,
"statusGroupDTO": {
"id": 16,
"accountId": "8683034",
"creator": {
"id": 86682,
"accountId": "8683034",
"roleId": 2,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": 1753066350449,
"lastLogoutTime": 1753074316934,
"lastName": "Bot",
"firstName": "Anower",
"concurrentChat": 20,
"isPasswordChanged": 0,
"updatedTime": 1686647902591,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-9bd74f35-25b7-46b6-9016-df536a714153.png",
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1663814705000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "Issue Type",
"description": null,
"departments": [],
"status": true,
"isDefault": false,
"statusList": [
{
"id": 72,
"accountId": "8683034",
"agentStatusName": "Open",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "CUSTOM",
"visitorStatusName": "Open",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 1,
"isDefault": true,
"created": 1745213086532,
"updated": 1745213086532,
"isDeleted": false
},
{
"id": 73,
"accountId": "8683034",
"agentStatusName": "In Progress",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "In Progress",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 1,
"isDefault": true,
"created": 1745213086811,
"updated": 1745213086811,
"isDeleted": false
},
{
"id": 74,
"accountId": "8683034",
"agentStatusName": "Solved",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "CUSTOM",
"visitorStatusName": "Solved",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 2,
"isDefault": true,
"created": 1745213086850,
"updated": 1745213086850,
"isDeleted": false
},
{
"id": 75,
"accountId": "8683034",
"agentStatusName": "Requirement Analysis",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "Requirement Analysis",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": 13,
"template": {
"id": 13,
"accountId": "8683034",
"creator": {
"id": 81830,
"accountId": "8683034",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 1,
"lastLoginTime": 1753071660149,
"lastLogoutTime": 1753004003479,
"lastName": "",
"firstName": "Mohaimin",
"concurrentChat": 5,
"isPasswordChanged": 1,
"updatedTime": 1729413268287,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-69ffdf3a-3f47-456e-9fef-0ff18ea7c47a.png",
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1655109292000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "Requirement Received",
"description": null,
"status": true,
"subject": "{{ticket.subject}}",
"body": "<p>Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p>We wanted to update you on the status of your support request (Ticket ID:{{ticket_id}}).</p>\n<p> </p>\n<p>We have understood the requirement and we're checking to work on this. Current Status: {{ticket_visitor_status}}</p>\n<p> </p>\n<p>Best Regards<br>[Company Name]</p><span id =\"ticketId\" style=\"color:#FFFFFF\" aria-hidden=3D\"true\";\">{{database_id}}</span>",
"footer": "",
"created": 1747810799722,
"updated": 1747810839685,
"isDefault": false
},
"groupId": 16,
"sortNo": 2,
"isDefault": false,
"created": 1745213116982,
"updated": 1747810855934,
"isDeleted": false
},
{
"id": 76,
"accountId": "8683034",
"agentStatusName": "Under Development",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "Under Development",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 3,
"isDefault": false,
"created": 1745213149896,
"updated": 1745213170114,
"isDeleted": false
},
{
"id": 77,
"accountId": "8683034",
"agentStatusName": "Development Done",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "Development Done",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 4,
"isDefault": false,
"created": 1745213186803,
"updated": 1745213186803,
"isDeleted": false
},
{
"id": 78,
"accountId": "8683034",
"agentStatusName": "Quality Checker",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "CUSTOM",
"visitorStatusName": "Quality Checker",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 0,
"isDefault": false,
"created": 1745213205642,
"updated": 1745213205642,
"isDeleted": false
},
{
"id": 79,
"accountId": "8683034",
"agentStatusName": "Quality Checking Done",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "CUSTOM",
"visitorStatusName": "Quality Checking Done",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 1,
"isDefault": false,
"created": 1745213241516,
"updated": 1745213241516,
"isDeleted": false
}
],
"created": 1745213086235,
"updated": 1747810499994
},
"visitorInfo": {
"visitorId": 16301754,
"visitorRecordId": 30350201,
"visitorUUID": "fa688a22-3563-4464-8cf8-8e3b8b3abd4f",
"name": "Mohaimin Talha",
"email": "[email protected]",
"phone": null,
"visitorProfilePic": null,
"ip": null,
"platform": null,
"browserName": null,
"locationDto": {
"countryCode": "-",
"country": "-",
"city": "-",
"latitude": "0.0",
"longitude": "0.0",
"region": "-"
}
},
"attributes": {
"{{ticket_due_date}}": "",
"{{ticket_description}}": "<div> Test email 3 On Mon, Jun 23, 2025 at 3:05 PM Mohaimin Talha <[email protected]> wrote: > > Test email 2 </[email protected]></div>",
"{{ticket_last_updated}}": "23-Jun-25 09:07:58 AM",
"{{ticket_status}}": "Open",
"{{ticket_assignee}}": "Mohaimin",
"{{ticket_recipient_email}}": "[email protected]",
"{{ticket_subject}}": "Re: #327: Test title",
"{{ticket_source}}": "EMAIL",
"{{ticket_type}}": "INBOUND",
"{{ticket_recipient_name}}": "Mohaimin Talha",
"{{ticket_business_name}}": "Product Team Test1,llll",
"{{ticket_visitor_status}}": "Open",
"{{ticket_creation_date}}": "23-Jun-25 09:06:38 AM",
"{{ticket_priority}}": "MEDIUM",
"{{ticket_id}}": "342",
"{{database_id}}": "TICKET_ID=c6428bec-9d49-43dd-b03e-552967f3a5dd#",
"{{ticket_status_group}}": "Issue Type",
"{{ticket_channel}}": "[email protected]"
},
"submittedFields": "[{\"key\":\"Recipient Name\",\"value\":\"Mohaimin Talha\",\"attribute\":\"ticket_recipient_name\",\"id\":\"5c936944-2e03-49bb-86cc-334041a2facd\",\"valueLabel\":\"Mohaimin Talha\"},{\"key\":\"Recipient Email\",\"value\":\"[email protected]\",\"attribute\":\"ticket_recipient_email\",\"id\":\"f265cca0-c477-4afa-b195-ec7302fcb177\",\"valueLabel\":\"[email protected]\"},{\"key\":\"Subject\",\"value\":\"Re: #327: Test title\",\"attribute\":\"ticket_subject\",\"id\":\"7b609d16-7766-4d7a-ad15-f5010bf5839b\",\"valueLabel\":\"Re: #327: Test title\"},{\"key\":\"Description\",\"value\":\"<div> Test email 3 On Mon, Jun 23, 2025 at 3:05 PM Mohaimin Talha <[email protected]> wrote: > > Test email 2 </[email protected]></div>\",\"attribute\":\"ticket_description\",\"id\":\"2f823eb7-011a-40f4-bd4a-0e943cc05b28\",\"valueLabel\":\"Test email 3\\n\\n\\n\\nOn Mon, Jun 23, 2025 at 3:05 PM Mohaimin Talha <[email protected]> wrote:\\n>\\n> Test email 2\\n\"}]",
"systemAttributes": {},
"customAttributes": {},
"messageInfo": {
"lastOpenTime": 1750669598000,
"firstAssignTime": 1750669678468
},
"resolvedById": null,
"resolvedBy": null,
"created": 1750669598000,
"updated": 1750669678468,
"submitTimestamp": 1750669610978,
"serialNo": 0,
"channel": "[email protected]",
"hasNewMsg": false,
"previousId": null,
"firstResponseTime": 0,
"initialResponseTime": 0,
"resolutionTime": 0
},
{
"id": "685918fd288b06149ed32020",
"accountId": "8683034",
"chatInfoId": null,
"description": "<div> Test email 2 </div>",
"descriptionText": "Test email 2\n",
"isDeleted": false,
"subject": "Re: #327: Test title",
"assigneeId": null,
"assignee": null,
"ticketStatusId": 72,
"ticketStatus": {
"id": 72,
"accountId": "8683034",
"agentStatusName": "Open",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "CUSTOM",
"visitorStatusName": "Open",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 1,
"isDefault": true,
"created": 1745213086532,
"updated": 1745213086532,
"isDeleted": false
},
"ticketPriorityId": 5,
"ticketPriority": {
"id": 5,
"priorityName": "MEDIUM",
"colorCode": "#F4B24E"
},
"statusCategory": "OPEN",
"isSpammed": false,
"attachments": [],
"confirmationEmailStatus": "DELIVERED",
"creationSource": "EMAIL",
"visitorRecord": null,
"tagIds": [],
"creatorId": null,
"creator": null,
"formId": 40,
"formsDTO": {
"id": 40,
"accountId": "8683034",
"creator": {
"id": 86682,
"accountId": "8683034",
"roleId": 2,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": 1753066350449,
"lastLogoutTime": 1753074316934,
"lastName": "Bot",
"firstName": "Anower",
"concurrentChat": 20,
"isPasswordChanged": 0,
"updatedTime": 1686647902591,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-9bd74f35-25b7-46b6-9016-df536a714153.png",
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1663814705000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"creatorId": 86682,
"name": "Ticket Form With My Status",
"description": null,
"visitorEndsName": "Ticket Form With My Status",
"status": "PUBLISHED",
"formType": "TICKET",
"payload": "{\"header\":[{\"type\":\"header\",\"body\":{\"header\":\"Support Request\",\"description\":\"<p>Fill up the form to get a support request</p>\"}}],\"actions\":[{\"type\":\"recipientName\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_name\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"5c936944-2e03-49bb-86cc-334041a2facd\",\"body\":{\"label\":\"Recipient Name\",\"placeholder\":\"Write here\"}},{\"type\":\"recipientEmail\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_email\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"f265cca0-c477-4afa-b195-ec7302fcb177\",\"body\":{\"label\":\"Recipient Email\",\"placeholder\":\"Write your email here\",\"regex\":\"\",\"errorMessage\":\"\"}},{\"type\":\"subject\",\"isRequired\":true,\"attributeToSave\":\"ticket_subject\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"7b609d16-7766-4d7a-ad15-f5010bf5839b\",\"body\":{\"label\":\"Subject\",\"placeholder\":\"Write ticket subject...\"}},{\"type\":\"description\",\"isRequired\":true,\"attributeToSave\":\"ticket_description\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"2f823eb7-011a-40f4-bd4a-0e943cc05b28\",\"body\":{\"label\":\"Description\",\"placeholder\":\"Write description...\",\"minChar\":1,\"maxChar\":1000}}],\"useCaptcha\":false,\"formSubmit\":{\"label\":\"Submit\",\"successMessage\":\"\",\"failedMessage\":\"\"}}",
"activityLog": null,
"type": "CUSTOM",
"uuid": "436d989f-dc4b-4f1f-ac34-8d9e4a97666b",
"isEnabled": true,
"isDeleted": false,
"created": 1745213462601,
"updated": 1745213482790,
"isDefault": false,
"statusGroupId": 16,
"statusGroup": {
"id": 16,
"accountId": "8683034",
"creator": {
"id": 86682,
"accountId": "8683034",
"roleId": 2,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": 1753066350449,
"lastLogoutTime": 1753074316934,
"lastName": "Bot",
"firstName": "Anower",
"concurrentChat": 20,
"isPasswordChanged": 0,
"updatedTime": 1686647902591,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-9bd74f35-25b7-46b6-9016-df536a714153.png",
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1663814705000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "Issue Type",
"description": null,
"departments": [],
"status": true,
"isDefault": false,
"statusList": [
{
"id": 72,
"accountId": "8683034",
"agentStatusName": "Open",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "CUSTOM",
"visitorStatusName": "Open",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 1,
"isDefault": true,
"created": 1745213086532,
"updated": 1745213086532,
"isDeleted": false
},
{
"id": 73,
"accountId": "8683034",
"agentStatusName": "In Progress",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "In Progress",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 1,
"isDefault": true,
"created": 1745213086811,
"updated": 1745213086811,
"isDeleted": false
},
{
"id": 74,
"accountId": "8683034",
"agentStatusName": "Solved",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "CUSTOM",
"visitorStatusName": "Solved",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 2,
"isDefault": true,
"created": 1745213086850,
"updated": 1745213086850,
"isDeleted": false
},
{
"id": 75,
"accountId": "8683034",
"agentStatusName": "Requirement Analysis",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "Requirement Analysis",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": 13,
"template": {
"id": 13,
"accountId": "8683034",
"creator": {
"id": 81830,
"accountId": "8683034",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 1,
"lastLoginTime": 1753071660149,
"lastLogoutTime": 1753004003479,
"lastName": "",
"firstName": "Mohaimin",
"concurrentChat": 5,
"isPasswordChanged": 1,
"updatedTime": 1729413268287,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-69ffdf3a-3f47-456e-9fef-0ff18ea7c47a.png",
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1655109292000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "Requirement Received",
"description": null,
"status": true,
"subject": "{{ticket.subject}}",
"body": "<p>Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p>We wanted to update you on the status of your support request (Ticket ID:{{ticket_id}}).</p>\n<p> </p>\n<p>We have understood the requirement and we're checking to work on this. Current Status: {{ticket_visitor_status}}</p>\n<p> </p>\n<p>Best Regards<br>[Company Name]</p><span id =\"ticketId\" style=\"color:#FFFFFF\" aria-hidden=3D\"true\";\">{{database_id}}</span>",
"footer": "",
"created": 1747810799722,
"updated": 1747810839685,
"isDefault": false
},
"groupId": 16,
"sortNo": 2,
"isDefault": false,
"created": 1745213116982,
"updated": 1747810855934,
"isDeleted": false
},
{
"id": 76,
"accountId": "8683034",
"agentStatusName": "Under Development",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "Under Development",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 3,
"isDefault": false,
"created": 1745213149896,
"updated": 1745213170114,
"isDeleted": false
},
{
"id": 77,
"accountId": "8683034",
"agentStatusName": "Development Done",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "Development Done",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 4,
"isDefault": false,
"created": 1745213186803,
"updated": 1745213186803,
"isDeleted": false
},
{
"id": 78,
"accountId": "8683034",
"agentStatusName": "Quality Checker",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "CUSTOM",
"visitorStatusName": "Quality Checker",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 0,
"isDefault": false,
"created": 1745213205642,
"updated": 1745213205642,
"isDeleted": false
},
{
"id": 79,
"accountId": "8683034",
"agentStatusName": "Quality Checking Done",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "CUSTOM",
"visitorStatusName": "Quality Checking Done",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 1,
"isDefault": false,
"created": 1745213241516,
"updated": 1745213241516,
"isDeleted": false
}
],
"created": 1745213086235,
"updated": 1747810499994
}
},
"ticketUUID": "6a1dfd1b-cf48-467a-a8cf-583fdee107f7",
"ticketId": "341",
"mailMsgId": "ac372ed6-8b5b-4699-8e6e-628f5d87f113",
"isOverDue": false,
"dueDate": null,
"statusGroupId": 16,
"statusGroupDTO": {
"id": 16,
"accountId": "8683034",
"creator": {
"id": 86682,
"accountId": "8683034",
"roleId": 2,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": 1753066350449,
"lastLogoutTime": 1753074316934,
"lastName": "Bot",
"firstName": "Anower",
"concurrentChat": 20,
"isPasswordChanged": 0,
"updatedTime": 1686647902591,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-9bd74f35-25b7-46b6-9016-df536a714153.png",
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1663814705000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "Issue Type",
"description": null,
"departments": [],
"status": true,
"isDefault": false,
"statusList": [
{
"id": 72,
"accountId": "8683034",
"agentStatusName": "Open",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "CUSTOM",
"visitorStatusName": "Open",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 1,
"isDefault": true,
"created": 1745213086532,
"updated": 1745213086532,
"isDeleted": false
},
{
"id": 73,
"accountId": "8683034",
"agentStatusName": "In Progress",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "In Progress",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 1,
"isDefault": true,
"created": 1745213086811,
"updated": 1745213086811,
"isDeleted": false
},
{
"id": 74,
"accountId": "8683034",
"agentStatusName": "Solved",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "CUSTOM",
"visitorStatusName": "Solved",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 2,
"isDefault": true,
"created": 1745213086850,
"updated": 1745213086850,
"isDeleted": false
},
{
"id": 75,
"accountId": "8683034",
"agentStatusName": "Requirement Analysis",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "Requirement Analysis",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": 13,
"template": {
"id": 13,
"accountId": "8683034",
"creator": {
"id": 81830,
"accountId": "8683034",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 1,
"lastLoginTime": 1753071660149,
"lastLogoutTime": 1753004003479,
"lastName": "",
"firstName": "Mohaimin",
"concurrentChat": 5,
"isPasswordChanged": 1,
"updatedTime": 1729413268287,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-69ffdf3a-3f47-456e-9fef-0ff18ea7c47a.png",
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1655109292000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "Requirement Received",
"description": null,
"status": true,
"subject": "{{ticket.subject}}",
"body": "<p>Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p>We wanted to update you on the status of your support request (Ticket ID:{{ticket_id}}).</p>\n<p> </p>\n<p>We have understood the requirement and we're checking to work on this. Current Status: {{ticket_visitor_status}}</p>\n<p> </p>\n<p>Best Regards<br>[Company Name]</p><span id =\"ticketId\" style=\"color:#FFFFFF\" aria-hidden=3D\"true\";\">{{database_id}}</span>",
"footer": "",
"created": 1747810799722,
"updated": 1747810839685,
"isDefault": false
},
"groupId": 16,
"sortNo": 2,
"isDefault": false,
"created": 1745213116982,
"updated": 1747810855934,
"isDeleted": false
},
{
"id": 76,
"accountId": "8683034",
"agentStatusName": "Under Development",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "Under Development",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 3,
"isDefault": false,
"created": 1745213149896,
"updated": 1745213170114,
"isDeleted": false
},
{
"id": 77,
"accountId": "8683034",
"agentStatusName": "Development Done",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "CUSTOM",
"visitorStatusName": "Development Done",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 4,
"isDefault": false,
"created": 1745213186803,
"updated": 1745213186803,
"isDeleted": false
},
{
"id": 78,
"accountId": "8683034",
"agentStatusName": "Quality Checker",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "CUSTOM",
"visitorStatusName": "Quality Checker",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 0,
"isDefault": false,
"created": 1745213205642,
"updated": 1745213205642,
"isDeleted": false
},
{
"id": 79,
"accountId": "8683034",
"agentStatusName": "Quality Checking Done",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "CUSTOM",
"visitorStatusName": "Quality Checking Done",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": 1,
"template": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "OPEN STATUS TEMPLATE",
"description": "Default template for open status",
"status": true,
"subject": "{{ticket_subject}}",
"body": "<p style=\"0text-align: start;\">Dear {{ticket_recipient_name}},</p>\n<p> </p>\n<p style=\"0text-align: start;\">We would like to acknowledge that we have received your request and a ticket has been created.<br>A support representative will be reviewing your request and will send you a personal response.(usually within 24 hours).</p>\n<p style=\"0text-align: start;\">Thank you for your patience.</p>\n<p> </p>\n<p style=\"0text-align: start;\">Sincerely,<br>{{ticket_business_name}} Support Team </p>\n<p><span id=\"ticketId\" style=\"color: #ffffff;\" aria-hidden=\"3D"true";"\">{{database_id}}</span></p>\n<p>{{ticket_description}}</p>",
"footer": "<p>If you have any other concern or want to know update of the ticket, please reply to this thread.</p>",
"created": 1673913600000,
"updated": 1738211746127,
"isDefault": true
},
"groupId": 16,
"sortNo": 1,
"isDefault": false,
"created": 1745213241516,
"updated": 1745213241516,
"isDeleted": false
}
],
"created": 1745213086235,
"updated": 1747810499994
},
"visitorInfo": {
"visitorId": 16301744,
"visitorRecordId": 30350191,
"visitorUUID": "6da8a7c9-9b54-48a3-9143-0d79cc91343e",
"name": "Mohaimin Talha",
"email": "[email protected]",
"phone": null,
"visitorProfilePic": null,
"ip": null,
"platform": null,
"browserName": null,
"locationDto": {
"countryCode": "-",
"country": "-",
"city": "-",
"latitude": "0.0",
"longitude": "0.0",
"region": "-"
}
},
"attributes": {
"{{ticket_due_date}}": "",
"{{ticket_description}}": "<div> Test email 2 </div>",
"{{ticket_last_updated}}": "23-Jun-25 09:05:53 AM",
"{{ticket_status}}": "Open",
"{{ticket_recipient_email}}": "[email protected]",
"{{ticket_subject}}": "Re: #327: Test title",
"{{ticket_source}}": "EMAIL",
"{{ticket_type}}": "INBOUND",
"{{ticket_recipient_name}}": "Mohaimin Talha",
"{{ticket_business_name}}": "Product Team Test1,llll",
"{{ticket_visitor_status}}": "Open",
"{{ticket_creation_date}}": "23-Jun-25 09:05:53 AM",
"{{ticket_priority}}": "MEDIUM",
"{{ticket_id}}": "341",
"{{database_id}}": "TICKET_ID=6a1dfd1b-cf48-467a-a8cf-583fdee107f7#",
"{{ticket_status_group}}": "Issue Type",
"{{ticket_channel}}": "[email protected]"
},
"submittedFields": "[{\"key\":\"Recipient Name\",\"value\":\"Mohaimin Talha\",\"attribute\":\"ticket_recipient_name\",\"id\":\"5c936944-2e03-49bb-86cc-334041a2facd\",\"valueLabel\":\"Mohaimin Talha\"},{\"key\":\"Recipient Email\",\"value\":\"[email protected]\",\"attribute\":\"ticket_recipient_email\",\"id\":\"f265cca0-c477-4afa-b195-ec7302fcb177\",\"valueLabel\":\"[email protected]\"},{\"key\":\"Subject\",\"value\":\"Re: #327: Test title\",\"attribute\":\"ticket_subject\",\"id\":\"7b609d16-7766-4d7a-ad15-f5010bf5839b\",\"valueLabel\":\"Re: #327: Test title\"},{\"key\":\"Description\",\"value\":\"<div> Test email 2 </div>\",\"attribute\":\"ticket_description\",\"id\":\"2f823eb7-011a-40f4-bd4a-0e943cc05b28\",\"valueLabel\":\"Test email 2\\n\"}]",
"systemAttributes": {},
"customAttributes": {},
"messageInfo": {
"lastOpenTime": 1750669553000
},
"resolvedById": null,
"resolvedBy": null,
"created": 1750669553000,
"updated": 1750669553000,
"submitTimestamp": 1750669565647,
"serialNo": 0,
"channel": "[email protected]",
"hasNewMsg": false,
"previousId": null,
"firstResponseTime": 0,
"initialResponseTime": 0,
"resolutionTime": 0
},
{
"id": "683be0b7e90f470f4726b4a9",
"accountId": "8683034",
"chatInfoId": null,
"description": "<p>asd. gfg asd</p>",
"descriptionText": "asd. gfg asd",
"isDeleted": false,
"subject": "testing 123",
"assigneeId": null,
"assignee": null,
"ticketStatusId": 1,
"ticketStatus": {
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
"ticketPriorityId": 5,
"ticketPriority": {
"id": 5,
"priorityName": "MEDIUM",
"colorCode": "#F4B24E"
},
"statusCategory": "OPEN",
"isSpammed": false,
"attachments": [],
"confirmationEmailStatus": "DELIVERED",
"creationSource": "MANUAL",
"visitorRecord": null,
"tagIds": [],
"creatorId": 81830,
"creator": {
"id": 81830,
"accountId": "8683034",
"roleId": 1,
"role": {
"id": 1,
"name": "Super Admin",
"description": "Reve Chat Super Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 1,
"lastLoginTime": 1753071660149,
"lastLogoutTime": 1753004003479,
"lastName": "",
"firstName": "Mohaimin",
"concurrentChat": 5,
"isPasswordChanged": 1,
"updatedTime": 1729413268287,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-69ffdf3a-3f47-456e-9fef-0ff18ea7c47a.png",
"accCreatedTime": null,
"departments": [
{
"id": 4214,
"name": "Facebook",
"description": "",
"clOperatorCode": "8683034"
}
],
"fromAD": false
},
"formId": 1,
"formsDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"creatorId": 1,
"name": "Default Form",
"description": "This is system default form",
"visitorEndsName": "Default form",
"status": "PUBLISHED",
"formType": "TICKET",
"payload": "{\"header\":[{\"type\":\"header\",\"body\":{\"header\":\"This is a sample subtitle header. Click to edit.\",\"description\":\"<p>This is a sample subtitle header. Click to edit.</p>\"}}],\"actions\":[{\"type\":\"recipientName\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_name\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"body\":{\"label\":\"Recipient Name\",\"placeholder\":\"Write here\"}},{\"type\":\"recipientEmail\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_email\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"body\":{\"label\":\"Recipient Email\",\"placeholder\":\"Write your email here\",\"regex\":\"\",\"errorMessage\":\"\"}},{\"type\":\"subject\",\"isRequired\":true,\"attributeToSave\":\"ticket_subject\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"body\":{\"label\":\"Subject\",\"placeholder\":\"Write ticket subject...\"}},{\"type\":\"description\",\"isRequired\":true,\"attributeToSave\":\"ticket_description\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"body\":{\"label\":\"Description\",\"placeholder\":\"Write description...\",\"minChar\":1,\"maxChar\":25000}}],\"useCaptcha\":false,\"formSubmit\":{\"label\":\"Submit\",\"successMessage\":\"\",\"failedMessage\":\"\"}}",
"activityLog": null,
"type": "CUSTOM",
"uuid": "ae5114cb-078c-4f19-85f8-fe13f047a561",
"isEnabled": true,
"isDeleted": false,
"created": 1738646226896,
"updated": 1738646226896,
"isDefault": true,
"statusGroupId": 1,
"statusGroup": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
}
},
"ticketUUID": "aa14b93e-40a7-4d39-9353-d4aa4cd57ff4",
"ticketId": "340",
"mailMsgId": "798845e3-3829-4060-a39b-0bb53ef27c59",
"isOverDue": false,
"dueDate": null,
"statusGroupId": 1,
"statusGroupDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
},
"visitorInfo": {
"visitorId": 16130273,
"visitorRecordId": 30177679,
"visitorUUID": "b0ec8a41-db79-4b61-9ab8-82256cc44530",
"name": "test",
"email": "[email protected]",
"phone": null,
"visitorProfilePic": null,
"ip": null,
"platform": null,
"browserName": null,
"locationDto": {
"countryCode": "-",
"country": "-",
"city": "-",
"latitude": "0.0",
"longitude": "0.0",
"region": "-"
}
},
"attributes": {
"{{ticket_due_date}}": "",
"{{ticket_description}}": "<p>asd. gfg asd</p>",
"{{ticket_last_updated}}": "01-Jun-25 05:10:15 AM",
"{{ticket_status}}": "OPEN",
"{{ticket_recipient_email}}": "[email protected]",
"{{ticket_subject}}": "testing 123",
"{{ticket_source}}": "MANUAL",
"{{ticket_type}}": "OUTBOUND",
"{{ticket_recipient_name}}": "test",
"{{ticket_business_name}}": "Product Team Test1,llll",
"{{ticket_visitor_status}}": "OPEN",
"{{ticket_creation_date}}": "01-Jun-25 05:10:15 AM",
"{{ticket_priority}}": "MEDIUM",
"{{ticket_id}}": "340",
"{{database_id}}": "TICKET_ID=aa14b93e-40a7-4d39-9353-d4aa4cd57ff4#",
"{{ticket_status_group}}": "DEFAULT STATUS GROUP",
"{{ticket_channel}}": "[email protected]"
},
"submittedFields": "[{\"key\":\"Recipient Name\",\"value\":\"test\",\"attribute\":\"ticket_recipient_name\",\"id\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"valueLabel\":\"test\"},{\"key\":\"Recipient Email\",\"value\":\"[email protected]\",\"attribute\":\"ticket_recipient_email\",\"id\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"valueLabel\":\"[email protected]\"},{\"key\":\"Subject\",\"value\":\"testing 123\",\"attribute\":\"ticket_subject\",\"id\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"valueLabel\":\"testing 123\"},{\"key\":\"Description\",\"value\":\"<p>asd. gfg asd</p>\",\"attribute\":\"ticket_description\",\"id\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"valueLabel\":\"asd. gfg asd\"}]",
"systemAttributes": {},
"customAttributes": {},
"messageInfo": {
"lastOpenTime": 1748754615936
},
"resolvedById": null,
"resolvedBy": null,
"created": 1748754615936,
"updated": 1748754615936,
"submitTimestamp": 1748754615921,
"serialNo": 0,
"channel": "[email protected]",
"hasNewMsg": false,
"previousId": null,
"firstResponseTime": 0,
"initialResponseTime": 0,
"resolutionTime": 0
},
{
"id": "6831d942c39a5806156a107b",
"accountId": "8683034",
"chatInfoId": null,
"description": " User unable to log in using valid credentials.",
"descriptionText": " User unable to log in using valid credentials.",
"isDeleted": false,
"subject": "No Subject",
"assigneeId": 77273,
"assignee": {
"id": 77273,
"accountId": "8683034",
"roleId": 2,
"role": {
"id": 2,
"name": "Admin",
"description": "REVE CHAT Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": 1752981585787,
"lastLogoutTime": 1752985120769,
"lastName": "Tuhin Design",
"firstName": "Asif",
"concurrentChat": 5,
"isPasswordChanged": 1,
"updatedTime": 1690787011020,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-46be5f3f-0e24-4296-9be9-809b971871d4.png",
"accCreatedTime": null,
"departments": [
{
"id": 4213,
"name": "WhatsApp",
"description": "",
"clOperatorCode": "8683034"
}
],
"fromAD": false
},
"ticketStatusId": 1,
"ticketStatus": {
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
"ticketPriorityId": 5,
"ticketPriority": {
"id": 5,
"priorityName": "MEDIUM",
"colorCode": "#F4B24E"
},
"statusCategory": "OPEN",
"isSpammed": false,
"attachments": null,
"confirmationEmailStatus": "DONT_SEND",
"creationSource": "BULK_IMPORT",
"visitorRecord": null,
"tagIds": null,
"creatorId": 95754,
"creator": {
"id": 95754,
"accountId": "8683034",
"roleId": 2,
"role": {
"id": 2,
"name": "Admin",
"description": "REVE CHAT Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 1,
"lastLoginTime": 1753073080447,
"lastLogoutTime": 1753065833156,
"lastName": "dev",
"firstName": "Noman",
"concurrentChat": 2,
"isPasswordChanged": 0,
"updatedTime": 1727341519128,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "",
"accCreatedTime": null,
"departments": [],
"fromAD": false
},
"formId": 1,
"formsDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"creatorId": 1,
"name": "Default Form",
"description": "This is system default form",
"visitorEndsName": "Default form",
"status": "PUBLISHED",
"formType": "TICKET",
"payload": "{\"header\":[{\"type\":\"header\",\"body\":{\"header\":\"This is a sample subtitle header. Click to edit.\",\"description\":\"<p>This is a sample subtitle header. Click to edit.</p>\"}}],\"actions\":[{\"type\":\"recipientName\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_name\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"body\":{\"label\":\"Recipient Name\",\"placeholder\":\"Write here\"}},{\"type\":\"recipientEmail\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_email\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"body\":{\"label\":\"Recipient Email\",\"placeholder\":\"Write your email here\",\"regex\":\"\",\"errorMessage\":\"\"}},{\"type\":\"subject\",\"isRequired\":true,\"attributeToSave\":\"ticket_subject\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"body\":{\"label\":\"Subject\",\"placeholder\":\"Write ticket subject...\"}},{\"type\":\"description\",\"isRequired\":true,\"attributeToSave\":\"ticket_description\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"body\":{\"label\":\"Description\",\"placeholder\":\"Write description...\",\"minChar\":1,\"maxChar\":25000}}],\"useCaptcha\":false,\"formSubmit\":{\"label\":\"Submit\",\"successMessage\":\"\",\"failedMessage\":\"\"}}",
"activityLog": null,
"type": "CUSTOM",
"uuid": "ae5114cb-078c-4f19-85f8-fe13f047a561",
"isEnabled": true,
"isDeleted": false,
"created": 1738646226896,
"updated": 1738646226896,
"isDefault": true,
"statusGroupId": 1,
"statusGroup": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
}
},
"ticketUUID": "cf769ff0-9ec9-440c-a7f9-2c2132ea457d",
"ticketId": "339",
"mailMsgId": null,
"isOverDue": false,
"dueDate": null,
"statusGroupId": 1,
"statusGroupDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
},
"visitorInfo": {
"visitorId": 16048070,
"visitorRecordId": 30095092,
"visitorUUID": "93620ed9-7502-45c4-a8a3-ed2d2636738e",
"name": "Adnan Rahman",
"email": "[email protected]",
"phone": null,
"visitorProfilePic": null,
"ip": null,
"platform": null,
"browserName": null,
"locationDto": {
"countryCode": "-",
"country": "-",
"city": "-",
"latitude": "0.0",
"longitude": "0.0",
"region": "-"
}
},
"attributes": {
"{{ticket_due_date}}": "",
"{{ticket_description}}": " User unable to log in using valid credentials.",
"{{ticket_last_updated}}": "27-May-25 09:55:23 AM",
"{{ticket_status}}": "OPEN",
"{{ticket_assignee}}": "Asif Tuhin Design",
"{{ticket_recipient_email}}": "[email protected]",
"{{ticket_subject}}": "No Subject",
"{{ticket_source}}": "BULK_IMPORT",
"{{ticket_type}}": "BULK_IMPORT",
"{{ticket_recipient_name}}": "Adnan Rahman",
"{{ticket_visitor_status}}": "OPEN",
"{{ticket_creation_date}}": "24-May-25 02:35:46 PM",
"{{ticket_priority}}": "MEDIUM",
"{{ticket_id}}": "339",
"{{database_id}}": "TICKET_ID=cf769ff0-9ec9-440c-a7f9-2c2132ea457d#",
"{{ticket_status_group}}": "DEFAULT STATUS GROUP",
"{{ticket_channel}}": "[email protected]"
},
"submittedFields": "[{\"key\":\"Recipient Name\",\"value\":\"Adnan Rahman\",\"attribute\":\"ticket_recipient_name\",\"id\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"valueLabel\":\"Adnan Rahman\"},{\"key\":\"Recipient Email\",\"value\":\"[email protected]\",\"attribute\":\"ticket_recipient_email\",\"id\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"valueLabel\":\"[email protected]\"},{\"key\":\"Subject\",\"value\":\"Login Failure on Mobile App\",\"attribute\":\"ticket_subject\",\"id\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"valueLabel\":\"Login Failure on Mobile App\"},{\"key\":\"Description\",\"value\":\" User unable to log in using valid credentials.\",\"attribute\":\"ticket_description\",\"id\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"valueLabel\":\" User unable to log in using valid credentials.\"},{\"key\":\"ticket_subject\",\"value\":\"No Subject\",\"attribute\":\"ticket_subject\",\"id\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"valueLabel\":\"No Subject\"}]",
"systemAttributes": {},
"customAttributes": {},
"messageInfo": {
"lastOpenTime": 1748097346019,
"firstAssignTime": 1748339723360
},
"resolvedById": null,
"resolvedBy": null,
"created": 1748097346019,
"updated": 1748339723360,
"submitTimestamp": 1748097345873,
"serialNo": 0,
"channel": "[email protected]",
"hasNewMsg": false,
"previousId": null,
"firstResponseTime": 0,
"initialResponseTime": 0,
"resolutionTime": 0
},
{
"id": "6831bdb2ac2fb87323426b89",
"accountId": "8683034",
"chatInfoId": null,
"description": "<p>sdfsdfsfsf</p>",
"descriptionText": "sdfsdfsfsf",
"isDeleted": false,
"subject": "sdfsfsfsf",
"assigneeId": null,
"assignee": null,
"ticketStatusId": 1,
"ticketStatus": {
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
"ticketPriorityId": 5,
"ticketPriority": {
"id": 5,
"priorityName": "MEDIUM",
"colorCode": "#F4B24E"
},
"statusCategory": "OPEN",
"isSpammed": false,
"attachments": [],
"confirmationEmailStatus": "DELIVERED",
"creationSource": "MANUAL",
"visitorRecord": null,
"tagIds": [],
"creatorId": 95754,
"creator": {
"id": 95754,
"accountId": "8683034",
"roleId": 2,
"role": {
"id": 2,
"name": "Admin",
"description": "REVE CHAT Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 1,
"lastLoginTime": 1753073080447,
"lastLogoutTime": 1753065833156,
"lastName": "dev",
"firstName": "Noman",
"concurrentChat": 2,
"isPasswordChanged": 0,
"updatedTime": 1727341519128,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "",
"accCreatedTime": null,
"departments": [],
"fromAD": false
},
"formId": 1,
"formsDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"creatorId": 1,
"name": "Default Form",
"description": "This is system default form",
"visitorEndsName": "Default form",
"status": "PUBLISHED",
"formType": "TICKET",
"payload": "{\"header\":[{\"type\":\"header\",\"body\":{\"header\":\"This is a sample subtitle header. Click to edit.\",\"description\":\"<p>This is a sample subtitle header. Click to edit.</p>\"}}],\"actions\":[{\"type\":\"recipientName\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_name\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"body\":{\"label\":\"Recipient Name\",\"placeholder\":\"Write here\"}},{\"type\":\"recipientEmail\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_email\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"body\":{\"label\":\"Recipient Email\",\"placeholder\":\"Write your email here\",\"regex\":\"\",\"errorMessage\":\"\"}},{\"type\":\"subject\",\"isRequired\":true,\"attributeToSave\":\"ticket_subject\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"body\":{\"label\":\"Subject\",\"placeholder\":\"Write ticket subject...\"}},{\"type\":\"description\",\"isRequired\":true,\"attributeToSave\":\"ticket_description\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"body\":{\"label\":\"Description\",\"placeholder\":\"Write description...\",\"minChar\":1,\"maxChar\":25000}}],\"useCaptcha\":false,\"formSubmit\":{\"label\":\"Submit\",\"successMessage\":\"\",\"failedMessage\":\"\"}}",
"activityLog": null,
"type": "CUSTOM",
"uuid": "ae5114cb-078c-4f19-85f8-fe13f047a561",
"isEnabled": true,
"isDeleted": false,
"created": 1738646226896,
"updated": 1738646226896,
"isDefault": true,
"statusGroupId": 1,
"statusGroup": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
}
},
"ticketUUID": "f9b674f4-49a4-45f5-ba48-a6113f8d6977",
"ticketId": "338",
"mailMsgId": "2092b886-b130-4673-b55d-4a455f8d70af",
"isOverDue": false,
"dueDate": null,
"statusGroupId": 1,
"statusGroupDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
},
"visitorInfo": {
"visitorId": 16047157,
"visitorRecordId": 30094168,
"visitorUUID": "8bbf193f-9940-41c8-af0a-de03e305e860",
"name": "dfsfsdf",
"email": "[email protected]",
"phone": null,
"visitorProfilePic": null,
"ip": null,
"platform": null,
"browserName": null,
"locationDto": {
"countryCode": "-",
"country": "-",
"city": "-",
"latitude": "0.0",
"longitude": "0.0",
"region": "-"
}
},
"attributes": {
"{{ticket_due_date}}": "",
"{{ticket_description}}": "<p>sdfsdfsfsf</p>",
"{{ticket_last_updated}}": "24-May-25 12:38:10 PM",
"{{ticket_status}}": "OPEN",
"{{ticket_recipient_email}}": "[email protected]",
"{{ticket_subject}}": "sdfsfsfsf",
"{{ticket_source}}": "MANUAL",
"{{ticket_type}}": "OUTBOUND",
"{{ticket_recipient_name}}": "dfsfsdf",
"{{ticket_business_name}}": "Product Team Test1,llll",
"{{ticket_visitor_status}}": "OPEN",
"{{ticket_creation_date}}": "24-May-25 12:38:10 PM",
"{{ticket_priority}}": "MEDIUM",
"{{ticket_id}}": "338",
"{{database_id}}": "TICKET_ID=f9b674f4-49a4-45f5-ba48-a6113f8d6977#",
"{{ticket_status_group}}": "DEFAULT STATUS GROUP",
"{{ticket_channel}}": "[email protected]"
},
"submittedFields": "[{\"key\":\"Recipient Name\",\"value\":\"dfsfsdf\",\"attribute\":\"ticket_recipient_name\",\"id\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"valueLabel\":\"dfsfsdf\"},{\"key\":\"Recipient Email\",\"value\":\"[email protected]\",\"attribute\":\"ticket_recipient_email\",\"id\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"valueLabel\":\"[email protected]\"},{\"key\":\"Subject\",\"value\":\"sdfsfsfsf\",\"attribute\":\"ticket_subject\",\"id\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"valueLabel\":\"sdfsfsfsf\"},{\"key\":\"Description\",\"value\":\"<p>sdfsdfsfsf</p>\",\"attribute\":\"ticket_description\",\"id\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"valueLabel\":\"sdfsdfsfsf\"}]",
"systemAttributes": {},
"customAttributes": {},
"messageInfo": {
"lastOpenTime": 1748090290213
},
"resolvedById": null,
"resolvedBy": null,
"created": 1748090290213,
"updated": 1748090290213,
"submitTimestamp": 1748090290204,
"serialNo": 0,
"channel": "[email protected]",
"hasNewMsg": false,
"previousId": null,
"firstResponseTime": 0,
"initialResponseTime": 0,
"resolutionTime": 0
}
],
"pageSize": 10,
"totalPage": 3,
"currentPage": 0,
"totalRecord": 29
}
}
Get a single ticket details
To access a single ticket details you need to use the below CURL replacing {account_id} from your account and the ticket id or {id} of that particular ticket.
curl --location -g 'https://api.revechat.com/rest/v1/external-ticket/{id}' \
--header 'Authorization: paste your authorization key here'
Example:
curl --location 'https://api.revechat.com/rest/v1/external-ticket/685d10a39057a818ae3b3e73' \
--header 'Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50SWQiOiI4NjgzMDM0Iiwic3ViIjoiYXV0aG9yaXphdGlvbiIsImV4cCI6MTc1NDk4MTM4MSwiaWF0IjoxNzUyMzg5MzgxfQ.yZ2jyKiY-dKCwDU_V09shdOugJKHaczMWlVFuitYQ9Q' \
--header 'Cookie: revechatLocaleCookie=en'
View Success Parameter Here
{
"status": "success",
"message": "found",
"body": {
"id": "685d10a39057a818ae3b3e73",
"accountId": "8683034",
"chatInfoId": null,
"description": "<p>Hello</p>",
"descriptionText": "Hello",
"isDeleted": false,
"subject": "Hello One",
"assigneeId": 99004,
"assignee": {
"id": 99004,
"accountId": "8683034",
"roleId": 2,
"role": {
"id": 2,
"name": "Admin",
"description": "REVE CHAT Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": 1752724980010,
"lastLogoutTime": 1752724995946,
"lastName": "Dev Team1",
"firstName": "Reve",
"concurrentChat": 1,
"isPasswordChanged": 0,
"updatedTime": 1684640788389,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-277744d3-dcae-487d-824c-1e829c645e28.png",
"accCreatedTime": null,
"departments": [],
"fromAD": false
},
"ticketStatusId": 1,
"ticketStatus": {
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
"ticketPriorityId": 5,
"ticketPriority": {
"id": 5,
"priorityName": "MEDIUM",
"colorCode": "#F4B24E"
},
"statusCategory": "OPEN",
"isSpammed": false,
"attachments": [],
"confirmationEmailStatus": "DELIVERED",
"creationSource": "MANUAL",
"visitorRecord": {
"id": 30486177,
"visitorId": 30486182,
"sessionId": null,
"ip": null,
"platform": null,
"browserName": null,
"referral": null,
"url": null,
"visitCount": null,
"viewsCount": null,
"email": "[email protected]",
"phone": "",
"visitorOldName": null,
"visitorNotes": null,
"accountId": "8683034",
"preChatSurveyExtraFields": null,
"postChatSurveyExtraFields": null,
"deviceType": null,
"visitorSource": null,
"visitorName": "anower",
"locationDto": {
"countryCode": "-",
"country": "-",
"city": "-",
"latitude": "0.0",
"longitude": "0.0",
"region": "-"
},
"visitorMediaId": null,
"channelType": null,
"visitorUUID": null
},
"tagIds": [],
"creatorId": 86682,
"creator": {
"id": 86682,
"accountId": "8683034",
"roleId": 2,
"role": {
"id": 2,
"name": "Admin",
"description": "REVE CHAT Administrator",
"default": true
},
"mailAddress": "[email protected]",
"mailServer": null,
"designation": "",
"address": null,
"phone": "",
"additionalInfo": null,
"onlineStatus": 1,
"lastLoginTime": 1753074813234,
"lastLogoutTime": 1753074316934,
"lastName": "Bot",
"firstName": "Anower",
"concurrentChat": 20,
"isPasswordChanged": 0,
"updatedTime": 1686647902591,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": "8683034-9bd74f35-25b7-46b6-9016-df536a714153.png",
"accCreatedTime": null,
"departments": [
{
"id": 4213,
"name": "WhatsApp",
"description": "",
"clOperatorCode": "8683034"
},
{
"id": 4214,
"name": "Facebook",
"description": "",
"clOperatorCode": "8683034"
}
],
"fromAD": false
},
"formId": 1,
"formsDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"creatorId": 1,
"name": "Default Form",
"description": "This is system default form",
"visitorEndsName": "Default form",
"status": "PUBLISHED",
"formType": "TICKET",
"payload": "{\"header\":[{\"type\":\"header\",\"body\":{\"header\":\"This is a sample subtitle header. Click to edit.\",\"description\":\"<p>This is a sample subtitle header. Click to edit.</p>\"}}],\"actions\":[{\"type\":\"recipientName\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_name\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"body\":{\"label\":\"Recipient Name\",\"placeholder\":\"Write here\"}},{\"type\":\"recipientEmail\",\"isRequired\":true,\"attributeToSave\":\"ticket_recipient_email\",\"visitorVisibility\":true,\"inputSize\":\"half\",\"uuid\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"body\":{\"label\":\"Recipient Email\",\"placeholder\":\"Write your email here\",\"regex\":\"\",\"errorMessage\":\"\"}},{\"type\":\"subject\",\"isRequired\":true,\"attributeToSave\":\"ticket_subject\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"body\":{\"label\":\"Subject\",\"placeholder\":\"Write ticket subject...\"}},{\"type\":\"description\",\"isRequired\":true,\"attributeToSave\":\"ticket_description\",\"visitorVisibility\":true,\"inputSize\":\"full\",\"uuid\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"body\":{\"label\":\"Description\",\"placeholder\":\"Write description...\",\"minChar\":1,\"maxChar\":25000}}],\"useCaptcha\":false,\"formSubmit\":{\"label\":\"Submit\",\"successMessage\":\"\",\"failedMessage\":\"\"}}",
"activityLog": null,
"type": "CUSTOM",
"uuid": "ae5114cb-078c-4f19-85f8-fe13f047a561",
"isEnabled": true,
"isDeleted": false,
"created": 1738646226896,
"updated": 1738646226896,
"isDefault": true,
"statusGroupId": 1,
"statusGroup": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
}
},
"ticketUUID": "c7c7744d-f7bf-47bf-96c5-2e1c591e3188",
"ticketId": "344",
"mailMsgId": "4c1b68eb-f93d-4bf5-8303-cbf3e8956926",
"isOverDue": false,
"dueDate": null,
"statusGroupId": 1,
"statusGroupDTO": {
"id": 1,
"accountId": "",
"creator": {
"id": 1,
"accountId": "10824136",
"roleId": 1,
"role": null,
"mailAddress": "[email protected]",
"mailServer": null,
"designation": null,
"address": null,
"phone": "+880123456",
"additionalInfo": null,
"onlineStatus": 0,
"lastLoginTime": null,
"lastLogoutTime": null,
"lastName": "",
"firstName": "Aadahadh",
"concurrentChat": 3,
"isPasswordChanged": 0,
"updatedTime": 1666161757212,
"isActive": true,
"hasBotAccess": true,
"hasBillingAccess": true,
"userStatus": 0,
"isDeleted": false,
"isOnboardingDone": 1,
"profilePictureURL": null,
"password": null,
"updatedPassword": null,
"retypedUpdatedPassword": null,
"sha1Password": null,
"accCreatedTime": 1666161757000,
"departments": [],
"departmentIds": [],
"profileStatus": 1,
"fromAD": true
},
"title": "DEFAULT STATUS GROUP",
"description": "this is the default status group",
"departments": [],
"status": true,
"isDefault": true,
"statusList": [
{
"id": 1,
"accountId": "",
"agentStatusName": "OPEN",
"colorCode": "#EE7D64",
"category": "OPEN",
"type": "DEFAULT",
"visitorStatusName": "OPEN",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 2,
"accountId": "",
"agentStatusName": "SOLVED",
"colorCode": "#18A326",
"category": "SOLVED",
"type": "DEFAULT",
"visitorStatusName": "SOLVED",
"showVisitor": true,
"notify": true,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
},
{
"id": 3,
"accountId": "",
"agentStatusName": "IN PROGRESS",
"colorCode": "#6C69F9",
"category": "IN_PROGRESS",
"type": "DEFAULT",
"visitorStatusName": "IN PROGRESS",
"showVisitor": true,
"notify": false,
"notifyTo": [
"VISITOR"
],
"templateId": null,
"template": null,
"groupId": 1,
"sortNo": 1,
"isDefault": true,
"created": 1662612096576,
"updated": 1662612096576,
"isDeleted": false
}
],
"created": 1673913600000,
"updated": 1673913600000
},
"visitorInfo": {
"visitorId": 30486182,
"visitorRecordId": 30486177,
"visitorUUID": "8e3b318e-0737-49da-9a0a-f96466135c98",
"name": "anower",
"email": "[email protected]",
"phone": null,
"visitorProfilePic": null,
"ip": null,
"platform": null,
"browserName": null,
"locationDto": {
"countryCode": "-",
"country": "-",
"city": "-",
"latitude": "0.0",
"longitude": "0.0",
"region": "-"
}
},
"attributes": {
"{{ticket_due_date}}": "",
"{{ticket_description}}": "<p>Hello</p>",
"{{ticket_last_updated}}": "15-Jul-25 08:46:03 AM",
"{{ticket_status}}": "OPEN",
"{{ticket_assignee}}": "Reve Dev Team1",
"{{ticket_recipient_email}}": "[email protected]",
"{{ticket_subject}}": "Hello One",
"{{ticket_source}}": "MANUAL",
"{{ticket_type}}": "OUTBOUND",
"{{ticket_recipient_name}}": "anower",
"{{ticket_business_name}}": "Product Team Test1,llll",
"{{ticket_visitor_status}}": "OPEN",
"{{ticket_creation_date}}": "26-Jun-25 09:19:31 AM",
"{{ticket_priority}}": "MEDIUM",
"{{ticket_id}}": "344",
"{{database_id}}": "TICKET_ID=c7c7744d-f7bf-47bf-96c5-2e1c591e3188#",
"{{ticket_status_group}}": "DEFAULT STATUS GROUP",
"{{ticket_channel}}": "[email protected]"
},
"submittedFields": "[{\"key\":\"Recipient Name\",\"value\":\"anower\",\"attribute\":\"ticket_recipient_name\",\"id\":\"a0d518b6-7603-456c-bfaf-87010b6e649e\",\"valueLabel\":\"anower\"},{\"key\":\"Recipient Email\",\"value\":\"[email protected]\",\"attribute\":\"ticket_recipient_email\",\"id\":\"990b2449-29ab-455b-a0a4-d394b6a9189e\",\"valueLabel\":\"[email protected]\"},{\"key\":\"Subject\",\"value\":\"Hello One\",\"attribute\":\"ticket_subject\",\"id\":\"e0a1804a-a951-48e1-a3c9-094556064d36\",\"valueLabel\":\"Hello One\"},{\"key\":\"Description\",\"value\":\"<p>Hello</p>\",\"attribute\":\"ticket_description\",\"id\":\"21b331fb-53f6-44ac-a927-27b076bd268a\",\"valueLabel\":\"Hello\"}]",
"systemAttributes": {},
"customAttributes": {},
"messageInfo": {
"lastOpenTime": 1750929571486,
"firstAssignTime": 1752569163423
},
"resolvedById": null,
"resolvedBy": null,
"created": 1750929571486,
"updated": 1752569163423,
"submitTimestamp": 1750929571473,
"serialNo": 0,
"channel": "[email protected]",
"hasNewMsg": false,
"previousId": null,
"firstResponseTime": 0,
"initialResponseTime": 0,
"resolutionTime": 0
}
}
Any questions? Please email us at [email protected]