{"info":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","description":"<html><head></head><body><p>The Helpwise provides many APIs that you can use to integrate with third party softwares and you can easily build the automation though the REST API. If you would like to add some API endpoint which can be useful or have some question regarding the Helpwise Developer APIs then you can email to <a href=\"https://mail:dev@helpwise.io\">dev@helpwise.io</a> email.</p>\n<h2 id=\"getting-started-guide\"><strong>Getting started guide</strong></h2>\n<ul>\n<li>You must use a valid API Key &amp; API Secret to send requests to the API endpoints. You can get your API key from Helpwise's Settings Page [API Key Section] <a href=\"https://app.helpwise.io/settings/api\">integrations dashboard</a>.</li>\n<li>The API has <a href=\"https://postman.postman.co/workspace/Collection-Templates~6311738d-2e70-441f-ae12-78caf078c5b7/collection/22517504-e9c28f47-1253-44af-a2f3-20dce4da1f18?ctx=documentation#rate-and-usage-limits\">rate and usage limits</a>.</li>\n<li>The API only responds to HTTPS-secured communications. Any requests sent via HTTP return an HTTP 301 redirect to the corresponding HTTPS resources.</li>\n<li>The API returns request responses in JSON format. When an API request returns an error, it is sent in the JSON response as an error key.</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<p><code>You can get your API_KEY and API_SECRET from the Helpwise settings page</code></p>\n<p><a href=\"https://app.helpwise.io/settings/api\">PAGE LINK</a> The Helpwise API uses your <code>API_KEY</code> and <code>API_SECRET</code> for authentication.</p>\n<p>Helpwise uses API keys for authentication. You can generate a Postman API key in the <a href=\"https://app.helpwise.io/settings/api\">API keys</a> section of your Postman account settings.</p>\n<p>You must include an API key and API Secret in each request to the Postman API with the Basic auth header <code>Basic BASE_64(API_KEY:API_SECRET)</code></p>\n<h3 id=\"authentication-error-response\">Authentication error response</h3>\n<p>If an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.</p>\n<h2 id=\"rate-and-usage-limits\">Rate and usage limits</h2>\n<p>API access rate limits apply at a per-API key basis in unit time. The limit is 100 requests per minute. Also, depending on your plan, you may have usage limits. If you exceed either limit, your request will return an HTTP 429 Too Many Requests status code.</p>\n<p>Each API response returns the following set of headers to help you identify your use status:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>X-RateLimit-Limit</code></td>\n<td>The maximum number of requests that the consumer is permitted to make per minute.</td>\n</tr>\n<tr>\n<td><code>X-RateLimit-Remaining</code></td>\n<td>The number of requests remaining in the current rate limit window.</td>\n</tr>\n<tr>\n<td><code>X-RateLimit-Reset</code></td>\n<td>The time at which the current rate limit window resets in UTC epoch seconds.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"503-response\">503 response</h3>\n<p>An HTTP <code>503</code> response from our servers indicates there is an unexpected spike in API access traffic. The server is usually operational within the next five minutes. If the outage persists or you receive any other form of an HTTP <code>5XX</code> error, <a href=\"https://helpwise.io\">contact support</a>.</p>\n<p>V0 Aut</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"29744652","collectionId":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","publishedId":"2s9YC5yYKf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0168fa"},"publishDate":"2023-09-15T08:26:14.000Z"},"item":[{"name":"V1","item":[{"name":"Conversations","item":[{"name":"Action","item":[{"name":"Close","id":"333c4b46-0e2a-4f28-89e2-d77f969b7011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\":[204388]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/conversations/action/close","description":"<p>From this API endpoint you can close the Helpwise conversations</p>\n<p><code>ids must be integer type</code></p>\n<p><code>ids array must be less then 100 length</code></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["conversations","action","close"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"333c4b46-0e2a-4f28-89e2-d77f969b7011"},{"name":"Move To Inbox","id":"9177c07b-4a0b-4517-a319-4e9e09fd7a8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/conversations/action/moveToInbox","description":"<p>From this API endpoint you can move to inbox Helpwise conversations</p>\n<p><code>ids must be integer type</code></p>\n<p><code>ids array must be less then 100 length</code></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["conversations","action","moveToInbox"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9177c07b-4a0b-4517-a319-4e9e09fd7a8a"},{"name":"Spam","id":"f3c5cf1d-a886-4e00-a4ed-5d36893914e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/conversations/action/spam","description":"<p>From this API endpoint you can spam the Helpwise conversations</p>\n<p><code>ids must be integer type</code></p>\n<p><code>ids array must be less then 100 length</code></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["conversations","action","spam"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3c5cf1d-a886-4e00-a4ed-5d36893914e2"},{"name":"Trash","id":"36a9e20d-f535-41d7-a370-04d6b490f804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/conversations/action/trash","description":"<p>From this API endpoint you can trash the Helpwise conversations</p>\n<p><code>ids must be integer type</code></p>\n<p><code>ids array must be less then 100 length</code></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["conversations","action","trash"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"36a9e20d-f535-41d7-a370-04d6b490f804"},{"name":"Delete","id":"885f413b-2e51-4f1a-a3a7-363af47c44e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/conversations/action/delete","description":"<p>From this API endpoint you can delete the Helpwise conversations</p>\n<p><code>ids must be integer type</code></p>\n<p><code>ids array must be less then 100 length</code></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["conversations","action","delete"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"885f413b-2e51-4f1a-a3a7-363af47c44e8"}],"id":"5ac9f03b-31dc-49bc-b3db-d01099cd41ac","description":"<p>This folder has the all actions related endpoint which means you can perform the close, spam, trash, move to inbox, delete the <code>Helpwise conversation</code></p>\n","_postman_id":"5ac9f03b-31dc-49bc-b3db-d01099cd41ac","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"List","id":"15b25c72-1875-4389-8507-162f35aa7c52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.helpwise.io/conversations?inboxIds[]=204568&labelId=14&limit=100&pageToken=PAGE_TOKEN","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inboxIds (required)</td>\n<td>number array</td>\n<td>mailbox id of your inbox</td>\n</tr>\n<tr>\n<td>labelId</td>\n<td>number</td>\n<td>14-&gt; All  <br />0-&gt; Assigned  <br />10-&gt; Unassigned  <br />11-&gt; Starred  <br />9-&gt; Snoozed  <br />2-&gt; Draft  <br />1-&gt; Sent  <br />7-&gt; Closed  <br />8-&gt; Spam  <br />5-&gt; Trash  <br />6-&gt; Scheduled</td>\n</tr>\n<tr>\n<td>pageToken</td>\n<td>string</td>\n<td>Page token will require in second request</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>number</td>\n<td>limit of conversation</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can use this endpoint, to get the all the conversation of multiple inboxes or single inbox.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["conversations"],"host":["https://apis.helpwise.io"],"query":[{"key":"inboxIds[]","value":"204568"},{"key":"labelId","value":"14"},{"key":"limit","value":"100"},{"key":"pageToken","value":"PAGE_TOKEN"}],"variable":[]}},"response":[{"id":"923f358e-e374-4659-965e-f9793c3af855","name":"List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.helpwise.io/conversations?inboxIds[]=204568&labelId=14&limit=100&pageToken=PAGE_TOKEN","protocol":"https","host":["apis","helpwise","io"],"path":["conversations"],"query":[{"key":"inboxIds[]","value":"204568"},{"key":"labelId","value":"14"},{"key":"limit","value":"100"},{"key":"pageToken","value":"PAGE_TOKEN"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"nextPageToken\": \"\",\n    \"threads\": [\n        {\n            \"id\": 51041533,\n            \"messageCount\": 0,\n            \"inboxType\": \"sms\",\n            \"messageProvider\": \"dialpad\",\n            \"tags\": [\n                {\n                    \"id\": 363939,\n                    \"name\": \"Black Friday Leads\",\n                    \"color\": \"#FF0000\",\n                    \"inboxId\": 204376,\n                    \"nestedName\": \"\"\n                }\n            ],\n            \"isRead\": true,\n            \"isStarred\": false,\n            \"hasDraft\": false,\n            \"isArchived\": false,\n            \"isDeleted\": false,\n            \"isSpam\": false,\n            \"isSnoozed\": false,\n            \"draftOnly\": false,\n            \"assignedTo\": {\n                \"id\": 222609,\n                \"firstname\": \"Rishabh\",\n                \"lastname\": \"Rawat\",\n                \"email\": \"rishabh@helpwise.io\",\n                \"avatarTag\": \"\\u003cspan class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(229,32%,64%)\\\"\\u003eRR\\u003c/span\\u003e\",\n                \"displayName\": \"Rishabh Rawat\"\n            },\n            \"snippetType\": 1,\n            \"snippet\": \"Hello Rishabh,\\nHow May I help you?\",\n            \"subject\": \"14156349606\",\n            \"attachments\": [],\n            \"inboxId\": 221217,\n            \"ticketNumber\": 51041533,\n            \"threadRealId\": \"14156349606\",\n            \"displayContact\": \"14156349606\",\n            \"date\": \"2024-02-07T11:50:36Z\"\n        },\n        {\n            \"id\": 51123504,\n            \"messageCount\": 1,\n            \"inboxType\": \"mail\",\n            \"tags\": [],\n            \"isRead\": true,\n            \"isStarred\": false,\n            \"hasDraft\": false,\n            \"isArchived\": false,\n            \"isDeleted\": false,\n            \"isSpam\": false,\n            \"isSnoozed\": false,\n            \"draftOnly\": false,\n            \"assignedTo\": {\n                \"id\": 222609,\n                \"firstname\": \"Rishabh\",\n                \"lastname\": \"Rawat\",\n                \"email\": \"rishabh@helpwise.io\",\n                \"avatarTag\": \"\\u003cspan class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(229,32%,64%)\\\"\\u003eRR\\u003c/span\\u003e\",\n                \"displayName\": \"Rishabh Rawat\"\n            },\n            \"snippetType\": 1,\n            \"snippet\": \"Hi there, How May I Help You?\",\n            \"subject\": \"Hi there, How May I Help You?\",\n            \"attachments\": [],\n            \"inboxId\": 221130,\n            \"ticketNumber\": 51123504,\n            \"threadRealId\": \"\\u003c345ba3a94b3c9dac3be4be0770076aa4@helpwisemail.com\\u003e\",\n            \"displayContact\": \"To:rishicentury@gmail.com\",\n            \"date\": \"2024-01-20T03:30:29Z\",\n            \"seenAt\": \"2024-01-20T09:06:43Z\"\n        },\n        {\n            \"id\": 51123507,\n            \"messageCount\": 1,\n            \"inboxType\": \"mail\",\n            \"tags\": [],\n            \"isRead\": true,\n            \"isStarred\": false,\n            \"hasDraft\": true,\n            \"isArchived\": false,\n            \"isDeleted\": false,\n            \"isSpam\": false,\n            \"isSnoozed\": false,\n            \"draftOnly\": false,\n            \"assignedTo\": {\n                \"id\": 222609,\n                \"firstname\": \"Rishabh\",\n                \"lastname\": \"Rawat\",\n                \"email\": \"rishabh@helpwise.io\",\n                \"avatarTag\": \"\\u003cspan class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(229,32%,64%)\\\"\\u003eRR\\u003c/span\\u003e\",\n                \"displayName\": \"Rishabh Rawat\"\n            },\n            \"snippetType\": 1,\n            \"snippet\": \"Thanks for purchasing the Helpwise subscription\",\n            \"subject\": \"Normal Send API\",\n            \"attachments\": [],\n            \"inboxId\": 221130,\n            \"ticketNumber\": 51123507,\n            \"threadRealId\": \"\\u003c9a5a6301b35aa9ed386bd7e4bfa83111@helpwisemail.com\\u003e\",\n            \"displayContact\": \"To:rishicentury@gmail.com\",\n            \"date\": \"2024-01-19T08:41:27Z\"\n        }\n    ]\n}"}],"_postman_id":"15b25c72-1875-4389-8507-162f35aa7c52"},{"name":"Get","id":"d0995fb9-68f7-404c-83bc-88eff58de8da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/inboxes/227136/conversations/116851645?labelId=14","description":"<p>You can use this API endpoint to get the messages of the conversation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InboxId (required)</td>\n<td>number</td>\n<td>inbox id of your Helpwise  <br />inbox</td>\n</tr>\n<tr>\n<td>labelId(optional)</td>\n<td>number</td>\n<td>14-&gt; All  <br />0-&gt; Assigned  <br />10-&gt; Unassigned  <br />11-&gt; Starred  <br />9-&gt; Snoozed  <br />2-&gt; Draft  <br />1-&gt; Sent  <br />7-&gt; Closed  <br />8-&gt; Spam  <br />5-&gt; Trash  <br />6-&gt; Scheduled</td>\n</tr>\n<tr>\n<td>conversationId(required)</td>\n<td>number</td>\n<td>conversation id of the inbox</td>\n</tr>\n<tr>\n<td>pageToken</td>\n<td>string</td>\n<td>2023-06-26+11:06:54 page token require on second request</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>number</td>\n<td>limit of messages</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["inboxes","227136","conversations","116851645"],"host":["https://apis.helpwise.io"],"query":[{"key":"labelId","value":"14"}],"variable":[]}},"response":[{"id":"5f9280ba-885b-4465-935f-2ba693277c10","name":"GET","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://apis.helpwise.io/inboxes/227136/conversations/116851645?labelId=14","protocol":"https","host":["apis","helpwise","io"],"path":["inboxes","227136","conversations","116851645"],"query":[{"key":"labelId","value":"14"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Feb 2024 12:25:15 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"1156"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Limit","value":"100"},{"key":"X-Rate-Limit-Remaining","value":"98"},{"key":"X-Rate-Limit-Reset","value":"3462"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 116851645,\n    \"inboxId\": 227136,\n    \"messagesCount\": 1,\n    \"pinnedNotes\": [],\n    \"drafts\": [],\n    \"currentAssignment\": null,\n    \"contacts\": [\n        {\n            \"id\": 10103029,\n            \"firstname\": \"David\",\n            \"lastname\": \"Warner\",\n            \"displayName\": \"David Warner\",\n            \"displayContact\": \"David Warner\",\n            \"emails\": [\n                \"david@amazon.co\"\n            ],\n            \"phones\": [],\n            \"isBlocked\": false,\n            \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(78,32%,64%)\\\">HD</span>\",\n            \"threads\": [\n                {\n                    \"date\": \"2024-01-30T13:26:35Z\",\n                    \"subject\": \"ljadsblfhasbDFLHASBDLJFHBASDJKHFHDABF\",\n                    \"id\": 116851648,\n                    \"mailboxId\": 227136\n                },\n                {\n                    \"date\": \"2024-01-30T13:22:21Z\",\n                    \"subject\": \"test froala 123\",\n                    \"id\": 116851647,\n                    \"mailboxId\": 227136\n                },\n                {\n                    \"date\": \"2024-01-30T13:45:50Z\",\n                    \"subject\": \"shkdbfkhsdbfkhsd\",\n                    \"id\": 116851643,\n                    \"mailboxId\": 227136\n                },\n                {\n                    \"date\": \"2024-01-30T09:50:01Z\",\n                    \"subject\": \"jadfkjsdbflkjs testhsdf\",\n                    \"id\": 116851646,\n                    \"mailboxId\": 227136\n                },\n                {\n                    \"date\": \"2024-01-30T09:51:27Z\",\n                    \"subject\": \"kjasbd;kfjbasdlkhjfgb test\",\n                    \"id\": 116851645,\n                    \"mailboxId\": 227136\n                }\n            ],\n            \"notes\": [],\n            \"groups\": []\n        }\n    ],\n    \"nextPageToken\": \"1970-01-01 00:00:00\",\n    \"usersReadMap\": {\n        \"204767\": {\n            \"hasRead\": true,\n            \"readAt\": \"2024-02-02T12:24:50Z\"\n        }\n    },\n    \"tags\": [\n        {\n            \"id\": 483577,\n            \"name\": \"Priority\",\n            \"color\": \"#FF0000\",\n            \"inboxId\": 227136,\n            \"nestedName\": \"\"\n        }\n    ],\n    \"priority\": {\n        \"value\": \"choose\",\n        \"source\": \"automated\"\n    },\n    \"isArchived\": false,\n    \"isDeleted\": false,\n    \"isSnoozed\": false,\n    \"isSpam\": false,\n    \"isStarred\": false,\n    \"subject\": \"Apple Sale Live Now!\",\n    \"displaySubject\": \"Apple Sale Live Now!\",\n    \"snippet\": \"Get iPhone 30% Off\",\n    \"ticketNumber\": 116851645,\n    \"items\": [\n        {\n            \"data\": {\n                \"id\": 168573512,\n                \"inboxId\": 227136,\n                \"threadId\": 116851645,\n                \"direction\": 0,\n                \"createdAt\": \"2024-01-30T09:51:27Z\",\n                \"deliveryStatus\": \"\",\n                \"body\": \"\",\n                \"cc\": {},\n                \"bcc\": {},\n                \"to\": {\n                    \"help@helpwise.io\": \"Helpwise\"\n                },\n                \"from\": {\n                    \"david@amazon.co\": \"David Warner\"\n                },\n                \"displaySubject\": \"Chrome new update\",\n                \"subject\": \"Chrome new update\",\n                \"isSpam\": false,\n                \"date\": \"2024-01-30T09:51:27Z\",\n                \"attachments\": [],\n                \"labelId\": 0,\n                \"replyTo\": {},\n                \"replyAll\": false,\n                \"snippet\": \"jakhbsfkjhabsf test\",\n                \"haveMime\": true,\n                \"sentStatusCode\": {\n                    \"title\": \"success\",\n                    \"msg\": \"Message sent successfully\",\n                    \"allowResend\": false\n                },\n                \"importance\": \"\",\n                \"renderId\": \"22760-18d59c80b2a911e1\",\n                \"spamScore\": 0,\n                \"attachmentCount\": 0,\n                \"isPlainText\": false,\n                \"isSanitized\": true,\n                \"haveStrippedHtml\": false,\n                \"content\": {\n                    \"html\": {\n                        \"type\": \"remote\"\n                    },\n                    \"text\": {\n                        \"type\": \"remote\"\n                    }\n                },\n                \"owner\": null,\n                \"shared\": false,\n                \"messageId\": \"<CANF6=gcXu-J=u6=z8aB5kYFSARA-G2hkWjYp=-P-XVNAe-F6Ww@mail.gmail.com>\"\n            },\n            \"type\": \"email\",\n            \"timestamp\": 1706608287\n        }\n    ],\n    \"unreadCount\": 0,\n    \"snippetType\": 1,\n    \"inboxType\": \"mail\"\n}"}],"_postman_id":"d0995fb9-68f7-404c-83bc-88eff58de8da"}],"id":"c1209756-65a7-4142-872e-175dc31ecae6","description":"<p>All the conversations related endpoint is listed here where you can perform action( close, spam, trash, move to inbox, delete) on the conversation, get the conversations emails from conversation id and you can also get the inbox's conversations with pagination.</p>\n","_postman_id":"c1209756-65a7-4142-872e-175dc31ecae6","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"Send Message","item":[{"name":"SMS","id":"5b1e28da-ce98-407d-a8b2-dd65681e4a63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\":\"Hello Rishabh, How may I help you?\",\n    \"clientNumber\":\"+918587805615\",\n    \"inboxId\":256785,\n    \"hash\":\"h7hfjk8khjl99kngq\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/smsWhatsApp/sendMsg","description":"<p>You can use this endpoint to send SMS to your customers.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InboxId (required)</td>\n<td>number</td>\n<td>inbox id of your Helpwise  <br />inbox</td>\n</tr>\n<tr>\n<td>body(required)</td>\n<td>string</td>\n<td>message body</td>\n</tr>\n<tr>\n<td>clientNumber(required)</td>\n<td>string</td>\n<td>your customer's number</td>\n</tr>\n<tr>\n<td>hash(optional)</td>\n<td>string</td>\n<td>you can use this hash when, you are working with parallelism which means you can make your own API identiy from this hash</td>\n</tr>\n<tr>\n<td>action(optional)</td>\n<td>object {'assignTo':0,'name':'unassign'} //close, spam, trash, moveToInbox</td>\n<td>you can use this to unassign, close, spam, trash and movetoInbox conversation along with send SMS</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["smsWhatsApp","sendMsg"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"c297218c-c879-44ca-9880-5a88a33de655","name":"Send SMS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\":\"Hello Rishabh, How may I help you?\",\n    \"clientNumber\":\"+918587805615\",\n    \"inboxId\":256785,\n    \"hash\":\"h7hfjk8khjl99kngq\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/smsWhatsApp/sendMsg"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Message sent successfully!\",\n    \"data\": {\n        \"client_number\": \"14156349606\",\n        \"hw_number\": \"17377872107\",\n        \"message_time\": \"2024-02-07 11:50:36\",\n        \"direction\": \"outbound\",\n        \"delivery_status\": \"delivered\",\n        \"segments\": 1,\n        \"twilio_cost\": null,\n        \"body\": \"Hello Rishabh,\\nHow May I help you?\",\n        \"mms_status\": 0,\n        \"type\": 3,\n        \"price_unit\": \"\",\n        \"sent_by\": {\n            \"id\": 18233,\n            \"firstname\": \"Rishabh\",\n            \"lastname\": \"Rawat\",\n            \"email\": \"rishabh@helpwise.io\",\n            \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(62,32%,64%)\\\">RR</span>\",\n            \"avatarUrl\": \"\"\n        },\n        \"attachments\": [],\n        \"randomMsgID\": \"\",\n        \"univId\": 0,\n        \"id\": 2241589\n    }\n}"}],"_postman_id":"5b1e28da-ce98-407d-a8b2-dd65681e4a63"},{"name":"WhatsApp","id":"7607288f-d8b0-4119-bbce-391cc0c3988a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\":\"Hello Rishabh, How may I help you?\",\n    \"clientNumber\":\"+918587805615\",\n    \"inboxId\":256785,\n    \"template\":{\n        \"templateId\":245670,\n        \"templateVariables\":[\"Rishabh\",\"112233\",\"Shipping\"]\n    },\n    \"hash\":\"h7hfjk8khjl99kngq\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/smsWhatsApp/sendMsg","description":"<p>You can use this endpoint to send WhatsApp message to your customers.</p>\n<p>You can get the templates from this endpoint. <a href=\"https://helpwisedev.postman.co/workspace/Helpwise~2e84d0c2-93bd-47ff-8bae-1d2280e5fab7/request/29744652-0964c927-5e4e-4f70-aaa7-e9f212484020?ctx=documentation\">Click Here</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InboxId (required)</td>\n<td>number</td>\n<td>inbox id of your Helpwise  <br />inbox</td>\n</tr>\n<tr>\n<td>body(required)</td>\n<td>string</td>\n<td>message body</td>\n</tr>\n<tr>\n<td>clientNumber(required)</td>\n<td>string</td>\n<td>your customer's number</td>\n</tr>\n<tr>\n<td>template(optional)</td>\n<td>object (please check below)</td>\n<td>templateId-&gt; int (required),  <br />templateVariables-&gt; strings array(required)</td>\n</tr>\n<tr>\n<td>hash(optional)</td>\n<td>string</td>\n<td>you can use this hash when, you are working with parallelism which means you can make your own API identiy from this hash</td>\n</tr>\n<tr>\n<td>action(optional)</td>\n<td>object {assignTo:0,name:\"unassign\"} //close, spam, trash, moveToInbox</td>\n<td>you can use this to unassign, close, spam, trash and movetoInbox conversation along with send message</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is the template object that you can use to send the template message from the API</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PARAMETERS</strong></th>\n<th><strong>TYPE</strong></th>\n<th><strong>DETAILS</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>templateId</td>\n<td>number</td>\n<td>helpwise template id</td>\n</tr>\n<tr>\n<td>templateVariables</td>\n<td>string array</td>\n<td>template variables which basically body variables</td>\n</tr>\n<tr>\n<td>headerVariables</td>\n<td>string array</td>\n<td>header variable which include image link, text and web link</td>\n</tr>\n<tr>\n<td>locationVariables</td>\n<td>object</td>\n<td>location object. eg:  <br />  <br />{  <br />\"latitude\":\"78.909787\",  <br />\"longitude\":\"55.99086\",  <br />\"name\":\"Taj Hotel\",  <br />\"address\":\"A-8, New York\"  <br />}</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["smsWhatsApp","sendMsg"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"e69e99f1-3db2-486c-a703-05551c5b76f2","name":"Send WhatsApp","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\":\"Hello Rishabh, How may I help you?\",\n    \"clientNumber\":\"+918587805615\",\n    \"inboxId\":256785,\n    \"template\":{\n        \"templateId\":245670,\n        \"templateVariables\":[\"Rishabh\",\"112233\",\"Shipping\"],\n    },\n    \"hash\":\"h7hfjk8khjl99kngq\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/smsWhatsApp/sendMsg"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Message sent successfully!\",\n    \"data\": {\n        \"client_number\": \"14156349606\",\n        \"hw_number\": \"17377872107\",\n        \"message_time\": \"2024-02-07 11:50:36\",\n        \"direction\": \"outbound\",\n        \"delivery_status\": \"delivered\",\n        \"segments\": 1,\n        \"twilio_cost\": null,\n        \"body\": \"Hello Rishabh,\\nHow May I help you?\",\n        \"mms_status\": 0,\n        \"type\": 3,\n        \"price_unit\": \"\",\n        \"sent_by\": {\n            \"id\": 18233,\n            \"firstname\": \"Rishabh\",\n            \"lastname\": \"Rawat\",\n            \"email\": \"rishabh@helpwise.io\",\n            \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(62,32%,64%)\\\">RR</span>\",\n            \"avatarUrl\": \"\"\n        },\n        \"attachments\": [],\n        \"randomMsgID\": \"\",\n        \"univId\": 0,\n        \"id\": 2241589\n    }\n}"}],"_postman_id":"7607288f-d8b0-4119-bbce-391cc0c3988a"},{"name":"Schedule SMS","id":"8947459c-a078-4218-9248-03bc13c054c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\":\"Hello Rishabh, How may I help you?\",\n    \"clientNumber\":\"+918587805615\",\n    \"inboxId\":256785,\n    \"hash\":\"h7hfjk8khjl99kngq\",\n    \"sendAt\":\"2024-01-25T09:46:00.000Z\",\n    \"scheduleMsg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/smsWhatsApp/sendMsg","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["smsWhatsApp","sendMsg"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"f4920148-7788-4a01-bfc3-4f4744b04cef","name":"Schedule SMS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\":\"Hello Rishabh, How may I help you?\",\n    \"clientNumber\":\"+918587805615\",\n    \"inboxId\":256785,\n    \"hash\":\"h7hfjk8khjl99kngq\",\n    \"sendAt\":\"2024-01-25T09:46:00.000Z\",\n    \"scheduleMsg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/smsWhatsApp/sendMsg"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Message scheduled successfully!\",\n    \"data\": {\n        \"client_number\": \"14156349606\",\n        \"hw_number\": \"17377872107\",\n        \"message_time\": \"2024-02-07 11:50:36\",\n        \"direction\": \"outbound\",\n        \"delivery_status\": \"queued\",\n        \"segments\": 1,\n        \"twilio_cost\": null,\n        \"body\": \"Hello Rishabh,\\nHow May I help you?\",\n        \"mms_status\": 0,\n        \"type\": 3,\n        \"price_unit\": \"\",\n        \"sent_by\": {\n            \"id\": 18233,\n            \"firstname\": \"Rishabh\",\n            \"lastname\": \"Rawat\",\n            \"email\": \"rishabh@helpwise.io\",\n            \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(62,32%,64%)\\\">RR</span>\",\n            \"avatarUrl\": \"\"\n        },\n        \"attachments\": [],\n        \"randomMsgID\": \"\",\n        \"univId\": 0,\n        \"id\": 2241589\n    }\n}"}],"_postman_id":"8947459c-a078-4218-9248-03bc13c054c4"},{"name":"Schedule WhatsApp","id":"46c6acff-4a97-497c-83b2-86f9a624d1ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\":\"Hello Rishabh, How may I help you?\",\n    \"clientNumber\":\"+918587805615\",\n    \"inboxId\":256786,\n    \"hash\":\"h7hfjk8khjl99kngq\",\n    \"sendAt\":\"2024-01-25T09:46:00.000Z\",\n    \"scheduleMsg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/smsWhatsApp/sendMsg","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["smsWhatsApp","sendMsg"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"dafdfdbd-36fe-4a99-b5cd-b85898338972","name":"Schedule WhatsApp","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"body\":\"Hello Rishabh, How may I help you?\",\n    \"clientNumber\":\"+918587805615\",\n    \"inboxId\":256786,\n    \"hash\":\"h7hfjk8khjl99kngq\",\n    \"sendAt\":\"2024-01-25T09:46:00.000Z\",\n    \"scheduleMsg\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/smsWhatsApp/sendMsg"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Message scheduled successfully!\",\n    \"data\": {\n        \"client_number\": \"14156349606\",\n        \"hw_number\": \"17377872107\",\n        \"message_time\": \"2024-02-07 11:50:36\",\n        \"direction\": \"outbound\",\n        \"delivery_status\": \"queued\",\n        \"segments\": 1,\n        \"twilio_cost\": null,\n        \"body\": \"Hello Rishabh,\\nHow May I help you?\",\n        \"mms_status\": 0,\n        \"type\": 3,\n        \"price_unit\": \"\",\n        \"sent_by\": {\n            \"id\": 18233,\n            \"firstname\": \"Rishabh\",\n            \"lastname\": \"Rawat\",\n            \"email\": \"rishabh@helpwise.io\",\n            \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(62,32%,64%)\\\">RR</span>\",\n            \"avatarUrl\": \"\"\n        },\n        \"attachments\": [],\n        \"randomMsgID\": \"\",\n        \"univId\": 0,\n        \"id\": 2241589\n    }\n}"}],"_postman_id":"46c6acff-4a97-497c-83b2-86f9a624d1ee"}],"id":"917b3b60-2040-4dc7-afff-777ecaebb18b","description":"<p>All the send message related endpoint listed here where you can send SMS, WhatsApp, Email, Facebook message, Instagram message.</p>\n","_postman_id":"917b3b60-2040-4dc7-afff-777ecaebb18b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"Custom Fields","item":[{"name":"Inbox","item":[{"name":"List","id":"bf97580d-f607-4184-b8d6-aa488ab473fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.helpwise.io/customFields/inbox/221166","description":"<p>You can use this endpoint to get all custom fields of inbox.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inbox ld (required)</td>\n<td>number</td>\n<td>Inbox Id</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["customFields","inbox","221166"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"dd97fa54-4ec3-4348-93d4-a6b4ed8f02f2","name":"List","originalRequest":{"method":"GET","header":[],"url":"https://apis.helpwise.io/customFields/inbox/221166"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 204514,\n            \"name\": \"State\",\n            \"description\": \"State\",\n            \"value\": \"\",\n            \"inboxIds\": [\n                {\n                    \"id\": 221217,\n                    \"name\": \"Dialpad Channel\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221218,\n                    \"name\": \"RingCentral Text\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221283,\n                    \"name\": \"Custom Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221284,\n                    \"name\": \"Twilio Calling Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221143,\n                    \"name\": \"Dialog360 Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221198,\n                    \"name\": \"Dev Outlook Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221138,\n                    \"name\": \"instagram comment\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221145,\n                    \"name\": \"WhatsApp Twilio Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221253,\n                    \"name\": \"Demo Inbox\",\n                    \"isHidden\": false\n                }\n            ],\n            \"createdBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            },\n            \"createdAt\": \"2022-10-07 07:40:44\",\n            \"updatedAt\": \"2022-10-07 07:40:44\",\n            \"updatedBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            }\n        },\n        {\n            \"id\": 204522,\n            \"name\": \"Pincode\",\n            \"description\": \"Pincode\",\n            \"value\": \"\",\n            \"inboxIds\": [\n                {\n                    \"id\": 221217,\n                    \"name\": \"Dialpad Channel\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221218,\n                    \"name\": \"RingCentral Text\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221283,\n                    \"name\": \"Custom Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221284,\n                    \"name\": \"Twilio Calling Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221143,\n                    \"name\": \"Dialog360 Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221198,\n                    \"name\": \"Dev Outlook Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221138,\n                    \"name\": \"instagram comment\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221145,\n                    \"name\": \"WhatsApp Twilio Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221253,\n                    \"name\": \"Demo Inbox\",\n                    \"isHidden\": false\n                }\n            ],\n            \"createdBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            },\n            \"createdAt\": \"2022-11-01 23:27:29\",\n            \"updatedAt\": \"2022-11-01 23:27:29\",\n            \"updatedBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            }\n        },\n        {\n            \"id\": 204525,\n            \"name\": \"Policy ID\",\n            \"description\": \"Health insurance policy id\",\n            \"value\": \"\",\n            \"inboxIds\": [\n                {\n                    \"id\": 221217,\n                    \"name\": \"Dialpad Channel\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221218,\n                    \"name\": \"RingCentral Text\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221283,\n                    \"name\": \"Custom Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221284,\n                    \"name\": \"Twilio Calling Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221143,\n                    \"name\": \"Dialog360 Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221198,\n                    \"name\": \"Dev Outlook Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221138,\n                    \"name\": \"instagram comment\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221145,\n                    \"name\": \"WhatsApp Twilio Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221253,\n                    \"name\": \"Demo Inbox\",\n                    \"isHidden\": false\n                }\n            ],\n            \"createdBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            },\n            \"createdAt\": \"2024-01-24 18:51:56\",\n            \"updatedAt\": \"2024-01-24 18:51:56\",\n            \"updatedBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            }\n        },\n        {\n            \"id\": 204533,\n            \"name\": \"Flight PNR No\",\n            \"description\": \"Flight PNR No of Thai Airways\",\n            \"value\": \"\",\n            \"inboxIds\": [\n                {\n                    \"id\": 221217,\n                    \"name\": \"Dialpad Channel\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221218,\n                    \"name\": \"RingCentral Text\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221283,\n                    \"name\": \"Custom Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221284,\n                    \"name\": \"Twilio Calling Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221143,\n                    \"name\": \"Dialog360 Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221198,\n                    \"name\": \"Dev Outlook Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221138,\n                    \"name\": \"instagram comment\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221145,\n                    \"name\": \"WhatsApp Twilio Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221253,\n                    \"name\": \"Demo Inbox\",\n                    \"isHidden\": false\n                }\n            ],\n            \"createdBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            },\n            \"createdAt\": \"2024-02-05 14:53:39\",\n            \"updatedAt\": \"2024-02-05 14:53:39\",\n            \"updatedBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            }\n        }\n    ],\n    \"message\": \"All custom fields fetched successfully\",\n    \"status\": \"success\"\n}"}],"_postman_id":"bf97580d-f607-4184-b8d6-aa488ab473fe"},{"name":"Update","id":"1291bc63-41fa-4860-8569-0e1d28528d5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"hideIds\":[204513],\n    \"unHideIds\":[204522]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/customFields/inbox/221166","description":"<p>You can use this endpoint to hide and unhide custom fields of specific inbox.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inboxId (required)</td>\n<td>number</td>\n<td>inbox id</td>\n</tr>\n<tr>\n<td>hideIds</td>\n<td></td>\n<td>custom fields Ids</td>\n</tr>\n<tr>\n<td>unhideIds</td>\n<td>numbers array</td>\n<td>custom fields Ids</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["customFields","inbox","221166"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"0157ed6b-ccd9-400e-88b7-16a518963823","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"hideIds\":[204514],\n    \"unHideIds\":[204522]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/customFields/inbox/221217"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 204514,\n            \"name\": \"State\",\n            \"description\": \"State\",\n            \"value\": \"\",\n            \"inboxIds\": [\n                {\n                    \"id\": 221217,\n                    \"name\": \"Dialpad Channel\",\n                    \"isHidden\": true\n                },\n                {\n                    \"id\": 221218,\n                    \"name\": \"RingCentral Text\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221283,\n                    \"name\": \"Custom Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221284,\n                    \"name\": \"Twilio Calling Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221143,\n                    \"name\": \"Dialog360 Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221198,\n                    \"name\": \"Dev Outlook Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221138,\n                    \"name\": \"instagram comment\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221145,\n                    \"name\": \"WhatsApp Twilio Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221253,\n                    \"name\": \"Demo Inbox\",\n                    \"isHidden\": false\n                }\n            ],\n            \"createdBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            },\n            \"createdAt\": \"2022-10-07 07:40:44\",\n            \"updatedAt\": \"2022-10-07 07:40:44\",\n            \"updatedBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            }\n        },\n        {\n            \"id\": 204522,\n            \"name\": \"Pincode\",\n            \"description\": \"Pincode\",\n            \"value\": \"\",\n            \"inboxIds\": [\n                {\n                    \"id\": 221217,\n                    \"name\": \"Dialpad Channel\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221218,\n                    \"name\": \"RingCentral Text\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221283,\n                    \"name\": \"Custom Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221284,\n                    \"name\": \"Twilio Calling Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221143,\n                    \"name\": \"Dialog360 Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221198,\n                    \"name\": \"Dev Outlook Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221138,\n                    \"name\": \"instagram comment\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221145,\n                    \"name\": \"WhatsApp Twilio Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221253,\n                    \"name\": \"Demo Inbox\",\n                    \"isHidden\": false\n                }\n            ],\n            \"createdBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            },\n            \"createdAt\": \"2022-11-01 23:27:29\",\n            \"updatedAt\": \"2022-11-01 23:27:29\",\n            \"updatedBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            }\n        },\n        {\n            \"id\": 204525,\n            \"name\": \"Policy ID\",\n            \"description\": \"Health insurance policy id\",\n            \"value\": \"\",\n            \"inboxIds\": [\n                {\n                    \"id\": 221217,\n                    \"name\": \"Dialpad Channel\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221218,\n                    \"name\": \"RingCentral Text\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221283,\n                    \"name\": \"Custom Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221284,\n                    \"name\": \"Twilio Calling Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221143,\n                    \"name\": \"Dialog360 Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221198,\n                    \"name\": \"Dev Outlook Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221138,\n                    \"name\": \"instagram comment\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221145,\n                    \"name\": \"WhatsApp Twilio Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221253,\n                    \"name\": \"Demo Inbox\",\n                    \"isHidden\": false\n                }\n            ],\n            \"createdBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            },\n            \"createdAt\": \"2024-01-24 18:51:56\",\n            \"updatedAt\": \"2024-01-24 18:51:56\",\n            \"updatedBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            }\n        },\n        {\n            \"id\": 204533,\n            \"name\": \"Flight PNR No\",\n            \"description\": \"Flight PNR No of Thai Airways\",\n            \"value\": \"\",\n            \"inboxIds\": [\n                {\n                    \"id\": 221217,\n                    \"name\": \"Dialpad Channel\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221218,\n                    \"name\": \"RingCentral Text\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221283,\n                    \"name\": \"Custom Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221284,\n                    \"name\": \"Twilio Calling Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221143,\n                    \"name\": \"Dialog360 Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221198,\n                    \"name\": \"Dev Outlook Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221138,\n                    \"name\": \"instagram comment\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221145,\n                    \"name\": \"WhatsApp Twilio Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221253,\n                    \"name\": \"Demo Inbox\",\n                    \"isHidden\": false\n                }\n            ],\n            \"createdBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            },\n            \"createdAt\": \"2024-02-05 14:53:39\",\n            \"updatedAt\": \"2024-02-05 14:53:39\",\n            \"updatedBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            }\n        }\n    ],\n    \"message\": \"All custom fields fetched successfully\",\n    \"status\": \"success\"\n}"}],"_postman_id":"1291bc63-41fa-4860-8569-0e1d28528d5c"}],"id":"79a8c3eb-e902-4bb0-9d3c-e9a4f8900afb","description":"<p>Here is the all endpoint which is related to the inbox related custom fields, Like hide and unhide the custom fields according to inboxes level, show all custom fields related to inboxes.</p>\n","_postman_id":"79a8c3eb-e902-4bb0-9d3c-e9a4f8900afb","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"List","id":"bbe3e0c9-df71-4079-bd17-b1723fcb1e60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.helpwise.io/customFields","description":"<p>You can use this endpoint to get all custom fields of your Helpwise account.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["customFields"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"8a630482-6da3-45dd-90c6-23b9e7f97f8e","name":"List","originalRequest":{"method":"GET","header":[],"url":"https://apis.helpwise.io/customFields"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 204514,\n            \"name\": \"State\",\n            \"description\": \"State\",\n            \"value\": \"\",\n            \"inboxIds\": [\n                {\n                    \"id\": 221217,\n                    \"name\": \"Dialpad Channel\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221218,\n                    \"name\": \"RingCentral Text\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221283,\n                    \"name\": \"Custom Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221284,\n                    \"name\": \"Twilio Calling Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221143,\n                    \"name\": \"Dialog360 Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221198,\n                    \"name\": \"Dev Outlook Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221138,\n                    \"name\": \"instagram comment\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221145,\n                    \"name\": \"WhatsApp Twilio Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221253,\n                    \"name\": \"Demo Inbox\",\n                    \"isHidden\": false\n                }\n            ],\n            \"createdBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            },\n            \"createdAt\": \"2022-10-07 07:40:44\",\n            \"updatedAt\": \"2022-10-07 07:40:44\",\n            \"updatedBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            }\n        },\n        {\n            \"id\": 204522,\n            \"name\": \"Pincode\",\n            \"description\": \"Pincode\",\n            \"value\": \"\",\n            \"inboxIds\": [\n                {\n                    \"id\": 221217,\n                    \"name\": \"Dialpad Channel\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221218,\n                    \"name\": \"RingCentral Text\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221283,\n                    \"name\": \"Custom Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221284,\n                    \"name\": \"Twilio Calling Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221143,\n                    \"name\": \"Dialog360 Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221198,\n                    \"name\": \"Dev Outlook Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221138,\n                    \"name\": \"instagram comment\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221145,\n                    \"name\": \"WhatsApp Twilio Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221253,\n                    \"name\": \"Demo Inbox\",\n                    \"isHidden\": false\n                }\n            ],\n            \"createdBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            },\n            \"createdAt\": \"2022-11-01 23:27:29\",\n            \"updatedAt\": \"2022-11-01 23:27:29\",\n            \"updatedBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            }\n        },\n        {\n            \"id\": 204525,\n            \"name\": \"Policy ID\",\n            \"description\": \"Health insurance policy id\",\n            \"value\": \"\",\n            \"inboxIds\": [\n                {\n                    \"id\": 221217,\n                    \"name\": \"Dialpad Channel\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221218,\n                    \"name\": \"RingCentral Text\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221283,\n                    \"name\": \"Custom Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221284,\n                    \"name\": \"Twilio Calling Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221143,\n                    \"name\": \"Dialog360 Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221198,\n                    \"name\": \"Dev Outlook Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221138,\n                    \"name\": \"instagram comment\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221145,\n                    \"name\": \"WhatsApp Twilio Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221253,\n                    \"name\": \"Demo Inbox\",\n                    \"isHidden\": false\n                }\n            ],\n            \"createdBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            },\n            \"createdAt\": \"2024-01-24 18:51:56\",\n            \"updatedAt\": \"2024-01-24 18:51:56\",\n            \"updatedBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            }\n        },\n        {\n            \"id\": 204533,\n            \"name\": \"Flight PNR No\",\n            \"description\": \"Flight PNR No of Thai Airways\",\n            \"value\": \"\",\n            \"inboxIds\": [\n                {\n                    \"id\": 221217,\n                    \"name\": \"Dialpad Channel\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221218,\n                    \"name\": \"RingCentral Text\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221283,\n                    \"name\": \"Custom Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221284,\n                    \"name\": \"Twilio Calling Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221143,\n                    \"name\": \"Dialog360 Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221198,\n                    \"name\": \"Dev Outlook Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221138,\n                    \"name\": \"instagram comment\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221145,\n                    \"name\": \"WhatsApp Twilio Inbox\",\n                    \"isHidden\": false\n                },\n                {\n                    \"id\": 221253,\n                    \"name\": \"Demo Inbox\",\n                    \"isHidden\": false\n                }\n            ],\n            \"createdBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            },\n            \"createdAt\": \"2024-02-05 14:53:39\",\n            \"updatedAt\": \"2024-02-05 14:53:39\",\n            \"updatedBy\": {\n                \"id\": 222547,\n                \"firstname\": \"dev\",\n                \"lastname\": \"helpwise\",\n                \"email\": \"dev@helpwise.io\",\n                \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n                \"displayName\": \"dev helpwise\",\n                \"role\": 0,\n                \"settings\": null,\n                \"permissions\": null,\n                \"billing\": null,\n                \"accountId\": 222547\n            }\n        }\n    ],\n    \"message\": \"All custom fields fetched successfully\",\n    \"status\": \"success\"\n}"}],"_postman_id":"bbe3e0c9-df71-4079-bd17-b1723fcb1e60"},{"name":"Get","id":"2927539c-585f-417f-9d81-6cb099e200aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://apis.helpwise.io/customFields/204514","description":"<p>You can use this endpoint to get specific custom field from the custom field id.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>custom field id (required)</td>\n<td>number</td>\n<td>custom field id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customFields","204514"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"a6b240e2-cd0e-42fd-966d-6fd83f5cc7b2","name":"Get","originalRequest":{"method":"GET","header":[],"url":"https://apis.helpwise.io/customFields/204514"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 204522,\n        \"name\": \"Pincode\",\n        \"description\": \"Pincode\",\n        \"value\": \"\",\n        \"inboxIds\": [\n            {\n                \"id\": 221217,\n                \"name\": \"Dialpad Channel\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221218,\n                \"name\": \"RingCentral Text\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221283,\n                \"name\": \"Custom Inbox\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221284,\n                \"name\": \"Twilio Calling Inbox\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221143,\n                \"name\": \"Dialog360 Inbox\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221198,\n                \"name\": \"Dev Outlook Inbox\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221138,\n                \"name\": \"instagram comment\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221145,\n                \"name\": \"WhatsApp Twilio Inbox\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221253,\n                \"name\": \"Demo Inbox\",\n                \"isHidden\": false\n            }\n        ],\n        \"createdBy\": {\n            \"id\": 222547,\n            \"firstname\": \"dev\",\n            \"lastname\": \"helpwise\",\n            \"email\": \"dev@helpwise.io\",\n            \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n            \"displayName\": \"dev helpwise\",\n            \"role\": 0,\n            \"settings\": null,\n            \"permissions\": null,\n            \"billing\": null,\n            \"accountId\": 222547\n        },\n        \"createdAt\": \"2022-11-01 23:27:29\",\n        \"updatedAt\": \"2022-11-01 23:27:29\",\n        \"updatedBy\": {\n            \"id\": 222547,\n            \"firstname\": \"dev\",\n            \"lastname\": \"helpwise\",\n            \"email\": \"dev@helpwise.io\",\n            \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n            \"displayName\": \"dev helpwise\",\n            \"role\": 0,\n            \"settings\": null,\n            \"permissions\": null,\n            \"billing\": null,\n            \"accountId\": 222547\n        }\n    },\n    \"message\": \"Custom field fetched successfully\",\n    \"status\": \"success\"\n}"}],"_postman_id":"2927539c-585f-417f-9d81-6cb099e200aa"},{"name":"Deleted","id":"76c6373f-7b7b-4024-8830-4b987b266a46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://apis.helpwise.io/customFields/204514","description":"<p>You can use this endpoin to delete the specific custom field.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>custom field id (required)</td>\n<td>number</td>\n<td>custom field id</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["customFields","204514"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"76c6373f-7b7b-4024-8830-4b987b266a46"},{"name":"Update","id":"e29ad396-23ac-41bf-a2fc-c27aaed69504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Train PNR Code\",\n    \"description\":\"PNR code of Rajdhani Express\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/customFields/204514","description":"<p>You can use this endpoint to update the existing custom field.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>name of a custom field</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>description of custom field</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["customFields","204514"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"cd0c7571-df05-4768-98f4-0d1ade099c2f","name":"Update","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Train PNR Code\",\n    \"description\":\"PNR code of Rajdhani Express\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/customFields/204514"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 204514,\n        \"name\": \"Train PNR Code\",\n        \"description\": \"PNR code of Rajdhani Express\",\n        \"value\": \"\",\n        \"inboxIds\": [\n             {\n                \"id\": 221217,\n                \"name\": \"Dialpad Channel\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221218,\n                \"name\": \"RingCentral Text\",\n                \"isHidden\": true\n            },\n            {\n                \"id\": 221283,\n                \"name\": \"Custom Inbox\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221284,\n                \"name\": \"Twilio Calling Inbox\",\n                \"isHidden\": true\n            },\n            {\n                \"id\": 221143,\n                \"name\": \"Dialog360 Inbox\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221198,\n                \"name\": \"Dev Outlook Inbox\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221138,\n                \"name\": \"instagram comment\",\n                \"isHidden\": true\n            },\n            {\n                \"id\": 221145,\n                \"name\": \"WhatsApp Twilio Inbox\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221253,\n                \"name\": \"Demo Inbox\",\n                \"isHidden\": false\n            }\n        ],\n        \"createdBy\": {\n            \"id\": 222547,\n            \"firstname\": \"dev\",\n            \"lastname\": \"helpwise\",\n            \"email\": \"dev@helpwise.io\",\n            \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n            \"displayName\": \"dev helpwise\",\n            \"role\": 0,\n            \"settings\": null,\n            \"permissions\": null,\n            \"billing\": null,\n            \"accountId\": 222547\n        },\n        \"createdAt\": \"2024-02-07 08:13:49\",\n        \"updatedAt\": \"2024-02-07 08:13:49\",\n        \"updatedBy\": {\n            \"id\": 222547,\n            \"firstname\": \"dev\",\n            \"lastname\": \"helpwise\",\n            \"email\": \"dev@helpwise.io\",\n            \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n            \"displayName\": \"dev helpwise\",\n            \"role\": 0,\n            \"settings\": null,\n            \"permissions\": null,\n            \"billing\": null,\n            \"accountId\": 222547\n        }\n    },\n    \"message\": \"Custom field updated successfully.\",\n    \"status\": \"success\"\n}"}],"_postman_id":"e29ad396-23ac-41bf-a2fc-c27aaed69504"},{"name":"Create","id":"d8f07584-fa8f-4c59-b0ae-9f457ad06104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Pin Code\",\n    \"description\":\"Pin code of customer location\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/customFields","description":"<p>You can use this endpoint to create a new custom field.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name(required)</td>\n<td>string</td>\n<td>name of a custom field</td>\n</tr>\n<tr>\n<td>description(optional)</td>\n<td>string</td>\n<td>description of custom field</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["customFields"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"5852509d-6d0f-4227-bb6c-99bab6dbe539","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Pin Code\",\n    \"description\":\"Pin code of customer location\"\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/customFields"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 204522,\n        \"name\": \"Pincode\",\n        \"description\": \"Pin code of customer location\",\n        \"value\": \"\",\n        \"inboxIds\": [\n           {\n                \"id\": 221217,\n                \"name\": \"Dialpad Channel\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221218,\n                \"name\": \"RingCentral Text\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221283,\n                \"name\": \"Custom Inbox\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221284,\n                \"name\": \"Twilio Calling Inbox\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221143,\n                \"name\": \"Dialog360 Inbox\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221198,\n                \"name\": \"Dev Outlook Inbox\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221138,\n                \"name\": \"instagram comment\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221145,\n                \"name\": \"WhatsApp Twilio Inbox\",\n                \"isHidden\": false\n            },\n            {\n                \"id\": 221253,\n                \"name\": \"Demo Inbox\",\n                \"isHidden\": false\n            }\n        ],\n        \"createdBy\": {\n            \"id\": 222547,\n            \"firstname\": \"dev\",\n            \"lastname\": \"helpwise\",\n            \"email\": \"dev@helpwise.io\",\n            \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n            \"displayName\": \"dev helpwise\",\n            \"role\": 0,\n            \"settings\": null,\n            \"permissions\": null,\n            \"billing\": null,\n            \"accountId\": 222547\n        },\n        \"createdAt\": \"2022-11-01 23:27:29\",\n        \"updatedAt\": \"2022-11-01 23:27:29\",\n        \"updatedBy\": {\n            \"id\": 222547,\n            \"firstname\": \"dev\",\n            \"lastname\": \"helpwise\",\n            \"email\": \"dev@helpwise.io\",\n            \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(101,32%,64%)\\\">dh</span>\",\n            \"displayName\": \"dev helpwise\",\n            \"role\": 0,\n            \"settings\": null,\n            \"permissions\": null,\n            \"billing\": null,\n            \"accountId\": 222547\n        }\n    },\n    \"message\": \"Custom field fetched successfully\",\n    \"status\": \"success\"\n}"}],"_postman_id":"d8f07584-fa8f-4c59-b0ae-9f457ad06104"}],"id":"7c6cc31d-e9c1-4347-9a3e-4b3d771ab3d5","description":"<p>All the custom fields related endpoints listed here. You can basically use these endpoint to create, update, read and delete the custom fields in Helpwise.</p>\n","_postman_id":"7c6cc31d-e9c1-4347-9a3e-4b3d771ab3d5","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"Contacts","item":[{"name":"Get Contact","id":"f53aa2f8-bd20-43a9-ba5d-b4ff0f4534fd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true}},"request":{"method":"GET","header":[],"url":"https://apis.helpwise.io/contacts/{{contactId}}","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["contacts","{{contactId}}"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"9abf85bf-8f3d-459a-802e-81762c049237","name":"Get Contact","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/plain, */*","disabled":true},{"key":"Accept-Language","value":"en-GB,en-US;q=0.9,en;q=0.8","disabled":true},{"key":"Connection","value":"keep-alive","disabled":true},{"key":"Cookie","value":"_hjSessionUser_1980750=eyJpZCI6ImIyMDNkZGZjLTdiZGQtNWFjZi1hYjJiLWQzMmE1ODUwYWQ2ZCIsImNyZWF0ZWQiOjE3MDEwOTI1Njg5MzEsImV4aXN0aW5nIjp0cnVlfQ==; _gcl_au=1.1.1128730810.1704960333; _delighted_web={%22soc7CEH2LGLlIR1D%22:{%22_delighted_fst%22:{%22t%22:%221704960333526%22}%2C%22_delighted_lst%22:{%22t%22:%221703216409000%22%2C%22m%22:{%22token%22:%22COGdOjlmVXI7qs5nmSiynmYt%22}}}}; hw_sid=b03aa5dc3a01d5d9b0c468e017560930143efe56e4d6e17a75207fd9b4b77ac5; hw_te100ab=0; hw_tt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE3MDY2MDc0NjgsImhhc2giOiI2YmVmNDkwZTMxMTU2ZTc5ZGYzMmRiYzBkZDhiNDAwOCIsInR5cGUiOiJhY2Nlc3MiLCJleHAiOjE3MDkwMjY2Njh9.Tn2dsoA4dc0nCR_U_r8sDtO-ndBcOUBQd4kQb975gcY; hw_sid_staging=9fb53f00098bd4b1a2d64fa396f1103f402a6479eba686bc1055087fccd54408; hw_tt_staging=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE3MDY2MjM5MjAsImhhc2giOiI3NDI0ZjI2NjQ4NWNiZmM5MDMzM2UwZjQ3NWFkYzIxMyIsInR5cGUiOiJhY2Nlc3MiLCJleHAiOjE3MDkwNDMxMjB9.qnpNwarJ8BTuTNBwV6SJZxRoInhqWCyDtcUO_K2FkdA; _vwo_uuid_v2=D7E1B6B06773A4DF7EC7525734C950B13|eb2e4dad9be9dbf810c4674af3c94829; _gid=GA1.2.1332052494.1707115035; _ga_9MDPX07YHD=GS1.1.1707155158.60.1.1707155430.0.0.0; _clck=1n5mnef%7C2%7Cfj1%7C0%7C1471; _ga=GA1.1.1524706179.1701092569; _clsk=ppm72e%7C1707203916251%7C12%7C1%7Cl.clarity.ms%2Fcollect; _ga_JVN1YP0WKB=GS1.1.1707202914.145.1.1707203920.60.0.0; _ga_90XYKCCPCY=GS1.1.1707202914.30.1.1707203941.0.0.0","disabled":true},{"key":"Origin","value":"https://staging-vue.helpwise.io","disabled":true},{"key":"Referer","value":"https://staging-vue.helpwise.io/","disabled":true},{"key":"Sec-Fetch-Dest","value":"empty","disabled":true},{"key":"Sec-Fetch-Mode","value":"cors","disabled":true},{"key":"Sec-Fetch-Site","value":"same-site","disabled":true},{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","disabled":true},{"key":"sec-ch-ua","value":"\"Not A(Brand\";v=\"99\", \"Google Chrome\";v=\"121\", \"Chromium\";v=\"121\"","disabled":true},{"key":"sec-ch-ua-mobile","value":"?0","disabled":true},{"key":"sec-ch-ua-platform","value":"\"macOS\"","disabled":true}],"url":"https://apis.helpwise.io/contacts/17864809"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Feb 2024 17:57:20 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"665"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Limit","value":"100"},{"key":"X-Rate-Limit-Remaining","value":"98"},{"key":"X-Rate-Limit-Reset","value":"3507"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 17864809,\n    \"firstname\": \"Ashroof\",\n    \"displayName\": \"Ashroof\",\n    \"displayContact\": \"Ashroof\",\n    \"emails\": [\n        \"ashroof@helpwise.io\"\n    ],\n    \"phones\": [],\n    \"isBlocked\": false,\n    \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(72,32%,64%)\\\">A</span>\",\n    \"threads\": [\n        {\n            \"date\": \"2024-02-07T09:45:04Z\",\n            \"subject\": \"Join 100+ Visionaries for the Largest Summit || 15th Edition CX Strategy Summit & Awards 2024 || Tuesday, 27th February 2024 || ITC Maratha, Mumbai.\",\n            \"id\": 118041387,\n            \"mailboxId\": 221302\n        },\n        {\n            \"date\": \"2024-02-06T07:29:12Z\",\n            \"subject\": \"Updated invitation: Engg daily sync @ Weekly from 1pm to 1:30pm on weekdays from Mon Feb 5 to Mon Feb 5 (GMT+5:30) (Uddeshya Upamannyu)\",\n            \"id\": 117876940,\n            \"mailboxId\": 229891\n        },\n        {\n            \"date\": \"2024-02-06T07:29:13Z\",\n            \"subject\": \"Updated invitation: Engg daily sync @ Weekly from 1pm to 1:30pm on weekdays from Mon Feb 5 to Mon Feb 5 (GMT+5:30) (Ashroof A)\",\n            \"id\": 117876938,\n            \"mailboxId\": 221302\n        },\n        {\n            \"date\": \"2024-02-06T07:29:12Z\",\n            \"subject\": \"Updated invitation: Engg daily sync @ Weekly from 1pm to 1:30pm on weekdays from Mon Feb 5 to Mon Feb 5 (GMT+5:30) (Manali Singh)\",\n            \"id\": 117876937,\n            \"mailboxId\": 225808\n        },\n        {\n            \"date\": \"2024-02-05T20:01:30Z\",\n            \"subject\": \"[Helpwise] [Helpwise Support] Received email from Eric: 'Handling multiple dealerships on Helpwise c...\",\n            \"id\": 117753103,\n            \"mailboxId\": 221302\n        }\n    ],\n    \"notes\": [],\n    \"groups\": [\n        {\n            \"id\": 204654,\n            \"name\": \"Testing\"\n        }\n    ],\n    \"customFields\": null\n}"}],"_postman_id":"f53aa2f8-bd20-43a9-ba5d-b4ff0f4534fd"},{"name":"Update Contact","id":"8584bc87-72fe-469f-85f7-472dff86f2e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"firstname\": \"John\",\n   \"lastname\": \"Doe\",\n   \"company\": \"Helpwise\",\n   \"jobTitle\": \"Manager\",\n   \"emails\": [\"john.doe@helpwise.io\"],\n   \"phones\": [{\n       \"phoneTxt\": \"+19999999999\",\n       \"phoneNo\": \"+19999999999\",\n       \"type\": \"0\"\n   }],\n   \"customFields\": [{\n     \"id\": 204513,\n     \"value\": \"San Fransisco\",\n     \"name\": \"City\"\n   },\n   {\n     \"id\": 204514,\n     \"value\": \"California\",\n     \"name\": \"State\"\n   }]\n}"},"url":"https://apis.helpwise.io/contacts/24621644","urlObject":{"path":["contacts","24621644"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"92e92907-a81c-404c-a45b-002197d4cfb4","name":"Update Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"firstname\": \"John\",\n   \"lastname\": \"Doe\",\n   \"company\": \"Helpwise\",\n   \"jobTitle\": \"Manager\",\n   \"emails\": [\"john.doe@helpwise.io\"],\n   \"phones\": [{\n       \"phoneTxt\": \"+19999999999\",\n       \"phoneNo\": \"+19999999999\",\n       \"type\": \"0\"\n   }],\n   \"customFields\": [{\n     \"id\": 204513,\n     \"value\": \"San Fransisco\",\n     \"name\": \"City\"\n   },\n   {\n     \"id\": 204514,\n     \"value\": \"California\",\n     \"name\": \"State\"\n   }]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 07 Feb 2024 18:07:18 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"359"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Limit","value":"100"},{"key":"X-Rate-Limit-Remaining","value":"99"},{"key":"X-Rate-Limit-Reset","value":"3600"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 24621650,\n    \"firstname\": \"John\",\n    \"lastname\": \"Doe\",\n    \"displayName\": \"John Doe\",\n    \"emails\": [\n        \"john.doe@helpwise.io\"\n    ],\n    \"phones\": [\n        {\n            \"phoneNo\": \"19999999999\",\n            \"type\": \"0\",\n            \"phoneTxt\": \"19999999999\"\n        }\n    ],\n    \"isBlocked\": false,\n    \"company\": \"Helpwise\",\n    \"jobTitle\": \"Manager\",\n    \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(274,32%,64%)\\\">JD</span>\",\n    \"threads\": null,\n    \"notes\": null,\n    \"groups\": null,\n    \"customFields\": [\n        {\n            \"id\": 204513,\n            \"name\": \"City\",\n            \"value\": \"San Francisco\"\n        },\n        {\n            \"id\": 204514,\n            \"name\": \"State\",\n            \"value\": \"California\"\n        }\n    ]\n}"}],"_postman_id":"8584bc87-72fe-469f-85f7-472dff86f2e1"},{"name":"Create Contact","id":"731cd9c6-4a01-4995-bbce-945c09edf515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"firstname\": \"John\",\n   \"lastname\": \"Doe\",\n   \"company\": \"Helpwise\",\n   \"jobTitle\": \"Manager\",\n   \"emails\": [\"john.doe@helpwise.io\"],\n   \"phones\": [{\n       \"phoneTxt\": \"+19999999999\",\n       \"phoneNo\": \"+19999999999\",\n       \"type\": \"0\"\n   }],\n   \"customFields\": [{\n     \"id\": 204513,\n     \"value\": \"San Fransisco\",\n     \"name\": \"City\"\n   },\n   {\n     \"id\": 204514,\n     \"value\": \"California\",\n     \"name\": \"State\"\n   }]\n}"},"url":"https://apis.helpwise.io/contacts","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["contacts"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"1cbdf9e6-7840-423c-9dae-e09aaddfcb25","name":"Create Contact","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"firstname\": \"John\",\n   \"lastname\": \"Doe\",\n   \"company\": \"Helpwise\",\n   \"jobTitle\": \"Manager\",\n   \"emails\": [\"john.doe@helpwise.io\"],\n   \"phones\": [{\n       \"phoneTxt\": \"+19999999999\",\n       \"phoneNo\": \"+19999999999\",\n       \"type\": \"0\"\n   }],\n   \"customFields\": [{\n     \"id\": 204513,\n     \"value\": \"New York City\",\n     \"name\": \"City\"\n   },\n   {\n     \"id\": 204514,\n     \"value\": \"New York\",\n     \"name\": \"State\"\n   }]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/contacts/24621650"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 07 Feb 2024 18:07:18 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"359"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-Rate-Limit-Limit","value":"100"},{"key":"X-Rate-Limit-Remaining","value":"99"},{"key":"X-Rate-Limit-Reset","value":"3600"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 24621650,\n    \"firstname\": \"John\",\n    \"lastname\": \"Doe\",\n    \"displayName\": \"John Doe\",\n    \"emails\": [\n        \"john.doe@helpwise.io\"\n    ],\n    \"phones\": [\n        {\n            \"phoneNo\": \"19999999999\",\n            \"type\": \"0\",\n            \"phoneTxt\": \"19999999999\"\n        }\n    ],\n    \"isBlocked\": false,\n    \"company\": \"Helpwise\",\n    \"jobTitle\": \"Manager\",\n    \"avatarTag\": \"<span class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(274,32%,64%)\\\">JD</span>\",\n    \"threads\": null,\n    \"notes\": null,\n    \"groups\": null,\n    \"customFields\": [\n        {\n            \"id\": 204513,\n            \"name\": \"City\",\n            \"value\": \"New York\"\n        },\n        {\n            \"id\": 204514,\n            \"name\": \"State\",\n            \"value\": \"New York\"\n        }\n    ]\n}"}],"_postman_id":"731cd9c6-4a01-4995-bbce-945c09edf515"},{"name":"Search Contact","id":"b4cfb349-9897-41f5-b45f-a5cde0c75dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/contacts/search?term=<SEARCH_TERM>&limit=<LIMIT>&offset=<OFFSET>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["contacts","search"],"host":["https://apis.helpwise.io"],"query":[{"key":"term","value":"<SEARCH_TERM>"},{"description":{"content":"<p>Optional parameter. Default: 50</p>\n","type":"text/plain"},"key":"limit","value":"<LIMIT>"},{"description":{"content":"<p>Optional parameter</p>\n","type":"text/plain"},"key":"offset","value":"<OFFSET>"}],"variable":[]}},"response":[{"id":"4c569bc4-f9bf-48e8-b992-b122d015d822","name":"Search Contact","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"John Doe\",\n    \"phone\":\"123456789\",\n    \"email\":\"john.doe@saaslabs.co\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://apis.helpwise.io/contacts/search?term=john","host":["https://apis.helpwise.io"],"path":["contacts","search"],"query":[{"key":"term","value":"john","type":"text"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"nextPage\": false,\n    \"result\": [\n        {\n            \"firstname\": \"John\",\n            \"middlename\": \"\",\n            \"lastname\": \"Doe\",\n            \"jobTitle\": \"\",\n            \"company\": \"\",\n            \"emails\": [\n                \"john.doe@saaslabs.co\"\n            ],\n            \"phones\": [],\n            \"id\": 1\n        }\n    ]\n}"}],"_postman_id":"b4cfb349-9897-41f5-b45f-a5cde0c75dd2"},{"name":"List Contact","id":"83b99ffa-601d-4153-8fcf-7ea87d535a5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"url":"https://apis.helpwise.io/contacts?limit=<LIMIT>&offset=<OFFSET>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["contacts"],"host":["https://apis.helpwise.io"],"query":[{"description":{"content":"<p>Optional parameter. Default: 50</p>\n","type":"text/plain"},"key":"limit","value":"<LIMIT>"},{"description":{"content":"<p>Optional parameter</p>\n","type":"text/plain"},"key":"offset","value":"<OFFSET>"}],"variable":[]}},"response":[{"id":"186529ce-8b40-41c5-8126-1c720ec97e81","name":"List Contact","originalRequest":{"method":"GET","header":[],"url":"https://apis.helpwise.io/contacts"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"nextPage\": false,\n    \"results\": [\n        {\n            \"firstname\": \"John\",\n            \"middlename\": \"\",\n            \"lastname\": \"Doe\",\n            \"jobTitle\": \"\",\n            \"company\": \"\",\n            \"emails\": [\n                \"john.doe@saaslabs.co\"\n            ],\n            \"phones\": [],\n            \"id\": 1\n        }\n    ]\n}"}],"_postman_id":"83b99ffa-601d-4153-8fcf-7ea87d535a5b"}],"id":"a2043d48-9c85-4c06-b1b4-89c7969749c4","_postman_id":"a2043d48-9c85-4c06-b1b4-89c7969749c4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"Tags","item":[{"name":"Get Tags","id":"19d52f2e-6eb5-484c-804c-b6d47575d8c1","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"host":true,"user-agent":true,"accept":true,"accept-encoding":true}},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://apis.helpwise.io/tags","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["tags"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"1c20790e-e0e2-4fa2-80ea-83974432d149","name":"Get Tags","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://apis.helpwise.io/tags"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Tag 1\",\n        \"color\": \"rgb(208, 215, 216)\",\n        \"parentId\": 2,\n        \"hierarchy\": null,\n        \"inbox\": \"Helpwise Support\",\n        \"createdAt\": \"2022-08-31 16:50:38\",\n        \"pinnedBy\": null\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Tag 2\",\n        \"color\": \"#ff3d7f\",\n        \"parentId\": 4,\n        \"hierarchy\": null,\n        \"inbox\": \"Helpwise\",\n        \"createdAt\": \"2022-08-31 06:23:48\",\n        \"pinnedBy\": null\n    }\n]"}],"_postman_id":"19d52f2e-6eb5-484c-804c-b6d47575d8c1"},{"name":"Get Tag","id":"581840b9-af45-4182-8371-22fb04bf426c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://apis.helpwise.io/tags/{{tagId}}","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["tags","{{tagId}}"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"7fbd2856-f1f4-453a-b1b5-823b587fc2c8","name":"Get Tag","originalRequest":{"method":"GET","header":[],"url":"https://apis.helpwise.io/tags/{{tagId}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Tag 1\",\n    \"color\": \"#FF0000\",\n    \"parentId\": 2,\n    \"hierarchy\": null,\n    \"inbox\": \"Helpwise Support\",\n    \"createdAt\": \"2023-07-04 11:48:04\",\n    \"pinnedBy\": null\n}"}],"_postman_id":"581840b9-af45-4182-8371-22fb04bf426c"},{"name":"Apply Tags on Conversations","id":"88c4b377-8f55-4523-b296-201399920dbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"threadIds\": [111111,222222],\n    \"tagIds\": [333333,444444]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/tags/apply","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["tags","apply"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"6f5650fe-95fe-4f45-add8-a77c4f53fdc0","name":"Apply Tags on Conversations","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"threadIds\": [111111,222222],\n    \"tagIds\": [333333,444444]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/tags/apply"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tags applied\",\n    \"status\": \"success\"\n}"}],"_postman_id":"88c4b377-8f55-4523-b296-201399920dbb"},{"name":"Remove Tags on Conversations","id":"a843311c-e269-4585-84f2-ace73c72404b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"threadIds\": [111111,222222],\n    \"tagIds\": [333333,444444]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/tags/remove","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["tags","remove"],"host":["https://apis.helpwise.io"],"query":[],"variable":[]}},"response":[{"id":"4ed2e22c-0843-4698-b4a3-a3682522132d","name":"Remove Tags on Conversations","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"threadIds\": [111111,222222],\n    \"tagIds\": [333333,444444]\n}","options":{"raw":{"language":"json"}}},"url":"https://apis.helpwise.io/tags/remove"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tags removed\",\n    \"status\": \"success\"\n}"}],"_postman_id":"a843311c-e269-4585-84f2-ace73c72404b"}],"id":"d5d7ffcd-db44-426e-a2a3-9215bf56d5a2","_postman_id":"d5d7ffcd-db44-426e-a2a3-9215bf56d5a2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"Reports","item":[{"name":"Overall Report","id":"00128a2f-b518-4c41-81d6-2e605aab82df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.helpwise.io/reports?start=2024-07-30 00:00:00&end=2024-08-30 00:00:00&inboxId=23456&tagId[]=87865&isBusinessHours=0","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start(required)</td>\n<td>string</td>\n<td>start datetime [YYYY-MM-DD H:i:s]</td>\n</tr>\n<tr>\n<td>end(required)</td>\n<td>string</td>\n<td>end datetime [YYYY-MM-DD H:i:s]</td>\n</tr>\n<tr>\n<td>inboxId(optional)</td>\n<td>int</td>\n<td>inboxId filter for the report, if not provided then all inboxIds will be considered</td>\n</tr>\n<tr>\n<td>TagId[](optional)</td>\n<td>integer array</td>\n<td>TagIds filter for the report</td>\n</tr>\n<tr>\n<td>isBusinessHours(optional)</td>\n<td>int</td>\n<td>working hours filter for the report, if not provided then 0 will be considered, otherwise  <br />1 value will considered as working hour report</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can use this endpoint to get the <strong>Overall Reports</strong> and <strong>Team Performance Report</strong> of the Helpwise which includes the following data:</p>\n<p><strong>Overall Reports Data</strong></p>\n<ul>\n<li><p>Emails per day(Inbound Emails &amp; Outbound Emails)</p>\n</li>\n<li><p>Total new conversations based on date filter</p>\n</li>\n<li><p>Total close conversations based on date filter</p>\n</li>\n<li><p>Assigned conversations based on date filter</p>\n</li>\n<li><p>Emails on hourly basis</p>\n</li>\n<li><p>Busiest hour of the day</p>\n</li>\n<li><p>Busiest day of the week</p>\n</li>\n</ul>\n<p><strong>Team Performance Data</strong></p>\n<ul>\n<li><p>Average Time to Resolution</p>\n</li>\n<li><p>Average Response Time</p>\n</li>\n<li><p>Average First Response Time</p>\n</li>\n<li><p>Customer Satisfaction</p>\n</li>\n<li><p>Performance of Agents which include CSAT, Average Time to Resolution, Average Response Time, Average First Response Time of particular agent</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["reports"],"host":["https://apis.helpwise.io"],"query":[{"key":"start","value":"2024-07-30 00:00:00"},{"key":"end","value":"2024-08-30 00:00:00"},{"key":"inboxId","value":"23456"},{"key":"tagId[]","value":"87865"},{"key":"isBusinessHours","value":"0"}],"variable":[]}},"response":[{"id":"6935482b-4059-405b-923f-5b13b8baa15b","name":"Report","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.helpwise.io/reports?start=2024-07-30 00:00:00&end=2024-08-30 00:00:00&inboxId=23456&tagId[]=87865&isBusinessHours=0","protocol":"https","host":["apis","helpwise","io"],"path":["reports"],"query":[{"key":"start","value":"2024-07-30 00:00:00"},{"key":"end","value":"2024-08-30 00:00:00"},{"key":"inboxId","value":"23456"},{"key":"tagId[]","value":"87865"},{"key":"isBusinessHours","value":"0"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"new\": {      // New conversations according to your date filter\n        \"count\": 261,\n        \"percentageDifference\": \"-34\", // Percentage increase or decrease according to previous interval for same date filter\n        \"shouldIncrease\": true\n    },\n    \"archived\": { // Total archived conversations according to your date filter\n        \"count\": 78,\n        \"percentageDifference\": \"-52\",\n        \"shouldIncrease\": true\n    },\n    \"assigned\": { // Total assigned conversations according to your date filter\n        \"count\": 33,\n        \"percentageDifference\": \"6\",\n        \"shouldIncrease\": true\n    },\n    \"messages\": { // Total messages per day according to your date filter\n        \"2024-07-30\": 87,\n        \"2024-07-31\": 85\n    },\n    \"incomingGraph\": { // Total inbound messages per day according to your date filter\n        \"2024-07-30\": 56,\n        \"2024-07-31\": 71\n    },\n    \"outgoingGraph\": { // Total outbound messages per day according to your date filter\n        \"2024-07-30\": 31, \n        \"2024-07-31\": 14\n    },\n    \"avgResponse\": { // Average reponse time \n        \"count\": 9636.67857142857,\n        \"percentageDifference\": \"-61\",\n        \"shouldIncrease\": false\n    },\n    \"avgResolution\": { // Average time to resolution \n        \"count\": 154004.8275862069,\n        \"percentageDifference\": \"-26\",\n        \"shouldIncrease\": false\n    },\n    \"avgFirstResponse\": { // Average first response time\n        \"count\": 7006.736842105263,\n        \"percentageDifference\": \"-65\",\n        \"shouldIncrease\": false\n    },\n    \"CSATgood\": { // Total excellent CSAT score\n        \"count\": 0,\n        \"percentageDifference\": \"0%\",\n        \"shouldIncrease\": true\n    },\n    \"totalCSAT\": { // Total CSAT score\n        \"count\": 0, //this is score value\n        \"percentageDifference\": \"0%\",\n        \"shouldIncrease\": true\n    },\n    \"CSATnormal\": { // Total fair CSAT score\n        \"count\": 0,\n        \"percentageDifference\": \"0%\",\n        \"shouldIncrease\": true\n    },\n    \"CSATbad\": { // Total poor CSAT score\n        \"count\": 0,\n        \"percentageDifference\": \"0%\",\n        \"shouldIncrease\": true\n    },\n    \"users\": [\n        {\n            \"id\": 225970,\n            \"firstname\": \"David\",\n            \"lastname\": \"Miller\",\n            \"email\": \"david@saaslabs.co\",\n            \"avatarTag\": \"\\u003cspan class=\\\"avatar-initial rounded-circle\\\" style=\\\"background-color: hsl(206,32%,64%)\\\"\\u003eVP\\u003c/span\\u003e\",\n            \"avatarUrl\": \"\",\n            \"displayName\": \"David Miller\",\n            \"isAvailable\": 1,\n            \"role\": \"Account Owner\",\n            \"archived\": { // Total conversations archived by this user\n                \"count\": 0,\n                \"percentageDifference\": \"-\",\n                \"shouldIncrease\": true\n            },\n            \"assigned\": { // Total conversations assigned by this user\n                \"count\": 0,\n                \"percentageDifference\": \"-\",\n                \"shouldIncrease\": true\n            },\n            \"outgoing\": { // Total outgoing messages by this user\n                \"count\": 0,\n                \"percentageDifference\": \"-\",\n                \"shouldIncrease\": true\n            },\n            \"avgResponseTime\": { // Average reponse time of this user\n                \"count\": 0,\n                \"percentageDifference\": \"-\",\n                \"shouldIncrease\": false\n            },\n            \"avgResolutionTime\": { // Average time to resolution of this user\n                \"count\": 0,\n                \"percentageDifference\": \"-\",\n                \"shouldIncrease\": false\n            },\n            \"avgFirstResponseTime\": { // Average first response time of this user\n                \"count\": 0,\n                \"percentageDifference\": \"-\",\n                \"shouldIncrease\": false\n            },\n            \"replies\": { // Total replies by this user\n                \"count\": 0,\n                \"percentageDifference\": \"-\",\n                \"shouldIncrease\": true\n            },\n            \"CSATavg\": { // Average CSAT score of this user\n                \"count\": 0,\n                \"percentageDifference\": \"\",\n                \"shouldIncrease\": true\n            }\n        }\n    ],\n    \"inboxType\": \"mail\",\n    \"heatmap\": {\n        \"messagesHeatmap\": [\n            {\n                \"name\": \"Monday\",\n                \"data\": [\n                    {\n                        \"x\": \"0\", // 0-1 hour of monday\n                        \"y\": \"0\" // total messages between 0 to 1 hour \n                    },\n                    .......\n                    {\n                        \"x\": \"23\", // 23-0 hour of monday\n                        \"y\": \"9\" // total messages between 23 to 0 hour \n                    }\n                ]\n            }\n        ],\n        \"lowestHeatmap\": 0, // Lowest total messages count for current week according to date filter\n        \"highestHeatmap\": 21, // Highest total messages count for current week according to date filter\n        \"messagesHeatmapIncoming\": [ // \n            {\n                \"name\": \"Monday\",\n                \"data\": [\n                    {\n                        \"x\": \"0\",\n                        \"y\": \"0\"\n                    },\n                    .......\n                    {\n                        \"x\": \"23\",\n                        \"y\": \"5\"\n                    }\n                ]\n            },\n        ],\n        \"lowestHeatmapIncoming\": 0, // Lowest incoming messages count for current week according to date filter\n        \"highestHeatmapIncoming\": 13, // Highest incoming messages count for current week according to date filter\n        \"messagesHeatmapOutgoing\": [\n            {\n                \"name\": \"Monday\",\n                \"data\": [\n                    {\n                        \"x\": \"0\",\n                        \"y\": \"0\"\n                    },\n                    ......\n                    {\n                        \"x\": \"23\",\n                        \"y\": \"6\"\n                    }\n                ]\n            }\n        ],\n        \"lowestHeatmapOutgoing\": 0,  // Lowest outgoing messages count for current week according to date filter\n        \"highestHeatmapOutgoing\": 9,  // Highest outgoing messages count for current week according to date filter\n        \"busiestDay\": \"Thursday\",  // Busiest day of the week\n        \"busiestTimeOfDay\": 20 // Busiest hour of the day\n    },\n    \"userTimezone\": \"Asia/Kolkata\",\n    \"inboxId\": 204568,\n    \"inboxName\": \"Helpwise Support\",\n    \"isBusinessHoursSetup\": 1,\n    \"hideBusinessHours\": 0,\n    \"percentile\": {\n        \"responseTime\": {\n            \"fifty\": {\n                \"count\": 356,\n                \"percentageDifference\": \"-59\",\n                \"shouldIncrease\": true\n            },\n            \"seventyFive\": {\n                \"count\": 2152,\n                \"percentageDifference\": \"-70\", 0-75 \n                \"shouldIncrease\": true\n            },\n            \"ninety\": {\n                \"count\": 15128,\n                \"percentageDifference\": \"-64\",\n                \"shouldIncrease\": true\n            },\n            \"ninetyFive\": {\n                \"count\": 83551,\n                \"percentageDifference\": \"-52\",\n                \"shouldIncrease\": true\n            }\n        },\n        \"resolutionTime\": {\n            \"fifty\": {\n                \"count\": 6280,\n                \"percentageDifference\": \"-79\",\n                \"shouldIncrease\": true\n            },\n            \"seventyFive\": {\n                \"count\": 31954,\n                \"percentageDifference\": \"-81\",\n                \"shouldIncrease\": true\n            },\n            \"ninety\": {\n                \"count\": 1213060,\n                \"percentageDifference\": \"34\",\n                \"shouldIncrease\": true\n            },\n            \"ninetyFive\": {\n                \"count\": 1213060,\n                \"percentageDifference\": \"23\",\n                \"shouldIncrease\": true\n            }\n        },\n        \"firstResponseTime\": {\n            \"fifty\": {\n                \"count\": 746,\n                \"percentageDifference\": \"-72\",\n                \"shouldIncrease\": true\n            },\n            \"seventyFive\": {\n                \"count\": 6552,\n                \"percentageDifference\": \"-79\",\n                \"shouldIncrease\": true\n            },\n            \"ninety\": {\n                \"count\": 29708,\n                \"percentageDifference\": \"-66\",\n                \"shouldIncrease\": true\n            },\n            \"ninetyFive\": {\n                \"count\": 55740,\n                \"percentageDifference\": \"-68\",\n                \"shouldIncrease\": true\n            }\n        },\n        \"users\": {\n            \"204607\": {\n                \"responseTime\": {\n                    \"fifty\": {\n                        \"count\": 0,\n                        \"percentageDifference\": \"-\",\n                        \"shouldIncrease\": true\n                    },\n                    \"seventyFive\": {\n                        \"count\": 0,\n                        \"percentageDifference\": \"-\",\n                        \"shouldIncrease\": true\n                    },\n                    \"ninety\": {\n                        \"count\": 0,\n                        \"percentageDifference\": \"-\",\n                        \"shouldIncrease\": true\n                    },\n                    \"ninetyFive\": {\n                        \"count\": 0,\n                        \"percentageDifference\": \"-\",\n                        \"shouldIncrease\": true\n                    }\n                },\n                \"resolutionTime\": {\n                    \"fifty\": {\n                        \"count\": 0,\n                        \"percentageDifference\": \"-\",\n                        \"shouldIncrease\": true\n                    },\n                    \"seventyFive\": {\n                        \"count\": 0,\n                        \"percentageDifference\": \"-\",\n                        \"shouldIncrease\": true\n                    },\n                    \"ninety\": {\n                        \"count\": 0,\n                        \"percentageDifference\": \"-\",\n                        \"shouldIncrease\": true\n                    },\n                    \"ninetyFive\": {\n                        \"count\": 0,\n                        \"percentageDifference\": \"-\",\n                        \"shouldIncrease\": true\n                    }\n                },\n                \"firstResponseTime\": {\n                    \"fifty\": {\n                        \"count\": 0,\n                        \"percentageDifference\": \"-\",\n                        \"shouldIncrease\": true\n                    },\n                    \"seventyFive\": {\n                        \"count\": 0,\n                        \"percentageDifference\": \"-\",\n                        \"shouldIncrease\": true\n                    },\n                    \"ninety\": {\n                        \"count\": 0,\n                        \"percentageDifference\": \"-\",\n                        \"shouldIncrease\": true\n                    },\n                    \"ninetyFive\": {\n                        \"count\": 0,\n                        \"percentageDifference\": \"-\",\n                        \"shouldIncrease\": true\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"00128a2f-b518-4c41-81d6-2e605aab82df"},{"name":"Tags Report","id":"3a2383e6-2a65-46cf-8aea-f1795ff0cb84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.helpwise.io/inboxes/{{InboxId}}/reports/tags?start=2024-07-30 00:00:00&end=2024-08-30 00:00:00&inboxId=23456&tagId[]=87865&isBusinessHours=0","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start(required)</td>\n<td>string</td>\n<td>start datetime [YYYY-MM-DD H:i:s]</td>\n</tr>\n<tr>\n<td>end(required)</td>\n<td>string</td>\n<td>end datetime [YYYY-MM-DD H:i:s]</td>\n</tr>\n<tr>\n<td>isBusinessHours(optional)</td>\n<td>int</td>\n<td>working hours filter for the report, if not provided then 0 will be considered, otherwise  <br />1 value will considered as working hour report</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can use this endpoint to get the all tags reporting like average time to resolution, average response time, average first response time and total conversations having this tag.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"path":["inboxes","{{InboxId}}","reports","tags"],"host":["https://apis.helpwise.io"],"query":[{"key":"start","value":"2024-07-30 00:00:00"},{"key":"end","value":"2024-08-30 00:00:00"},{"key":"inboxId","value":"23456"},{"key":"tagId[]","value":"87865"},{"key":"isBusinessHours","value":"0"}],"variable":[]}},"response":[{"id":"a2ddaf8b-2e00-44d2-9ad4-0a929b94e083","name":"Tag Report","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.helpwise.io/inboxes/{{InboxId}}/reports/tags?start=2024-07-30 00:00:00&end=2024-08-30 00:00:00&inboxId=23456&tagId[]=87865&isBusinessHours=0","host":["https://apis.helpwise.io"],"path":["inboxes","{{InboxId}}","reports","tags"],"query":[{"key":"start","value":"2024-07-30 00:00:00"},{"key":"end","value":"2024-08-30 00:00:00"},{"key":"inboxId","value":"23456"},{"key":"tagId[]","value":"87865"},{"key":"isBusinessHours","value":"0"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"tagReportsOutput\": [\n        {\n            \"tag\": {\n                \"id\": 533891,\n                \"name\": \"Inbound Mail\",\n                \"color\": \"rgb(247, 189, 128)\",\n                \"inboxId\": 204568,\n                \"nestedName\": \"\"\n            },\n            \"totalConversations\": 1064,\n            \"totalConversationsPercentage\": 94.92,\n            \"openConversations\": 0,\n            \"responseTime\": 15055,\n            \"resolutionTime\": 11592,\n            \"firstResponseTime\": 8237\n        }\n    ],\n    \"liveTagReportsOutput\": null,\n    \"mailboxId\": 204568,\n    \"totalLiveTagReportsOutput\": 0,\n    \"totalTagReportsOutput\": 10,\n    \"isBusinessHours\": \"1\"\n}"}],"_postman_id":"3a2383e6-2a65-46cf-8aea-f1795ff0cb84"},{"name":"Inboxes Report","id":"ced574e9-f119-461d-9cd3-40ca64d9fa84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th><strong>TYPE</strong></th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start(required)</td>\n<td>string</td>\n<td>start date</td>\n</tr>\n<tr>\n<td>end(required)</td>\n<td>string</td>\n<td>end date</td>\n</tr>\n<tr>\n<td>export</td>\n<td>int</td>\n<td>0 is default, 1 for download</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can use this endpoint to get the inboxes report.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"ec6acd4d-e94d-4485-a981-927f8ca699a7","name":"Inboxes Report","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.helpwise.io/reports/inboxes?start=2024-07-30&end=2024-08-05&export=0","host":["https://apis.helpwise.io"],"path":["reports","inboxes"],"query":[{"key":"start","value":"2024-07-30"},{"key":"end","value":"2024-08-05"},{"key":"export","value":"0"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"id\": 221235,\n            \"accountId\": 222547,\n            \"autoTagging\": 0,\n            \"autoAssignment\": 0,\n            \"awayModeAssignment\": 0,\n            \"type\": 0,\n            \"displayType\": \"mail\",\n            \"emailAddress\": \"help@helpwise.io\",\n            \"displayName\": \"Helpwise Support\",\n            \"forwardingCode\": \"\",\n            \"removeQuotes\": 0,\n            \"twoWaySync\": 0,\n            \"spamStatus\": 0,\n            \"internalAddress\": \"\",\n            \"allView\": 0,\n            \"mentionView\": 0,\n            \"mineView\": 1,\n            \"starredView\": 1,\n            \"tagsView\": 0,\n            \"all\": {\n                \"val\": \"1\",\n                \"conversations\": [\n                    {\n                        \"id\": 51090648,\n                        \"inboxId\": 221235,\n                        \"segmentId\": 204376,\n                        \"type\": \"mail\",\n                        \"messageId\": 204376\n                    }\n                ]\n            },\n            \"assigned\": {\n                \"val\": \"0\",\n                \"conversations\": []\n            },\n            \"archived\": {\n                \"val\": \"0\",\n                \"conversations\": []\n            },\n            \"outgoing\": {\n                \"val\": \"0\",\n                \"conversations\": []\n            },\n            \"replies\": {\n                \"val\": \"0\",\n                \"conversations\": []\n            },\n            \"avgResponseTime\": {\n                \"val\": \"0.000000\",\n                \"conversations\": []\n            },\n            \"avgFirstResponseTime\": {\n                \"val\": \"0.000000\",\n                \"conversations\": []\n            },\n            \"avgResolutionTime\": {\n                \"val\": \"0.000000\",\n                \"conversations\": []\n            },\n            \"oldestConversation\": {\n                \"val\": \"2022-11-22\",\n                \"conversations\": [\n                    {\n                        \"id\": 51090396,\n                        \"inboxId\": 221235,\n                        \"segmentId\": 204376,\n                        \"type\": \"mail\",\n                        \"messageId\": 204376\n                    }\n                ]\n            },\n            \"new\": {\n                \"val\": \"0\",\n                \"conversations\": []\n            }\n        }\n    ]\n}"}],"_postman_id":"ced574e9-f119-461d-9cd3-40ca64d9fa84"}],"id":"553c9a1a-b22f-4d4c-96f3-66c6bff3765e","_postman_id":"553c9a1a-b22f-4d4c-96f3-66c6bff3765e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"Form","item":[{"name":"Form Submit","id":"afd3242a-7211-4fe4-a690-57ad05d52fb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"FirstName\":\"Rishabh\",\n    \"LastName\":\"Rawat\",\n    \"Email\":\"rishabh@saaslabs.co\",\n    \"Message\":\"Hello, How can i help you here?\",\n    \"OrderNo\":23780565,\n    \"Address\":\"B-356, Street No-20, Kennedy town, New York\",\n    \"Payment\":\"Done\",\n    \"OrderAmount\":\"299$\"\n}","options":{"raw":{"language":"json"}}},"url":"https://webhook.helpwise.io/forms/{{your_form_hash}}","description":"<p>1. <strong>Copy the Form Code</strong>:</p>\n<p>• After generating the form, you will be provided with HTML code.</p>\n<p>• Copy the entire code to inspect it.</p>\n<p>2. <strong>Locate the Action URL</strong>:</p>\n<p>• In the HTML code, search for the action attribute in the</p>\n<p>tag. The URL associated with this attribute is where the form data will be sent upon submission.</p>\n<p>• Example <code>form action=\"https://your-helpwise-action-url.com\" method=\"POST\"</code></p>\n<p>3. <strong>Use the Action URL in Your API Endpoint</strong>:</p>\n<p>• Take the action URL and use it as the endpoint for your API integration. This will allow you to programmatically submit form data to Helpwise.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["forms","{{your_form_hash}}"],"host":["webhook","helpwise","io"],"query":[],"variable":[]}},"response":[{"id":"3bff39e9-fd2f-4e5d-9b64-3fe4437287db","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"FirstName\":\"Rishabh\",\n    \"LastName\":\"Rawat\",\n    \"Email\":\"rishabh@saaslabs.co\",\n    \"Message\":\"Hello, How can i help you here?\",\n    \"OrderNo\":23780565,\n    \"Address\":\"B-356, Street No-20, Kennedy town, New York\",\n    \"Payment\":\"Done\",\n    \"OrderAmount\":\"299$\"\n}","options":{"raw":{"language":"json"}}},"url":"https://webhook.helpwise.io/forms/{{your_form_hash}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"afd3242a-7211-4fe4-a690-57ad05d52fb9"}],"id":"c5624f07-ea24-4a9e-9b10-61360105ff5f","description":"<p>Custom form allows you to receive the response from your website into your Helpwise inbox in the form of email. You can create custom form <a href=\"https://app.helpwise.io/settings/forms\">Helpwise Settings Page</a></p>\n<p>You can set up this feature by following these steps:</p>\n<p>1. <strong>Go to the Helpwise Settings Page</strong>: In your Helpwise account, navigate to the settings page where you can manage custom forms.</p>\n<p>2. <strong>Create a Custom Form</strong>: Look for an option to create a custom form. This form can be embedded on your website, allowing users to submit inquiries, feedback, or any other information.</p>\n<p>3. <strong>Set Form Forwarding</strong>: Once the form is created, configure it to send form responses to a specific Helpwise inbox. This way, each form submission will appear as an email in your Helpwise inbox.</p>\n<p>4. <strong>Embed Form on Your Website</strong>: After setting up the form and linking it to your Helpwise inbox, embed it on your website using the code or instructions provided by Helpwise.</p>\n","_postman_id":"c5624f07-ea24-4a9e-9b10-61360105ff5f","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}}],"id":"c91975f9-cecf-4f0f-961f-08ce2a8d202d","_postman_id":"c91975f9-cecf-4f0f-961f-08ce2a8d202d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"V0","item":[{"name":"Contact","item":[{"name":"Get","id":"75473c36-e358-4cf4-9893-f9f5d109eafa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 204811\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/contacts/get","urlObject":{"protocol":"https","path":["dev-apis","contacts","get"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"75473c36-e358-4cf4-9893-f9f5d109eafa"},{"name":"Search","id":"1638a867-5895-4d99-b91b-6fe6a18825fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Rishabh\",\n    \"phone\":\"918587805615\",\n    \"email\":\"rishabh@saaslabs.co\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/contacts/search","description":"<p>You can use this endpoint, to fetch all your contacts on Helpwise</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name (optional)</td>\n<td>string</td>\n<td>Contacts's first name that you want to save</td>\n</tr>\n<tr>\n<td>phone (optional)</td>\n<td>string</td>\n<td>Phone No to look for</td>\n</tr>\n<tr>\n<td>email (optional)</td>\n<td>string</td>\n<td>Email to look for</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["dev-apis","contacts","search"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"1638a867-5895-4d99-b91b-6fe6a18825fa"},{"name":"Create","id":"888f6808-7503-49c6-8b71-aa10c65fc25b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"Rishabh\",\n    \"lastname\": \"Rawat\",\n    \"companyName\": \"Saas Labs\",\n    \"jobTitle\": \"Full Stack Web Developer\",\n    \"emails\": [\"rishabh@saaslabs.co\",\"rishabh@helpwise.io\"],\n    \"phones\": [\n            {\n                \"phone\": \"8587805615\",\n                \"type\": \"1\"\n            },\n            {\n                \"phone\": \"7777878765\",\n                \"type\": \"2\"\n            }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/contacts/create","description":"<p>You can use this endpoint, to create contacts on Helpwise using your api key and api secret.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstname (required)</td>\n<td>string</td>\n<td>Contacts's first name that you want to save</td>\n</tr>\n<tr>\n<td>lastname (optional)</td>\n<td>string</td>\n<td>Contacts's last name that you want to save</td>\n</tr>\n<tr>\n<td>emails (required)</td>\n<td>string</td>\n<td>Contact's emails addresses associated with your customer contacts. Pass an array of emails.</td>\n</tr>\n<tr>\n<td>phones (optional)</td>\n<td>Object</td>\n<td>Contacts's phones no. Type define the which type of phone no you save. Pass an array of phones no.</td>\n</tr>\n<tr>\n<td>companyName (optional)</td>\n<td>string</td>\n<td>Contacts's company name where he/she works</td>\n</tr>\n<tr>\n<td>Job title (optional)</td>\n<td>string</td>\n<td>Contacts's job title</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["dev-apis","contacts","create"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"888f6808-7503-49c6-8b71-aa10c65fc25b"},{"name":"List","id":"b05aa206-3205-4d39-b4a0-bc8543da36d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order\": \"ASC/DESC\", // Optional\n    \"page\": 2, // Optional. Default: 1\n    \"limit\": 10, // Optional. Should always be less than 100. Default: 50\n    \"offset\": 10 // Optional. Equal to 0 for Page: 1\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/contacts/list.php","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["dev-apis","contacts","list.php"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b05aa206-3205-4d39-b4a0-bc8543da36d3"}],"id":"97692a30-cf85-4d4c-a391-c8b53f0fe2ce","_postman_id":"97692a30-cf85-4d4c-a391-c8b53f0fe2ce","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"Chat","item":[{"name":"Send Chat Message","id":"a95e85be-ee7e-4bce-90de-b5cdf66adfa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mailbox_id\": 204811,\n    \"thread_id\":494141,\n    \"message\":\"Hello Rishabh, How are you?\" \n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/chat/send","urlObject":{"protocol":"https","path":["dev-apis","chat","send"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a95e85be-ee7e-4bce-90de-b5cdf66adfa4"}],"id":"214b89d0-a842-4b4f-a61c-70cee2d0f240","_postman_id":"214b89d0-a842-4b4f-a61c-70cee2d0f240","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"SMS","item":[{"name":"Send SMS","id":"a106d1bb-5633-45ac-89b7-a5106f8d1ddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mailbox_id\": 204811,\n    \"to\":\"+918587805615\",\n    \"message\":\"Hello Rishabh, How are you?\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/sms/send","description":"<p>You can use this endpoint, to send your SMS message to your customer on Helpwise using your api key and api secret.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mailbox_id (required)</td>\n<td>number</td>\n<td>inbox id of your sms inbox</td>\n</tr>\n<tr>\n<td>to (required)</td>\n<td>number</td>\n<td>customer's number</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>body of sms</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["dev-apis","sms","send"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a106d1bb-5633-45ac-89b7-a5106f8d1ddd"}],"id":"85850eb6-4eee-43bb-a80a-c84c03c1206a","_postman_id":"85850eb6-4eee-43bb-a80a-c84c03c1206a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"WhatsApp","item":[{"name":"List Templates","id":"0964c927-5e4e-4f70-aaa7-e9f212484020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mailbox_id\":221143\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/whatsapp/templates/list","urlObject":{"protocol":"https","path":["dev-apis","whatsapp","templates","list"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"0964c927-5e4e-4f70-aaa7-e9f212484020"},{"name":"Send Message","id":"8bbcda8f-2096-4866-9443-09c2993fddda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mailbox_id\": 204811,\n    \"to\":\"+918587805615\",\n    \"message\":\"Hello Rishabh, How are you?\",\n    \"templateId\":204610,\n    \"template_variables_data\":[\"Rishabh\",\"123\",\"transit\",\"23 Dec\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/whatsapp/send","description":"<p>You can use this endpoint, to send your WhatsApp message to your customer on Helpwise using your api key and api secret. Note:- If you want to use the template message then message field is optional</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mailbox_id (required)</td>\n<td>number</td>\n<td>mailbox id of your email</td>\n</tr>\n<tr>\n<td>to (required)</td>\n<td>string</td>\n<td>your customer number</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>message body of whatsapp</td>\n</tr>\n<tr>\n<td>templateId (optional)</td>\n<td>number</td>\n<td>template id from template list API</td>\n</tr>\n<tr>\n<td>template_variables_data (optional)</td>\n<td>array of string</td>\n<td>templates variable data</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["dev-apis","whatsapp","send"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bbcda8f-2096-4866-9443-09c2993fddda"}],"id":"5e59d72d-4c89-42e7-9029-583a984b0ddd","_postman_id":"5e59d72d-4c89-42e7-9029-583a984b0ddd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"Emails","item":[{"name":"List emails of conversation","id":"b6944014-7928-4bbb-8093-aed5ffa33d1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"limit\":2,\n    \"page\":1,\n    \"mailboxId\":204420,\n    \"threadId\":252409\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/emails/list","description":"<p>You can use this endpoint, to list your Emails in a particular Conversation on Helpwise using your api key and api secret. This api returns a paginated response that you can use to go through your mailboxes.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETER</th>\n<th><strong>TYPE</strong></th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mailboxId (required)</td>\n<td>number</td>\n<td>id of the mailbox for which you want to fetch the conversations.</td>\n</tr>\n<tr>\n<td>threadId (required)</td>\n<td>number</td>\n<td>id of the thread for which you want to fetch the conversations.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>number</td>\n<td>page of emails</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>number</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["dev-apis","emails","list"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6944014-7928-4bbb-8093-aed5ffa33d1c"},{"name":"Send Email","id":"b289911d-b2c6-4907-ba15-cf7413a567cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n\"mailbox_id\": 204811,\n\"to\":\"rishabh@saaslabs.co,rishabh@helpwise.io\",\n\"cc\":\"help@helpwise.io\",\n\"subject\":\"Balance your workload from Helpwise\",\n \"reply_to\":\"ben@gmail.com\",\n\"body\":\"<p>Your Message Here!</p>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/emails/send_mail","description":"<p>You can use this endpoint, to send your email to your customer on Helpwise using your api key and api secret.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mailbox_id (required)</td>\n<td>number</td>\n<td>mailbox id of your email</td>\n</tr>\n<tr>\n<td>to (required)</td>\n<td>string</td>\n<td>to email addresses of your customers(comma separated for multiple)</td>\n</tr>\n<tr>\n<td>cc</td>\n<td>string</td>\n<td>cc email addresses of your customers(comma separated for multiple)</td>\n</tr>\n<tr>\n<td>subject (required)</td>\n<td>string</td>\n<td>Subject of the email</td>\n</tr>\n<tr>\n<td>email body (required)</td>\n<td>string</td>\n<td>Body of the email</td>\n</tr>\n<tr>\n<td>reply_to</td>\n<td>string</td>\n<td>reply_to email address</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["dev-apis","emails","send_mail"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b289911d-b2c6-4907-ba15-cf7413a567cc"}],"id":"2e4ff7db-9cfb-4003-bd1d-a14917f88360","_postman_id":"2e4ff7db-9cfb-4003-bd1d-a14917f88360","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"Note","item":[{"name":"Add","id":"b46bb48e-8e43-4b3f-a0c9-3e6c1df243ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"mailbox_id\":205234,\n\t\"thread_id\":1910985,\n\t\"message\":\"Hi Rishabh! How may I help you?\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/notes/add","urlObject":{"protocol":"https","path":["dev-apis","notes","add"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b46bb48e-8e43-4b3f-a0c9-3e6c1df243ee"}],"id":"aa6a7cdc-b639-4977-aaf2-6deaa750c617","description":"<p>You can use this endpoint to add note in the conversation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mailbox_id (required)</td>\n<td>number</td>\n<td>mailbox id of your inbox</td>\n</tr>\n<tr>\n<td>thread_id (required)</td>\n<td>number</td>\n<td>conversation id of your mailbox</td>\n</tr>\n<tr>\n<td>message(required)</td>\n<td>string</td>\n<td>body of the note</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"aa6a7cdc-b639-4977-aaf2-6deaa750c617","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"Users","item":[{"name":"Me","id":"6fd4e536-d21e-48a8-bae4-9e901a8661e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"url":"https://app.helpwise.io/dev-apis/users/me","urlObject":{"protocol":"https","path":["dev-apis","users","me"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fd4e536-d21e-48a8-bae4-9e901a8661e1"},{"name":"List","id":"ed245515-795a-484a-bb39-50dfe9fbb726","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mailbox_id\":204390\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/users/list","urlObject":{"protocol":"https","path":["dev-apis","users","list"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed245515-795a-484a-bb39-50dfe9fbb726"}],"id":"ef56dc0a-695a-49e0-ba7f-37a444ff73e1","_postman_id":"ef56dc0a-695a-49e0-ba7f-37a444ff73e1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"Inboxes","item":[{"name":"List","id":"e181bea1-553d-4682-a672-b16a9bf576b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n\"page\":\"1\",\n\"limit\":\"20\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/mailboxes/list","urlObject":{"protocol":"https","path":["dev-apis","mailboxes","list"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e181bea1-553d-4682-a672-b16a9bf576b3"},{"name":"Get","id":"9ae81ed2-33bf-4887-9e2e-c4f6b15510e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\":12345\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/mailboxes/get","urlObject":{"protocol":"https","path":["dev-apis","mailboxes","get"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ae81ed2-33bf-4887-9e2e-c4f6b15510e3"}],"id":"b165229c-336e-4da9-844e-c3c8e0ce8da2","_postman_id":"b165229c-336e-4da9-844e-c3c8e0ce8da2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"Conversations","item":[{"name":"Emails of Conversation (Deprecated)","item":[{"name":"Get Emails","id":"d43ba028-c860-4d10-bc46-f99ebacdbd4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"mailbox_id\": 204568,\n    \"thread_id\": 10933653\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/threads/get","urlObject":{"protocol":"https","path":["dev-apis","threads","get"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d43ba028-c860-4d10-bc46-f99ebacdbd4f"}],"id":"45b744f8-5bfa-42c7-bebe-ae564e738859","_postman_id":"45b744f8-5bfa-42c7-bebe-ae564e738859","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"List (Deprecated)","item":[{"name":"List Conversation","id":"b4036af7-2782-4892-8cac-8b7afd00545a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"limit\":5,\n    \"page\":1,\n    \"mailboxId\":204420\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/threads/list","urlObject":{"protocol":"https","path":["dev-apis","threads","list"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4036af7-2782-4892-8cac-8b7afd00545a"}],"id":"d8822dc1-a402-496e-840d-6a79c1051071","description":"<p>You can use this endpoint, to list your conversations on Helpwise using your api key and api secret.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mailboxId (required)</td>\n<td>number</td>\n<td>id of the mailbox for which you want to fetch the conversations.</td>\n</tr>\n<tr>\n<td>labelId (optional)</td>\n<td>number</td>\n<td>The folder from which conversations need to be fetched. Defaults to 0(inbox).</td>\n</tr>\n<tr>\n<td>tabType</td>\n<td>string</td>\n<td>mine, mention, all, assigned, unassigned, archive, spam, trash</td>\n</tr>\n<tr>\n<td>tagId (optional)</td>\n<td>number</td>\n<td>Provide a tagId if you want to list conversations for a particular tag.</td>\n</tr>\n<tr>\n<td>squery (optional)</td>\n<td>string</td>\n<td>Search query to perform a text based search on emails to list the search results.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Pagination parameters maybe provided</p>\n<p><strong>^</strong>the response data is paginated with a limit of 100 per page - know more about this in our pagination section</p>\n","_postman_id":"d8822dc1-a402-496e-840d-6a79c1051071","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}},{"name":"Assign","item":[{"name":"Assign","id":"78740078-0f83-4e0d-b48e-dbd8ae017901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{API_KEY}:{API_SECRET}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mailbox_id\": 204390,\n    \"thread_id\": 53610037,\n    \"assigned_to\":204377\n}","options":{"raw":{"language":"json"}}},"url":"https://app.helpwise.io/dev-apis/threads/assign","urlObject":{"protocol":"https","path":["dev-apis","threads","assign"],"host":["app","helpwise","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"78740078-0f83-4e0d-b48e-dbd8ae017901"}],"id":"27ba1fbb-e43f-4c39-99de-c0dbb0140902","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PARAMETERS</th>\n<th>TYPE</th>\n<th>DETAILS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mailbox_id (required)</td>\n<td>number</td>\n<td>mailbox id of your inbox</td>\n</tr>\n<tr>\n<td>thread_id (required)</td>\n<td>number</td>\n<td>conversation id of your inbox</td>\n</tr>\n<tr>\n<td>assigned_to (required)</td>\n<td>number</td>\n<td>user id of your Helpwise account</td>\n</tr>\n<tr>\n<td>assigned_to=0</td>\n<td>number</td>\n<td>If you want to unassign the conversation</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can use this endpoint, to assign the conversation to Helpwise's Users in Helpwise account using your api key and api secret.</p>\n","_postman_id":"27ba1fbb-e43f-4c39-99de-c0dbb0140902","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}}],"id":"09f8ebf6-0b85-4d34-a10b-18ffbe35441e","description":"<p>All the conversations related endpoint is listed here where you can perform action( close, spam, trash, move to inbox, delete) on the conversation, get the conversations emails from conversation id and you can also get the inbox's conversations with pagination.</p>\n","_postman_id":"09f8ebf6-0b85-4d34-a10b-18ffbe35441e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}}],"id":"a49aa8b3-6b52-405c-be24-1da673bf37ab","_postman_id":"a49aa8b3-6b52-405c-be24-1da673bf37ab","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","id":"07d14f6c-f4a1-4a2c-a15c-6b696b790c17","name":"Helpwise API Documentation","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"98796b6b-a0b3-4394-9162-0cfce0d3878e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5932917d-8ed5-461c-89a4-7cba0d4f985a","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://apis.helpwise.io"},{"key":"API_KEY","value":""},{"key":"API_SECRET","value":""}]}