{"info":{"_postman_id":"2341a288-99e2-4446-aff4-3ab5b0db89ab","name":"Gallabox API","description":"<html><head></head><body><p>The Gallabox API is organised around <a href=\"http://en.wikipedia.org/wiki/Representational_State_Transfer\">REST</a>. Our API has predictable resource-oriented URLs, accepts <a href=\"https://en.wikipedia.org/wiki/POST_(HTTP)#Use_for_submitting_web_forms\">form-encoded</a> request bodies, returns <a href=\"http://www.json.org/\">JSON-encoded</a> responses, and uses standard HTTP response codes, authentication, and verbs.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>Gallabox provides an HTTP-based API that follows the principles of REST. The HTTP rules followed allow simple HTTP clients like cURL to be used as well. The URLs are resource-oriented, the request format is form-encoded, and the responses are in JSON.</p>\n<p>Depending on the type of operation, the endpoints use one of two HTTP methods:</p>\n<ul>\n<li><p><strong>GET</strong>: Used for all read-only operations such as retrieving a resource or listing a group of resources.</p>\n</li>\n<li><p><strong>POST</strong>: Used for all write operations. Such operations modify the state of a resource</p>\n</li>\n</ul>\n<p>A history of changes to the API is provided in the API Changelog.</p>\n<h3 id=\"resources\">Resources</h3>\n<p>Gallabox follows the REST model of exposing resources as urls. For example, Users are exposed as</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://server.gallabox.com/devapi/accounts/{{accountId}}/users\n\n</code></pre><h3 id=\"request\">Request</h3>\n<p>The HTTP method (like GET,POST) determines the operation type on the resource. Query parameters allow you to provide additional options to the GET requests. POST parameters provide the data to write operations like creation, modification of resource(s).</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is in JSON format. Currently Gallabox does not support any other response format.</p>\n<h1 id=\"concepts\">Concepts</h1>\n<p>Throughout the Gallabox API and it's documentation, there are different concepts, variables, and terms used as you continue to explore. Below you can find more information about these concepts and where to find them in the Gallabox app.</p>\n<h3 id=\"accountid\">AccountId</h3>\n<p>A unique identifier of an Account in Gallabox. You can click the \"Copy\" button when viewing your account's settings.</p>\n<h3 id=\"channelid\">ChannelId</h3>\n<p>A unique identifier of an Channel in Gallabox. You can click the \"Copy\" button when viewing your channel's settings.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Gallabox authenticates your API requests using your account’s <strong>API keys</strong>. If you do not include your keys in header when making an API request, or use one that is incorrect or outdated, Gallabox returns an error.</p>\n<p>Production Host for APIs: <a href=\"https://server.gallabox.com\">https://server.gallabox.com</a></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /devapi/test\nHost: server.gallabox.com\napiKey: {{apiKey}}\napiSecret: {{apiSecret}}\nContent-Type: application/json\n\n</code></pre><h3 id=\"how-to-authenticate\">How to authenticate</h3>\n<p>Every request to Gallabox API should have HTTP header containing a valid API Key and Secret that we use to authenticate the account:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>apiKey - your account's API Key\napiSecret - your account's API Secret\n\n</code></pre><p>API key and secret can be obtained from Settings page when you are logged into the Gallabox application (screenshot below) or just simply click <a href=\"https://app.gallabox.com/apikey\">here<br></a></p>\n<img src=\"https://content.pstmn.io/58c99a64-366d-4a1f-a946-13ee2269a1e1/aW1hZ2UucG5n\" width=\"902\" height=\"547\">\n\n<h1 id=\"rate-limiting\">Rate Limiting</h1>\n<p>Different types of API methods are subject to different rate limits.</p>\n<p>The response's HTTP headers are the authoritative source for the current number of API calls available to you or your app at any given time. The returned HTTP headers of any API request show your current rate limit status, as described below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header Name</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>X-RateLimit-Limit</td>\n<td>The maximum number of requests you're permitted to make in the current rate limit window.</td>\n</tr>\n<tr>\n<td>X-RateLimit-Remaining</td>\n<td>The number of requests remaining in the current rate limit window.</td>\n</tr>\n<tr>\n<td>X-RateLimit-Reset</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><p>If you exceed the rate limit, an API error response is returned:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>HTTP/2 429\nX-RateLimit-Limit: 60\nX-RateLimit-Remaining: 0\nX-RateLimit-Reset: 1377013266\n{\n    \"status\": \"TOO_MANY_REQUEST\",\n    \"message\": \"API rate limit exceeded. Please try again in 60 seconds\"\n}\n\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Concepts","slug":"concepts"},{"content":"Authentication","slug":"authentication"},{"content":"Rate Limiting","slug":"rate-limiting"}],"owner":"17087523","collectionId":"2341a288-99e2-4446-aff4-3ab5b0db89ab","publishedId":"Tzz7QJTJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"3365fb"},"publishDate":"2024-07-10T12:23:04.000Z"},"item":[{"name":"Users","item":[{"name":"Invite Users","id":"7c63e247-8c81-4d71-9e4c-69a88ef7fb39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"invites\": [\n        {\n            \"inviteEmail\": \"Batman777@gmail.com\",\n            \"inviteName\": \"Bruce\",\n            \"roleName\": \"all conversations\",\n            \"channels\": [\n                \"65262f445a3d42655c11aadd\",\n                \"676d205511343b072f18ca2e\"\n            ]\n        },\n        {\n            \"inviteEmail\": \"Joker666@gmail.com\",\n            \"inviteName\": \"Auther\",\n            \"roleName\": \"false role\",\n            \"channels\": [\n                \"65262f445a3d42655c11aadd\",\n                \"676d205511343b072f18ca2e\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/users","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","users"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"}]}},"response":[{"id":"96ee9f86-5b92-48b6-8c15-ab5810630ab2","name":"Invite Users","originalRequest":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"invites\": [\n        {\n            \"inviteEmail\": \"Batman777@gmail.com\",\n            \"inviteName\": \"Bruce\",\n            \"roleName\": \"all conversations\",\n            \"channels\": [\n                \"65262f445a3d42655c11aadd\",\n                \"676d205511343b072f18ca2e\"\n            ]\n        },\n        {\n            \"inviteEmail\": \"Joker666@gmail.com\",\n            \"inviteName\": \"Auther\",\n            \"roleName\": \"false role\",\n            \"channels\": [\n                \"65262f445a3d42655c11aadd\",\n                \"676d205511343b072f18ca2e\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/users","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","users"],"variable":[{"key":"accountId","value":"{{accountId}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"X-RateLimit-Reset","value":"Thu Jan 02 2025 06:34:34 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"355"},{"key":"ETag","value":"W/\"163-c4Al+6cehLfM9Sg4+LhJaNeamzQ\""},{"key":"Set-Cookie","value":"connect.sid=s%3A_T8cRFSNcoQr1VD5OqsP0SvwsCOpjlpo.rnisXtjaXIu8Gd6HZsLWEkH1uOwz%2FuMqHgwb302K%2Fv4; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 02 Jan 2025 06:33:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"invite\": {\n            \"inviteName\": \"Bruce\",\n            \"inviteEmail\": \"Batman777@gmail.com\",\n            \"roleId\": \"67458e83d9cd0b790c51f94e\",\n            \"status\": \"PENDING\",\n            \"channels\": [\n                \"65262f445a3d42655c11aadd\",\n                \"676d205511343b072f18ca2e\"\n            ],\n            \"type\": \"direct\"\n        },\n        \"inviteEmail\": \"Batman777@gmail.com\",\n        \"success\": true\n    },\n    {\n        \"inviteEmail\": \"Joker666@gmail.com\",\n        \"error\": \"role not found\",\n        \"success\": false\n    }\n]"}],"_postman_id":"7c63e247-8c81-4d71-9e4c-69a88ef7fb39"},{"name":"Get Current Users","id":"b241fcd9-ec86-4280-b0ab-42cfd3abf004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://server.gallabox.com/devapi/accounts/:accountId/users?limit=100","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","users"],"host":["server","gallabox","com"],"query":[{"key":"limit","value":"100"}],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"}]}},"response":[{"id":"471c8670-1d6f-4565-811c-82f98ed618e2","name":"Get Current Users","originalRequest":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://server.gallabox.com/devapi/accounts/{{accountId}}/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720775297&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=H%2BpTvyg4d3otHB0dUbC32k6tQuHQtldV5PTGB9QnxLY%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720775297&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=H%2BpTvyg4d3otHB0dUbC32k6tQuHQtldV5PTGB9QnxLY%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:09:17 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"bf0-zhTVxdlsiM/NhBws2xQvaMJvD/Y\""},{"key":"Set-Cookie","value":"connect.sid=s%3A-hY_kHnxwy_S_DBFUBczgx2T5iGDnIdF.Bo9CmgkTBlVDtxwnQX5F8TvFgRjSd6e7xv4b2LfcCBE; Path=/; HttpOnly"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 12 Jul 2024 09:08:17 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"sb2751\",\n        \"email\": \"sb2751@mailinator.com\",\n        \"accounts\": [\n            {\n                \"accountId\": \"629e06e58e13b5000ae338d5\",\n                \"roleId\": \"60925e84f8fd0d000439dc9e\",\n                \"availability\": \"Available\",\n                \"teamIds\": [],\n                \"channelIds\": [\n                    \"629e0b6c3d6ad600044197a0\"\n                ],\n                \"createdAt\": \"2024-05-27T10:01:15.687Z\",\n                \"updatedAt\": \"2024-05-27T10:01:15.687Z\"\n            }\n        ],\n        \"id\": \"665459eb46c268e1e4674f4e\",\n        \"exists\": true\n    },\n    {\n        \"name\": \"guest\",\n        \"email\": \"qagallabox24@mailinator.com\",\n        \"accounts\": [\n            {\n                \"accountId\": \"629e06e58e13b5000ae338d5\",\n                \"roleId\": \"60925e6bac1c1a00042cecd1\",\n                \"availability\": \"Away\",\n                \"teamIds\": [\n                    \"667401626a872e58e8c717db\"\n                ],\n                \"channelIds\": [\n                    \"629e0b6c3d6ad600044197a0\"\n                ],\n                \"createdAt\": \"2024-05-03T09:33:52.042Z\",\n                \"updatedAt\": \"2024-07-03T07:38:15.928Z\"\n            }\n        ],\n        \"id\": \"6634af7f1ae87cb84d64e9d8\",\n        \"exists\": true\n    },\n    {\n        \"name\": \"Viswa\",\n        \"email\": \"viswa.prasad@gallabox.com\",\n        \"accounts\": [\n            {\n                \"accountId\": \"629e06e58e13b5000ae338d5\",\n                \"roleId\": \"60925e93ac1c1a00042cecd2\",\n                \"availability\": \"Available\",\n                \"teamIds\": [],\n                \"channelIds\": [\n                    \"629e0b6c3d6ad600044197a0\",\n                    \"65ddd4dd8e7666d47478c6a6\",\n                    \"65ddded632af0b2336d39997\"\n                ],\n                \"createdAt\": \"2024-01-30T06:56:10.943Z\",\n                \"updatedAt\": \"2024-01-30T06:56:10.943Z\"\n            }\n        ],\n        \"id\": \"65b89d8a42e9369b4b4ad563\",\n        \"exists\": true\n    },\n    {\n        \"name\": \"Jay\",\n        \"email\": \"jayaroopini.gallabox@mailinator.com\",\n        \"accounts\": [\n            {\n                \"accountId\": \"629e06e58e13b5000ae338d5\",\n                \"roleId\": \"60925e93ac1c1a00042cecd2\",\n                \"availability\": \"Available\",\n                \"teamIds\": [\n                    \"642296e2a36bd725c5aeaca3\",\n                    \"62b00270da5e18000833f443\"\n                ],\n                \"channelIds\": [\n                    \"652f7a0fb57a75e38a1f8b35\",\n                    \"65ddd4dd8e7666d47478c6a6\",\n                    \"65ddded632af0b2336d39997\"\n                ],\n                \"createdAt\": \"2022-11-09T10:20:02.270Z\",\n                \"updatedAt\": \"2024-05-03T08:21:38.006Z\"\n            }\n        ],\n        \"id\": \"636b7ed205cf71995632d369\",\n        \"exists\": true\n    },\n    {\n        \"name\": \"Jayaroopini Gopal\",\n        \"email\": \"jayaroopini.gopal@mangoleap.com\",\n        \"accounts\": [\n            {\n                \"accountId\": \"629e06e58e13b5000ae338d5\",\n                \"roleId\": \"60925e93ac1c1a00042cecd2\",\n                \"createdAt\": \"2022-06-07T05:52:34.259Z\",\n                \"updatedAt\": \"2024-06-21T11:40:03.570Z\",\n                \"teamIds\": [\n                    \"62a9aaaa5ffb4f0007d1fa87\",\n                    \"62a9b79c5ffb4f0007d1fc11\",\n                    \"62a9f59d90a2600008fb65bc\",\n                    \"62b00270da5e18000833f443\",\n                    \"65420ef9741db9205bf31c48\",\n                    \"667401626a872e58e8c717db\"\n                ],\n                \"availability\": \"Available\",\n                \"channelIds\": [\n                    \"63621495aa1b4447c45b1922\",\n                    \"652f7a0fb57a75e38a1f8b35\",\n                    \"65ddd4dd8e7666d47478c6a6\",\n                    \"65ddded632af0b2336d39997\",\n                    \"629e0b6c3d6ad600044197a0\"\n                ]\n            }\n        ],\n        \"picture\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/1655967174269-elsa-frozen-today-square-190930--1-.jpg\",\n        \"id\": \"629ee7a28e13b5000ae33a28\",\n        \"exists\": true\n    },\n    {\n        \"name\": \"Rohit Caterer .\",\n        \"email\": \"rohit.gallabox@gmail.com\",\n        \"accounts\": [\n            {\n                \"accountId\": \"629e06e58e13b5000ae338d5\",\n                \"roleId\": \"60925e93ac1c1a00042cecd2\",\n                \"createdAt\": \"2022-06-06T13:53:41.558Z\",\n                \"updatedAt\": \"2024-01-29T13:30:28.552Z\",\n                \"teamIds\": [\n                    \"62a9b79c5ffb4f0007d1fc11\",\n                    \"62a9f59d90a2600008fb65bc\",\n                    \"62ab1eee2d4c510009842873\",\n                    \"62b00270da5e18000833f443\"\n                ],\n                \"availability\": \"Available\",\n                \"channelIds\": [\n                    \"63621495aa1b4447c45b1922\",\n                    \"65852b25ef8ebf93c5e4ceae\",\n                    \"629e0b6c3d6ad600044197a0\",\n                    \"652f7a0fb57a75e38a1f8b35\",\n                    \"65ddd4dd8e7666d47478c6a6\",\n                    \"65ddded632af0b2336d39997\"\n                ]\n            }\n        ],\n        \"picture\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/9ac20a2b-6f9a-47e1-8da4-273a4e36ab7f-download2.jfif\",\n        \"id\": \"629e06e48e13b5000ae338d3\",\n        \"exists\": true\n    }\n]"}],"_postman_id":"b241fcd9-ec86-4280-b0ab-42cfd3abf004"},{"name":"Update Current Users","id":"a47f396b-9476-432c-8455-387ae15a8969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"apikey","value":"{{apikey}} "},{"key":"apiSecret","value":"{{apiSecret}} "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \"userIds\":[\"6634af7f1ae87cb84d64e9d8\"],\r\n \"emailIds\":[\"qagallabox24@mailinator.com\"],\r\n \"availability\":\"Away\" \r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/users/availability","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","users","availability"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"}]}},"response":[{"id":"cfc6587a-b51e-43d7-843e-45abfde69073","name":"Update Current Users","originalRequest":{"method":"PATCH","header":[{"key":"apikey","value":"{{apikey}} "},{"key":"apiSecret","value":"{{apiSecret}} "},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \"userIds\":[\"6634af7f1ae87cb84d64e9d8\"],\r\n \"emailIds\":[\"qagallabox24@mailinator.com\"],\r\n \"availability\":\"Away\" \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/users/availability","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","users","availability"],"variable":[{"key":"accountId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720775486&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=WSToGRTwc0eP%2Fz%2FbxZUEwKnk%2F2n9JuILFk6cFt6O3Eg%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720775486&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=WSToGRTwc0eP%2Fz%2FbxZUEwKnk%2F2n9JuILFk6cFt6O3Eg%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:12:26 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"18"},{"key":"Etag","value":"W/\"12-Y2ektorGLSjKw2BClgHKT5ILz9I\""},{"key":"Set-Cookie","value":"connect.sid=s%3AICt1rzssuCKohrkcuBCU4KKeyH1J80B8.HhuL7e%2BhccffTI4wozjXhiSWga5QObPl%2BRcJaGExxJs; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:11:26 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"updatedCount\": 1\n}"}],"_postman_id":"a47f396b-9476-432c-8455-387ae15a8969"},{"name":"Map Teams","id":"dca1aa9b-b4f7-486c-b8fb-b7051c1084c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"userEmails\": [\n        \"gethu@mailinator.com\",\n        \"batman777@gmail.com\"\n    ],\n    \"teamNames\": [\n        \"MArketing team\",\n        \"Sales team\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/teams/map","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","teams","map"],"host":["server","gallabox","com"],"query":[],"variable":[{"id":"2a620e16-b581-42a3-937b-c13d0d0cba26","type":"any","value":"{{accountId}}","key":"accountId"}]}},"response":[{"id":"870febba-e680-4eca-9faa-1b2e7618e6da","name":"Map Teams","originalRequest":{"method":"PATCH","header":[{"key":"apiSecret","value":"{{apiKey}}"},{"key":"apiKey","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"userEmails\": [\n        \"gethu@mailinator.com\",\n        \"batman777@gmail.com\"\n    ],\n    \"teamNames\": [\n        \"MArketing team\",\n        \"Sales team\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/teams/map","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","teams","map"],"variable":[{"key":"accountId","value":"{{accountId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"X-RateLimit-Reset","value":"Thu Jan 02 2025 13:07:28 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"227"},{"key":"ETag","value":"W/\"e3-ScE5UlecymlZ7orJFTHumykKM9o\""},{"key":"Set-Cookie","value":"connect.sid=s%3Ae9xH6makCNaMvIcqtGEPcLoSL-V22b7m.f%2FmYpe1vqPdNL7wlcxF89LudSDecBUU3K%2BvNcCeoC2I; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 02 Jan 2025 13:06:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userEmail\": \"gethu@mailinator.com\",\n        \"teamNames\": [\n            \"MArketing team\",\n            \"Sales team\"\n        ],\n        \"success\": true\n    },\n    {\n        \"userEmail\": \"batman777@gmail.com\",\n        \"teamNames\": [\n            \"MArketing team\",\n            \"Sales team\"\n        ],\n        \"success\": false,\n        \"error\": \"User is not found\"\n    }\n]"}],"_postman_id":"dca1aa9b-b4f7-486c-b8fb-b7051c1084c4"},{"name":"Un Map Teams","id":"5665b9f3-0d75-440f-a701-6b31d7abdc6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n            \"userEmails\":[\"gethu@mailinator.com\",\"batman777@gmail.com\"],\n            \"teamNames\":[\"MArketing team\",\"vUjjvvwJvjvjs\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/teams/un-map","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","teams","un-map"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"}]}},"response":[{"id":"533d1d02-80c2-429f-9248-28b88d5b1578","name":"Un Map Teams","originalRequest":{"method":"PATCH","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"userEmails\": [\n        \"gethu@mailinator.com\",\n        \"batman777@gmail.com\"\n    ],\n    \"teamNames\": [\n        \"MArketing team\",\n        \"Sales team\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/teams/un-map","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","teams","un-map"],"variable":[{"key":"accountId","value":"{{accountId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"X-RateLimit-Reset","value":"Thu Jan 02 2025 13:24:51 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"227"},{"key":"ETag","value":"W/\"e3-ScE5UlecymlZ7orJFTHumykKM9o\""},{"key":"Set-Cookie","value":"connect.sid=s%3Aq6Tu278K78Uxry0J2nmBQ0w02pGmbGs6.Ig2kBStyj3r2Jl8JvG%2FCJ8vX%2BSt4x8kT6baGSkyfn24; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 02 Jan 2025 13:23:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userEmail\": \"gethu@mailinator.com\",\n        \"teamNames\": [\n            \"MArketing team\",\n            \"Sales team\"\n        ],\n        \"success\": true\n    },\n    {\n        \"userEmail\": \"batman777@gmail.com\",\n        \"teamNames\": [\n            \"MArketing team\",\n            \"Sales team\"\n        ],\n        \"success\": false,\n        \"error\": \"User is not found\"\n    }\n]"}],"_postman_id":"5665b9f3-0d75-440f-a701-6b31d7abdc6f"},{"name":"Delete Users","id":"1c3807ca-03de-4075-bab4-0f3fa2f29e82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n     \"userEmails\":[\"gethu@mailinator.com\",\"batman777@gmail.com\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/users","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","users"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"}]}},"response":[{"id":"c04e2c57-8b85-4cec-b471-208100c3fe7d","name":"Delete Users","originalRequest":{"method":"DELETE","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n     \"userEmails\":[\"gethu@mailinator.com\",\"batman777@gmail.com\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/users","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","users"],"variable":[{"key":"accountId","value":"{{accountId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"X-RateLimit-Reset","value":"Mon Jan 06 2025 09:08:13 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"133"},{"key":"ETag","value":"W/\"85-6S9KX8d8jH/V5bNC1Dj1S23vdG8\""},{"key":"Set-Cookie","value":"connect.sid=s%3ADZpAaoHWInO1HlwebPdU3CEcd7TyaEmR.UIEnAE%2FJd%2B59LVzfUvwW5a7O8zbbzr8dJe87TVS4Hgk; Path=/; HttpOnly"},{"key":"Date","value":"Mon, 06 Jan 2025 09:07:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userEmail\": \"gethu@mailinator.com\",\n        \"success\": true\n    },\n    {\n        \"userEmail\": \"batman777@gmail.com\",\n        \"success\": false,\n        \"error\": \"User is not found\"\n    }\n]"}],"_postman_id":"1c3807ca-03de-4075-bab4-0f3fa2f29e82"}],"id":"9b4e1d1f-cb63-44a2-b02a-12fd9b896afd","description":"<p>A user in Gallabox is the entity of someone who has signed up with an account.  </p>\n<img src=\"https://content.pstmn.io/f9e85156-c56a-4ddc-88a8-9d30d5bc33d5/aW1hZ2UucG5n\" alt />","_postman_id":"9b4e1d1f-cb63-44a2-b02a-12fd9b896afd"},{"name":"Messages","item":[{"name":"WhatsApp Session Message","item":[{"name":"Send Text Message","id":"53cd459e-ca8f-4a5e-9403-fa6ceb02ad09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"whatsapp\": {\n        \"type\": \"text\",\n        \"text\": {\n            \"body\": \"Message from Developer API POST\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"7fa495fe-25b6-4683-8080-2613cdd729c9","name":"Send Text Message","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"{{channelId}}\",\n  \"channelType\": \"whatsapp\",\n  \"recipient\": {\n    \"name\": \"Pravin\",\n    \"phone\": \"919080319147\"\n  },\n  \"whatsapp\": {\n    \"text\": {\n      \"body\": \"Message from Developer API POST\"\n    },\n    \"type\": \"text\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720691947&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=4I9OXvpbVjPxxlc7ckSR93qAZ0gGgwyQj6gtprltoRM%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720691947&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=4I9OXvpbVjPxxlc7ckSR93qAZ0gGgwyQj6gtprltoRM%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 10:00:07 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-pJC00ts4m7lGLRkjJ1VNzfvqK5U\""},{"key":"Set-Cookie","value":"connect.sid=s%3AdEIohaPLuz3loRqJzNPGzpBJ3be-JuMc.vK1QzZ015jNzSiTFAyXk2qtimPs%2FdmqKg2qL7ryO7SQ; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 09:59:07 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"668faceba373d449e39ae491\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"53cd459e-ca8f-4a5e-9403-fa6ceb02ad09"},{"name":"Send Contact Message","id":"b36db34d-e5c6-4514-9d32-8c777e051e3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"{{phoneNumber}}\"\n    },\n    \"whatsapp\": {\n        \"type\": \"contacts\",\n        \"contacts\": [\n            {\n                \"addresses\": [\n                    {\n                        \"street\": \"Chandrasekaran Cross St\",\n                        \"city\": \"Chennai\",\n                        \"state\": \"Tamil Nadu\",\n                        \"zip\": \"600044\",\n                        \"country\": \"India\",\n                        \"countryCode\": \"IN\",\n                        \"type\": \"HOME\"\n                    }\n                ],\n                \"birthday\": \"1983-09-14\",\n                \"emails\": [\n                    {\n                        \"email\": \"yogesh@example.com\",\n                        \"type\": \"WORK\"\n                    }\n                ],\n                \"name\": {\n                    \"formattedName\": \"Yogesh Narayanan\",\n                    \"firstName\": \"Yogesh\",\n                    \"lastName\": \"Narayanan\"\n                },\n                \"org\": {\n                    \"company\": \"Gallabox\",\n                    \"department\": \"Engineering\"\n                },\n                \"phones\": [\n                    {\n                        \"phone\": \"919999999999\",\n                        \"type\": \"HOME\",\n                        \"waId\": \"91999999999\"\n                    }\n                ],\n                \"urls\": [\n                    {\n                        \"url\": \"https://gallabox.com\",\n                        \"type\": \"WORK\"\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Object type, Required attribute  <br />Full contact name formatted as a name object. The object can contain the following fields:  <br />  <br />formattedName  <br />string – Required. Full name, as it normally appears.  <br />  <br />firstName  <br />string – Optional*. First name.  <br />  <br />lastName  <br />string – Optional*. Last name.  <br />  <br />middleName  <br />string – Optional*. Middle name.  <br />  <br />suffix  <br />string – Optional*. Name suffix.  <br />  <br />prefix  <br />string – Optional*. Name prefix.  <br />  <br />*At least one of the optional parameters needs to be included along with the formatted_name parameter.</td>\n</tr>\n<tr>\n<td>addresses</td>\n<td>Object Array type, Optional Attribute  <br />Full contact address(es) formatted as an addresses object. The object can contain the following fields:  <br />  <br />street  <br />string – Optional. Street number and name.  <br />  <br />city  <br />string – Optional. City name.  <br />  <br />state  <br />string – Optional. State abbreviation.  <br />  <br />zip  <br />string – Optional. ZIP code.  <br />  <br />country  <br />string – Optional. Full country name.  <br />  <br />countryCode  <br />string – Optional. Two-letter country abbreviation.  <br />  <br />typestring – Optional. Standard values are HOME and WORK.</td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>string type, Optional.  <br />  <br />YYYY-MM-DD formatted string.</td>\n</tr>\n<tr>\n<td>emails</td>\n<td>Object Array type, Optional.  <br />  <br />Contact email address(es) formatted as an emails object. The object can contain the following fields:  <br />  <br />email  <br />string – Optional. Email address.  <br />  <br />type  <br />string – Optional. Standard values are HOME and WORK.</td>\n</tr>\n<tr>\n<td>org</td>\n<td>Object type, Optional.  <br />  <br />Contact organization information formatted as an org object. The object can contain the following fields:  <br />  <br />company  <br />string – Optional. Name of the contact's company.  <br />  <br />department  <br />string – Optional. Name of the contact's department.  <br />  <br />title  <br />string – Optional. Contact's business title.</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>Optional.  <br />  <br />Contact phone number(s) formatted as a phone object. The object can contain the following fields:  <br />  <br />phone  <br />string – Optional. Automatically populated with the `waId` value as a formatted phone number.  <br />  <br />type  <br />string – Optional. Standard Values are CELL, MAIN, IPHONE, HOME, and WORK.  <br />  <br />waId  <br />string – Optional. WhatsApp ID.</td>\n</tr>\n<tr>\n<td>urls</td>\n<td>Object Array, Optional.  <br />  <br />Contact URL(s) formatted as a urls object. The object can contain the following fields:  <br />  <br />url  <br />string – Optional. URL.  <br />  <br />type  <br />string – Optional. Standard values are HOME and WORK.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"36137ba9-1fe2-4e0b-b81d-3257c6bbcbdb","name":"Send Contact Message","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"{{phoneNumber}}\"\n    },\n    \"whatsapp\": {\n        \"type\": \"contacts\",\n        \"contacts\": [\n            {\n                \"addresses\": [\n                    {\n                        \"street\": \"Chandrasekaran Cross St\",\n                        \"city\": \"Chennai\",\n                        \"state\": \"Tamil Nadu\",\n                        \"zip\": \"600044\",\n                        \"country\": \"India\",\n                        \"countryCode\": \"IN\",\n                        \"type\": \"HOME\"\n                    }\n                ],\n                \"birthday\": \"1983-09-14\",\n                \"emails\": [\n                    {\n                        \"email\": \"yogesh@example.com\",\n                        \"type\": \"WORK\"\n                    }\n                ],\n                \"name\": {\n                    \"formattedName\": \"Yogesh Narayanan\",\n                    \"firstName\": \"Yogesh\",\n                    \"lastName\": \"Narayanan\"\n                },\n                \"org\": {\n                    \"company\": \"Gallabox\",\n                    \"department\": \"Engineering\"\n                },\n                \"phones\": [\n                    {\n                        \"phone\": \"919999999999\",\n                        \"type\": \"HOME\",\n                        \"waId\": \"91999999999\"\n                    }\n                ],\n                \"urls\": [\n                    {\n                        \"url\": \"https://gallabox.com\",\n                        \"type\": \"WORK\"\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720692194&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=iRc13OrwQ3%2B3pdR3BB5slstRVetUUeb4M1P7eVnozzI%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720692194&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=iRc13OrwQ3%2B3pdR3BB5slstRVetUUeb4M1P7eVnozzI%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 10:04:14 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-FJMUwSGcaYtUnSIlqUlk0thU5I4\""},{"key":"Set-Cookie","value":"connect.sid=s%3AiSlFyEXWCvHuNbJBOKK_gZzoPEtjYsp_.bz1PJX%2BeFUMspEdWaRuiaLgfUNmIzW9XGGEQYl8Ztdg; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 10:03:14 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"668fade2a373d449e39ae567\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"b36db34d-e5c6-4514-9d32-8c777e051e3d"},{"name":"Send Product Message - Single","id":"a87cdafc-7699-4978-9bcd-cf853f07fb88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"{{accountId}}\",\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Venkatesh\",\n        \"phone\": \"919856473321\"\n    },\n    \"whatsapp\": {\n        \"type\": \"interactive\",\n        \"interactive\": {\n            \"type\": \"product\",\n            \"product\": {\n                \"fbProductId\": \"<Product ID from Meta Catalog>\",\n                \"retailer_id\": \"<Product retailer ID from Meta Catalog>\",\n                \"name\": \"<Product name from Meta Catalog>\",\n                \"description\": \"<Product description from Meta Catalog>\",\n                \"price\": \"<Product Price from Meta Catalog (₹1.00)>\",\n                \"image_url\": \"<Product image URL from Meta Catalog>\"\n            },\n            \"body\": {\n                \"text\": \"<Body text>\"\n            },\n            \"action\": {\n                \"product_retailer_id\": \"<Product retailer ID from Meta Catalog>\",\n                \"catalog_id\": \"<Catalog ID from Meta Catalog>\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"c817a493-6fd7-4902-8f8a-d7cf3b0bd9cc","name":"Send Product Message - Single","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"{{accountId}}\",\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Venkatesh\",\n        \"phone\": \"919856473321\"\n    },\n    \"whatsapp\": {\n        \"type\": \"interactive\",\n        \"interactive\": {\n            \"type\": \"product\",\n            \"product\": {\n                \"fbProductId\": \"<Product ID from Meta Catalog>\",\n                \"retailer_id\": \"<Product retailer ID from Meta Catalog>\",\n                \"name\": \"<Product name from Meta Catalog>\",\n                \"description\": \"<Product description from Meta Catalog>\",\n                \"price\": \"<Product Price from Meta Catalog (₹1.00)>\",\n                \"image_url\": \"<Product image URL from Meta Catalog>\"\n            },\n            \"body\": {\n                \"text\": \"<Body text>\"\n            },\n            \"action\": {\n                \"product_retailer_id\": \"<Product retailer ID from Meta Catalog>\",\n                \"catalog_id\": \"<Catalog ID from Meta Catalog>\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720692450&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Fdx6bA4VH6PKrKgpzEAyWlx%2BpQzVqfxtp%2B4gzHppmXQ%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720692450&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Fdx6bA4VH6PKrKgpzEAyWlx%2BpQzVqfxtp%2B4gzHppmXQ%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 10:08:30 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-TI9WBlwhhV2RzNAx77D6nJlltY4\""},{"key":"Set-Cookie","value":"connect.sid=s%3ALTo7HRZ9l4lY6m90Q9F92nuFIsu2BpI4.lSJfDSFP8QWX%2FBsH3%2FdnaONWWRnAp84%2FCFTm8RLQPqI; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 10:07:30 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"668faee2a373d449e39ae60f\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"a87cdafc-7699-4978-9bcd-cf853f07fb88"},{"name":"Send Product Message - Multiple","id":"cc8fe060-6088-4a52-80c0-80271f4226bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"{{accountId}}\",\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Venkatesh\",\n        \"phone\": \"919856473321\"\n    },\n    \"whatsapp\": {\n        \"type\": \"interactive\",\n        \"interactive\": {\n            \"type\": \"product_list\",\n            \"header\": {\n                \"type\": \"text\",\n                \"text\": \"<Header text>\"\n            },\n            \"body\": {\n                \"text\": \"<Body text>\"\n            },\n            \"action\": {\n                \"catalog_id\": \"<Catalog ID from Meta Catalog>\",\n                \"sections\": [\n                    {\n                        \"product_items\": [\n                            {\n                                \"product_retailer_id\": \"<Product retailer ID from Meta Catalog>\"\n                            },\n                            {\n                                \"product_retailer_id\": \"<Product retailer ID from Meta Catalog>\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"products\": [\n                {\n                    \"fbProductId\": \"<Product ID from Meta Catalog>\",\n                    \"retailer_id\": \"<Product retailer ID from Meta Catalog>\",\n                    \"name\": \"<Product name from Meta Catalog>\",\n                    \"description\": \"<Product description from Meta Catalog>\",\n                    \"price\": \"<Product Price from Meta Catalog (₹1.00)>\",\n                    \"image_url\": \"<Product image URL from Meta Catalog>\"\n                },\n                {\n                    \"fbProductId\": \"<Product ID from Meta Catalog>\",\n                    \"retailer_id\": \"<Product retailer ID from Meta Catalog>\",\n                    \"name\": \"<Product name from Meta Catalog>\",\n                    \"description\": \"<Product description from Meta Catalog>\",\n                    \"price\": \"<Product Price from Meta Catalog (₹1.00)>\",\n                    \"image_url\": \"<Product image URL from Meta Catalog>\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"7fd7b99f-c10f-4bb6-937c-4691337b1b1d","name":"Send Product Message - Multiple","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"{{accountId}}\",\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Venkatesh\",\n        \"phone\": \"919856473321\"\n    },\n    \"whatsapp\": {\n        \"type\": \"interactive\",\n        \"interactive\": {\n            \"type\": \"product_list\",\n            \"header\": {\n                \"type\": \"text\",\n                \"text\": \"<Header text>\"\n            },\n            \"body\": {\n                \"text\": \"<Body text>\"\n            },\n            \"action\": {\n                \"catalog_id\": \"<Catalog ID from Meta Catalog>\",\n                \"sections\": [\n                    {\n                        \"product_items\": [\n                            {\n                                \"product_retailer_id\": \"<Product retailer ID from Meta Catalog>\"\n                            },\n                            {\n                                \"product_retailer_id\": \"<Product retailer ID from Meta Catalog>\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"products\": [\n                {\n                    \"fbProductId\": \"<Product ID from Meta Catalog>\",\n                    \"retailer_id\": \"<Product retailer ID from Meta Catalog>\",\n                    \"name\": \"<Product name from Meta Catalog>\",\n                    \"description\": \"<Product description from Meta Catalog>\",\n                    \"price\": \"<Product Price from Meta Catalog (₹1.00)>\",\n                    \"image_url\": \"<Product image URL from Meta Catalog>\"\n                },\n                {\n                    \"fbProductId\": \"<Product ID from Meta Catalog>\",\n                    \"retailer_id\": \"<Product retailer ID from Meta Catalog>\",\n                    \"name\": \"<Product name from Meta Catalog>\",\n                    \"description\": \"<Product description from Meta Catalog>\",\n                    \"price\": \"<Product Price from Meta Catalog (₹1.00)>\",\n                    \"image_url\": \"<Product image URL from Meta Catalog>\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720692644&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=adm2Zx1%2BOOG4wvdTqZ5gaytTwnuQamsA04mn%2FJvHTYk%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720692644&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=adm2Zx1%2BOOG4wvdTqZ5gaytTwnuQamsA04mn%2FJvHTYk%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 10:11:44 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-NT6c0mZRw+/5F4gyT2Vanhlhf1Q\""},{"key":"Set-Cookie","value":"connect.sid=s%3AyRP2bRSHkHiAG34QpMHw92ufiupJDoIr.Ou2wDTgyY5p%2BS9tCTCVjlR1PEYMfsV9Iv8iCCWh2ZLU; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 10:10:45 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"668fafa4a373d449e39ae677\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"cc8fe060-6088-4a52-80c0-80271f4226bb"},{"name":"Send Image Message","id":"095b8c17-d868-4128-b292-f9aa18240d35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"whatsapp\": {\n        \"type\": \"image\",\n        \"image\": {\n            \"caption\": \"Sample Image\",\n            \"path\": \"https://gallabox.com/gallabox-card.png\",\n            \"mimeType\": \"image/png\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"c2ef5b2a-9663-4497-a941-6926c0541831","name":"Send Image Message","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"whatsapp\": {\n        \"type\": \"image\",\n        \"image\": {\n            \"caption\": \"Sample Image\",\n            \"path\": \"https://gallabox.com/gallabox-card.png\",\n            \"mimeType\": \"image/png\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720692807&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=FZ1%2F0jB8k3cUogB9VBvAKgfvl8eD52BakLV42Ora1YQ%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720692807&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=FZ1%2F0jB8k3cUogB9VBvAKgfvl8eD52BakLV42Ora1YQ%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 10:14:27 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-xQ/FXocvA4Q53G5w9Mdm81U/8eY\""},{"key":"Set-Cookie","value":"connect.sid=s%3A1bVdSzbJlb3BBg0KQ1Gp_9EOnhCFNxf8.Joo756u72NfcH5RRJnxKJLbXwXvZf5ytnHoC2hT3gPI; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 10:13:27 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"668fb047a373d449e39ae6b4\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"095b8c17-d868-4128-b292-f9aa18240d35"},{"name":"Send Button Message","id":"acb09785-5dcb-48ec-ba35-0ab0a3992763","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"whatsapp\": {\n        \"type\": \"interactive\",\n        \"interactive\": {\n            \"type\": \"button\",\n            \"body\": {\n                \"text\": \"Message from Developer API POST\"\n            },\n            \"action\": {\n                \"buttons\": [\n                    {\n                        \"type\": \"reply\",\n                        \"reply\": {\n                            \"id\": \"ok\",\n                            \"title\": \"Ok\"\n                        }\n                    },\n                    {\n                        \"type\": \"reply\",\n                        \"reply\": {\n                            \"id\": \"cancel\",\n                            \"title\": \"Cancel\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"55406fe8-3b3e-4989-9bc0-f405508d0e7b","name":"Send Button Message","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"whatsapp\": {\n        \"type\": \"interactive\",\n        \"interactive\": {\n            \"type\": \"button\",\n            \"body\": {\n                \"text\": \"Message from Developer API POST\"\n            },\n            \"action\": {\n                \"buttons\": [\n                    {\n                        \"type\": \"reply\",\n                        \"reply\": {\n                            \"id\": \"ok\",\n                            \"title\": \"Ok\"\n                        }\n                    },\n                    {\n                        \"type\": \"reply\",\n                        \"reply\": {\n                            \"id\": \"cancel\",\n                            \"title\": \"Cancel\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720692961&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=rHDQ%2BiagpzvcKHEFMcKuDNUCKHncDBiv1mDnlXgmhWg%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720692961&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=rHDQ%2BiagpzvcKHEFMcKuDNUCKHncDBiv1mDnlXgmhWg%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 10:17:01 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-mbL0kR8emIpX/AbF+oSpWm+VAN8\""},{"key":"Set-Cookie","value":"connect.sid=s%3AwHxynXrZ8r36SFAo1nJUPSjvTxMUcHqV.lj2jFqhR28nvWqFa71eNL5iPh1fp2LIi0DA2OgyUNtM; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 10:16:01 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"668fb0e1a373d449e39ae78a\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"acb09785-5dcb-48ec-ba35-0ab0a3992763"},{"name":"Send List Message","id":"5a45fa49-e1f9-4b92-9248-13512eaa39eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"whatsapp\": {\n        \"type\": \"interactive\",\n        \"interactive\": {\n            \"type\": \"list\",\n            \"body\": {\n                \"text\": \"This is a sample list session message\"\n            },\n            \"action\": {\n                \"button\": \"Pick Options\",\n                \"sections\": [\n                    {\n                        \"title\": \"Options\",\n                        \"rows\": [\n                            {\n                                \"id\": \"inbox\",\n                                \"title\": \"Team Inbox\",\n                                \"description\": \"Keep track of customer conversations\"\n                            },\n                            {\n                                \"id\": \"chatbot\",\n                                \"title\": \"NoCode Chatbot\",\n                                \"description\": \"Build your bot to reduce manual intervention\"\n                            },\n                            {\n                                \"id\": \"broadcast\",\n                                \"title\": \"Broadcast\",\n                                \"description\": \"Up-sell and cross-sell products better\"\n                            },\n                            {\n                                \"id\": \"callback\",\n                                \"title\": \"Lowcode Integrations\",\n                                \"description\": \"Easily integrate with your existing business apps\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"4709fb14-4371-4fde-8bfc-dad34fe691a0","name":"Send List Message","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"whatsapp\": {\n        \"type\": \"interactive\",\n        \"interactive\": {\n            \"type\": \"list\",\n            \"body\": {\n                \"text\": \"This is a sample list session message\"\n            },\n            \"action\": {\n                \"button\": \"Pick Options\",\n                \"sections\": [\n                    {\n                        \"title\": \"Options\",\n                        \"rows\": [\n                            {\n                                \"id\": \"inbox\",\n                                \"title\": \"Team Inbox\",\n                                \"description\": \"Keep track of customer conversations\"\n                            },\n                            {\n                                \"id\": \"chatbot\",\n                                \"title\": \"NoCode Chatbot\",\n                                \"description\": \"Build your bot to reduce manual intervention\"\n                            },\n                            {\n                                \"id\": \"broadcast\",\n                                \"title\": \"Broadcast\",\n                                \"description\": \"Up-sell and cross-sell products better\"\n                            },\n                            {\n                                \"id\": \"callback\",\n                                \"title\": \"Lowcode Integrations\",\n                                \"description\": \"Easily integrate with your existing business apps\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720693151&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Lpp1uG9CYuaUnse6vAV2%2Fo7A9gfCpQEEDE1XhISwR2g%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720693151&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Lpp1uG9CYuaUnse6vAV2%2Fo7A9gfCpQEEDE1XhISwR2g%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 10:20:11 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-dyc6baK27kW5CwpLy83XM0OmFYU\""},{"key":"Set-Cookie","value":"connect.sid=s%3AhWuYi13ToyDIwsjGp90PuWpa3ZOA6WeG.Xg3i1rHvnqZPpGNElSJqkKpeZMbAvyseY6kv6Hp7%2BGE; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 10:19:11 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"668fb19fa373d449e39ae7c5\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"5a45fa49-e1f9-4b92-9248-13512eaa39eb"},{"name":"Send Video Message","id":"e706a8b9-07f5-41d8-9639-1366ed1c4b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Pravin\",\n        \"phone\": \"917825877730\"\n    },\n   \"whatsapp\": {\n        \"type\": \"video\",\n        \"video\": {\n            \"caption\": \"Sample video\",\n            \"path\": \"https://gallabox-assets.s3.ap-south-1.amazonaws.com/gb-home/final_hero_animation.mp4\",\n            \"mimeType\": \"video/mp4\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"7839fd81-8240-4cfd-a88d-46f0acec63f0","name":"Send Video Message","originalRequest":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"pravin\",\n        \"phone\": \"919080319148\"\n    },\n   \"whatsapp\": {\n        \"type\": \"video\",\n        \"video\": {\n            \"caption\": \"Sample video\",\n            \"path\": \"https://gallabox-assets.s3.ap-south-1.amazonaws.com/gb-home/final_hero_animation.mp4\",\n            \"mimeType\": \"video.mp4\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"X-RateLimit-Reset","value":"Fri Nov 15 2024 11:36:10 GMT+0530 (India Standard Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"ETag","value":"W/\"6e-yTnbYyzRrv4/ZO3LV+EPX4IJ+EU\""},{"key":"Set-Cookie","value":"connect.sid=s%3AbOwNK8wyJTnQUR2jR-j15ECRMqbquRgE.IiLOhDiDpwwHnZhWJ9uwUjVqs5qVFJhg0JjxlODG1%2Fs; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 15 Nov 2024 06:05:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6736e498ed6dff935c572c95\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"e706a8b9-07f5-41d8-9639-1366ed1c4b8b"},{"name":"Send Document Message","id":"ec08ee13-d438-4225-87fe-71e7bdd6b12b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Pravin\",\n        \"phone\": \"917825877730\"\n    },\n   \"whatsapp\": {\n        \"type\": \"document\",\n        \"document\": {\n            \"caption\": \"Sample document\",\n            \"path\": \"https://assets.gallabox.com/gb-home/Ebook/RE_WhatsApp_Ebook.pdf\",\n            \"mimeType\": \"application/pdf\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"85ba865b-98d7-4fda-9ab6-75c9496f3a12","name":"Send Document Message","originalRequest":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"pravin\",\n        \"phone\": \"919080319141\"\n    },\n   \"whatsapp\": {\n        \"type\": \"document\",\n        \"document\": {\n            \"caption\": \"Sample document\",\n            \"path\": \"https://assets.gallabox.com/gb-home/Ebook/RE_WhatsApp_Ebook.pdf\",\n            \"mimeType\": \"\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"X-RateLimit-Reset","value":"Fri Nov 15 2024 11:44:11 GMT+0530 (India Standard Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"ETag","value":"W/\"6e-jjgk2JiquerwJjxViKFRU+JlvVg\""},{"key":"Set-Cookie","value":"connect.sid=s%3ANFO98ZUf6BJpoWskwmhZpCGsOnHB86sU.8KFQ7rDfPNQ3H1kJ%2BJnspXHDo4Ux%2B7UmdWHwdzPAioM; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 15 Nov 2024 06:13:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6736e67bed6dff935c572cac\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"ec08ee13-d438-4225-87fe-71e7bdd6b12b"},{"name":"Send Audio Message","id":"74a2bbcc-9953-4089-a0f8-464ae47db599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Pravin\",\n        \"phone\": \"917825877730\"\n    },\n   \"whatsapp\": {\n        \"type\": \"audio\",\n        \"audio\": {\n            \"path\": \"https://files.gallabox.dev/64240fb9f07544be554d0ca0/bf872f44-7300-46ea-acb1-17e7b814ad6c-gallaboxaudio15112024at124924pm.mp3\",\n            \"mimeType\": \"audio/mpeg\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"15571a0f-bea3-45a0-8fda-11910844534a","name":"Send Audio Message","originalRequest":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Pravin\",\n        \"phone\": \"917825877730\"\n    },\n   \"whatsapp\": {\n        \"type\": \"audio\",\n        \"audio\": {\n            \"path\": \"https://files.gallabox.dev/64240fb9f07544be554d0ca0/bf872f44-7300-46ea-acb1-17e7b814ad6c-gallaboxaudio15112024at124924pm.mp3\",\n            \"mimeType\": \"audio/mpeg\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"X-RateLimit-Reset","value":"Fri Nov 15 2024 13:06:28 GMT+0530 (India Standard Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"ETag","value":"W/\"6e-fmVxYfgtFd++Jc6Rl0ecxah1X4k\""},{"key":"Set-Cookie","value":"connect.sid=s%3AThu5LX8bIEipnhmHguzxkrJNOxSPbhkT.Fwk%2F661fMYmnFfDSSEy0DNQ%2BtgoJNi%2Fq3wecjrSRZf4; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 15 Nov 2024 07:35:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6736f9c218cecf0665eb23d8\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"74a2bbcc-9953-4089-a0f8-464ae47db599"},{"name":"Send Sticker Message","id":"fd6e0251-0f55-4ce6-9c67-d6454559f0ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Pravin\",\n        \"phone\": \"917825877730\"\n    },\n   \"whatsapp\": {\n        \"type\": \"sticker\",\n        \"sticker\": {\n            \"path\": \"https://files.gallabox.dev/65939f0e4bbc337ffc0bdfc2/1086495002887992.webp\",\n            \"mimeType\": \"image/webp\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"88f08c2a-9035-44ae-81c6-bc472ca682b3","name":"Send Sticker Message","originalRequest":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Pravin\",\n        \"phone\": \"917825877730\"\n    },\n   \"whatsapp\": {\n        \"type\": \"sticker\",\n        \"sticker\": {\n            \"path\": \"https://files.gallabox.dev/65939f0e4bbc337ffc0bdfc2/1086495002887992.webp\",\n            \"mimeType\": \"image/webp\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"X-RateLimit-Reset","value":"Fri Nov 15 2024 19:16:40 GMT+0530 (India Standard Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"ETag","value":"W/\"6e-aJcoQe0ZQ/AjrdPHnfNVWyqq7kg\""},{"key":"Set-Cookie","value":"connect.sid=s%3AHxgxjZ3JAg-mM91Ezybp1CBjXLim-rKi.X8lQROHvj7sl3F2X2XpLo%2BrWWxWUD8rf6rsEXbT4CAw; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 15 Nov 2024 13:45:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"673750862fb8e9c31e6594c0\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"fd6e0251-0f55-4ce6-9c67-d6454559f0ec"}],"id":"356aaf1b-389a-43e7-81d3-eb4d0924da2e","_postman_id":"356aaf1b-389a-43e7-81d3-eb4d0924da2e","description":""},{"name":"Send WhatsApp Template","item":[{"name":"Message with Variables","id":"2aec7192-901b-42cb-ad9e-baf333781430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"payment_thank_you\",\n            \"bodyValues\": {\n                \"CustomerName\": \"Shree Balaji Traders\",\n                \"PaymentReceived\": \"\\u20b975,600.00\",\n                \"InvoiceNumber\": \"INV-00516\",\n                \"CompanyName\": \"Hiren Enterprises\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"bcc91e25-6723-4c79-83be-3b544be42d9e","name":"Send Message with Variables","originalRequest":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"payment_thank_you\",\n            \"bodyValues\": {\n                \"CustomerName\": \"Shree Balaji Traders\",\n                \"PaymentReceived\": \"\\u20b975,600.00\",\n                \"InvoiceNumber\": \"INV-00516\",\n                \"CompanyName\": \"Hiren Enterprises\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720776490&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=qbTtDiBJgGQ%2BnlzGdKRJtmmmyVVo7rP9bqNbXA9bIdU%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720776490&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=qbTtDiBJgGQ%2BnlzGdKRJtmmmyVVo7rP9bqNbXA9bIdU%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:29:10 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-o+xutx3+wstC1HyGrKAmQYx8rbY\""},{"key":"Set-Cookie","value":"connect.sid=s%3AeJflPqRYZEHiINGHJbC_njbSQA2lnx8Q.rsqAaAnVCVNhm7aj86h1wcum%2FPtN2623hqquAvq9p1M; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:28:11 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6690f72bc78c4af10bf384ff\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"2aec7192-901b-42cb-ad9e-baf333781430"},{"name":"Message assigned to Bot","id":"d3322b63-b435-4850-94b0-ab7c6753bae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"botId\": \"512-431f-a694-a14810d2f715\",\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"payment_thank_you\",\n            \"bodyValues\": {\n                \"CustomerName\": \"Shree Balaji Traders\",\n                \"PaymentReceived\": \"\\u20b975,600.00\",\n                \"InvoiceNumber\": \"INV-00516\",\n                \"CompanyName\": \"Hiren Enterprises\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","description":"<p>You can send message with the conversation assigned to bot, by doing this, when user replies to this conversation, bot would take-over the conversation.</p>\n<p>For this, you need to send the <code>botId</code> as part of the api call.</p>\n<p>You can pick the botId from your bot url</p>\n<p><img src=\"https://files.gallabox.com/851fc49a-2923-4141-aded-4f637517bcbfCapture.PNG\" alt /></p>\n","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"ad656726-b0dd-4ca5-b03e-f88b7413932d","name":"Send Message assigned to Bot","originalRequest":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"botId\": \"512-431f-a694-a14810d2f715\",\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"payment_thank_you\",\n            \"bodyValues\": {\n                \"CustomerName\": \"Shree Balaji Traders\",\n                \"PaymentReceived\": \"\\u20b975,600.00\",\n                \"InvoiceNumber\": \"INV-00516\",\n                \"CompanyName\": \"Hiren Enterprises\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720776621&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=3wgHsOaXsJjx56DdrsguQCQt2%2Fp2kqZOlIBaTXCIabw%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720776621&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=3wgHsOaXsJjx56DdrsguQCQt2%2Fp2kqZOlIBaTXCIabw%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:31:21 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-jOlAl7As25KeJuybSoARFb1tnRM\""},{"key":"Set-Cookie","value":"connect.sid=s%3AK8PkDL9btnCNEh_G8PsjQsCO4qefu7EI.rxKGZKQhNFvuTAbcHQd%2BrB9hIVUsGJZiS857WBvobYs; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:30:21 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6690f7adc78c4af10bf3853a\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"d3322b63-b435-4850-94b0-ab7c6753bae2"},{"name":"Message as Notification","id":"e9f34d4a-cc8a-4e38-b535-5e40d5740a8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"context\": {\n        \"type\": \"notification\"\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"payment_thank_you\",\n            \"bodyValues\": {\n                \"CustomerName\": \"Shree Balaji Traders\",\n                \"PaymentReceived\": \"\\u20b975,600.00\",\n                \"InvoiceNumber\": \"INV-00516\",\n                \"CompanyName\": \"Hiren Enterprises\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"043faea2-a26a-4ed8-a1f3-4da552ca892b","name":"Send Message as Notification","originalRequest":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"context\": {\n        \"type\": \"notification\"\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"payment_thank_you\",\n            \"bodyValues\": {\n                \"CustomerName\": \"Shree Balaji Traders\",\n                \"PaymentReceived\": \"\\u20b975,600.00\",\n                \"InvoiceNumber\": \"INV-00516\",\n                \"CompanyName\": \"Hiren Enterprises\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720776747&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=GVUJV2L8jHZ4X%2FCxGFKr9TVZcyPqexrto1i6kcHUL94%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720776747&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=GVUJV2L8jHZ4X%2FCxGFKr9TVZcyPqexrto1i6kcHUL94%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:33:27 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-pTNUOTzHH8mUWJs5RQt/QTplZXA\""},{"key":"Set-Cookie","value":"connect.sid=s%3AAfN8bzVy6WiSiPQSdGuJtD3C7E3Ezek3.ZBCPvF72U9vT2LfThMz3zhP1O4198gYE0ciJh4sULFo; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:32:27 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6690f82bc78c4af10bf38579\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"e9f34d4a-cc8a-4e38-b535-5e40d5740a8e"},{"name":"Button Message","id":"00d0c98e-f1f2-448a-8504-30124676c0c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"917825877730\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"order_number\",\r\n            \"bodyValues\": {\r\n                \"name\": \"Venkatesh\",\r\n                \"order_id\": \"1234\",\r\n                \"tracking_link\": \"https://gallabox.com\"\r\n            },\r\n            \"buttonValues\": [\r\n                {\r\n                    \"index\": 0,\r\n                    \"sub_type\": \"quick_reply\",\r\n                    \"parameters\": {\r\n                        \"type\": \"payload\",\r\n                        \"payload\": \"your-payload-here\"\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"10211330-d980-4be3-85ce-a9dbed410558","name":"Send Button Message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"917825877730\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"order_number\",\r\n            \"bodyValues\": {\r\n                \"name\": \"Venkatesh\",\r\n                \"order_id\": \"1234\",\r\n                \"tracking_link\": \"https://gallabox.com\"\r\n            },\r\n            \"buttonValues\": [\r\n                {\r\n                    \"index\": 0,\r\n                    \"sub_type\": \"quick_reply\",\r\n                    \"parameters\": {\r\n                        \"type\": \"payload\",\r\n                        \"payload\": \"your-payload-here\"\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720776903&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=w%2F7hD5ZtSQT8dprprkILLcv3SWmmjDvs9L6tGttXV0s%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720776903&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=w%2F7hD5ZtSQT8dprprkILLcv3SWmmjDvs9L6tGttXV0s%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:36:03 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-AaZpP54hh4H0M1g6EdHvLFW4m/c\""},{"key":"Set-Cookie","value":"connect.sid=s%3ADlN3uxj2sAftNwjIwSjqnD932cUE75rB.ZAVQNVGuaTpJIw8V%2FNX2Hry40zvpXVwiewbsgsXeG9A; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:35:04 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6690f8c7c78c4af10bf385b8\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"00d0c98e-f1f2-448a-8504-30124676c0c1"},{"name":"Catalog Message","id":"4c131341-31d6-49bb-8f76-ff588b9333f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"919840985909\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"catalogue_template\",\r\n            \"bodyValues\": {\r\n                \"name\": \"Pragathi\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"ee1ed3c6-7a27-4c26-ba82-6f3c08dd718d","name":"Send Catalog Message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"919840985909\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"catalogue_template\",\r\n            \"bodyValues\": {\r\n                \"name\": \"Pragathi\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720777117&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=9G%2B24Z7ihm8K0IjSVpuq1mPtdSsxjtGD%2FK%2FcclTW6qY%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720777117&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=9G%2B24Z7ihm8K0IjSVpuq1mPtdSsxjtGD%2FK%2FcclTW6qY%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:39:37 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-HtULea8ADoG/z80E7t5Mgdhq4SA\""},{"key":"Set-Cookie","value":"connect.sid=s%3AXC1QAUNQs-MDiUIipqvJKL0ivVnegH8f.XuYRkJU036SwyPn82vyaZ2FTt7%2FFLNbBXBwURId%2BDfo; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:38:37 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6690f99dc78c4af10bf3860b\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"4c131341-31d6-49bb-8f76-ff588b9333f4"},{"name":"Catalog Message different thumbnail","id":"84050670-afae-4aa1-bd01-20000d51d0d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"919840985909\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"catalogue_template\",\r\n            \"bodyValues\": {\r\n                \"name\": \"Pragathi\"\r\n            },\r\n            \"buttonValues\": [\r\n                {\r\n                    \"index\": 0,\r\n                    \"sub_type\": \"CATALOG\",\r\n                    \"parameters\": {\r\n                        \"type\": \"action\",\r\n                        \"action\": {\r\n                            \"thumbnail_product_retailer_id\": \"1003\"\r\n                        }\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"482dfcc3-77a9-4372-ac81-a30cf238c195","name":"Send Catalog Message different thumbnail","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"919840985909\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"catalogue_template\",\r\n            \"bodyValues\": {\r\n                \"name\": \"Pragathi\"\r\n            },\r\n            \"buttonValues\": [\r\n                {\r\n                    \"index\": 0,\r\n                    \"sub_type\": \"CATALOG\",\r\n                    \"parameters\": {\r\n                        \"type\": \"action\",\r\n                        \"action\": {\r\n                            \"thumbnail_product_retailer_id\": \"1003\"\r\n                        }\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720777301&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=EasUSkoVa1NFEPT7n5j%2BcyyJ6RouBe7j9ZVtMU5jcdM%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720777301&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=EasUSkoVa1NFEPT7n5j%2BcyyJ6RouBe7j9ZVtMU5jcdM%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:42:41 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-LxBvX896Dqj251lDe19X//BG/R0\""},{"key":"Set-Cookie","value":"connect.sid=s%3A5pi8QpnL7YmVXpE3Dt7FuXht-wlTlO3l.JMWB%2FQ8jIpmkpq5ko%2FsXf3ddo4Z%2FtdD3RHLJvWUqNPY; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:41:42 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6690fa55c78c4af10bf38656\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"84050670-afae-4aa1-bd01-20000d51d0d4"},{"name":"Multi Product Message","id":"abbc09d1-607e-427c-96cd-8beb27afe5c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"919840985909\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"multi_product_message\",\r\n            \"bodyValues\": {\r\n                \"Name\": \"Yogesh\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"642109ca-d17b-4d69-a9bc-f4d7b7aec584","name":"Send Multi Product Message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"919840985909\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"multi_product_message\",\r\n            \"bodyValues\": {\r\n                \"Name\": \"Yogesh\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720777477&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=RZ1IHpB7pm4tipcqF8AC0SHy9z39EXDyOycK9x0EAeA%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720777477&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=RZ1IHpB7pm4tipcqF8AC0SHy9z39EXDyOycK9x0EAeA%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:45:37 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-3XSL1SCOvSEK4B8sYaJSr/XP0Dg\""},{"key":"Set-Cookie","value":"connect.sid=s%3AMKCct8GlnSAH7douEjf7ZJ1j1J3HHQxm.NBhD%2BeK7P8Pjt7J2%2BhJt0ZY1Ab9vFjiBteAT3tS3vUM; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:44:38 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6690fb06c78c4af10bf38732\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"abbc09d1-607e-427c-96cd-8beb27afe5c2"},{"name":"Multi Product Message with different Products","id":"24c8aadf-7ad3-4ab7-9699-5e67ea35ea0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"919840985909\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"multi_product_message\",\r\n            \"bodyValues\": {\r\n                \"Name\": \"Yogesh\"\r\n            },\r\n            \"buttonValues\": [\r\n                {\r\n                    \"index\": 0,\r\n                    \"sub_type\": \"mpm\",\r\n                    \"parameters\": [\r\n                        {\r\n                            \"type\": \"action\",\r\n                            \"action\": {\r\n                                \"thumbnail_product_retailer_id\": \"1004\",\r\n                                \"sections\": [\r\n                                    {\r\n                                        \"title\": \"Breakfast\",\r\n                                        \"product_items\": [\r\n                                            {\r\n                                                \"product_retailer_id\": \"1004\"\r\n                                            },\r\n                                            {\r\n                                                \"product_retailer_id\": \"1009\"\r\n                                            },\r\n                                            {\r\n                                                \"product_retailer_id\": \"1001\"\r\n                                            }\r\n                                        ]\r\n                                    }\r\n                                ]\r\n                            }\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"11abbb4a-eed7-452f-9457-e50c4678edf7","name":"Send Multi Product Message with different Products","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"919840985909\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"multi_product_message\",\r\n            \"bodyValues\": {\r\n                \"Name\": \"Yogesh\"\r\n            },\r\n            \"buttonValues\": [\r\n                {\r\n                    \"index\": 0,\r\n                    \"sub_type\": \"mpm\",\r\n                    \"parameters\": [\r\n                        {\r\n                            \"type\": \"action\",\r\n                            \"action\": {\r\n                                \"thumbnail_product_retailer_id\": \"1004\",\r\n                                \"sections\": [\r\n                                    {\r\n                                        \"title\": \"Breakfast\",\r\n                                        \"product_items\": [\r\n                                            {\r\n                                                \"product_retailer_id\": \"1004\"\r\n                                            },\r\n                                            {\r\n                                                \"product_retailer_id\": \"1009\"\r\n                                            },\r\n                                            {\r\n                                                \"product_retailer_id\": \"1001\"\r\n                                            }\r\n                                        ]\r\n                                    }\r\n                                ]\r\n                            }\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720777725&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=6zCmXW5JD6%2FfML31aMUhyw6Az7%2BMLe7IIcGNRD7KWB4%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720777725&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=6zCmXW5JD6%2FfML31aMUhyw6Az7%2BMLe7IIcGNRD7KWB4%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:49:45 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-t/ZHrLmcFGC/HLH6WfTYy3Da3cg\""},{"key":"Set-Cookie","value":"connect.sid=s%3A-iWMiNFw3-UgUJnTCFBczvwQ2D2ooX7b.62rzAaW61LNLPv2ga9uayoKQJOrhsh%2Byz2GQLy08s4Q; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:48:45 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6690fbfdc78c4af10bf3879b\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"24c8aadf-7ad3-4ab7-9699-5e67ea35ea0e"},{"name":"Button Message with Url","id":"b883d9d3-8d58-43c8-be1f-60242d165ce4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"917825877730\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"order_number\",\r\n            \"bodyValues\": {\r\n                \"name\": \"Venkatesh\",\r\n                \"order_id\": \"1234\",\r\n                \"tracking_link\": \"https://gallabox.com\"\r\n            },\r\n            \"buttonValues\": [\r\n                {\r\n                    \"index\": 0,\r\n                    \"sub_type\": \"url\",\r\n                    \"parameters\": {\r\n                        \"type\": \"text\",\r\n                        \"text\": \"whatsapp\"\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"d05f8dd4-02c1-44ee-905c-2dc0043ec9f5","name":"Send Button Message with Url","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"917825877730\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"order_number\",\r\n            \"bodyValues\": {\r\n                \"name\": \"Venkatesh\",\r\n                \"order_id\": \"1234\",\r\n                \"tracking_link\": \"https://gallabox.com\"\r\n            },\r\n            \"buttonValues\": [\r\n                {\r\n                    \"index\": 0,\r\n                    \"sub_type\": \"url\",\r\n                    \"parameters\": {\r\n                        \"type\": \"text\",\r\n                        \"text\": \"whatsapp\"\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720777898&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Jv6%2FKPEt5tdoF6yW9ydm5u5OSJKiUJAhWLdlE1lQ80U%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720777898&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Jv6%2FKPEt5tdoF6yW9ydm5u5OSJKiUJAhWLdlE1lQ80U%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:52:38 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-t2N1gthN6NvaORDABM7J8E1wMAE\""},{"key":"Set-Cookie","value":"connect.sid=s%3AnJRtUJwm7QcHvz4eR8NQXj1rHhQOITIt.Eo52QDVhiqbjpVnoiHQdE76X3%2F0fQYPaceUpvnSBHIo; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:51:39 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6690fcaac78c4af10bf387e0\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"b883d9d3-8d58-43c8-be1f-60242d165ce4"},{"name":"PDF Message","id":"a031d7ad-88f8-4540-94c1-a593077d6ec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"917825877730\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"payment_thank_you\",\r\n            \"headerValues\": {\r\n                \"mediaUrl\": \"https://gallabox-assets.s3.ap-south-1.amazonaws.com/Gallabox-WhatsApp-Solution.pdf\",\r\n                \"mediaName\": \"Gallabox Intro\"\r\n            },\r\n            \"bodyValues\": {\r\n                \"CustomerName\": \"Shree Balaji Traders\",\r\n                \"PaymentReceived\": \"\\u20b975,600.00\",\r\n                \"InvoiceNumber\": \"INV-00516\",\r\n                \"CompanyName\": \"Hiren Enterprises\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"a16beec5-1537-4bff-86f0-34c893b31c81","name":"Send PDF Message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"917825877730\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"payment_thank_you\",\r\n            \"headerValues\": {\r\n                \"mediaUrl\": \"https://gallabox-assets.s3.ap-south-1.amazonaws.com/Gallabox-WhatsApp-Solution.pdf\",\r\n                \"mediaName\": \"Gallabox Intro\"\r\n            },\r\n            \"bodyValues\": {\r\n                \"CustomerName\": \"Shree Balaji Traders\",\r\n                \"PaymentReceived\": \"\\u20b975,600.00\",\r\n                \"InvoiceNumber\": \"INV-00516\",\r\n                \"CompanyName\": \"Hiren Enterprises\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720778067&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=xzHdkQEX8MMetJjafQCvsHVwSAl3tWhDm1XUy2AzbG4%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720778067&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=xzHdkQEX8MMetJjafQCvsHVwSAl3tWhDm1XUy2AzbG4%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:55:27 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-QNh3akyerDum8yHxqtugPY5Sd/Y\""},{"key":"Set-Cookie","value":"connect.sid=s%3ASE3TFZZmewJ_ebnV1qEqavrmTQgY3kdO.0Gn0DZ8e%2F9A09WyPljYK37LjNgAC2DrpRAeUWfQuAEM; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:54:27 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6690fd53c78c4af10bf3882f\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"a031d7ad-88f8-4540-94c1-a593077d6ec7"},{"name":"Image Message","id":"f9c2a2fc-ddbd-4835-aeac-126e8955b52b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"917825877730\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"payment_thank_you\",\r\n            \"headerValues\": {\r\n                \"mediaUrl\": \"https://gallabox.com/gallabox-card.png\",\r\n                \"mediaName\": \"Gallabox\"\r\n            },\r\n            \"bodyValues\": {\r\n                \"CustomerName\": \"Shree Balaji Traders\",\r\n                \"PaymentReceived\": \"\\u20b975,600.00\",\r\n                \"InvoiceNumber\": \"INV-00516\",\r\n                \"CompanyName\": \"Hiren Enterprises\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"13d997f5-06a6-4394-9725-5340be332587","name":"Send Image Message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"channelId\": \"{{channelId}}\",\r\n    \"channelType\": \"whatsapp\",\r\n    \"recipient\": {\r\n        \"name\": \"Yogesh\",\r\n        \"phone\": \"917825877730\"\r\n    },\r\n    \"whatsapp\": {\r\n        \"type\": \"template\",\r\n        \"template\": {\r\n            \"templateName\": \"payment_thank_you\",\r\n            \"headerValues\": {\r\n                \"mediaUrl\": \"https://gallabox.com/gallabox-card.png\",\r\n                \"mediaName\": \"Gallabox\"\r\n            },\r\n            \"bodyValues\": {\r\n                \"CustomerName\": \"Shree Balaji Traders\",\r\n                \"PaymentReceived\": \"\\u20b975,600.00\",\r\n                \"InvoiceNumber\": \"INV-00516\",\r\n                \"CompanyName\": \"Hiren Enterprises\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720778231&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=%2F08%2BuPre%2BWMTMDU49mZiX8wPFw%2Bys4PQQm3vln%2F5JpU%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720778231&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=%2F08%2BuPre%2BWMTMDU49mZiX8wPFw%2Bys4PQQm3vln%2F5JpU%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:58:11 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-lvKlQy5oNnheDmUGYaHK9qoKZpA\""},{"key":"Set-Cookie","value":"connect.sid=s%3AWLYpK905xTuuU5bDNpNEBBXn2MrHlmA-.cqCEYHGSUZUlOEUYYPmuQBIMpgIk7tykplYqadmjQIQ; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:57:12 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6690fdf7c78c4af10bf3886c\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"f9c2a2fc-ddbd-4835-aeac-126e8955b52b"},{"name":"Adding Tag while Sending Message","id":"15ae25db-71a9-407f-9625-f47a6dbbc86a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\",\n        \"tags\": [\n            {\n                \"name\": \"your_tag\"\n            }\n        ]\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"payment_thank_you\",\n            \"bodyValues\": {\n                \"CustomerName\": \"Shree Balaji Traders\",\n                \"PaymentReceived\": \"\\u20b975,600.00\",\n                \"InvoiceNumber\": \"INV-00516\",\n                \"CompanyName\": \"Hiren Enterprises\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"c66745c7-2b43-4088-ba49-2d1611340a94","name":"Adding Tag while Sending Message","originalRequest":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\",\n        \"tags\": [\n            {\n                \"name\": \"your_tag\"\n            }\n        ]\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"payment_thank_you\",\n            \"bodyValues\": {\n                \"CustomerName\": \"Shree Balaji Traders\",\n                \"PaymentReceived\": \"\\u20b975,600.00\",\n                \"InvoiceNumber\": \"INV-00516\",\n                \"CompanyName\": \"Hiren Enterprises\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720778387&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=DBcwKglohxrX0GOWOIWTOrduHz%2BIeqAkGogFc0QGPRM%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720778387&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=DBcwKglohxrX0GOWOIWTOrduHz%2BIeqAkGogFc0QGPRM%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 10:00:47 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-026vIF/LZlr8xz385fmeo2HmI08\""},{"key":"Set-Cookie","value":"connect.sid=s%3AD6kGZV-p6tkmQTojpPgpC9JGndI52OY3.yjSoKXhIqkFYElStkAVf8V0VUZeN%2FujC91OB9R4%2BkoY; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:59:47 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6690fe93c78c4af10bf388ab\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"15ae25db-71a9-407f-9625-f47a6dbbc86a"},{"name":"Template with Reply To Config","id":"2d20880f-5e9f-42d7-b40d-d9882655507e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"replyTo\": {\n        \"assigneeType\": \"bot\", //\"bot\", \"user\", \"team\"\n        \"assigneeId\": \"{{botId}}\", // userId if assigneeType is user\n        \"overrideAssignment\": true\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"payment_thank_you\",\n            \"bodyValues\": {\n                \"CustomerName\": \"Shree Balaji Traders\",\n                \"PaymentReceived\": \"\\u20b975,600.00\",\n                \"InvoiceNumber\": \"INV-00516\",\n                \"CompanyName\": \"Hiren Enterprises\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","description":"<p>This API enables you to send messages and configure how replies to those messages are handled. For instance, if you want a specific bot to manage the replies to a conversation, you can set the replyTo attribute in the request payload.</p>\n<p><strong>Request Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">\"replyTo\": {\n    \"assigneeType\": \"bot\", // Options: \"bot\", \"user\", \"team\"\n    \"assigneeId\": \"{{botId}}\", // ID of the assignee; use userId if assigneeType is \"user\"\n    \"overrideAssignment\": true // Optional; if true, overrides any current open conversation assignment\n}\n\n</code></pre>\n<p>• assigneeType - Specifies who will handle the reply to this conversation.</p>\n<p>Possible values:</p>\n<p>\"bot\": Assign to a bot.</p>\n<p>\"user\": Assign to a specific user.</p>\n<p>\"team\": Assign to a team.</p>\n<p>• assigneeId - The unique identifier for the assigned entity.</p>\n<p>If assigneeType is:</p>\n<p>\"bot\": Use the bot’s unique ID.</p>\n<p>\"user\": Use the user’s unique ID.</p>\n<p>• overrideAssignment</p>\n<p>If set to true, the existing assignment for any open conversation will be overridden.</p>\n<p><strong>Example Use Case</strong></p>\n<p>If you want to send a message and ensure a specific bot handles all replies:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n    \"replyTo\": {\n        \"assigneeType\": \"bot\",\n        \"assigneeId\": \"bot12345\", // Replace with your bot's ID\n        \"overrideAssignment\": true\n    }\n}\n\n</code></pre>\n<p><strong>Additional Notes</strong></p>\n<p>• You can find the botId in the bot management console.</p>\n<p>• Use the overrideAssignment flag carefully to avoid unintended reassignments in ongoing conversations.</p>\n<img src=\"https://content.pstmn.io/16f82567-a5ef-4f83-81eb-ec11f541152c/aW1hZ2UucG5n\" width=\"733\" height=\"497\" />","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"c7cf20bf-e48c-474c-9388-03de2c46fb4b","name":"Send Template with Reply To Config","originalRequest":{"method":"POST","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Yogesh\",\n        \"phone\": \"917825877730\"\n    },\n    \"replyTo\": {\n        \"assigneeType\": \"bot\", //\"bot\", \"user\", \"team\"\n        \"assigneeId\": \"{{botId}}\", // userId if assigneeType is user\n        \"overrideAssignment\": true\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"payment_thank_you\",\n            \"bodyValues\": {\n                \"CustomerName\": \"Shree Balaji Traders\",\n                \"PaymentReceived\": \"\\u20b975,600.00\",\n                \"InvoiceNumber\": \"INV-00516\",\n                \"CompanyName\": \"Hiren Enterprises\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720778541&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=TJMT5TKE0TTuBpsTj8ZVbmnds9Icd0zPfethrQSWF9c%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720778541&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=TJMT5TKE0TTuBpsTj8ZVbmnds9Icd0zPfethrQSWF9c%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 10:03:21 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-bg3Iih12qhPtM6LuJL68uqDpNBE\""},{"key":"Set-Cookie","value":"connect.sid=s%3AYJ7ov56LNBQ04B3sJJEBbD5EVgqaAZoX.O7oI07ZrLIHrT1fI8gP11lIL2BAmJ7xAvotRphQ39N0; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 10:02:21 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6690ff2dc78c4af10bf388f2\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"2d20880f-5e9f-42d7-b40d-d9882655507e"},{"name":"Form template","id":"0d18d994-934d-4775-ab08-5d84d8a7dde4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"{{name}}\",\n        \"phone\": \"{{phone}}\"\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"new_form_template\",\n            \"bodyValues\": {\n                \"name\": \"{{name}}\"\n            },\n            \"buttonValues\": [\n                {\n                    \"index\": 0,\n                    \"sub_type\": \"flow\",\n                    \"parameters\": {\n                        \"type\": \"action\",\n                        \"action\": {\n                            \"flow_token\": \"\"\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"410641d9-6ac9-420e-86f7-a2946a915689","name":"send From template","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"{{name}}\",\n        \"phone\": \"{{phone}}\"\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"new_form_template\",\n            \"bodyValues\": {\n                \"name\": \"{{name}}\"\n            },\n            \"buttonValues\": [\n                {\n                    \"index\": 0,\n                    \"sub_type\": \"flow\",\n                    \"parameters\": {\n                        \"type\": \"action\",\n                        \"action\": {\n                            \"flow_token\": \"\"\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1724301854&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=ZodmlVlkGaeT9QuhxAJDUAciBWWFxTyvzyC5nHMCn6M%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1724301854&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=ZodmlVlkGaeT9QuhxAJDUAciBWWFxTyvzyC5nHMCn6M%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Aug 22 2024 04:45:14 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-bBpPOjrJ5sxAdc/ai2zV9h76sF8\""},{"key":"Set-Cookie","value":"connect.sid=s%3AWQh899N4Az2f-j_rxr2RTG8e60MGHBy7.JGTM9IWVHudKkXk58VAfMeE2scd4TaR0VQxbtrS%2FlRo; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 22 Aug 2024 04:44:14 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66c6c21eece2e50090c26571\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"0d18d994-934d-4775-ab08-5d84d8a7dde4"},{"name":"Payment template","id":"112f3b8f-2308-4d92-a240-66ec2410a305","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"642412eaf07544be554d1c2f\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"{{name}}\",\n        \"phone\": \"{{phone}}\"\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"payment_template_1_clone\",\n            \"bodyValues\": {\n                \"Name\": \"{{Name}}\"\n            },\n            \"buttonValues\": [\n                {\n                    \"index\": 0,\n                    \"sub_type\": \"order_details\",\n                    \"parameters\": {\n                        \"type\": \"action\",\n                        \"action\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"upi\",\n                                \"orderType\": \"direct_order\",\n                                \"items\": [\n                                    {\n                                        \"quantity\": 1,\n                                        \"amount\": 124,\n                                        \"name\": \"payment\"\n                                    }\n                                ],\n                                \"productAdditionalDetails\": {\n                                    \"country_of_origin\": \"AF\",\n                                    \"importer_name\": \"Gallabox\",\n                                    \"importer_address\": {\n                                        \"address_line1\": \"No.2, \",\n                                        \"address_line2\": \"Ramesh illam\",\n                                        \"city\": \"Chennai\",\n                                        \"zone_code\": \"600119\",\n                                        \"postal_code\": \"600119\",\n                                        \"country_code\": \"123445\"\n                                    }\n                                },\n                                \"tax\": {\n                                    \"value\": \"50\",\n                                    \"description\": \"GST\"\n                                },\n                                \"shipping\": {\n                                    \"value\": \"150\",\n                                    \"description\": \"Shipping Charges\"\n                                },\n                                \"discount\": {\n                                    \"value\": \"124\",\n                                    \"description\": \"100% off on the new changes\",\n                                    \"discount_program_name\": \"New Changes\"\n                                }\n                            },\n                            \"isAllowToCreateWAOrder\": true\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"48b988af-c6bc-4cad-85d3-bebe3db8047a","name":"send Payment template","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"642412eaf07544be554d1c2f\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"{{name}}\",\n        \"phone\": \"{{phone}}\"\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"payment_template_1_clone\",\n            \"bodyValues\": {\n                \"Name\": \"{{Name}}\"\n            },\n            \"buttonValues\": [\n                {\n                    \"index\": 0,\n                    \"sub_type\": \"order_details\",\n                    \"parameters\": {\n                        \"type\": \"action\",\n                        \"action\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"upi\",\n                                \"orderType\": \"direct_order\",\n                                \"items\": [\n                                    {\n                                        \"quantity\": 1,\n                                        \"amount\": 124,\n                                        \"name\": \"payment\"\n                                    }\n                                ],\n                                \"productAdditionalDetails\": {\n                                    \"country_of_origin\": \"AF\",\n                                    \"importer_name\": \"Gallabox\",\n                                    \"importer_address\": {\n                                        \"address_line1\": \"No.2, \",\n                                        \"address_line2\": \"Ramesh illam\",\n                                        \"city\": \"Chennai\",\n                                        \"zone_code\": \"600119\",\n                                        \"postal_code\": \"600119\",\n                                        \"country_code\": \"123445\"\n                                    }\n                                },\n                                \"tax\": {\n                                    \"value\": \"50\",\n                                    \"description\": \"GST\"\n                                },\n                                \"shipping\": {\n                                    \"value\": \"150\",\n                                    \"description\": \"Shipping Charges\"\n                                },\n                                \"discount\": {\n                                    \"value\": \"124\",\n                                    \"description\": \"100% off on the new changes\",\n                                    \"discount_program_name\": \"New Changes\"\n                                }\n                            },\n                            \"isAllowToCreateWAOrder\": true\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1724300548&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=v3nCm9kdkdotFtSPIAmlL%2BAeucYmvDpHjfgQTHFmMpA%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1724300548&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=v3nCm9kdkdotFtSPIAmlL%2BAeucYmvDpHjfgQTHFmMpA%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Aug 22 2024 04:23:28 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-ja5kFUZTMaoGWFkFW4tugDeKMZU\""},{"key":"Set-Cookie","value":"connect.sid=s%3AU9wnp_Bi6LS-AUZDXsnjWafHwCU3qWrN.b2GJwfSUsZi05vFL1e12QaytVSyBrchCFbvTcj%2FC0Jo; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 22 Aug 2024 04:22:28 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66c6bd04ece2e50090c26106\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"112f3b8f-2308-4d92-a240-66ec2410a305"},{"name":"Coupon code template","id":"94bdb3de-3a79-4ed7-9dcf-e922311c93a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"642412eaf07544be554d1c2f\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"{{name}}\",\n        \"phone\": \"{{phone}}\"\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"coupon_code_template\",\n            \"bodyValues\": {\n                \"name\": \"{{name}}\",\n                \"coupon\": \"{{coupon}}\"\n            },\n            \"buttonValues\": [\n                {\n                    \"index\": 0,\n                    \"sub_type\": \"COPY_CODE\",\n                    \"parameters\": {\n                        \"type\": \"coupon_code\",\n                        \"coupon_code\": \"\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"b79e7fc6-49ed-48c8-a5b3-43d73002c829","name":"send Coupon code template","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"642412eaf07544be554d1c2f\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"{{name}}\",\n        \"phone\": \"{{phone}}\"\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"coupon_code_template\",\n            \"bodyValues\": {\n                \"name\": \"{{name}}\",\n                \"coupon\": \"{{coupon}}\"\n            },\n            \"buttonValues\": [\n                {\n                    \"index\": 0,\n                    \"sub_type\": \"COPY_CODE\",\n                    \"parameters\": {\n                        \"type\": \"coupon_code\",\n                        \"coupon_code\": \"\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1724302727&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=jYW21cE3rR%2B6ezExK0tWkyIkME0ksYfsmT4IGHROUJI%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1724302727&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=jYW21cE3rR%2B6ezExK0tWkyIkME0ksYfsmT4IGHROUJI%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Aug 22 2024 04:59:47 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-U6gABqgxhbEYJlcEua1VcaBPUE0\""},{"key":"Set-Cookie","value":"connect.sid=s%3Acz1TTWiAa9netnpJGTTAoXlc6_6GgTHm.1rNMYmdUdbZnMQBTqPfFs3PjcEDNWKS7YDf2OJ38U6Y; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 22 Aug 2024 04:58:47 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66c6c587ece2e50090c26840\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"94bdb3de-3a79-4ed7-9dcf-e922311c93a0"},{"name":"Authentication Template","id":"0ec8c839-9180-4411-b8a7-6ae5ee2b8e3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Batman\",\n        \"phone\": \"919392921123\"\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"authentication_template_users_security\",\n            \"bodyValues\": {\n                \"otp\": \"{{otp}}\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"6e0f17ee-d49e-4b3a-801d-c49026f04a9c","name":"Authentication Template","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n    {\n    \"channelId\": \"{{channelId}}\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"Batman\",\n        \"phone\": \"919392921123\"\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"authentication_template_users_security\",\n            \"bodyValues\": {\n                \"otp\": \"{{otp}}\"\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1746817426&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=eY8vwGgQTfdOyPhfVIh6PD8ksYJebJBxtGSg98bmq4M%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1746817426&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=eY8vwGgQTfdOyPhfVIh6PD8ksYJebJBxtGSg98bmq4M%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri May 09 2025 19:04:46 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-krobmNfTcu96oH8xDADuEhWOn3Y\""},{"key":"Set-Cookie","value":"connect.sid=s%3A76vXczOJXbSpivl9KLhx2cRfz-LInfVV.dKaT49XuEIUFPBHCf1CNYyCqw%2B05xfvz799TJW%2FLbd4; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 09 May 2025 19:03:46 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"681e51923dcfbbd72ab54f7f\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"0ec8c839-9180-4411-b8a7-6ae5ee2b8e3b"},{"name":"Location template","id":"9656484e-a584-4179-9d33-ad74d14f837f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"642412eaf07544be554d1c2f\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"{{name}}\",\n        \"phone\": \"{{phone}}\"\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"location_template1\",\n            \"bodyValues\": {\n                \"Name\": \"{{Name}}\"\n            },\n            \"buttonValues\": [\n                {\n                    \"index\": 0,\n                    \"sub_type\": \"quick_reply\",\n                    \"parameters\": {\n                        \"type\": \"payload\",\n                        \"payload\": \"I want to get this offer\"\n                    }\n                },\n                {\n                    \"index\": 3,\n                    \"sub_type\": \"url\",\n                    \"parameters\": {\n                        \"type\": \"text\",\n                        \"text\": \"{{name}}\",\n                        \"url\": \"https://www.google.com/{{name}}\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"d36b2c04-86a7-42c1-bf9f-2b10a821664b","name":"send Location template","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"channelId\": \"642412eaf07544be554d1c2f\",\n    \"channelType\": \"whatsapp\",\n    \"recipient\": {\n        \"name\": \"{{name}}\",\n        \"phone\": \"{{phone}}\"\n    },\n    \"whatsapp\": {\n        \"type\": \"template\",\n        \"template\": {\n            \"templateName\": \"location_template1\",\n            \"bodyValues\": {\n                \"Name\": \"{{Name}}\"\n            },\n            \"buttonValues\": [\n                {\n                    \"index\": 0,\n                    \"sub_type\": \"quick_reply\",\n                    \"parameters\": {\n                        \"type\": \"payload\",\n                        \"payload\": \"I want to get this offer\"\n                    }\n                },\n                {\n                    \"index\": 3,\n                    \"sub_type\": \"url\",\n                    \"parameters\": {\n                        \"type\": \"text\",\n                        \"text\": \"{{name}}\",\n                        \"url\": \"https://www.google.com/{{name}}\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/messages/whatsapp"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1724304094&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=WnaBxfQHn0wqcSf%2Ff5ionRNQi1ISczpnJiTTVYqhdAo%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1724304094&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=WnaBxfQHn0wqcSf%2Ff5ionRNQi1ISczpnJiTTVYqhdAo%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Aug 22 2024 05:22:34 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-p4gJp3QQVs3ht/o+KB7meYgoCOk\""},{"key":"Set-Cookie","value":"connect.sid=s%3AD6Nlg9hZsjLStteVTdqqCSVX0wcVXHaq.YYdToB5FjeVBOiN8gVzoIA494wbw%2BcVMgdxu4CgFiIc; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 22 Aug 2024 05:21:35 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66c6cadfece2e50090c26cb4\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"9656484e-a584-4179-9d33-ad74d14f837f"},{"name":"Send Message","id":"4d0e5abf-9115-43ef-9e20-a957ad46142f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://server.gallabox.com/devapi/messages/whatsapp?c={{channelId}}&p={{rawPhone}}&n={{recipientName}}&t=template&templateName={{templateName}}&bodyValues_name={{bodyvalues}}&apikey={{apiKey}}&apisecret={{apiSecret}}","urlObject":{"protocol":"https","path":["devapi","messages","whatsapp"],"host":["server","gallabox","com"],"query":[{"key":"c","value":"{{channelId}}"},{"key":"p","value":"{{rawPhone}}"},{"key":"n","value":"{{recipientName}}"},{"key":"t","value":"template"},{"key":"templateName","value":"{{templateName}}"},{"key":"bodyValues_name","value":"{{bodyvalues}}"},{"key":"apikey","value":"{{apiKey}}"},{"key":"apisecret","value":"{{apiSecret}}"}],"variable":[]}},"response":[{"id":"10db1966-0df1-4044-b766-6ae403e46e3f","name":"Send Message","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"connect.sid=s%3AYe7jhERZL9Js2CkWS9NIpm39zYHcg46l.Ka5vgkB3IxTLF5%2FAymj7e7EjwKVFepIMBZZzuxDXZDE","disabled":true}],"url":{"raw":"https://server.gallabox.com/devapi/messages/whatsapp?c={{channelId}}&p={{rawPhone}}&n={{recipientName}}&t=template&templateName={{templateName}}&bodyValues_name={{bodyvalues}}&apikey={{apiKey}}&apisecret={{apiSecret}}","protocol":"https","host":["server","gallabox","com"],"path":["devapi","messages","whatsapp"],"query":[{"key":"c","value":"{{channelId}}"},{"key":"p","value":"{{rawPhone}}"},{"key":"n","value":"{{recipientName}}"},{"key":"t","value":"template"},{"key":"templateName","value":"{{templateName}}"},{"key":"bodyValues_name","value":"{{bodyvalues}}"},{"key":"apikey","value":"{{apiKey}}"},{"key":"apisecret","value":"{{apiSecret}}"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720780303&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=EcacWmrgldBdjEdfdD6GGcVTH4QWGE0HFrtkc3WXPYc%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720780303&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=EcacWmrgldBdjEdfdD6GGcVTH4QWGE0HFrtkc3WXPYc%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 10:32:43 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Etag","value":"W/\"6e-a9K9N5w9awZsvnB3HT4yj1r4++s\""},{"key":"Set-Cookie","value":"connect.sid=s%3AT8iA4DOywvtcov2Vi1vtOP_gyXTztEzH.0JCotI%2BJVZ9zYC7ZzdTR0NYIDGt2%2B2FCQgahM7zwZFg; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 10:31:43 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6691060fc78c4af10bf38a4d\",\n    \"status\": \"ACCEPTED\",\n    \"message\": \"Message received and being sent to recipient\"\n}"}],"_postman_id":"4d0e5abf-9115-43ef-9e20-a957ad46142f"}],"id":"b98cd786-6b9e-445d-8264-411dd2204937","_postman_id":"b98cd786-6b9e-445d-8264-411dd2204937","description":""},{"name":"Message Status","id":"009b433b-5e1b-461f-8932-656d02d80f7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://server.gallabox.com/devapi/accounts/:accountId/messages/:messageId/status","description":"<p>Get delivery status for outgoing message</p>\n","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","messages",":messageId","status"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"},{"type":"any","value":"{{messageId}}","key":"messageId"}]}},"response":[{"id":"729578d5-3914-48aa-83a4-cfd1468294cc","name":"Message Status","originalRequest":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/messages/:messageId/status","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","messages",":messageId","status"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"messageId","value":"{{messageId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720693449&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=1vSPmv929dCDfiFamFBfyUOekj5Ax%2BCWU745aks%2Fpt4%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720693449&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=1vSPmv929dCDfiFamFBfyUOekj5Ax%2BCWU745aks%2Fpt4%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 10:25:09 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"216"},{"key":"Etag","value":"W/\"d8-r5L0RGE6VsOLl6prf8QEhC/3KXI\""},{"key":"Set-Cookie","value":"connect.sid=s%3A-l45Hk13c-82nK-PEbJ6aOYQ3wYbRAYz.Oe8n30TtJ913wOxnAL0oT6Uctz3XfY6q1FwrmtJEJ5M; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 10:24:09 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"668fb19fa373d449e39ae7c5\",\n    \"recipient_id\": \"919080319148\",\n    \"message\": {\n        \"recipient_id\": \"919080319148\"\n    },\n    \"timestamp\": \"2024-07-11T10:19:11.157Z\",\n    \"status\": \"read\",\n    \"localMessageId\": \"fa3170b8-6790-4899-b9ca-5b88eab122ef\"\n}"}],"_postman_id":"009b433b-5e1b-461f-8932-656d02d80f7f"}],"id":"dd955a6d-8f7b-487a-b406-1a86add7994f","description":"<p>You send messages by making a  <code>POST</code>  call to the  <code>/devapi/messages/whatsapp</code>  node regardless of message type. The content of the JSON message body differs for each type of message (text, image, etc.).</p>\n<ol>\n<li>You can send message as User (now it is sending on behalf of Owner, we change it to any user). If it is sent behalf of that user, it will available in Mine Tab for that user and Open Tab for other users</li>\n<li>You can send message on behalf of a bot, it will available in Open Tab for all users</li>\n<li>You can send as Notification. which will not be assigned to any user or bot. It will not be available in any Tab. When users reply it will be available in Unassigned Tab.</li>\n</ol>\n<p><em>channelId</em> can be obtained from <em>Settings &gt; Connect &gt; WhatsApp Channel</em> page when you are logged into the Gallabox application (screenshot below) or just simply click <a href=\"https://app.gallabox.com/channels\">here</a>.</p>\n<p><img src=\"https://files.gallabox.com/5bec02b8-bf47-4089-9ea5-d4c52cbc7ead\" alt=\"Get ChannelId\" /></p>\n","_postman_id":"dd955a6d-8f7b-487a-b406-1a86add7994f"},{"name":"Contacts","item":[{"name":"Get Contact","id":"f1a7a3e5-4135-4f72-a7b7-d3558f90123c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://server.gallabox.com/devapi/accounts/:accountId/contacts/:contactId","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","contacts",":contactId"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"},{"type":"any","value":"{{contactId}}","key":"contactId"}]}},"response":[{"id":"14a377ef-bf1a-4c8f-97fa-dbdbc46664f0","name":"Get Contact","originalRequest":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/contacts/:contactId","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","contacts",":contactId"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"contactId","value":"{{contactId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720693673&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=RQ9dkFZjZq%2BMAkDt8VxsGOJDD6OkDBrUlUBESYdZPNY%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720693673&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=RQ9dkFZjZq%2BMAkDt8VxsGOJDD6OkDBrUlUBESYdZPNY%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 10:28:53 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"526"},{"key":"Etag","value":"W/\"20e-CQr1cbzIxjW/yG0RXoua2H6npeU\""},{"key":"Set-Cookie","value":"connect.sid=s%3A2ZSw6afZzaEI4s18aeq8lcVz_ryOxQyz.UwQC%2FybShKWT%2BZMJ%2BX1w4EJMuiqmURvIN1M0KChZCjk; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 10:27:54 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"name\": \"bruce wayne\",\n    \"email\": [\n        \"batman749@gmail.com\"\n    ],\n    \"phone\": [\n        \"919840985789\"\n    ],\n    \"tags\": [\n        {\n            \"id\": \"650a8527a413c67b473aedf4\",\n            \"name\": \"service1\"\n        },\n        {\n            \"id\": \"650a8527a413c67b473aedf5\",\n            \"name\": \"service2\"\n        }\n    ],\n    \"creatorId\": \"629e06e48e13b5000ae338d3\",\n    \"messageOptIn\": true,\n    \"fieldValues\": [],\n    \"createdAt\": \"2024-07-03T07:23:51.088Z\",\n    \"updatedAt\": \"2024-07-03T07:23:51.088Z\",\n    \"contactOwner\": null,\n    \"formattedPhone\": [\n        {\n            \"countryCode\": \"91\",\n            \"phoneNumber\": \"9840985789\"\n        }\n    ],\n    \"marketingOptIn\": true,\n    \"id\": \"6684fc87012529308b703712\"\n}"}],"_postman_id":"f1a7a3e5-4135-4f72-a7b7-d3558f90123c"},{"name":"Get Contact by Phone","id":"76c970c2-d663-429e-8fde-756005117e15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://server.gallabox.com/devapi/accounts/:accountId/contacts?phone={{phoneNumber}}","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","contacts"],"host":["server","gallabox","com"],"query":[{"key":"phone","value":"{{phoneNumber}}"}],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"}]}},"response":[{"id":"f735f0a6-5009-4fc7-b64f-dbb383203046","name":"Get Contact by Phone","originalRequest":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/contacts?phone={{phoneNumber}}","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","contacts"],"query":[{"key":"phone","value":"{{phoneNumber}}"}],"variable":[{"key":"accountId","value":"{{accountId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720693856&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=39US8pVCFJVEEhbNuYgc4si3ft1L%2BMWj9fkuqPDZjQM%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720693856&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=39US8pVCFJVEEhbNuYgc4si3ft1L%2BMWj9fkuqPDZjQM%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 10:31:56 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"528"},{"key":"Etag","value":"W/\"210-d83GVedNYC3tdUJ/hzRbhDQJUlg\""},{"key":"Set-Cookie","value":"connect.sid=s%3AsfwkhjzodtbjInMLJ_BfZhWA77hF4YJw.5%2FLY%2BROCLLwXe0nrNVnfjqCaFrw2PU6PSDZpAn6byrg; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 10:30:56 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"name\": \"bruce wayne\",\n        \"email\": [\n            \"batman749@gmail.com\"\n        ],\n        \"phone\": [\n            \"919840985789\"\n        ],\n        \"tags\": [\n            {\n                \"id\": \"650a8527a413c67b473aedf4\",\n                \"name\": \"service1\"\n            },\n            {\n                \"id\": \"650a8527a413c67b473aedf5\",\n                \"name\": \"service2\"\n            }\n        ],\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"messageOptIn\": true,\n        \"fieldValues\": [],\n        \"createdAt\": \"2024-07-03T07:23:51.088Z\",\n        \"updatedAt\": \"2024-07-03T07:23:51.088Z\",\n        \"contactOwner\": null,\n        \"formattedPhone\": [\n            {\n                \"countryCode\": \"91\",\n                \"phoneNumber\": \"9840985789\"\n            }\n        ],\n        \"marketingOptIn\": true,\n        \"id\": \"6684fc87012529308b703712\"\n    }\n]"}],"_postman_id":"76c970c2-d663-429e-8fde-756005117e15"},{"name":"Get Contacts Count","id":"8d9eab2a-808a-4850-8e1a-40a8a5104512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"}],"url":"https://server.gallabox.com/devapi/accounts/:accountId/contacts/counts","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","contacts","counts"],"host":["server","gallabox","com"],"query":[],"variable":[{"id":"0303754a-db58-47b2-9804-155768d55e1e","type":"any","value":"{{accountId}}","key":"accountId"}]}},"response":[{"id":"501fae21-7271-44fa-be39-fdbf083dd86d","name":"Get Contacts Count","originalRequest":{"method":"GET","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"}],"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/contacts/counts","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","contacts","counts"],"variable":[{"key":"accountId","value":"{{accountId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1736336161&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=rs36LGS%2FxKlPjisQtCRe1gMsoU60kJ4sGgh7hiwRgAw%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1736336161&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=rs36LGS%2FxKlPjisQtCRe1gMsoU60kJ4sGgh7hiwRgAw%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Wed Jan 08 2025 11:37:01 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"Etag","value":"W/\"10-rLFLbRpR/kyIhwfe7EWOQkga65E\""},{"key":"Set-Cookie","value":"connect.sid=s%3A5bi-UJ7P-6YlYGkGhbuJyIyBAkSg5Ij8.LfmYgXbxp%2F1p4YLKF%2Fd3yXX8DISiuDB2YZGBHaF3mJo; Path=/; HttpOnly"},{"key":"Date","value":"Wed, 08 Jan 2025 11:36:01 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 153656\n}"}],"_postman_id":"8d9eab2a-808a-4850-8e1a-40a8a5104512"},{"name":"Search contacts","id":"e573c6fc-bc45-4358-97f5-0eb5d40d455a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"}],"url":"https://server.gallabox.com/devapi/accounts/:accountId/contacts/search?search={{search}}&limit={{limit}}&page={{page}}","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","contacts","search"],"host":["server","gallabox","com"],"query":[{"key":"search","value":"{{search}}"},{"key":"limit","value":"{{limit}}"},{"key":"page","value":"{{page}}"}],"variable":[{"id":"7bbb47c1-eb04-4f85-af36-3ebdcc6bb13e","type":"any","value":"{{accountId}}","key":"accountId"}]}},"response":[{"id":"33611de3-9fa8-4936-9d2f-bce517fcd935","name":"Search contacts","originalRequest":{"method":"GET","header":[{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"apiKey","value":"{{apiKey}}"}],"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/contacts/search?search={{search}}&limit={{limit}}&page={{page}}","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","contacts","search"],"query":[{"key":"search","value":"{{search}}"},{"key":"limit","value":"{{limit}}"},{"key":"page","value":"{{page}}"}],"variable":[{"key":"accountId","value":"{{accountId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1736337042&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=64CBMzgi7CRmTMWr9dRwMVXn1PDKHcSRXCGJk1Lnm6s%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1736337042&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=64CBMzgi7CRmTMWr9dRwMVXn1PDKHcSRXCGJk1Lnm6s%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Wed Jan 08 2025 11:51:42 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"1dfd-FMXbuHD1xPxIr7AiYyGa7DEiyl4\""},{"key":"Set-Cookie","value":"connect.sid=s%3AleHBZSguD89XLgo3jAeeEVQF9KNzASJS.tDEEYoubmT4Asq1G49DIqVMsV7k4mLVLAi2w2Gdyuzg; Path=/; HttpOnly"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 08 Jan 2025 11:50:42 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"655b34c85aab6d8f45c09d7e\",\n        \"accountId\": \"6449104a0a74778d292f255a\",\n        \"name\": \"Pravin Rai\",\n        \"email\": [\n            \"pravin1224@gmail.com\"\n        ],\n        \"phone\": [\n            \"919833833826\"\n        ],\n        \"tags\": [\n            {\n                \"id\": \"655b34b35aab6d8f45c09189\",\n                \"name\": \"Jan 24 RR Pending - Active Student\"\n            },\n            {\n                \"id\": \"655b34b25aab6d8f45c09161\",\n                \"name\": \"Existing Student\"\n            }\n        ],\n        \"fieldValues\": [\n            {\n                \"fieldId\": \"657fac94348e3b4611917237\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"Re-Registration Pending\"\n            },\n            {\n                \"fieldId\": \"657fac8c348e3b46119171a4\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"01-01-2022\"\n            },\n            {\n                \"fieldId\": \"657fac7c348e3b46119170cc\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"03-12-1987\"\n            },\n            {\n                \"fieldId\": \"657fac6d88be417eee05b0d0\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"Jan-24\"\n            },\n            {\n                \"fieldId\": \"657fac63fe13e3b34997e8ff\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"Jul-21\"\n            },\n            {\n                \"fieldId\": \"657fac5b16a16b321037407f\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"2\"\n            },\n            {\n                \"fieldId\": \"657fac53e97c07508daeeadf\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"MBA (SCM)\"\n            },\n            {\n                \"fieldId\": \"657fac4816a16b3210373f8d\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"77121474551\"\n            },\n            {\n                \"fieldId\": \"65390e2b4d4aa1ed21103deb\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"Jul-21\"\n            },\n            {\n                \"fieldId\": \"64f6d6ac5df93f7fcd80b58f\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"Mumbai - Thane West\"\n            },\n            {\n                \"fieldId\": \"64f6d6a58bab664756cba9a1\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"Re-Registration Pending\"\n            },\n            {\n                \"fieldId\": \"64e72a91f2d08250bad8e926\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"2\"\n            },\n            {\n                \"fieldId\": \"64bfc4ed92c6916d5ca8a1ac\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"MBA (SCM)\"\n            },\n            {\n                \"fieldId\": \"64956b0f2f909ec2bfa76582\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"Mumbai - Thane West\"\n            }\n        ],\n        \"creatorId\": \"644921d9217ddb4bc30dec98\",\n        \"messageOptIn\": true,\n        \"createdAt\": \"2023-11-20T10:28:24.247Z\",\n        \"updatedAt\": \"2024-09-16T06:09:53.472Z\",\n        \"fieldValuesKV\": {\n            \"instructions\": \"Mumbai - Thane West\",\n            \"test\": \"MBA (SCM)\",\n            \"woocommerceorderid\": \"2\",\n            \"diabetes\": \"Re-Registration Pending\",\n            \"bp\": \"Mumbai - Thane West\",\n            \"plans_customer_are_on\": \"Jul-21\",\n            \"text10\": \"77121474551\",\n            \"text3\": \"Re-Registration Pending\",\n            \"text4\": \"01-01-2022\",\n            \"text5\": \"03-12-1987\",\n            \"text6\": \"Jan-24\",\n            \"text7\": \"Jul-21\",\n            \"text8\": \"2\",\n            \"text9\": \"MBA (SCM)\"\n        },\n        \"__v\": 0,\n        \"contactOwnerId\": \"66e142164baf272ac6f14d67\",\n        \"whatsapp\": null,\n        \"channel\": [],\n        \"messages\": [],\n        \"id\": \"655b34c85aab6d8f45c09d7e\"\n    },\n    {\n        \"_id\": \"655b34d25aab6d8f45c0a316\",\n        \"accountId\": \"6449104a0a74778d292f255a\",\n        \"name\": \"Pravina Bookbinder\",\n        \"email\": [\n            \"pravina.ab@gmail.com\"\n        ],\n        \"phone\": [\n            \"919004973561\"\n        ],\n        \"tags\": [\n            {\n                \"id\": \"655b34b25aab6d8f45c09170\",\n                \"name\": \"Jan 24 RR Pending - Fee Paid - Active Student\"\n            },\n            {\n                \"id\": \"655b34b25aab6d8f45c09161\",\n                \"name\": \"Existing Student\"\n            }\n        ],\n        \"fieldValues\": [\n            {\n                \"fieldId\": \"657fac94348e3b4611917237\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"Closed Won - Re-registration Pending\"\n            },\n            {\n                \"fieldId\": \"657fac8c348e3b46119171a4\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"02-07-2022\"\n            },\n            {\n                \"fieldId\": \"657fac7c348e3b46119170cc\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"05-10-1977\"\n            },\n            {\n                \"fieldId\": \"657fac6d88be417eee05b0d0\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"Jan-24\"\n            },\n            {\n                \"fieldId\": \"657fac63fe13e3b34997e8ff\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"Jul-22\"\n            },\n            {\n                \"fieldId\": \"657fac5b16a16b321037407f\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"4\"\n            },\n            {\n                \"fieldId\": \"657fac53e97c07508daeeadf\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"MBA (FM)\"\n            },\n            {\n                \"fieldId\": \"657fac4816a16b3210373f8d\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"77122675275\"\n            },\n            {\n                \"fieldId\": \"65390e2b4d4aa1ed21103deb\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"Jul-22\"\n            },\n            {\n                \"fieldId\": \"64f6d6ac5df93f7fcd80b58f\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"Mumbai - Thane West\"\n            },\n            {\n                \"fieldId\": \"64f6d6a58bab664756cba9a1\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"Closed Won - Re-registration Pending\"\n            },\n            {\n                \"fieldId\": \"64e72a91f2d08250bad8e926\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"4\"\n            },\n            {\n                \"fieldId\": \"64bfc4ed92c6916d5ca8a1ac\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"MBA (FM)\"\n            },\n            {\n                \"fieldId\": \"64956b0f2f909ec2bfa76582\",\n                \"type\": \"TEXT\",\n                \"valueString\": \"Mumbai - Thane West\"\n            }\n        ],\n        \"creatorId\": \"644921d9217ddb4bc30dec98\",\n        \"messageOptIn\": true,\n        \"createdAt\": \"2023-11-20T10:28:34.760Z\",\n        \"updatedAt\": \"2024-09-16T06:10:24.580Z\",\n        \"fieldValuesKV\": {\n            \"instructions\": \"Mumbai - Thane West\",\n            \"test\": \"MBA (FM)\",\n            \"woocommerceorderid\": \"4\",\n            \"diabetes\": \"Closed Won - Re-registration Pending\",\n            \"bp\": \"Mumbai - Thane West\",\n            \"plans_customer_are_on\": \"Jul-22\",\n            \"text10\": \"77122675275\",\n            \"text3\": \"Closed Won - Re-registration Pending\",\n            \"text4\": \"02-07-2022\",\n            \"text5\": \"05-10-1977\",\n            \"text6\": \"Jan-24\",\n            \"text7\": \"Jul-22\",\n            \"text8\": \"4\",\n            \"text9\": \"MBA (FM)\"\n        },\n        \"__v\": 0,\n        \"contactOwnerId\": \"66e142164baf272ac6f14d67\",\n        \"whatsapp\": null,\n        \"channel\": [],\n        \"messages\": [],\n        \"id\": \"655b34d25aab6d8f45c0a316\"\n    },\n    {\n        \"_id\": \"66d6a389472b2f0661662c43\",\n        \"accountId\": \"6449104a0a74778d292f255a\",\n        \"name\": \"GOHIL PADMANABHSINH PRAVINSINH\",\n        \"email\": [],\n        \"phone\": [\n            \"917041809658\"\n        ],\n        \"tags\": [\n            {\n                \"id\": \"66d5b72df2729938ec2be2b3\",\n                \"name\": \"Internagaca15K\"\n            }\n        ],\n        \"fieldValues\": [],\n        \"creatorId\": \"644921d9217ddb4bc30dec98\",\n        \"messageOptIn\": true,\n        \"createdAt\": \"2024-09-03T05:50:01.130Z\",\n        \"updatedAt\": \"2024-09-03T05:50:01.130Z\",\n        \"__v\": 0,\n        \"channel\": [],\n        \"messages\": [],\n        \"id\": \"66d6a389472b2f0661662c43\"\n    },\n    {\n        \"_id\": \"66d6a3f6472b2f0661669bdd\",\n        \"accountId\": \"6449104a0a74778d292f255a\",\n        \"name\": \"MANISH PRAVINCHANDRA TRIVEDI\",\n        \"email\": [],\n        \"phone\": [\n            \"919879374250\"\n        ],\n        \"tags\": [\n            {\n                \"id\": \"66d5b72df2729938ec2be2b3\",\n                \"name\": \"Internagaca15K\"\n            }\n        ],\n        \"fieldValues\": [],\n        \"creatorId\": \"644921d9217ddb4bc30dec98\",\n        \"messageOptIn\": true,\n        \"createdAt\": \"2024-09-03T05:51:50.633Z\",\n        \"updatedAt\": \"2024-09-03T05:51:50.633Z\",\n        \"__v\": 0,\n        \"channel\": [],\n        \"messages\": [],\n        \"id\": \"66d6a3f6472b2f0661669bdd\"\n    },\n    {\n        \"_id\": \"66d6a36e472b2f0661660f92\",\n        \"accountId\": \"6449104a0a74778d292f255a\",\n        \"name\": \"DHRUTI PRAVIN BERA\",\n        \"email\": [],\n        \"phone\": [\n            \"919136396323\"\n        ],\n        \"tags\": [\n            {\n                \"id\": \"66d5b72df2729938ec2be2b3\",\n                \"name\": \"Internagaca15K\"\n            }\n        ],\n        \"fieldValues\": [],\n        \"creatorId\": \"644921d9217ddb4bc30dec98\",\n        \"messageOptIn\": true,\n        \"createdAt\": \"2024-09-03T05:49:34.086Z\",\n        \"updatedAt\": \"2024-09-03T05:49:34.086Z\",\n        \"__v\": 0,\n        \"channel\": [],\n        \"messages\": [],\n        \"id\": \"66d6a36e472b2f0661660f92\"\n    },\n    {\n        \"_id\": \"66d6a36e472b2f0661661020\",\n        \"accountId\": \"6449104a0a74778d292f255a\",\n        \"name\": \"DHRUV PRAVINSINH CHAVDA\",\n        \"email\": [],\n        \"phone\": [\n            \"919664559423\"\n        ],\n        \"tags\": [\n            {\n                \"id\": \"66d5b72df2729938ec2be2b3\",\n                \"name\": \"Internagaca15K\"\n            }\n        ],\n        \"fieldValues\": [],\n        \"creatorId\": \"644921d9217ddb4bc30dec98\",\n        \"messageOptIn\": true,\n        \"createdAt\": \"2024-09-03T05:49:34.595Z\",\n        \"updatedAt\": \"2024-09-03T05:49:34.595Z\",\n        \"__v\": 0,\n        \"channel\": [],\n        \"messages\": [],\n        \"id\": \"66d6a36e472b2f0661661020\"\n    },\n    {\n        \"_id\": \"66d6a3b0472b2f06616653ad\",\n        \"accountId\": \"6449104a0a74778d292f255a\",\n        \"name\": \"JEEGNA PRAVINKUMAR ADALJA\",\n        \"email\": [],\n        \"phone\": [\n            \"916353330558\"\n        ],\n        \"tags\": [\n            {\n                \"id\": \"66d5b72df2729938ec2be2b3\",\n                \"name\": \"Internagaca15K\"\n            }\n        ],\n        \"fieldValues\": [],\n        \"creatorId\": \"644921d9217ddb4bc30dec98\",\n        \"messageOptIn\": true,\n        \"createdAt\": \"2024-09-03T05:50:40.113Z\",\n        \"updatedAt\": \"2024-09-03T05:50:40.113Z\",\n        \"__v\": 0,\n        \"channel\": [],\n        \"messages\": [],\n        \"id\": \"66d6a3b0472b2f06616653ad\"\n    },\n    {\n        \"_id\": \"66d6a3b5472b2f0661665935\",\n        \"accountId\": \"6449104a0a74778d292f255a\",\n        \"name\": \"JOSHI VAIBHAV PRAVINCHANDRA\",\n        \"email\": [],\n        \"phone\": [\n            \"919408880451\"\n        ],\n        \"tags\": [\n            {\n                \"id\": \"66d5b72df2729938ec2be2b3\",\n                \"name\": \"Internagaca15K\"\n            }\n        ],\n        \"fieldValues\": [],\n        \"creatorId\": \"644921d9217ddb4bc30dec98\",\n        \"messageOptIn\": true,\n        \"createdAt\": \"2024-09-03T05:50:45.337Z\",\n        \"updatedAt\": \"2024-09-03T05:50:45.337Z\",\n        \"__v\": 0,\n        \"channel\": [],\n        \"messages\": [],\n        \"id\": \"66d6a3b5472b2f0661665935\"\n    },\n    {\n        \"_id\": \"66d6a43a472b2f066166e182\",\n        \"accountId\": \"6449104a0a74778d292f255a\",\n        \"name\": \"PARMAR PRAVINBHAI DINESHBHAI\",\n        \"email\": [],\n        \"phone\": [\n            \"919081409315\"\n        ],\n        \"tags\": [\n            {\n                \"id\": \"66d5b72df2729938ec2be2b3\",\n                \"name\": \"Internagaca15K\"\n            }\n        ],\n        \"fieldValues\": [],\n        \"creatorId\": \"644921d9217ddb4bc30dec98\",\n        \"messageOptIn\": true,\n        \"createdAt\": \"2024-09-03T05:52:58.646Z\",\n        \"updatedAt\": \"2024-09-03T05:52:58.646Z\",\n        \"__v\": 0,\n        \"channel\": [],\n        \"messages\": [],\n        \"id\": \"66d6a43a472b2f066166e182\"\n    },\n    {\n        \"_id\": \"66d6a43b472b2f066166e234\",\n        \"accountId\": \"6449104a0a74778d292f255a\",\n        \"name\": \"PARTH PRAVIN CHANDAK\",\n        \"email\": [],\n        \"phone\": [\n            \"919987753388\"\n        ],\n        \"tags\": [\n            {\n                \"id\": \"66d5b72df2729938ec2be2b3\",\n                \"name\": \"Internagaca15K\"\n            }\n        ],\n        \"fieldValues\": [],\n        \"creatorId\": \"644921d9217ddb4bc30dec98\",\n        \"messageOptIn\": true,\n        \"createdAt\": \"2024-09-03T05:52:59.316Z\",\n        \"updatedAt\": \"2024-09-03T05:52:59.316Z\",\n        \"__v\": 0,\n        \"channel\": [],\n        \"messages\": [],\n        \"id\": \"66d6a43b472b2f066166e234\"\n    }\n]"}],"_postman_id":"e573c6fc-bc45-4358-97f5-0eb5d40d455a"},{"name":"Get Contact filters","id":"73248838-3bd8-4912-8b78-e2d152500311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiSecret","value":"{{apiKey}}"},{"key":"apiKey","value":"{{apiSecret}}"}],"url":"https://server.gallabox.com/devapi/accounts/:accountId/contacts/filters","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","contacts","filters"],"host":["server","gallabox","com"],"query":[],"variable":[{"id":"18fe33ea-b670-4b5b-9914-98415ed4b362","type":"any","value":"{{accountId}}","key":"accountId"}]}},"response":[{"id":"6bd5da3a-aedb-41ef-b8d2-4f571da82e84","name":"Get Contact filters","originalRequest":{"method":"GET","header":[{"key":"apiSecret","value":"{{apiKey}}"},{"key":"apiKey","value":"{{apiSecret}}"}],"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/contacts/filters","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","contacts","filters"],"variable":[{"key":"accountId","value":"{{accountId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1736337333&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=F17cFGDhhr5hCwfAsyQ8SdanGoDAM7FHNwUn7J%2BbXwE%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1736337333&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=F17cFGDhhr5hCwfAsyQ8SdanGoDAM7FHNwUn7J%2BbXwE%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Wed Jan 08 2025 11:56:33 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"13dc-27/aUNJk5jzG3bVVT/7sowiYHyk\""},{"key":"Set-Cookie","value":"connect.sid=s%3AQtC9NDi-iYbjmV7BMSRbjOf8SXYQWg5-.PltNVd58S9ynyJPG11IuXmiy7%2BLmTJddUT8SQsewj5k; Path=/; HttpOnly"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 08 Jan 2025 11:55:33 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"filters\": [\n        {\n            \"id\": \"name\",\n            \"label\": \"Name\",\n            \"property\": \"name\",\n            \"type\": \"TEXT\",\n            \"meta\": {\n                \"isPrimaryField\": \"true\",\n                \"version\": \"2\"\n            }\n        },\n        {\n            \"id\": \"messageOptIn\",\n            \"label\": \"Marketing Optin\",\n            \"property\": \"messageOptIn\",\n            \"type\": \"BOOLEAN\",\n            \"meta\": {\n                \"isPrimaryField\": \"true\",\n                \"version\": \"2\"\n            }\n        },\n        {\n            \"id\": \"phone\",\n            \"label\": \"Phone\",\n            \"property\": \"phone\",\n            \"type\": \"TEXT\",\n            \"meta\": {\n                \"isPrimaryField\": \"true\",\n                \"isArray\": \"true\",\n                \"version\": \"2\"\n            }\n        },\n        {\n            \"id\": \"email\",\n            \"label\": \"Email\",\n            \"property\": \"email\",\n            \"type\": \"TEXT\",\n            \"meta\": {\n                \"isPrimaryField\": \"true\",\n                \"isArray\": \"true\",\n                \"version\": \"2\"\n            }\n        },\n        {\n            \"id\": \"tags.id\",\n            \"label\": \"Tags\",\n            \"property\": \"tags.id\",\n            \"type\": \"LOOKUP\",\n            \"lookupUrl\": \"/account/6449104a0a74778d292f255a/tags\",\n            \"labelKeyPath\": \"name\",\n            \"valueKeyPath\": \"id\",\n            \"meta\": {\n                \"isPrimaryField\": \"true\",\n                \"searchQueryKey\": \"name\",\n                \"version\": \"2\"\n            }\n        },\n        {\n            \"id\": \"createdAt\",\n            \"label\": \"Created At\",\n            \"property\": \"createdAt\",\n            \"type\": \"DATE\",\n            \"meta\": {\n                \"isPrimaryField\": \"true\",\n                \"version\": \"2\"\n            }\n        },\n        {\n            \"id\": \"updatedAt\",\n            \"label\": \"Updated At\",\n            \"property\": \"updatedAt\",\n            \"type\": \"DATE\",\n            \"meta\": {\n                \"isPrimaryField\": \"true\",\n                \"version\": \"2\"\n            }\n        },\n        {\n            \"id\": \"creatorId\",\n            \"label\": \"Creator\",\n            \"property\": \"creatorId\",\n            \"type\": \"LOOKUP\",\n            \"lookupUrl\": \"/account/6449104a0a74778d292f255a/users\",\n            \"labelKeyPath\": \"name\",\n            \"valueKeyPath\": \"id\",\n            \"meta\": {\n                \"isPrimaryField\": \"true\",\n                \"searchQueryKey\": \"search\",\n                \"version\": \"2\"\n            }\n        },\n        {\n            \"id\": \"contactOwnerId\",\n            \"label\": \"Contact Owner\",\n            \"property\": \"contactOwnerId\",\n            \"type\": \"LOOKUP\",\n            \"lookupUrl\": \"/account/6449104a0a74778d292f255a/users\",\n            \"labelKeyPath\": \"name\",\n            \"valueKeyPath\": \"id\",\n            \"meta\": {\n                \"isPrimaryField\": \"true\",\n                \"searchQueryKey\": \"search\",\n                \"version\": \"2\"\n            }\n        },\n        {\n            \"id\": \"660e4f8597ecdceb7cdc98cb\",\n            \"label\": \"date field\",\n            \"meta\": {\n                \"fieldId\": \"660e4f8597ecdceb7cdc98cb\",\n                \"isPrimaryField\": \"false\",\n                \"version\": \"2\",\n                \"fieldType\": \"DATE\",\n                \"fieldName\": \"date_field\"\n            },\n            \"property\": \"fieldValuesKV.date_field\",\n            \"type\": \"DATE\"\n        },\n        {\n            \"id\": \"662f66ba737a4ca579fff657\",\n            \"label\": \"City\",\n            \"meta\": {\n                \"fieldId\": \"662f66ba737a4ca579fff657\",\n                \"isPrimaryField\": \"false\",\n                \"version\": \"2\",\n                \"fieldType\": \"TEXT\",\n                \"fieldName\": \"City\"\n            },\n            \"property\": \"fieldValuesKV.City\",\n            \"type\": \"TEXT\"\n        },\n        {\n            \"id\": \"664d8ea22bcb03f19d24e610\",\n            \"label\": \"Single select\",\n            \"meta\": {\n                \"fieldId\": \"664d8ea22bcb03f19d24e610\",\n                \"isPrimaryField\": \"false\",\n                \"version\": \"2\",\n                \"fieldType\": \"SELECT\",\n                \"fieldName\": \"jeswin\"\n            },\n            \"property\": \"fieldValuesKV.jeswin\",\n            \"type\": \"SELECT\",\n            \"options\": [\n                {\n                    \"label\": \"Jay\",\n                    \"value\": \"Jay\"\n                },\n                {\n                    \"label\": \"Ruby\",\n                    \"value\": \"Ruby\"\n                }\n            ]\n        },\n        {\n            \"id\": \"66559644de31fe4a39af1084\",\n            \"label\": \"Activity_multiSelect\",\n            \"meta\": {\n                \"fieldId\": \"66559644de31fe4a39af1084\",\n                \"isPrimaryField\": \"false\",\n                \"version\": \"2\",\n                \"fieldType\": \"MULTI_SELECT\",\n                \"fieldName\": \"activity_multitext\",\n                \"isArray\": \"true\"\n            },\n            \"property\": \"fieldValuesKV.activity_multitext\",\n            \"type\": \"SELECT\",\n            \"options\": [\n                {\n                    \"label\": \"option 1\",\n                    \"value\": \"option 1\"\n                },\n                {\n                    \"label\": \"option 2\",\n                    \"value\": \"option 2\"\n                }\n            ]\n        },\n        {\n            \"id\": \"6655d420de31fe4a39b5fd71\",\n            \"label\": \"Number of clicks 1\",\n            \"meta\": {\n                \"fieldId\": \"6655d420de31fe4a39b5fd71\",\n                \"isPrimaryField\": \"false\",\n                \"version\": \"2\",\n                \"fieldType\": \"NUMBER\",\n                \"fieldName\": \"number_of_clicks\"\n            },\n            \"property\": \"fieldValuesKV.number_of_clicks\",\n            \"type\": \"NUMBER\"\n        },\n        {\n            \"id\": \"6655d48015a439ddb5a80b55\",\n            \"label\": \"Date of birth\",\n            \"meta\": {\n                \"fieldId\": \"6655d48015a439ddb5a80b55\",\n                \"isPrimaryField\": \"false\",\n                \"version\": \"2\",\n                \"fieldType\": \"DATE\",\n                \"fieldName\": \"date_of_birth\"\n            },\n            \"property\": \"fieldValuesKV.date_of_birth\",\n            \"type\": \"DATE\"\n        },\n        {\n            \"id\": \"6655d49f06175541ee31cd85\",\n            \"label\": \"Came for the reservation\",\n            \"meta\": {\n                \"fieldId\": \"6655d49f06175541ee31cd85\",\n                \"isPrimaryField\": \"false\",\n                \"version\": \"2\",\n                \"fieldType\": \"SWITCH\",\n                \"fieldName\": \"came_for_the_reservation\"\n            },\n            \"property\": \"fieldValuesKV.came_for_the_reservation\",\n            \"type\": \"BOOLEAN\"\n        },\n        {\n            \"id\": \"665ed0e25df625d691ad48d9\",\n            \"label\": \"asd\",\n            \"meta\": {\n                \"fieldId\": \"665ed0e25df625d691ad48d9\",\n                \"isPrimaryField\": \"false\",\n                \"version\": \"2\",\n                \"fieldType\": \"TEXT\",\n                \"fieldName\": \"asd\"\n            },\n            \"property\": \"fieldValuesKV.asd\",\n            \"type\": \"TEXT\"\n        },\n        {\n            \"id\": \"667e23f5720f7f996de33f0f\",\n            \"label\": \"activity_multiselect\",\n            \"meta\": {\n                \"fieldId\": \"667e23f5720f7f996de33f0f\",\n                \"isPrimaryField\": \"false\",\n                \"version\": \"2\",\n                \"fieldType\": \"MULTI_SELECT\",\n                \"fieldName\": \"activity_multiselect\",\n                \"isArray\": \"true\"\n            },\n            \"property\": \"fieldValuesKV.activity_multiselect\",\n            \"type\": \"SELECT\",\n            \"options\": [\n                {\n                    \"label\": \"option 1\",\n                    \"value\": \"option 1\"\n                },\n                {\n                    \"label\": \"option 2\",\n                    \"value\": \"option 2\"\n                }\n            ]\n        },\n        {\n            \"id\": \"667e24077728161e2129983e\",\n            \"label\": \"activity_text\",\n            \"meta\": {\n                \"fieldId\": \"667e24077728161e2129983e\",\n                \"isPrimaryField\": \"false\",\n                \"version\": \"2\",\n                \"fieldType\": \"TEXT\",\n                \"fieldName\": \"activity_text\"\n            },\n            \"property\": \"fieldValuesKV.activity_text\",\n            \"type\": \"TEXT\"\n        },\n        {\n            \"id\": \"668bed81755b8c385338d7ce\",\n            \"label\": \"gallabox_txt\",\n            \"meta\": {\n                \"fieldId\": \"668bed81755b8c385338d7ce\",\n                \"isPrimaryField\": \"false\",\n                \"version\": \"2\",\n                \"fieldType\": \"SELECT\",\n                \"fieldName\": \"gallabox_txt\"\n            },\n            \"property\": \"fieldValuesKV.gallabox_txt\",\n            \"type\": \"SELECT\",\n            \"options\": [\n                {\n                    \"label\": \"gallabox_txt\",\n                    \"value\": \"gallabox_txt\"\n                },\n                {\n                    \"label\": \"option 2\",\n                    \"value\": \"option 2\"\n                }\n            ]\n        }\n    ],\n    \"options\": {\n        \"NUMBER\": [\n            \"=\",\n            \"≠\",\n            \"≥\",\n            \"≤\",\n            \"Is empty\",\n            \"Is not empty\"\n        ],\n        \"BOOLEAN\": [\n            \"Is\",\n            \"Is not\",\n            \"Is empty\",\n            \"Is not empty\"\n        ],\n        \"DATE\": [\n            \"Is\",\n            \"Is before\",\n            \"Is after\",\n            \"Is on or before\",\n            \"Is on or after\",\n            \"Range\",\n            \"Is empty\",\n            \"Is not empty\"\n        ],\n        \"SELECT\": [\n            \"Contains\",\n            \"Does not contain\",\n            \"Is empty\",\n            \"Is not empty\"\n        ],\n        \"LOOKUP\": [\n            \"Contains\",\n            \"Does not contain\",\n            \"Is empty\",\n            \"Is not empty\"\n        ],\n        \"TEXT\": [\n            \"Is\",\n            \"Is not\",\n            \"Does not contain\",\n            \"Starts with\",\n            \"Ends with\",\n            \"Is empty\",\n            \"Is not empty\"\n        ]\n    }\n}"}],"_postman_id":"73248838-3bd8-4912-8b78-e2d152500311"},{"name":"Add Contact","id":"040393a9-399c-4d04-b34f-6e30bda6607e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Yogesh\",\n    \"email\": [\n        \"yogesh@gmail.com\"\n    ],\n    \"phone\": [\n        \"919840975989\"\n    ],\n    \"tags\": [\n        {\n            \"name\": \"service1\"\n        },\n        {\n            \"name\": \"service2\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/contacts","description":"<p>Add Contact API will create new contact with name, phone, email, tags and fields</p>\n","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","contacts"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"}]}},"response":[{"id":"5cd4f484-49e9-4705-b436-ad29c2e0b034","name":"Add Contact","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Yogesh\",\n    \"email\": [\n        \"yogesh@gmail.com\"\n    ],\n    \"phone\": [\n        \"919840975989\"\n    ],\n    \"tags\": [\n        {\n            \"name\": \"service1\"\n        },\n        {\n            \"name\": \"service2\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/contacts","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","contacts"],"variable":[{"key":"accountId","value":"{{accountId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720694126&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=oU%2F6yNoZnz8Nx64RloCovl2OgeyGn7hefN%2FlSWYF6PI%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720694126&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=oU%2F6yNoZnz8Nx64RloCovl2OgeyGn7hefN%2FlSWYF6PI%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"197"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 10:36:05 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"513"},{"key":"Etag","value":"W/\"201-SSGkMLellzB22c3MJKaJhstYUp8\""},{"key":"Set-Cookie","value":"connect.sid=s%3AeuIbJGIwezhrRi2pxpvf2kU5BQrJgLO1.K5J5tWnHx15X%2F1Yw6%2FIRINYbylCPx9x8sQ%2FIqz5RVjE; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 10:35:26 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"name\": \"Yogesh\",\n    \"email\": [\n        \"yogesh@gmail.com\"\n    ],\n    \"phone\": [\n        \"919840975989\"\n    ],\n    \"tags\": [\n        {\n            \"id\": \"650a8527a413c67b473aedf5\",\n            \"name\": \"service2\"\n        },\n        {\n            \"id\": \"650a8527a413c67b473aedf4\",\n            \"name\": \"service1\"\n        }\n    ],\n    \"creatorId\": \"629e06e48e13b5000ae338d3\",\n    \"messageOptIn\": true,\n    \"fieldValues\": [],\n    \"createdAt\": \"2024-07-11T10:35:26.696Z\",\n    \"updatedAt\": \"2024-07-11T10:35:26.696Z\",\n    \"company\": null,\n    \"formattedPhone\": [\n        {\n            \"countryCode\": \"91\",\n            \"phoneNumber\": \"9840975989\"\n        }\n    ],\n    \"marketingOptIn\": true,\n    \"id\": \"668fb56ea373d449e39af08b\"\n}"}],"_postman_id":"040393a9-399c-4d04-b34f-6e30bda6607e"},{"name":"Upsert Contact","id":"809876ee-89d3-4add-ae57-d613d13db0c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Yogesh\",\n    \"email\": [\n        \"yogesh@gmail.com\"\n    ],\n    \"phone\": [\n        \"+919840975989\"\n    ],\n    \"contactOwnerId\":\"agent@gmail.com\",\n    \"tags\": [\n        {\n            \"name\": \"service1\"\n        },\n        {\n            \"name\": \"service2\"\n        }\n    ],\n    \"fieldValues\": {\n        \"Field1 Name\": \"Value\",\n        \"Field2 Name\": \"Value\",\n        \"Field3 Name\": \"Value\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/contacts/upsert","description":"<p>Upsert Contact API will create or update contact based on email or mobile</p>\n","urlObject":{"protocol":"https","path":["devapi","contacts","upsert"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"a2a62024-0876-4c2c-91f7-03137f85acc8","name":"Upsert Contact","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"667e6301acffb52881ca59b2"},{"key":"apiSecret","value":"5b89a5e12ff24291b6ec2a623e40b35c"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Yogesh\",\n    \"email\": [\n        \"yogesh@gmail.com\"\n    ],\n    \"phone\": [\n        \"+919840975989\"\n    ],\n    \"contactOwnerId\":\"agent@gmail.com\",\n    \"tags\": [\n        {\n            \"name\": \"service1\"\n        },\n        {\n            \"name\": \"service2\"\n        }\n    ],\n    \"fieldValues\": {\n        \"Field1 Name\": \"Value\",\n        \"Field2 Name\": \"Value\",\n        \"Field3 Name\": \"Value\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/contacts/upsert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720694347&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=nrNhAMWv2Xw0h5us2dgSyNimc7Ipk361jqvsgvFyg0w%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720694347&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=nrNhAMWv2Xw0h5us2dgSyNimc7Ipk361jqvsgvFyg0w%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 10:40:07 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"533"},{"key":"Etag","value":"W/\"215-kWetBEYmJD+R7HeDN34keWNR5F0\""},{"key":"Set-Cookie","value":"connect.sid=s%3AC3TYkJX5pfWMrJZrTLHM5tylTd3kmQDk.L65Qz%2F74qBCAFbV%2FMncTrMIYygMdpmyfna5mim1W4ao; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 10:39:07 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"name\": \"Yogesh\",\n    \"email\": [\n        \"yogesh@gmail.com\"\n    ],\n    \"phone\": [\n        \"919840975989\"\n    ],\n    \"tags\": [\n        {\n            \"id\": \"650a8527a413c67b473aedf5\",\n            \"name\": \"service2\"\n        },\n        {\n            \"id\": \"650a8527a413c67b473aedf4\",\n            \"name\": \"service1\"\n        }\n    ],\n    \"creatorId\": \"629e06e48e13b5000ae338d3\",\n    \"messageOptIn\": true,\n    \"fieldValues\": [],\n    \"createdAt\": \"2024-07-11T10:35:26.696Z\",\n    \"updatedAt\": \"2024-07-11T10:39:07.843Z\",\n    \"company\": null,\n    \"formattedPhone\": [\n        {\n            \"countryCode\": \"91\",\n            \"phoneNumber\": \"9840975989\"\n        }\n    ],\n    \"marketingOptIn\": true,\n    \"contactOwner\": null,\n    \"id\": \"668fb56ea373d449e39af08b\"\n}"}],"_postman_id":"809876ee-89d3-4add-ae57-d613d13db0c6"},{"name":"List Contacts","id":"74792238-c97d-471e-86e5-e00178d39c1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"searchQuery\": \"Bruce\",\n    \"filter\": {\n        \"condition\": \"or\",\n        \"rules\": [\n            {\n                \"type\": \"TEXT\",\n                \"property\": \"email\",\n                \"propertyLabel\": \"Email\",\n                \"operator\": \"Is\",\n                \"valueLabels\": [\n                    \"wealth@iventures.in\"\n                ],\n                \"values\": [\n                    \"wealth@iventures.in\"\n                ],\n                \"meta\": {\n                    \"isPrimaryField\": \"true\",\n                    \"isArray\": \"true\"\n                }\n            },\n            {\n                \"type\": \"TEXT\",\n                \"property\": \"phone\",\n                \"propertyLabel\": \"Phone\",\n                \"operator\": \"Is\",\n                \"valueLabels\": [\n                    \"919840985909\"\n                ],\n                \"values\": [\n                    \"919840985909\"\n                ],\n                \"meta\": {\n                    \"isPrimaryField\": \"true\",\n                    \"isArray\": \"true\"\n                }\n            }\n        ]\n    },\n    \"limit\": 20,\n    \"page\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/contacts","description":"<p>please refer the response of the <a href=\"https://documenter.getpostman.com/view/17087523/2sAYJ4hL6Q#e8f843e0-595b-448b-a818-7c45fc082aeb\">Get Contact filters</a> api to know about the available fields configured in your account</p>\n","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","contacts"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"}]}},"response":[{"id":"480039be-12bf-4410-bbed-8b203d624b14","name":"List Contacts","originalRequest":{"method":"PATCH","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"searchQuery\": \"Bruce\",\n    \"filter\": {\n        \"condition\": \"or\",\n        \"rules\": [\n            {\n                \"type\": \"TEXT\",\n                \"property\": \"email\",\n                \"propertyLabel\": \"Email\",\n                \"operator\": \"Is\",\n                \"valueLabels\": [\n                    \"batman749@gmail.com\"\n                ],\n                \"values\": [\n                    \"batman749@gmail.com\"\n                ],\n                \"meta\": {\n                    \"isPrimaryField\": \"true\",\n                    \"isArray\": \"true\"\n                }\n            },\n            {\n                \"type\": \"TEXT\",\n                \"property\": \"phone\",\n                \"propertyLabel\": \"Phone\",\n                \"operator\": \"Is\",\n                \"valueLabels\": [\n                    \"919840985909\"\n                ],\n                \"values\": [\n                    \"919840985909\"\n                ],\n                \"meta\": {\n                    \"isPrimaryField\": \"true\",\n                    \"isArray\": \"true\"\n                }\n            }\n        ]\n    },\n    \"limit\": 20,\n    \"page\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/contacts","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","contacts"],"variable":[{"key":"accountId","value":"{{accountId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": \"62c7d0791080770004f08b19\",\n        \"name\": \"Bruce Wayne\",\n        \"email\": [\"batman749@gmail.com\"],\n        \"phone\": [\n            \"919840985909\"\n        ],\n        \"messageOptIn\": true,\n        \"tags\": [\n            {\n                \"id\": \"654498b874c4246a8ed1e2c5\",\n                \"name\": \"batch\"\n            }\n        ],\n        \"fieldValues\": [],\n        \"createdAt\": \"2023-04-21T04:56:53.074Z\",\n        \"updatedAt\": \"2024-09-03T01:54:16.986Z\",\n        \"__v\": 0,\n        \"lastConversationId\": \"66d66c4879589a1c5f856aa1\",\n        \"id\": \"644217950d7229092d0e1ee3\",\n        \"whatsapp\": null,\n        \"marketingOptIn\": true\n    }\n]"}],"_postman_id":"74792238-c97d-471e-86e5-e00178d39c1b"}],"id":"059100c1-bc26-4375-81b8-d61af9a88201","description":"<p>You can add new contact by making a <code>POST</code> call to the <code>/devapi/accounts/{{accountId}}/contacts</code></p>\n","_postman_id":"059100c1-bc26-4375-81b8-d61af9a88201"},{"name":"Webhooks","item":[{"name":"List Webhooks","id":"3be7458b-3a9c-483b-bdd9-4098fc80708a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"url":"https://server.gallabox.com/devapi/webhooks","urlObject":{"protocol":"https","path":["devapi","webhooks"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"1a20c263-f5b2-474f-8538-bd21897d8895","name":"List Webhooks","originalRequest":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"url":"https://server.gallabox.dev/devapi/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720694682&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=6Oj4Dg3dZiWmjnDSHUjQwY8xzVAZUeuX3I7nDUrJ%2FBs%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720694682&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=6Oj4Dg3dZiWmjnDSHUjQwY8xzVAZUeuX3I7nDUrJ%2FBs%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"198"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 10:45:16 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"743-E7/VFX/0y1XFy+bYjgoGEAI1mzk\""},{"key":"Set-Cookie","value":"connect.sid=s%3AKoNqdyhklxaWNWHYAEsiI3zGetFOaksX.OU2LxYTD9uTgjyDApUirVn%2BTGrFiYYe%2F1uQj1uTsDDk; Path=/; HttpOnly"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 11 Jul 2024 10:44:42 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6684fe52012529308b70439d\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"events\": [\n            \"Contact.Created\"\n        ],\n        \"disabled\": false,\n        \"requestUrl\": \"https://6c5d-103-16-202-120.ngrok-free.app\",\n        \"requestMethod\": \"POST\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"requestFailedCount\": 0,\n        \"skipDisable\": false,\n        \"createdAt\": \"2024-07-03T07:31:30.151Z\",\n        \"updatedAt\": \"2024-07-03T07:31:30.151Z\",\n        \"__v\": 0,\n        \"id\": \"6684fe52012529308b70439d\"\n    },\n    {\n        \"_id\": \"6572c0d6924935fadd4c6737\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"events\": [\n            \"Message.WA.Status.Failed\"\n        ],\n        \"disabled\": false,\n        \"requestUrl\": \"https://webhook.site/8b6ec400-f09e-48e5-8449-2e7f459e7492\",\n        \"requestMethod\": \"POST\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"requestFailedCount\": 0,\n        \"createdAt\": \"2023-12-08T07:08:06.266Z\",\n        \"updatedAt\": \"2023-12-08T07:08:06.266Z\",\n        \"__v\": 0,\n        \"id\": \"6572c0d6924935fadd4c6737\",\n        \"skipDisable\": false\n    },\n    {\n        \"_id\": \"652396e580268b82062b0a5b\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"events\": [\n            \"Conversation.Create\",\n            \"Conversation.Update\",\n            \"Conversation.Tag.Mapped\",\n            \"Conversation.Tag.Unmapped\"\n        ],\n        \"disabled\": false,\n        \"requestUrl\": \"https://webhook.site/d546ba52-a1fa-4fe6-892a-3d236236ebe2\",\n        \"requestMethod\": \"POST\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"requestFailedCount\": 0,\n        \"createdAt\": \"2023-10-09T06:00:05.318Z\",\n        \"updatedAt\": \"2023-10-09T06:00:05.318Z\",\n        \"__v\": 0,\n        \"id\": \"652396e580268b82062b0a5b\",\n        \"skipDisable\": false\n    },\n    {\n        \"_id\": \"64d0c2569d63894628dfed54\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"events\": [\n            \"Contact.Updated\"\n        ],\n        \"disabled\": false,\n        \"secret\": \"U2FsdGVkX1+s77/Sd1nEUw5/qwvm4oK59/tR/Re2/5TW/yGxLNt0fw792v/7ei/X7KPkYzvaEBgYYWfXf2hPaTZqTldDVUYjCdABeFuk96Y=\",\n        \"requestUrl\": \"https://webhook.site/4787a0a3-8093-4782-b718-8bbb201e0e75\",\n        \"requestMethod\": \"POST\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"requestFailedCount\": 0,\n        \"createdAt\": \"2023-08-07T10:07:18.205Z\",\n        \"updatedAt\": \"2023-08-07T10:07:18.205Z\",\n        \"__v\": 0,\n        \"id\": \"64d0c2569d63894628dfed54\",\n        \"skipDisable\": false\n    }\n]"}],"_postman_id":"3be7458b-3a9c-483b-bdd9-4098fc80708a"},{"name":"Update Webhook","id":"fa641ce7-78e5-44de-b27a-455a8dc52da1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"events\": [\r\n        \"Message.WA.Status.Received\"\r\n    ],\r\n    \"requestUrl\": \"https://gallabox.free.beeceptor.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/webhooks/:webhookId","urlObject":{"protocol":"https","path":["devapi","webhooks",":webhookId"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{webhookId}}","key":"webhookId"}]}},"response":[{"id":"580205f1-f882-498d-9c20-d2b18ffb2cc2","name":"Update Webhook","originalRequest":{"method":"PATCH","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"events\": [\r\n        \"Message.WA.Status.Received\"\r\n    ],\r\n    \"requestUrl\": \"https://gallabox.free.beeceptor.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/webhooks/:webhookId","protocol":"https","host":["server","gallabox","com"],"path":["devapi","webhooks",":webhookId"],"variable":[{"key":"webhookId","value":"{{webhookId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720695297&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=8%2Fj0LsxPwj8t5LjlN%2BgsF%2FMdddwBtm9mP3qqpBEHq3k%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720695297&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=8%2Fj0LsxPwj8t5LjlN%2BgsF%2FMdddwBtm9mP3qqpBEHq3k%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 10:55:57 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"404"},{"key":"Etag","value":"W/\"194-PRf1sLhr+wwIKGqpGv8jhTNGzmA\""},{"key":"Set-Cookie","value":"connect.sid=s%3AoDUbbrVgeketOuUhMRiqtn6-5TSRST25.15tsBrKUylSkAanGTlNkZppO7YO7bOVy63swh6Vr6y0; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 10:54:58 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"652396e580268b82062b0a5b\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"events\": [\n        \"Message.WA.Status.Received\"\n    ],\n    \"disabled\": false,\n    \"requestUrl\": \"https://gallabox.free.beeceptor.com\",\n    \"requestMethod\": \"POST\",\n    \"creatorId\": \"629e06e48e13b5000ae338d3\",\n    \"requestFailedCount\": 0,\n    \"createdAt\": \"2023-10-09T06:00:05.318Z\",\n    \"updatedAt\": \"2024-07-11T10:54:57.993Z\",\n    \"__v\": 0,\n    \"id\": \"652396e580268b82062b0a5b\",\n    \"skipDisable\": false\n}"}],"_postman_id":"fa641ce7-78e5-44de-b27a-455a8dc52da1"},{"name":"Create Webhook","id":"0213dc8e-aaa4-4a72-9caa-124692166f63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"requestUrl\": \"https://gallabox.free.beeceptor.com\",\r\n    \"events\": [\r\n        \"Contact.Created\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/webhooks","urlObject":{"protocol":"https","path":["devapi","webhooks"],"host":["server","gallabox","com"],"query":[],"variable":[]}},"response":[{"id":"b4ba85bf-a945-4cd3-a1cd-2f798c7fda8e","name":"Create Webhook","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\r\n    \"requestUrl\": \"https://6c5d-103-16-202-121.ngrok-free.app\",\r\n    \"events\": [\r\n        \"Contact.Created\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720695615&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=11pWex4PKr0u8hAoZygGzh0IH1nZyMEwvVTBCu3SUIA%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720695615&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=11pWex4PKr0u8hAoZygGzh0IH1nZyMEwvVTBCu3SUIA%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 11:01:15 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"359"},{"key":"Etag","value":"W/\"167-TQ9RZc3oAtu804s2T6KwcOFXtw4\""},{"key":"Set-Cookie","value":"connect.sid=s%3ACM6_LsGTYfKi3mTr960egLCXt9Rhzd6l.o3vxJsAvYWaQsuux3yWDrNcRYXaGPv1CG6MZwycP4b0; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 11:00:15 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"events\": [\n        \"Contact.Created\"\n    ],\n    \"disabled\": false,\n    \"requestUrl\": \"https://6c5d-103-16-202-121.ngrok-free.app\",\n    \"requestMethod\": \"POST\",\n    \"creatorId\": \"629e06e48e13b5000ae338d3\",\n    \"requestFailedCount\": 0,\n    \"skipDisable\": false,\n    \"createdAt\": \"2024-07-11T11:00:15.156Z\",\n    \"updatedAt\": \"2024-07-11T11:00:15.156Z\",\n    \"id\": \"668fbb3fa373d449e39af659\"\n}"}],"_postman_id":"0213dc8e-aaa4-4a72-9caa-124692166f63"},{"name":"Get Webhook","id":"d672e17b-d1ac-4d41-b165-cdbd64f0e0a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"url":"https://server.gallabox.com/devapi/accounts/:accountId/webhooks/:webhookId","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","webhooks",":webhookId"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"},{"type":"any","value":"{{webhookId}}","key":"webhookId"}]}},"response":[{"id":"bc733765-ec3d-4241-8bb9-9a10a7cf5b0b","name":"Get Webhook","originalRequest":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/webhooks/:webhookId","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","webhooks",":webhookId"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"webhookId","value":"{{webhookId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720695755&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Cd6w41ZlnBlNSekAiCursMgSbp%2FG2flWj7j2qkUJDaY%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720695755&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=Cd6w41ZlnBlNSekAiCursMgSbp%2FG2flWj7j2qkUJDaY%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 11:03:35 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"404"},{"key":"Etag","value":"W/\"194-PRf1sLhr+wwIKGqpGv8jhTNGzmA\""},{"key":"Set-Cookie","value":"connect.sid=s%3AWkGpu7xzP8vZUKl2tk-QOBR0ueinnh_V.nrPhVd4DnRlGHekqtBWD9Wq2erOdksOy07%2BU8hMooqI; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 11:02:35 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"652396e580268b82062b0a5b\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"events\": [\n        \"Message.WA.Status.Received\"\n    ],\n    \"disabled\": false,\n    \"requestUrl\": \"https://gallabox.free.beeceptor.com\",\n    \"requestMethod\": \"POST\",\n    \"creatorId\": \"629e06e48e13b5000ae338d3\",\n    \"requestFailedCount\": 0,\n    \"createdAt\": \"2023-10-09T06:00:05.318Z\",\n    \"updatedAt\": \"2024-07-11T10:54:57.993Z\",\n    \"__v\": 0,\n    \"id\": \"652396e580268b82062b0a5b\",\n    \"skipDisable\": false\n}"}],"_postman_id":"d672e17b-d1ac-4d41-b165-cdbd64f0e0a9"},{"name":"Delete Webhook","id":"663d9155-a52d-4841-9d4e-78da5a936862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"url":"https://server.gallabox.com/devapi/webhooks/:webhookId","urlObject":{"protocol":"https","path":["devapi","webhooks",":webhookId"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{webhookId}}","key":"webhookId"}]}},"response":[{"id":"1a90b816-23cc-421d-9411-b5db97080243","name":"Delete Webhook","originalRequest":{"method":"DELETE","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"url":{"raw":"https://server.gallabox.com/devapi/webhooks/:webhookId","protocol":"https","host":["server","gallabox","com"],"path":["devapi","webhooks",":webhookId"],"variable":[{"key":"webhookId","value":"{{webhookId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720695862&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=8X5YV5UESUCLpwk81TeGbRB3O%2FOokj5QQ68vzeLPNe4%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720695862&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=8X5YV5UESUCLpwk81TeGbRB3O%2FOokj5QQ68vzeLPNe4%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 11:05:22 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"404"},{"key":"Etag","value":"W/\"194-PRf1sLhr+wwIKGqpGv8jhTNGzmA\""},{"key":"Set-Cookie","value":"connect.sid=s%3AMqebOjpHlWc1ZM5FWiDhXpWS5TxEiHws.BmiB2eLJZROsmq4F4fkaePxmKWDk3NI%2FFG60Ggk0dbc; Path=/; HttpOnly"},{"key":"Date","value":"Thu, 11 Jul 2024 11:04:22 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"652396e580268b82062b0a5b\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"events\": [\n        \"Message.WA.Status.Received\"\n    ],\n    \"disabled\": false,\n    \"requestUrl\": \"https://gallabox.free.beeceptor.com\",\n    \"requestMethod\": \"POST\",\n    \"creatorId\": \"629e06e48e13b5000ae338d3\",\n    \"requestFailedCount\": 0,\n    \"createdAt\": \"2023-10-09T06:00:05.318Z\",\n    \"updatedAt\": \"2024-07-11T10:54:57.993Z\",\n    \"__v\": 0,\n    \"id\": \"652396e580268b82062b0a5b\",\n    \"skipDisable\": false\n}"}],"_postman_id":"663d9155-a52d-4841-9d4e-78da5a936862"}],"id":"66c78e68-73e7-42b9-919d-97b19fbcb834","description":"<p>Webhooks are server callbacks to your server from Gallabox Server. Webhooks are event-based and are sent when specific events related to the Contacts, Messages happen.</p>\n<p>Gallabox sends the following payloads for Contacts and Messages events:</p>\n<h3 id=\"contact-webhooks-events\">Contact Webhooks Events:</h3>\n<ul>\n<li><p><code>Contact.Created</code></p>\n</li>\n<li><p><code>Contact.Updated</code></p>\n</li>\n<li><p><code>Contact.Tag.Mapped</code></p>\n</li>\n<li><p><code>Contact.Tag.Unmapped</code></p>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<h4 id=\"contactcreated\">Contact.Created</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"accountId\": \"629e06e58e13b5000ae338d5\",\n  \"name\": \"bruce wayne\",\n  \"email\": [\n    \"batman911@gmail.com\"\n  ],\n  \"tags\": [],\n  \"fieldValues\": [],\n  \"creatorId\": \"629e06e48e13b5000ae338d3\",\n  \"messageOptIn\": true,\n  \"createdAt\": \"2024-07-29T06:13:41.234Z\",\n  \"updatedAt\": \"2024-07-29T06:13:41.234Z\",\n  \"company\": null,\n  \"formattedPhone\": [\n    {\n      \"countryCode\": \"91\",\n      \"phoneNumber\": \"9438497481\"\n    }\n  ],\n  \"marketingOptIn\": true,\n  \"id\": \"66a733157eb2ae33f8d4bc34\",\n  \"phone\": [\n    \"+919438497481\"\n  ],\n  \"fieldValuesCompact\": {\n    \"date\": \"\",\n    \"multiselect\": \"\",\n    \"Zip_Code\": \"\",\n    \"State\": \"\",\n    \"Country\": \"\",\n    \"City\": \"\"\n  }\n}\n\n</code></pre>\n<h4 id=\"contactupdate\">Contact.Update</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"accountId\": \"629e06e58e13b5000ae338d5\",\n  \"name\": \"bruce wayne\",\n  \"email\": [\n    \"batman911@gmail.com\"\n  ],\n  \"tags\": [\n    {\n      \"id\": \"667e912913d5f362da4e9282\",\n      \"name\": \"NewCustomer\"\n    }\n  ],\n  \"fieldValues\": [\n    {\n      \"fieldId\": \"62b2d6002da62b0008071adb\",\n      \"type\": \"DATE\",\n      \"value\": \"2020-11-11\",\n      \"valueDate\": \"2020-11-10T18:30:00.000Z\",\n      \"field\": {\n        \"isPrimary\": false,\n        \"isMandatory\": false,\n        \"isActive\": true,\n        \"sortOrder\": 4,\n        \"isDelete\": false,\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"creatorId\": \"629ee7a28e13b5000ae33a28\",\n        \"scope\": \"CONTACT\",\n        \"name\": \"date\",\n        \"config\": {\n          \"options\": [],\n          \"type\": \"DATE\",\n          \"label\": \"Date\"\n        },\n        \"createdAt\": \"2022-06-22T08:42:40.475Z\",\n        \"updatedAt\": \"2024-07-24T10:51:27.105Z\",\n        \"id\": \"62b2d6002da62b0008071adb\"\n      }\n    },\n    {\n      \"fieldId\": \"62b2d6152da62b0008071aeb\",\n      \"type\": \"MULTI_SELECT\",\n      \"value\": [\n        \"Chennai\"\n      ],\n      \"valueArray\": [\n        \"Chennai\"\n      ],\n      \"field\": {\n        \"isPrimary\": false,\n        \"isMandatory\": false,\n        \"isActive\": true,\n        \"sortOrder\": 5,\n        \"isDelete\": false,\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"creatorId\": \"629ee7a28e13b5000ae33a28\",\n        \"scope\": \"CONTACT\",\n        \"name\": \"multiselect\",\n        \"config\": {\n          \"options\": [\n            \"Chennai\",\n            \"Hyderabad\",\n            \"Calcutta\"\n          ],\n          \"type\": \"MULTI_SELECT\",\n          \"label\": \"MultiSelect\",\n          \"hint\": \"\"\n        },\n        \"createdAt\": \"2022-06-22T08:43:01.842Z\",\n        \"updatedAt\": \"2024-06-20T09:46:19.566Z\",\n        \"id\": \"62b2d6152da62b0008071aeb\"\n      }\n    },\n    {\n      \"fieldId\": \"6673fc666a872e58e8c70673\",\n      \"type\": \"NUMBER\",\n      \"value\": 644886,\n      \"valueNumber\": 644886,\n      \"field\": {\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"fieldCollectionId\": \"6082ec0fc3c80000047934c7\",\n        \"name\": \"Zip_Code\",\n        \"scope\": \"CONTACT\",\n        \"config\": {\n          \"type\": \"NUMBER\",\n          \"label\": \"Zip Code\",\n          \"options\": []\n        },\n        \"isPrimary\": false,\n        \"isMandatory\": false,\n        \"isActive\": true,\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"sortOrder\": 10,\n        \"isDelete\": false,\n        \"createdAt\": \"2024-06-20T09:54:46.357Z\",\n        \"updatedAt\": \"2024-06-20T09:55:01.856Z\",\n        \"id\": \"6673fc666a872e58e8c70673\"\n      }\n    },\n    {\n      \"fieldId\": \"6673fc666a872e58e8c70678\",\n      \"type\": \"TEXT\",\n      \"value\": \"DC\",\n      \"valueString\": \"DC\",\n      \"field\": {\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"fieldCollectionId\": \"6082ebd6b204e90004dede0c\",\n        \"name\": \"State\",\n        \"scope\": \"CONTACT\",\n        \"config\": {\n          \"type\": \"TEXT\",\n          \"label\": \"State\",\n          \"options\": []\n        },\n        \"isPrimary\": false,\n        \"isMandatory\": false,\n        \"isActive\": true,\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"sortOrder\": 10,\n        \"isDelete\": false,\n        \"createdAt\": \"2024-06-20T09:54:46.377Z\",\n        \"updatedAt\": \"2024-06-20T09:55:01.303Z\",\n        \"id\": \"6673fc666a872e58e8c70678\"\n      }\n    },\n    {\n      \"fieldId\": \"6673fc666a872e58e8c7067a\",\n      \"type\": \"TEXT\",\n      \"value\": \"America\",\n      \"valueString\": \"America\",\n      \"field\": {\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"fieldCollectionId\": \"6082ebe3c3c80000047934c6\",\n        \"name\": \"Country\",\n        \"scope\": \"CONTACT\",\n        \"config\": {\n          \"type\": \"TEXT\",\n          \"label\": \"Country\",\n          \"options\": []\n        },\n        \"isPrimary\": false,\n        \"isMandatory\": false,\n        \"isActive\": true,\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"sortOrder\": 10,\n        \"isDelete\": false,\n        \"createdAt\": \"2024-06-20T09:54:46.391Z\",\n        \"updatedAt\": \"2024-06-20T09:55:00.049Z\",\n        \"id\": \"6673fc666a872e58e8c7067a\"\n      }\n    },\n    {\n      \"fieldId\": \"6673fc676a872e58e8c706cc\",\n      \"type\": \"TEXT\",\n      \"value\": \"gotham\",\n      \"valueString\": \"gotham\",\n      \"field\": {\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"fieldCollectionId\": \"6082ebc8c3c80000047934c5\",\n        \"name\": \"City\",\n        \"scope\": \"CONTACT\",\n        \"config\": {\n          \"type\": \"TEXT\",\n          \"label\": \"City\",\n          \"options\": []\n        },\n        \"isPrimary\": false,\n        \"isMandatory\": false,\n        \"isActive\": true,\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"sortOrder\": 13,\n        \"isDelete\": false,\n        \"createdAt\": \"2024-06-20T09:54:47.594Z\",\n        \"updatedAt\": \"2024-06-20T09:55:00.561Z\",\n        \"id\": \"6673fc676a872e58e8c706cc\"\n      }\n    }\n  ],\n  \"creatorId\": \"629e06e48e13b5000ae338d3\",\n  \"messageOptIn\": true,\n  \"createdAt\": \"2024-07-29T06:13:41.234Z\",\n  \"updatedAt\": \"2024-07-29T06:17:21.990Z\",\n  \"fieldValuesKV\": {\n    \"City\": \"gotham\",\n    \"Country\": \"America\",\n    \"State\": \"DC\",\n    \"Zip_Code\": 644886,\n    \"date\": \"2020-11-10T18:30:00.000Z\",\n    \"multiselect\": [\n      \"Chennai\"\n    ]\n  },\n  \"account\": {\n    \"name\": \"Rohit Caterers\",\n    \"id\": \"629e06e58e13b5000ae338d5\"\n  },\n  \"creator\": {\n    \"name\": \"Rohit Caterer .\",\n    \"picture\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/9ac20a2b-6f9a-47e1-8da4-273a4e36ab7f-download2.jfif\",\n    \"id\": \"629e06e48e13b5000ae338d3\"\n  },\n  \"company\": null,\n  \"blockedContacts\": [],\n  \"formattedPhone\": [\n    {\n      \"countryCode\": \"91\",\n      \"phoneNumber\": \"9438497481\"\n    }\n  ],\n  \"marketingOptIn\": true,\n  \"contactOwner\": null,\n  \"id\": \"66a733157eb2ae33f8d4bc34\",\n  \"phone\": [\n    \"+919438497481\"\n  ],\n  \"fieldValuesCompact\": {\n    \"date\": \"2020-11-11\",\n    \"multiselect\": \"Chennai\",\n    \"Zip_Code\": 644886,\n    \"State\": \"DC\",\n    \"Country\": \"America\",\n    \"City\": \"gotham\"\n  }\n}\n\n</code></pre>\n<h4 id=\"contacttagmapped\">Contact.Tag.Mapped</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"accountId\": \"629e06e58e13b5000ae338d5\",\n  \"contactId\": \"66a733157eb2ae33f8d4bc34\",\n  \"id\": \"667ea06113d5f362da4ea1e5\",\n  \"name\": \"custom tag\",\n  \"contact\": {\n    \"_id\": \"66a733157eb2ae33f8d4bc34\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"name\": \"bruce wayne\",\n    \"email\": [\n      \"batman911@gmail.com\"\n    ],\n    \"phone\": [\n      \"919438497481\"\n    ],\n    \"tags\": [\n      {\n        \"id\": \"667e912913d5f362da4e9282\",\n        \"name\": \"NewCustomer\"\n      },\n      {\n        \"id\": \"667ea06113d5f362da4ea1e5\",\n        \"name\": \"custom tag\"\n      }\n    ],\n    \"fieldValues\": [\n      {\n        \"fieldId\": \"62b2d6002da62b0008071adb\",\n        \"type\": \"DATE\",\n        \"value\": \"2020-11-11\",\n        \"valueDate\": \"2020-11-10T18:30:00.000Z\"\n      },\n      {\n        \"fieldId\": \"62b2d6152da62b0008071aeb\",\n        \"type\": \"MULTI_SELECT\",\n        \"value\": [\n          \"Chennai\"\n        ],\n        \"valueArray\": [\n          \"Chennai\"\n        ]\n      },\n      {\n        \"fieldId\": \"6673fc666a872e58e8c70673\",\n        \"type\": \"NUMBER\",\n        \"value\": 644886,\n        \"valueNumber\": 644886\n      },\n      {\n        \"fieldId\": \"6673fc666a872e58e8c70678\",\n        \"type\": \"TEXT\",\n        \"value\": \"DC\",\n        \"valueString\": \"DC\"\n      },\n      {\n        \"fieldId\": \"6673fc666a872e58e8c7067a\",\n        \"type\": \"TEXT\",\n        \"value\": \"America\",\n        \"valueString\": \"America\"\n      },\n      {\n        \"fieldId\": \"6673fc676a872e58e8c706cc\",\n        \"type\": \"TEXT\",\n        \"value\": \"gotham\",\n        \"valueString\": \"gotham\"\n      }\n    ],\n    \"creatorId\": \"629e06e48e13b5000ae338d3\",\n    \"messageOptIn\": true,\n    \"createdAt\": \"2024-07-29T06:13:41.234Z\",\n    \"updatedAt\": \"2024-07-29T06:27:40.800Z\",\n    \"__v\": 0,\n    \"fieldValuesKV\": {\n      \"City\": \"gotham\",\n      \"Country\": \"America\",\n      \"State\": \"DC\",\n      \"Zip_Code\": 644886,\n      \"date\": \"2020-11-10T18:30:00.000Z\",\n      \"multiselect\": [\n        \"Chennai\"\n      ]\n    },\n    \"formattedPhone\": [\n      {\n        \"countryCode\": \"91\",\n        \"phoneNumber\": \"9438497481\"\n      }\n    ],\n    \"marketingOptIn\": true,\n    \"id\": \"66a733157eb2ae33f8d4bc34\"\n  },\n  \"actor\": {\n    \"id\": \"629e06e48e13b5000ae338d3\",\n    \"type\": \"user\",\n    \"source\": \"app\"\n  }\n}\n\n</code></pre>\n<h4 id=\"contacttagunmapped\">Contact.Tag.Unmapped</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"accountId\": \"629e06e58e13b5000ae338d5\",\n  \"contactId\": \"66a733157eb2ae33f8d4bc34\",\n  \"id\": \"667e912913d5f362da4e9282\",\n  \"name\": \"NewCustomer\",\n  \"tagId\": \"667e912913d5f362da4e9282\"\n}\n\n</code></pre>\n<h3 id=\"conversation-webhook-events\">Conversation Webhook Events:</h3>\n<ul>\n<li><p><code>Conversation.Create</code></p>\n</li>\n<li><p><code>Conversation.Update</code></p>\n</li>\n<li><p><code>Conversation.UnAttended</code></p>\n</li>\n<li><p><code>Conversation.Resolve</code></p>\n</li>\n<li><p><code>Conversation.Followup</code></p>\n</li>\n<li><p><code>Conversation.Tag.Mapped</code></p>\n</li>\n<li><p><code>Conversation.Tag.unmapped</code></p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{  \naccountId: string;  \nchannelId: string;  \nchannelType: string;  \ncontactId: string;  \nlatestMessageId: string;  \nstatus: string;  \nuserId: string;  \nwhatsapp: {  \nwaId: string;  \nsenderId: string;  \nformattedPhone: {  \ncountryCode: string;  \nphoneNumber: string;  \n}  \n}  \nassigneeId: string;  \nassigneeType: string;  \ncreatedAt: string;  \nupdatedAt: string;  \nid: string;  \n}\n\n</code></pre>\n<h4 id=\"example-response-1\">Example Response</h4>\n<h4 id=\"conversationcreate\">Conversation.Create</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"channel\": {\n    \"whatsapp\": {\n      \"whatsappNumber\": \"917825875224\"\n    }\n  },\n  \"contact\": {\n    \"id\": \"667ea401ab9618325dbc6ff5\",\n    \"name\": \"Pravin Saran\",\n    \"email\": [],\n    \"phone\": [\n      \"919080319148\"\n    ],\n    \"tags\": []\n  },\n  \"accountId\": \"629e06e58e13b5000ae338d5\",\n  \"channelId\": \"629e0b6c3d6ad600044197a0\",\n  \"channelType\": \"whatsapp\",\n  \"contactId\": \"667ea401ab9618325dbc6ff5\",\n  \"latestMessageId\": \"66a739737af05041f3626c93\",\n  \"status\": \"OPEN\",\n  \"botId\": \"66a33d88944b320e3d95f79c\",\n  \"userUnreadCount\": 1,\n  \"pinnedBy\": [],\n  \"whatsapp\": {\n    \"waId\": \"919080319148\",\n    \"senderId\": \"667ea401ab9618325dbc6ff5\",\n    \"formattedPhone\": {\n      \"countryCode\": \"91\",\n      \"phoneNumber\": \"9080319148\"\n    }\n  },\n  \"assigneeId\": \"66a33d88944b320e3d95f79c\",\n  \"assigneeType\": \"bot\",\n  \"messageCount\": {\n    \"received\": 1\n  },\n  \"tags\": [],\n  \"mentionedUsers\": [],\n  \"createdAt\": \"2024-07-29T06:40:52.603Z\",\n  \"updatedAt\": \"2024-07-29T06:40:52.603Z\",\n  \"bot\": {\n    \"name\": \"Order Wait\",\n    \"sessionTTL\": 60000,\n    \"sessionTimeoutMessage\": \"It's been quite for a while, your session has expired\",\n    \"version\": \"v2\",\n    \"acceptVoice\": true,\n    \"id\": \"66a33d88944b320e3d95f79c\"\n  },\n  \"id\": \"66a739747af05041f3626ca7\"\n}\n\n</code></pre>\n<h4 id=\"conversationupdate\">Conversation.Update</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"channel\": {\n    \"whatsapp\": {\n      \"whatsappNumber\": \"917825875224\"\n    }\n  },\n  \"user\": {\n    \"id\": \"629e06e48e13b5000ae338d3\",\n    \"name\": \"Rohit Caterer .\",\n    \"email\": \"rohit.gallabox@gmail.com\",\n    \"picture\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/9ac20a2b-6f9a-47e1-8da4-273a4e36ab7f-download2.jfif\"\n  },\n  \"contact\": {\n    \"id\": \"667ea401ab9618325dbc6ff5\",\n    \"name\": \"Pravin Saran\",\n    \"email\": [],\n    \"phone\": [\n      \"919080319148\"\n    ],\n    \"tags\": []\n  },\n  \"_id\": \"667ea404ab9618325dbc703d\",\n  \"accountId\": \"629e06e58e13b5000ae338d5\",\n  \"channelId\": \"629e0b6c3d6ad600044197a0\",\n  \"channelType\": \"whatsapp\",\n  \"contactId\": \"667ea401ab9618325dbc6ff5\",\n  \"latestMessageId\": \"66a739297af05041f3626bcc\",\n  \"status\": \"CLOSE\",\n  \"userUnreadCount\": 0,\n  \"pinnedBy\": [],\n  \"whatsapp\": {\n    \"waId\": \"919080319148\",\n    \"senderId\": \"667ea401ab9618325dbc6ff5\",\n    \"formattedPhone\": {\n      \"countryCode\": \"91\",\n      \"phoneNumber\": \"9080319148\"\n    }\n  },\n  \"messageCount\": {\n    \"received\": 14,\n    \"private\": 8,\n    \"sent\": 85\n  },\n  \"tags\": [],\n  \"mentionedUsers\": [\n    {\n      \"userId\": \"629e06e48e13b5000ae338d3\",\n      \"lastReadMessageId\": \"66a739297af05041f3626bcc\",\n      \"userlastSeen\": \"2024-07-29T06:39:53.370Z\",\n      \"userUnreadCount\": 0,\n      \"user\": {\n        \"_id\": \"629e06e48e13b5000ae338d3\",\n        \"name\": \"Rohit Caterer .\",\n        \"email\": \"rohit.gallabox@gmail.com\",\n        \"picture\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/9ac20a2b-6f9a-47e1-8da4-273a4e36ab7f-download2.jfif\",\n        \"id\": \"629e06e48e13b5000ae338d3\"\n      }\n    },\n    {\n      \"userId\": \"6634af7f1ae87cb84d64e9d8\",\n      \"userUnreadCount\": 0,\n      \"user\": {\n        \"_id\": \"6634af7f1ae87cb84d64e9d8\",\n        \"name\": \"guest\",\n        \"email\": \"qagallabox24@mailinator.com\",\n        \"id\": \"6634af7f1ae87cb84d64e9d8\"\n      }\n    },\n    {\n      \"userId\": \"665459eb46c268e1e4674f4e\",\n      \"userUnreadCount\": 0,\n      \"user\": {\n        \"_id\": \"665459eb46c268e1e4674f4e\",\n        \"name\": \"sb2751\",\n        \"email\": \"sb2751@mailinator.com\",\n        \"id\": \"665459eb46c268e1e4674f4e\"\n      }\n    }\n  ],\n  \"createdAt\": \"2024-06-28T11:52:36.419Z\",\n  \"updatedAt\": \"2024-07-29T06:40:28.694Z\",\n  \"__v\": 0,\n  \"hasUnreadMessages\": false,\n  \"userLastSeen\": \"2024-07-29T06:40:05.761Z\",\n  \"lastReadMessageId\": \"6683eb96012529308b6f2a69\",\n  \"assigneeId\": \"629e06e48e13b5000ae338d3\",\n  \"assigneeType\": \"user\",\n  \"userId\": \"629e06e48e13b5000ae338d3\",\n  \"resolvedDate\": \"2024-07-29T06:40:28.693Z\",\n  \"web\": {\n    \"visitor\": null,\n    \"visitorUnreadCount\": 0\n  },\n  \"bot\": null,\n  \"latestMessage\": {\n    \"_id\": \"66a739297af05041f3626bcc\",\n    \"conversationId\": \"667ea404ab9618325dbc703d\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"whatsapp\",\n    \"localMessageId\": \"dd761709-b9fc-4d44-afb7-487c1c997415\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"sender\": \"667ea401ab9618325dbc6ff5\",\n    \"whatsapp\": {\n      \"id\": \"wamid.HBgMOTE5MDgwMzE5MTQ4FQIAEhggQ0U1NTNEOTdDNjIwNjAwMTQxMDQ5MzQxQjI1N0M5OTMA\",\n      \"from\": \"919080319148\",\n      \"time\": \"2024-07-29T06:39:34.000Z\",\n      \"status\": \"received\",\n      \"statusTime\": \"2024-07-29T06:39:34.000Z\",\n      \"statusGroup\": \"pending\",\n      \"type\": \"text\",\n      \"text\": {\n        \"body\": \"Testing\"\n      }\n    },\n    \"createdAt\": \"2024-07-29T06:39:39.084Z\",\n    \"updatedAt\": \"2024-07-29T06:39:39.084Z\",\n    \"toSync\": true,\n    \"__v\": 0,\n    \"user\": null,\n    \"id\": \"66a739297af05041f3626bcc\"\n  },\n  \"id\": \"667ea404ab9618325dbc703d\"\n}\n\n</code></pre>\n<h4 id=\"conversationunattended\">Conversation.UnAttended</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"channel\": {\n    \"whatsapp\": {\n      \"whatsappNumber\": \"917825875224\"\n    }\n  },\n  \"contact\": {\n    \"id\": \"667ea401ab9618325dbc6ff5\",\n    \"name\": \"Pravin Saran\",\n    \"email\": [],\n    \"phone\": [\n      \"919080319148\"\n    ],\n    \"tags\": []\n  },\n  \"accountId\": \"629e06e58e13b5000ae338d5\",\n  \"channelId\": \"629e0b6c3d6ad600044197a0\",\n  \"channelType\": \"whatsapp\",\n  \"contactId\": \"667ea401ab9618325dbc6ff5\",\n  \"latestMessageId\": \"66a739737af05041f3626c93\",\n  \"status\": \"OPEN\",\n  \"botId\": \"66a33d88944b320e3d95f79c\",\n  \"userUnreadCount\": 0,\n  \"pinnedBy\": [],\n  \"whatsapp\": {\n    \"waId\": \"919080319148\",\n    \"senderId\": \"667ea401ab9618325dbc6ff5\",\n    \"formattedPhone\": {\n      \"countryCode\": \"91\",\n      \"phoneNumber\": \"9080319148\"\n    }\n  },\n  \"assigneeId\": \"66a33d88944b320e3d95f79c\",\n  \"assigneeType\": \"bot\",\n  \"messageCount\": {\n    \"received\": 1\n  },\n  \"tags\": [],\n  \"mentionedUsers\": [],\n  \"createdAt\": \"2024-07-29T06:40:52.603Z\",\n  \"updatedAt\": \"2024-07-29T06:40:58.446Z\",\n  \"hasUnreadMessages\": false,\n  \"lastReadMessageId\": \"66a739737af05041f3626c93\",\n  \"userLastSeen\": \"2024-07-29T06:40:58.446Z\",\n  \"bot\": {\n    \"name\": \"Order Wait\",\n    \"sessionTTL\": 60000,\n    \"sessionTimeoutMessage\": \"It's been quite for a while, your session has expired\",\n    \"version\": \"v2\",\n    \"acceptVoice\": true,\n    \"id\": \"66a33d88944b320e3d95f79c\"\n  },\n  \"latestMessage\": {\n    \"conversationId\": \"66a739747af05041f3626ca7\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"whatsapp\",\n    \"localMessageId\": \"1bd0fc12-db8b-430f-8337-40fd742045c2\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"sender\": \"667ea401ab9618325dbc6ff5\",\n    \"whatsapp\": {\n      \"id\": \"wamid.HBgMOTE5MDgwMzE5MTQ4FQIAEhggNDNBQkMxMURCMDc2OTE0RjNDQ0EzQTQ5NzFENUIzQjEA\",\n      \"from\": \"919080319148\",\n      \"time\": \"2024-07-29T06:40:49.000Z\",\n      \"status\": \"read\",\n      \"statusTime\": \"2024-07-29T06:40:59.250Z\",\n      \"statusGroup\": \"pending\",\n      \"type\": \"text\",\n      \"text\": {\n        \"body\": \"Testing\"\n      },\n      \"statusLog\": [\n        {\n          \"status\": \"sent\",\n          \"date\": \"2024-07-29T06:40:59.250Z\"\n        },\n        {\n          \"status\": \"delivered\",\n          \"date\": \"2024-07-29T06:40:59.250Z\"\n        },\n        {\n          \"status\": \"read\",\n          \"date\": \"2024-07-29T06:40:59.250Z\"\n        }\n      ]\n    },\n    \"createdAt\": \"2024-07-29T06:40:54.407Z\",\n    \"updatedAt\": \"2024-07-29T06:40:59.447Z\",\n    \"toSync\": true,\n    \"user\": null,\n    \"id\": \"66a739737af05041f3626c93\"\n  },\n  \"id\": \"66a739747af05041f3626ca7\"\n}\n\n</code></pre>\n<h4 id=\"conversationresolve\">Conversation.Resolve</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"channel\": {\n    \"whatsapp\": {\n      \"whatsappNumber\": \"917825875224\"\n    }\n  },\n  \"user\": {\n    \"id\": \"629e06e48e13b5000ae338d3\",\n    \"name\": \"Rohit Caterer .\",\n    \"email\": \"rohit.gallabox@gmail.com\",\n    \"picture\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/9ac20a2b-6f9a-47e1-8da4-273a4e36ab7f-download2.jfif\"\n  },\n  \"contact\": {\n    \"id\": \"667ea401ab9618325dbc6ff5\",\n    \"name\": \"Pravin Saran\",\n    \"email\": [],\n    \"phone\": [\n      \"919080319148\"\n    ],\n    \"tags\": []\n  },\n  \"_id\": \"667ea404ab9618325dbc703d\",\n  \"accountId\": \"629e06e58e13b5000ae338d5\",\n  \"channelId\": \"629e0b6c3d6ad600044197a0\",\n  \"channelType\": \"whatsapp\",\n  \"contactId\": \"667ea401ab9618325dbc6ff5\",\n  \"latestMessageId\": \"66a739297af05041f3626bcc\",\n  \"status\": \"CLOSE\",\n  \"userUnreadCount\": 0,\n  \"pinnedBy\": [],\n  \"whatsapp\": {\n    \"waId\": \"919080319148\",\n    \"senderId\": \"667ea401ab9618325dbc6ff5\",\n    \"formattedPhone\": {\n      \"countryCode\": \"91\",\n      \"phoneNumber\": \"9080319148\"\n    }\n  },\n  \"messageCount\": {\n    \"received\": 14,\n    \"private\": 8,\n    \"sent\": 85\n  },\n  \"tags\": [],\n  \"mentionedUsers\": [\n    {\n      \"userId\": \"629e06e48e13b5000ae338d3\",\n      \"lastReadMessageId\": \"66a739297af05041f3626bcc\",\n      \"userlastSeen\": \"2024-07-29T06:39:53.370Z\",\n      \"userUnreadCount\": 0,\n      \"user\": {\n        \"_id\": \"629e06e48e13b5000ae338d3\",\n        \"name\": \"Rohit Caterer .\",\n        \"email\": \"rohit.gallabox@gmail.com\",\n        \"picture\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/9ac20a2b-6f9a-47e1-8da4-273a4e36ab7f-download2.jfif\",\n        \"id\": \"629e06e48e13b5000ae338d3\"\n      }\n    },\n    {\n      \"userId\": \"6634af7f1ae87cb84d64e9d8\",\n      \"userUnreadCount\": 0,\n      \"user\": {\n        \"_id\": \"6634af7f1ae87cb84d64e9d8\",\n        \"name\": \"guest\",\n        \"email\": \"qagallabox24@mailinator.com\",\n        \"id\": \"6634af7f1ae87cb84d64e9d8\"\n      }\n    },\n    {\n      \"userId\": \"665459eb46c268e1e4674f4e\",\n      \"userUnreadCount\": 0,\n      \"user\": {\n        \"_id\": \"665459eb46c268e1e4674f4e\",\n        \"name\": \"sb2751\",\n        \"email\": \"sb2751@mailinator.com\",\n        \"id\": \"665459eb46c268e1e4674f4e\"\n      }\n    }\n  ],\n  \"createdAt\": \"2024-06-28T11:52:36.419Z\",\n  \"updatedAt\": \"2024-07-29T06:40:28.694Z\",\n  \"__v\": 0,\n  \"hasUnreadMessages\": false,\n  \"userLastSeen\": \"2024-07-29T06:40:05.761Z\",\n  \"lastReadMessageId\": \"6683eb96012529308b6f2a69\",\n  \"assigneeId\": \"629e06e48e13b5000ae338d3\",\n  \"assigneeType\": \"user\",\n  \"userId\": \"629e06e48e13b5000ae338d3\",\n  \"resolvedDate\": \"2024-07-29T06:40:28.693Z\",\n  \"web\": {\n    \"visitor\": null,\n    \"visitorUnreadCount\": 0\n  },\n  \"bot\": null,\n  \"latestMessage\": {\n    \"_id\": \"66a739297af05041f3626bcc\",\n    \"conversationId\": \"667ea404ab9618325dbc703d\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"whatsapp\",\n    \"localMessageId\": \"dd761709-b9fc-4d44-afb7-487c1c997415\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"sender\": \"667ea401ab9618325dbc6ff5\",\n    \"whatsapp\": {\n      \"id\": \"wamid.HBgMOTE5MDgwMzE5MTQ4FQIAEhggQ0U1NTNEOTdDNjIwNjAwMTQxMDQ5MzQxQjI1N0M5OTMA\",\n      \"from\": \"919080319148\",\n      \"time\": \"2024-07-29T06:39:34.000Z\",\n      \"status\": \"received\",\n      \"statusTime\": \"2024-07-29T06:39:34.000Z\",\n      \"statusGroup\": \"pending\",\n      \"type\": \"text\",\n      \"text\": {\n        \"body\": \"Testing\"\n      }\n    },\n    \"createdAt\": \"2024-07-29T06:39:39.084Z\",\n    \"updatedAt\": \"2024-07-29T06:39:39.084Z\",\n    \"toSync\": true,\n    \"__v\": 0,\n    \"user\": null,\n    \"id\": \"66a739297af05041f3626bcc\"\n  },\n  \"id\": \"667ea404ab9618325dbc703d\"\n}\n\n</code></pre>\n<h4 id=\"conversationfollowup\">Conversation.Followup</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"channel\": {\n    \"whatsapp\": {\n      \"whatsappNumber\": \"917825875224\"\n    }\n  },\n  \"user\": {\n    \"id\": \"629e06e48e13b5000ae338d3\",\n    \"name\": \"Rohit Caterer .\",\n    \"email\": \"rohit.gallabox@gmail.com\",\n    \"picture\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/9ac20a2b-6f9a-47e1-8da4-273a4e36ab7f-download2.jfif\"\n  },\n  \"contact\": {\n    \"id\": \"63e13e169129ab444288efe4\",\n    \"name\": \"Pravin GMMMMMM\",\n    \"email\": [\n      \"gmpravin@gmail.com\"\n    ],\n    \"phone\": [\n      \"918608031561\"\n    ],\n    \"tags\": [\n      {\n        \"id\": \"652596d1a3bb3f09ebcda17f\",\n        \"name\": \"OOOOOO\"\n      }\n    ]\n  },\n  \"accountId\": \"629e06e58e13b5000ae338d5\",\n  \"channelId\": \"629e0b6c3d6ad600044197a0\",\n  \"channelType\": \"whatsapp\",\n  \"contactId\": \"63e13e169129ab444288efe4\",\n  \"latestMessageId\": \"669f8f5ef9cf6f9fc87d4df9\",\n  \"status\": \"OPEN\",\n  \"userUnreadCount\": 0,\n  \"pinnedBy\": [],\n  \"whatsapp\": {\n    \"waId\": \"918608031561\",\n    \"senderId\": \"629e06e48e13b5000ae338d3\",\n    \"formattedPhone\": {\n      \"countryCode\": \"91\",\n      \"phoneNumber\": \"8608031561\"\n    }\n  },\n  \"tags\": [],\n  \"mentionedUsers\": [],\n  \"createdAt\": \"2024-06-27T08:45:10.582Z\",\n  \"updatedAt\": \"2024-07-29T06:46:23.270Z\",\n  \"userLastSeen\": \"2024-07-29T06:46:23.269Z\",\n  \"hasUnreadMessages\": false,\n  \"assigneeId\": \"629e06e48e13b5000ae338d3\",\n  \"assigneeType\": \"user\",\n  \"userId\": \"629e06e48e13b5000ae338d3\",\n  \"lastReadMessageId\": \"669f8f5ef9cf6f9fc87d4df9\",\n  \"latestTranslationLanguages\": [\n    \"hy\"\n  ],\n  \"followup\": \"2024-07-29T07:00:00.000Z\",\n  \"followupCreatedById\": \"629e06e48e13b5000ae338d3\",\n  \"bot\": null,\n  \"latestMessage\": {\n    \"conversationId\": \"667d26963921920ce2e07071\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"whatsapp\",\n    \"localMessageId\": \"65631407-8f79-4d87-ba3d-12383f943c2f\",\n    \"contactId\": \"63e13e169129ab444288efe4\",\n    \"sender\": \"629e06e48e13b5000ae338d3\",\n    \"context\": {\n      \"type\": \"default\",\n      \"buttonClick\": [],\n      \"medium\": \"payment\",\n      \"source\": \"gb-web-app\"\n    },\n    \"whatsapp\": {\n      \"id\": \"wamid.HBgMOTE4NjA4MDMxNTYxFQIAERgSRjg5QUIzOTQzRDAxQzk3ODdFAA==\",\n      \"to\": \"918608031561\",\n      \"time\": \"2024-07-23T11:09:18.146Z\",\n      \"status\": \"delivered\",\n      \"statusTime\": \"2024-07-23T11:09:23.000Z\",\n      \"statusGroup\": \"pending\",\n      \"type\": \"template\",\n      \"template\": {\n        \"templateId\": \"642e6f91d6f5071a649a4360\",\n        \"body\": \"Hi Pravin GMMMMMM\\n\\nRohit Caterers has requested INR. 11 for Test. \\n\\nPlease click on the below button to proceed.\",\n        \"header\": {\n          \"type\": \"image\",\n          \"image\": {\n            \"id\": \"2311471805728231\",\n            \"mimeType\": \"\",\n            \"path\": \"https://files.gallabox.dev/6244519270ba510009e784d0/d508f60b-00de-444c-b7d9-6c68b360acbb-image1.png\"\n          }\n        },\n        \"buttons\": [\n          {\n            \"type\": \"url\",\n            \"text\": \"Pay Now\",\n            \"url\": \"https://app.gallabox.com/redirect?url=https://rzp.io/i/qCLuMiXwQ\"\n          }\n        ],\n        \"bodyValues\": {\n          \"1\": \"Pravin GMMMMMM\",\n          \"2\": \"Rohit Caterers\",\n          \"3\": \"INR\",\n          \"4\": \"11\",\n          \"5\": \"Test\"\n        },\n        \"buttonValues\": [\n          {\n            \"index\": 0,\n            \"sub_type\": \"url\",\n            \"parameters\": {\n              \"type\": \"text\",\n              \"text\": \"redirect?url=https://rzp.io/i/qCLuMiXwQ\"\n            }\n          }\n        ],\n        \"variableValues\": {\n          \"headerValues\": [\n            {\n              \"type\": \"image\",\n              \"id\": \"2311471805728231\",\n              \"url\": \"https://files.gallabox.dev/6244519270ba510009e784d0/d508f60b-00de-444c-b7d9-6c68b360acbb-image1.png\",\n              \"isOverridden\": false\n            }\n          ],\n          \"bodyValues\": [\n            {\n              \"name\": \"1\",\n              \"value\": \"Pravin GMMMMMM\"\n            },\n            {\n              \"name\": \"2\",\n              \"value\": \"Rohit Caterers\"\n            },\n            {\n              \"name\": \"3\",\n              \"value\": \"INR\"\n            },\n            {\n              \"name\": \"4\",\n              \"value\": \"11\"\n            },\n            {\n              \"name\": \"5\",\n              \"value\": \"Test\"\n            }\n          ],\n          \"buttonValues\": [\n            {\n              \"index\": 0,\n              \"sub_type\": \"url\",\n              \"parameters\": {\n                \"type\": \"text\",\n                \"text\": \"redirect?url=https://rzp.io/i/qCLuMiXwQ\"\n              }\n            }\n          ]\n        }\n      },\n      \"retryable\": false,\n      \"statusLog\": [\n        {\n          \"status\": \"queued\",\n          \"date\": \"2024-07-23T11:09:21.955Z\"\n        },\n        {\n          \"status\": \"sent\",\n          \"date\": \"2024-07-23T11:09:22.000Z\"\n        },\n        {\n          \"status\": \"sent\",\n          \"date\": \"2024-07-23T11:09:23.000Z\"\n        },\n        {\n          \"status\": \"delivered\",\n          \"date\": \"2024-07-23T11:09:23.000Z\"\n        }\n      ],\n      \"conversation\": {\n        \"expiration_timestamp\": 1721761440,\n        \"id\": \"8a696812fd83f9267190dc74a85668b2\",\n        \"origin\": {\n          \"type\": \"marketing\"\n        }\n      },\n      \"pricing\": {\n        \"billable\": true,\n        \"category\": \"marketing\",\n        \"pricing_model\": \"CBP\"\n      }\n    },\n    \"createdAt\": \"2024-07-23T11:09:19.621Z\",\n    \"updatedAt\": \"2024-07-23T11:09:26.784Z\",\n    \"toSync\": true,\n    \"user\": null,\n    \"id\": \"669f8f5ef9cf6f9fc87d4df9\"\n  },\n  \"id\": \"667d26963921920ce2e07071\"\n}\n\n</code></pre>\n<h4 id=\"conversationtagmapped\">Conversation.Tag.Mapped</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"accountId\": \"629e06e58e13b5000ae338d5\",\n  \"channelId\": \"629e0b6c3d6ad600044197a0\",\n  \"contactId\": \"667ea401ab9618325dbc6ff5\",\n  \"conversationId\": \"66a739747af05041f3626ca7\",\n  \"tagId\": \"667e912913d5f362da4e9282\",\n  \"name\": \"NewCustomer\",\n  \"updateBy\": \"629e06e48e13b5000ae338d3\"\n}\n\n</code></pre>\n<h3 id=\"conversationtagunmapped\">Conversation.Tag.Unmapped</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"accountId\": \"629e06e58e13b5000ae338d5\",\n  \"conversationId\": \"66a739747af05041f3626ca7\",\n  \"tagId\": \"667e912913d5f362da4e9282\",\n  \"updateBy\": \"629e06e48e13b5000ae338d3\",\n  \"name\": \"NewCustomer\"\n}\n\n</code></pre>\n<h3 id=\"message-webhooks-events\">Message Webhooks Events:</h3>\n<ul>\n<li><p><code>Message.Received</code></p>\n</li>\n<li><p><code>Message.Flow.Received</code></p>\n</li>\n<li><p><code>Message.WA.Cart.Received</code></p>\n</li>\n<li><p><code>Message.WA.Status.Received</code></p>\n</li>\n<li><p><code>Message.WA.Status.Failed</code></p>\n</li>\n<li><p><code>Message.WA.Payment.Status.Received</code></p>\n</li>\n<li><p><code>Message.WA.Interaction.Received</code></p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{ \nid: string; \nrecipient_id: string;\ntimestamp: string; \nstatus: \"unknown\" | \"sent\" | \"received\" | \"delivered\" | \"read\" | \"failed\" | \"deleted\" | \"error\",\nerrors: [{ \n    code: number; \n    title: string; \n    details?: string; \n    href?: string; \n    time?: Date; }]\n}\n\n</code></pre>\n<h4 id=\"example-response-2\">Example Response</h4>\n<h4 id=\"messagereceived\">Message.Received</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"66a7589f134824b4215f9839\",\n  \"conversationId\": \"66a746a37eb2ae33f8d4c8ae\",\n  \"accountId\": \"629e0ceb3d6ad600044197d2\",\n  \"channelId\": \"6526728352c32baaccd9d295\",\n  \"channelType\": \"whatsapp\",\n  \"localMessageId\": \"00c6d6f2-7347-47f4-b89a-36ae99db733f\",\n  \"contactId\": \"66a7469c7eb2ae33f8d4c891\",\n  \"sender\": \"66a7469c7eb2ae33f8d4c891\",\n  \"whatsapp\": {\n    \"id\": \"wamid.HBgMOTE5MDgwMzE5MTQ4FQIAEhggMUFDMkE3OUJDM0I5Q0FEQzdDRjI5NzlDRDgzNTFDQTIA\",\n    \"from\": \"919080319148\",\n    \"time\": \"2024-07-29T08:53:48.000Z\",\n    \"status\": \"received\",\n    \"statusTime\": \"2024-07-29T08:53:48.000Z\",\n    \"statusGroup\": \"pending\",\n    \"type\": \"interactive\",\n    \"context\": {\n      \"from\": \"918297962225\",\n      \"id\": \"wamid.HBgMOTE5MDgwMzE5MTQ4FQIAERgSQTA4NjU5RkU3RkVEQ0FDOTlFAA==\",\n      \"reply\": {\n        \"messageId\": \"66a758907eb2ae33f8d4d0c6\",\n        \"type\": \"interactive\",\n        \"senderId\": \"629e0ceb3d6ad600044197d0\",\n        \"context\": {\n          \"source\": \"gb-web-app\"\n        },\n        \"localMessageId\": \"486897b4-5baa-4caa-8705-f6b0d52db8db\"\n      }\n    },\n    \"interactive\": {\n      \"type\": \"nfm_reply\",\n      \"nfm_reply\": {\n        \"response_json\": \"{\\\"screen_0_CheckboxGroup_0\\\":[\\\"1_Car\\\"],\\\"flow_token\\\":\\\"{\\\\\\\"mId\\\\\\\":\\\\\\\"66a758907eb2ae33f8d4d0c6\\\\\\\",\\\\\\\"fId\\\\\\\":\\\\\\\"1166633031162369\\\\\\\"}\\\"}\",\n        \"body\": \"Sent\",\n        \"name\": \"flow\"\n      }\n    }\n  },\n  \"contact\": {\n    \"id\": \"66a7469c7eb2ae33f8d4c891\",\n    \"name\": \"pravin saran\"\n  }\n}\n\n</code></pre>\n<h4 id=\"messageflowreceived\">Message.Flow.Received</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"flowResponse\": {\n    \"accountId\": \"629e0ceb3d6ad600044197d2\",\n    \"channelId\": \"6526728352c32baaccd9d295\",\n    \"channelType\": \"whatsapp\",\n    \"flowData\": {\n      \"screen_0_CheckboxGroup_0\": [\n        \"1_Car\"\n      ],\n      \"flow_token\": \"{\\\"mId\\\":\\\"66a758907eb2ae33f8d4d0c6\\\",\\\"fId\\\":\\\"1166633031162369\\\"}\"\n    },\n    \"localMessageId\": \"00c6d6f2-7347-47f4-b89a-36ae99db733f\",\n    \"contactId\": \"66a7469c7eb2ae33f8d4c891\",\n    \"conversationId\": \"66a746a37eb2ae33f8d4c8ae\",\n    \"sender\": \"66a7469c7eb2ae33f8d4c891\",\n    \"contactName\": \"pravin saran\"\n  }\n}\n\n</code></pre>\n<h4 id=\"messagewacartreceived\">Message.WA.Cart.Received</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"66a76564ec5edc37b45513ec\",\n  \"conversationId\": \"66a746a37eb2ae33f8d4c8ae\",\n  \"accountId\": \"629e0ceb3d6ad600044197d2\",\n  \"channelId\": \"6526728352c32baaccd9d295\",\n  \"channelType\": \"whatsapp\",\n  \"localMessageId\": \"7e27f7a5-422f-455e-9c46-cda45cbee0cc\",\n  \"contactId\": \"66a7469c7eb2ae33f8d4c891\",\n  \"sender\": \"66a7469c7eb2ae33f8d4c891\",\n  \"whatsapp\": {\n    \"id\": \"wamid.HBgMOTE5MDgwMzE5MTQ4FQIAEhggN0JEOEZGQUMwNEU1ODI3ODc2RjZEQTRFMTYwOUMwNUQA\",\n    \"from\": \"919080319148\",\n    \"time\": \"2024-07-29T09:48:11.000Z\",\n    \"status\": \"received\",\n    \"statusTime\": \"2024-07-29T09:48:11.000Z\",\n    \"statusGroup\": \"pending\",\n    \"type\": \"order\",\n    \"order\": {\n      \"catalog_id\": \"1082325126087394\",\n      \"product_items\": [\n        {\n          \"product_retailer_id\": \"1001\",\n          \"item_price\": 80,\n          \"quantity\": 1,\n          \"currency\": \"INR\"\n        }\n      ],\n      \"text\": \"\",\n      \"products\": [\n        {\n          \"fbProductId\": \"24165133143085205\",\n          \"retailer_id\": \"1001\",\n          \"name\": \"Appam\",\n          \"description\": \"Appam\",\n          \"price\": \"₹80.00\",\n          \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360316223-Appam-jpeg.jpeg\"\n        }\n      ]\n    }\n  },\n  \"contact\": {\n    \"id\": \"66a7469c7eb2ae33f8d4c891\",\n    \"name\": \"pravin saran\"\n  }\n}\n\n</code></pre>\n<h4 id=\"messagewastatusreceived\">Message.WA.Status.Received</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"66a7699b87b97af3ec4f2c7c\",\n  \"status\": \"read\",\n  \"timestamp\": \"1722247579\",\n  \"errors\": [],\n  \"message\": {\n    \"recipient_id\": \"919080319148\"\n  },\n  \"recipient_id\": \"919080319148\",\n  \"localMessageId\": \"20fdf4ba-a363-43a2-940c-99e8a086da29\"\n}\n\n</code></pre>\n<h4 id=\"messagewastatusfailed\">Message.WA.Status.Failed</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"66a76a5487b97af3ec4f2d35\",\n  \"status\": \"failed\",\n  \"timestamp\": \"1722247764\",\n  \"errors\": [\n    {\n      \"code\": 131026,\n      \"title\": \"Message undeliverable\",\n      \"message\": \"Message undeliverable\",\n      \"error_data\": {\n        \"details\": \"Message Undeliverable.\"\n      },\n      \"time\": \"2024-07-29T10:09:29.318Z\"\n    }\n  ],\n  \"message\": {\n    \"recipient_id\": \"919080849148\"\n  },\n  \"recipient_id\": \"919080849148\",\n  \"localMessageId\": \"8fc4c05a-f0d7-4c34-8940-0238f5989af5\"\n}\n\n</code></pre>\n<h4 id=\"messagewapaymentstatusreceived\">Message.WA.Payment.Status.Received</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"wamid.HBgMOTE5ODQxNjQ4Nzc1FQIAEhgIMjc4OTE0MTcA\",\n  \"status\": \"captured\",\n  \"timestamp\": \"1724924692\",\n  \"recipient_id\": \"919841648775\",\n  \"type\": \"payment\",\n  \"payment\": {\n    \"reference_id\": \"66d042fca20113a206ad1f48\",\n    \"currency\": \"INR\",\n    \"transaction\": [\n      {\n        \"id\": \"424267693819\",\n        \"type\": \"upi\",\n        \"status\": \"success\",\n        \"created_timestamp\": 1724924686,\n        \"updated_timestamp\": 1724924691\n      }\n    ]\n  },\n  \"orderType\": \"payments\"\n}\n\n</code></pre>\n<h4 id=\"messagewainteractionreceived\">Message.WA.Interaction.Received</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"66a7699b87b97af3ec4f2c7c\",\n  \"timestamp\": \"1722248768\",\n  \"message\": {\n    \"recipient_id\": \"919080319148\"\n  },\n  \"recipient_id\": \"919080319148\",\n  \"localMessageId\": \"20fdf4ba-a363-43a2-940c-99e8a086da29\",\n  \"interaction\": \"reaction\",\n  \"reaction\": {\n    \"emoji\": \"👍\"\n  }\n}\n\n</code></pre>\n<h3 id=\"template-webhook-events\">Template Webhook Events:</h3>\n<ul>\n<li><code>Template.Status</code></li>\n</ul>\n<h4 id=\"templatestatus\">Template.Status</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"name\": \"new_marketing_template\",\n  \"new_status\": \"error\",\n  \"language\": \"en\",\n  \"rejected_reason\": \"New English content can't be added while the existing English content is being deleted. Try again in 4 weeks or consider creating a new message template.\",\n  \"id\": \"66a8904956e2d5f4ff69357e\"\n}\n\n</code></pre>\n","_postman_id":"66c78e68-73e7-42b9-919d-97b19fbcb834"},{"name":"WhatsApp Templates","item":[{"name":"List WhatsApp Templates","id":"c02953aa-103b-4875-adaf-d7dc17a4f417","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://server.gallabox.com/devapi/accounts/:accountId/whatsappTemplates","description":"<p>Get delivery status for outgoing message</p>\n","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","whatsappTemplates"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"}]}},"response":[{"id":"41b6cbd9-4c03-4488-9ef1-7cce97ba865c","name":"List WhatsApp Templates","originalRequest":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/whatsappTemplates","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","whatsappTemplates"],"variable":[{"key":"accountId","value":"{{accountId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1721023558&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=KZN9G112cGK3iqb0vFdrmWERs%2F5b5zyWtOsv8N134T8%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1721023558&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=KZN9G112cGK3iqb0vFdrmWERs%2F5b5zyWtOsv8N134T8%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Mon Jul 15 2024 06:06:58 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"1c353-iXo7op3kGuzdsYKF3aNDkQByqrM\""},{"key":"Set-Cookie","value":"connect.sid=s%3Awg34TecdtyocNiuokDvaoCNxx62ZB3d0.UGlfzg3czZkBrYsBwf1%2FCNu9pALZ05xd%2BUJrlUMemds; Path=/; HttpOnly"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Mon, 15 Jul 2024 06:05:59 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6694b7040c485923411ae541\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"automation_template_11\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Hi\\n\\nWelcome to the Carousel Template Video Testing\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"CAROUSEL\",\n                \"cards\": [\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"Call\",\n                                        \"phone_number\": \"919841648775\"\n                                    },\n                                    {\n                                        \"type\": \"URL\",\n                                        \"text\": \"Visit\",\n                                        \"url\": \"https://www.google.com\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"These products are from gallabox. Have a look at these products\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"VIDEO\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"3mb mp4.mp4\",\n                                    \"fileType\": \"video/mp4\"\n                                },\n                                \"mediaId\": \"514286454269400\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"Call\",\n                                        \"phone_number\": \"919841648775\"\n                                    },\n                                    {\n                                        \"type\": \"URL\",\n                                        \"text\": \"Visit\",\n                                        \"url\": \"https://www.gallabox.com/{{1}}\",\n                                        \"example\": [\n                                            \"https://www.gallabox.com/docs\"\n                                        ]\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"These products are from gallabox. Have a look at these products\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"VIDEO\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"3mb mp4.mp4\",\n                                    \"fileType\": \"video/mp4\"\n                                },\n                                \"mediaId\": \"926257389258492\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"Call\",\n                                        \"phone_number\": \"919841648775\"\n                                    },\n                                    {\n                                        \"type\": \"URL\",\n                                        \"text\": \"Visit\",\n                                        \"url\": \"https://www.google.com\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"These products are from gallabox. Have a look at these products\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"VIDEO\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"3mb mp4.mp4\",\n                                    \"fileType\": \"video/mp4\"\n                                },\n                                \"mediaId\": \"374127522363592\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"Call\",\n                                        \"phone_number\": \"919841648775\"\n                                    },\n                                    {\n                                        \"type\": \"URL\",\n                                        \"text\": \"Visit\",\n                                        \"url\": \"https://www.google.com\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"These products are from gallabox. Have a look at these products\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"VIDEO\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"3mb mp4.mp4\",\n                                    \"fileType\": \"video/mp4\"\n                                },\n                                \"mediaId\": \"886900689880300\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"Call\",\n                                        \"phone_number\": \"919841648775\"\n                                    },\n                                    {\n                                        \"type\": \"URL\",\n                                        \"text\": \"Visit\",\n                                        \"url\": \"https://www.google.com\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"These products are from gallabox. Have a look at these products\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"VIDEO\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"3mb mp4.mp4\",\n                                    \"fileType\": \"video/mp4\"\n                                },\n                                \"mediaId\": \"841468937504520\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"Call\",\n                                        \"phone_number\": \"919841648775\"\n                                    },\n                                    {\n                                        \"type\": \"URL\",\n                                        \"text\": \"Visit\",\n                                        \"url\": \"https://www.google.com\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"These products are from gallabox. Have a look at these products\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"VIDEO\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"3mb mp4.mp4\",\n                                    \"fileType\": \"video/mp4\"\n                                },\n                                \"mediaId\": \"1020021956381803\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"Call\",\n                                        \"phone_number\": \"919841648775\"\n                                    },\n                                    {\n                                        \"type\": \"URL\",\n                                        \"text\": \"Visit\",\n                                        \"url\": \"https://www.google.com\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"These products are from gallabox. Have a look at these products\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"VIDEO\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"3mb mp4.mp4\",\n                                    \"fileType\": \"video/mp4\"\n                                },\n                                \"mediaId\": \"1033125701480506\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"Call\",\n                                        \"phone_number\": \"919841648775\"\n                                    },\n                                    {\n                                        \"type\": \"URL\",\n                                        \"text\": \"Visit\",\n                                        \"url\": \"https://www.google.com\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"These products are from gallabox. Have a look at these products\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"VIDEO\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"3mb mp4.mp4\",\n                                    \"fileType\": \"video/mp4\"\n                                },\n                                \"mediaId\": \"497455819343994\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"Call\",\n                                        \"phone_number\": \"919841648775\"\n                                    },\n                                    {\n                                        \"type\": \"URL\",\n                                        \"text\": \"Visit\",\n                                        \"url\": \"https://www.google.com\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"These products are from gallabox. Have a look at these products {{Name}}\",\n                                \"example\": {\n                                    \"body_text\": [\n                                        [\n                                            \"Reena\"\n                                        ]\n                                    ]\n                                },\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"VIDEO\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"3mb mp4.mp4\",\n                                    \"fileType\": \"video/mp4\"\n                                },\n                                \"mediaId\": \"1009412360720177\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"Call\",\n                                        \"phone_number\": \"919841648775\"\n                                    },\n                                    {\n                                        \"type\": \"URL\",\n                                        \"text\": \"Visit\",\n                                        \"url\": \"https://www.google.com\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"These products are from gallabox. Have a look at these products\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"VIDEO\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/22b698c1-2256-4e79-84ed-a5450f04867a-3mbmp4.mp4\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"3mb mp4.mp4\",\n                                    \"fileType\": \"video/mp4\"\n                                },\n                                \"mediaId\": \"778732701134427\"\n                            }\n                        ]\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-07-15T05:43:32.123Z\",\n        \"updatedAt\": \"2024-07-15T05:44:38.552Z\",\n        \"__v\": 0,\n        \"rejected_reason\": \"NONE\",\n        \"statusUpdatedAt\": \"2024-07-15T05:44:38.552Z\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"6694b7040c485923411ae541\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"6694b6690c485923411ae529\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"automation_template_10\",\n        \"language\": \"en\",\n        \"category\": \"MARKETING\",\n        \"components\": [\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Hi\\n\\nWelcome to Carousel Template Testing\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"CAROUSEL\",\n                \"cards\": [\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"QUICK_REPLY\",\n                                        \"text\": \"I want to know more about\"\n                                    },\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"Call me anytime today plz\",\n                                        \"phone_number\": \"919841262042\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"The Awesome products from Gallabox are listed here.{{name}}\",\n                                \"example\": {\n                                    \"body_text\": [\n                                        [\n                                            \"Reena\"\n                                        ]\n                                    ]\n                                },\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"IMAGE\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/e0cb3c5d-4f17-4f60-adbe-bb6b535bdb79-2mbjpg.jpg\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/e0cb3c5d-4f17-4f60-adbe-bb6b535bdb79-2mbjpg.jpg\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"2mb jpg.jpg\",\n                                    \"fileType\": \"image/jpeg\"\n                                },\n                                \"mediaId\": \"1533474067547612\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"QUICK_REPLY\",\n                                        \"text\": \"No\"\n                                    },\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"call\",\n                                        \"phone_number\": \"919841262042\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"The Awesome products from Gallabox are listed here.\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"IMAGE\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/3f8ac59d-76ff-4cf4-a70e-77a52d1ca7ff-camyllabattaniA5Eym6WyGMunsplashjpg.jpg\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/3f8ac59d-76ff-4cf4-a70e-77a52d1ca7ff-camyllabattaniA5Eym6WyGMunsplashjpg.jpg\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"camylla-battani-A5E-ym6WyGM-unsplash.jpg.jpg\",\n                                    \"fileType\": \"image/jpeg\"\n                                },\n                                \"mediaId\": \"476690494958108\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"QUICK_REPLY\",\n                                        \"text\": \"No\"\n                                    },\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"call\",\n                                        \"phone_number\": \"919841262042\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"The Awesome products from Gallabox are listed here.\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"IMAGE\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/f2b5fe39-55c4-43a8-9abd-d37a2b35be15-pawelczerwinskidvJn6OtJbbsunsplashjpg.jpg\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/f2b5fe39-55c4-43a8-9abd-d37a2b35be15-pawelczerwinskidvJn6OtJbbsunsplashjpg.jpg\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"pawel-czerwinski-dvJn6OtJbbs-unsplash.jpg.jpg\",\n                                    \"fileType\": \"image/jpeg\"\n                                },\n                                \"mediaId\": \"506208065200463\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"QUICK_REPLY\",\n                                        \"text\": \"No\"\n                                    },\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"call\",\n                                        \"phone_number\": \"919841262042\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"The Awesome products from Gallabox are listed here.\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"IMAGE\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/1aaf44c2-d2a8-43a0-a503-2de50d845a73-pawelczerwinskiL7JzIDilCswunsplash1jpg.jpg\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/1aaf44c2-d2a8-43a0-a503-2de50d845a73-pawelczerwinskiL7JzIDilCswunsplash1jpg.jpg\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"pawel-czerwinski-L7JzIDilCsw-unsplash (1).jpg.jpg\",\n                                    \"fileType\": \"image/jpeg\"\n                                },\n                                \"mediaId\": \"7797157513713268\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"QUICK_REPLY\",\n                                        \"text\": \"No\"\n                                    },\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"call\",\n                                        \"phone_number\": \"919841262042\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"The Awesome products from Gallabox are listed here.\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"IMAGE\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/7d3b2a86-45b0-47a7-ab52-18b665b08f42-tomokoujieriuKJwcdjIunsplashjpg.jpg\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/7d3b2a86-45b0-47a7-ab52-18b665b08f42-tomokoujieriuKJwcdjIunsplashjpg.jpg\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"tomoko-uji-eriuKJwcdjI-unsplash.jpg.jpg\",\n                                    \"fileType\": \"image/jpeg\"\n                                },\n                                \"mediaId\": \"808546851406214\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"QUICK_REPLY\",\n                                        \"text\": \"No\"\n                                    },\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"call\",\n                                        \"phone_number\": \"919841262042\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"The Awesome products from Gallabox are listed here.\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"IMAGE\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/add5d3dd-0532-4b75-ad46-1983a7500f28-WisdomCirclelogofinalcolorrgbCopymin.png\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/add5d3dd-0532-4b75-ad46-1983a7500f28-WisdomCirclelogofinalcolorrgbCopymin.png\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"WisdomCircle_logo_final_color_rgb - Copy-min.png\",\n                                    \"fileType\": \"image/png\"\n                                },\n                                \"mediaId\": \"3700724190242777\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"QUICK_REPLY\",\n                                        \"text\": \"No\"\n                                    },\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"call\",\n                                        \"phone_number\": \"919841262042\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"The Awesome products from Gallabox are listed here.\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"IMAGE\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/c1627aaf-1493-4905-b1f8-0ebc157713d4-TropicalDusk.jpg\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/c1627aaf-1493-4905-b1f8-0ebc157713d4-TropicalDusk.jpg\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"Tropical Dusk.jpg\",\n                                    \"fileType\": \"image/jpeg\"\n                                },\n                                \"mediaId\": \"361354503651067\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"QUICK_REPLY\",\n                                        \"text\": \"No\"\n                                    },\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"call\",\n                                        \"phone_number\": \"919841262042\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"The Awesome products from Gallabox are listed here.\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"IMAGE\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/b737dedf-e2c3-4e94-a010-5ce086b9b661-ElectricContours.jpeg\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/b737dedf-e2c3-4e94-a010-5ce086b9b661-ElectricContours.jpeg\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"Electric Contours.jpeg\",\n                                    \"fileType\": \"image/jpeg\"\n                                },\n                                \"mediaId\": \"1241170813991928\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"QUICK_REPLY\",\n                                        \"text\": \"No\"\n                                    },\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"call\",\n                                        \"phone_number\": \"919841262042\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"The Awesome products from Gallabox are listed here.\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"IMAGE\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/8e145ce2-32ef-49ef-87fe-006de248b108-Abstractwallpaper.jpg\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/8e145ce2-32ef-49ef-87fe-006de248b108-Abstractwallpaper.jpg\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"Abstract wallpaper.jpg\",\n                                    \"fileType\": \"image/jpeg\"\n                                },\n                                \"mediaId\": \"3507968766160783\"\n                            }\n                        ]\n                    },\n                    {\n                        \"components\": [\n                            {\n                                \"type\": \"BUTTONS\",\n                                \"buttons\": [\n                                    {\n                                        \"type\": \"QUICK_REPLY\",\n                                        \"text\": \"No\"\n                                    },\n                                    {\n                                        \"type\": \"PHONE_NUMBER\",\n                                        \"text\": \"call\",\n                                        \"phone_number\": \"919841262042\"\n                                    }\n                                ],\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"BODY\",\n                                \"text\": \"The Awesome products from Gallabox are listed here.\",\n                                \"fileMetaData\": {}\n                            },\n                            {\n                                \"type\": \"HEADER\",\n                                \"format\": \"IMAGE\",\n                                \"example\": {\n                                    \"header_handle\": [\n                                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/7f8e6f03-750c-4d97-a22c-a5e464f8f22c-AutumnWaves.jpeg\"\n                                    ]\n                                },\n                                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/7f8e6f03-750c-4d97-a22c-a5e464f8f22c-AutumnWaves.jpeg\",\n                                \"fileMetaData\": {\n                                    \"fileName\": \"Autumn Waves.jpeg\",\n                                    \"fileType\": \"image/jpeg\"\n                                },\n                                \"mediaId\": \"2087337171661704\"\n                            }\n                        ]\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": true,\n        \"createdAt\": \"2024-07-15T05:40:57.087Z\",\n        \"updatedAt\": \"2024-07-15T05:43:59.025Z\",\n        \"__v\": 0,\n        \"err\": \"timeout of 20000ms exceeded\",\n        \"statusUpdatedAt\": \"2024-07-15T05:43:59.025Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"6694b6690c485923411ae529\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"6694b46b0c485923411ae08b\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"enableURLTracking\": true,\n        \"name\": \"automation_template_9\",\n        \"language\": \"en\",\n        \"category\": \"MARKETING\",\n        \"components\": [\n            {\n                \"type\": \"FOOTER\",\n                \"text\": \"¿No te interesa? Toca \\\"Detener promociones\\\"\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"VIDEO\",\n                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/6c05d809-6280-4661-9e37-fb101a27a78b-3mbmp4.mp4\",\n                \"fileMetaData\": {\n                    \"fileName\": \"3mb mp4.mp4\",\n                    \"fileType\": \"video/mp4\"\n                },\n                \"mediaId\": \"1200888177929415\",\n                \"example\": {\n                    \"header_handle\": [\n                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/6c05d809-6280-4661-9e37-fb101a27a78b-3mbmp4.mp4\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"¡Hola! 👋👋👋\\n\\n👍Sin licencia de conducir estadounidense: ¡NO HAY PROBLEMA!\\n\\n✨¡Por fin ha llegado! La nueva App Seguro Amigo.\\n\\n🚀Tarifas de seguro de automóvil más bajas de más de 60 compañías\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"QUICK_REPLY\",\n                        \"text\": \"Detener Promociones\"\n                    },\n                    {\n                        \"type\": \"URL\",\n                        \"text\": \"Descargar Android\",\n                        \"url\": \"https://play.google.com/store/apps/details?id=us.thebermuda.seguroamigo&hl=es_NI\"\n                    },\n                    {\n                        \"type\": \"URL\",\n                        \"text\": \"Descargar iPhone\",\n                        \"url\": \"https://apps.apple.com/us/app/seguro-amigo/id6446518844\"\n                    },\n                    {\n                        \"type\": \"PHONE_NUMBER\",\n                        \"text\": \"Llámanos\",\n                        \"phone_number\": \"919962552141\"\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": true,\n        \"createdAt\": \"2024-07-15T05:32:27.096Z\",\n        \"updatedAt\": \"2024-07-15T05:36:33.940Z\",\n        \"__v\": 0,\n        \"rejected_reason\": \"NONE\",\n        \"statusUpdatedAt\": \"2024-07-15T05:36:33.939Z\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"6694b46b0c485923411ae08b\",\n        \"variables\": [],\n        \"footerVariables\": [\n            {\n                \"index\": 0,\n                \"required\": false,\n                \"type\": \"payload\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"6694b3ee0c485923411ae073\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"automation_template_8\",\n        \"language\": \"en\",\n        \"category\": \"MARKETING\",\n        \"components\": [\n            {\n                \"type\": \"FOOTER\",\n                \"text\": \"Reply with 'STOP' to unsubscribe from marketing messages.\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"TEXT\",\n                \"text\": \"Palmshore\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Welcome to Palmshore Hotel\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"FLOW\",\n                        \"text\": \"Start Menu\",\n                        \"flow_action\": \"NAVIGATE\",\n                        \"flow_id\": \"1029718975007590\",\n                        \"navigate_screen\": \"QUESTION_ONE\"\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-07-15T05:30:22.819Z\",\n        \"updatedAt\": \"2024-07-15T05:32:38.537Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-07-15T05:32:38.537Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"6694b3ee0c485923411ae073\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"668fd44293492a81fcb957a0\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"_upi_custom_order_listing_clone_clone\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"TEXT\",\n                \"text\": \"Pay to order the product\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Kindly make the payment to place the order\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"ORDER_DETAILS\",\n                        \"text\": \"Review and Pay\",\n                        \"example\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"upi\",\n                                \"orderType\": \"direct_order\",\n                                \"items\": [\n                                    {\n                                        \"quantity\": 3,\n                                        \"amount\": 123,\n                                        \"name\": \"New\"\n                                    }\n                                ],\n                                \"productAdditionalDetails\": {\n                                    \"country_of_origin\": \"IN\"\n                                },\n                                \"tax\": {\n                                    \"value\": \"45\",\n                                    \"description\": \"GST\"\n                                },\n                                \"shipping\": {\n                                    \"value\": \"12\",\n                                    \"description\": \"Shipping Charges\"\n                                },\n                                \"discount\": {\n                                    \"value\": \"425.99\",\n                                    \"description\": \"New\",\n                                    \"discount_program_name\": \"New discount program\"\n                                }\n                            },\n                            \"isAllowToCreateWAOrder\": true\n                        }\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-07-11T12:46:58.458Z\",\n        \"updatedAt\": \"2024-07-11T12:47:14.135Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-07-11T12:47:14.134Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"668fd44293492a81fcb957a0\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"668b829e537de1b5a8f350c6\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"upi_pay_toggle_off_clone\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/e8abb3cf-ec3f-4f4d-8502-bb16695e9a70-image.png\",\n                \"fileMetaData\": {\n                    \"fileName\": \"image.png\",\n                    \"fileType\": \"image/png\"\n                },\n                \"mediaId\": \"1251604785806782\",\n                \"example\": {\n                    \"header_handle\": [\n                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/e8abb3cf-ec3f-4f4d-8502-bb16695e9a70-image.png\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Hey there! Just a friendly reminder to make the payment for your recent order. We appreciate your business and can't wait to fulfill your order. Let us know if you have any questions or need assistance with anything. Thanks!\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"ORDER_DETAILS\",\n                        \"text\": \"Review and Pay\",\n                        \"example\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"upi\",\n                                \"orderType\": \"whatsapp_order\",\n                                \"items\": [\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360313357-South-Indian-Meals-jpeg.jpeg\",\n                                        \"retailer_id\": \"1008\",\n                                        \"quantity\": 1,\n                                        \"amount\": 140,\n                                        \"name\": \"South Indian Meals\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360311566-Rosemilk-jpeg.jpeg\",\n                                        \"retailer_id\": \"1007\",\n                                        \"quantity\": 1,\n                                        \"amount\": 90,\n                                        \"name\": \"Rosemilk\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360333892-Filter-Coffee-Tea--1--jpeg.jpeg\",\n                                        \"retailer_id\": \"1004\",\n                                        \"quantity\": 1,\n                                        \"amount\": 35,\n                                        \"name\": \"Filter Coffee\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360329607-Buttermilk--1--jpeg.jpeg\",\n                                        \"retailer_id\": \"1003\",\n                                        \"quantity\": 1,\n                                        \"amount\": 50,\n                                        \"name\": \"Butter Milk\"\n                                    }\n                                ],\n                                \"catalogId\": \"3423385501311269\",\n                                \"tax\": {\n                                    \"value\": \"5\",\n                                    \"description\": \"GST\"\n                                },\n                                \"shipping\": {\n                                    \"value\": \"9\",\n                                    \"description\": \"Shipping Charges\"\n                                },\n                                \"discount\": {\n                                    \"value\": \"328.99\",\n                                    \"description\": \"100% Offer on products\",\n                                    \"discount_program_name\": \"New discount program\"\n                                }\n                            },\n                            \"isAllowToCreateWAOrder\": false\n                        }\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-07-08T06:09:34.944Z\",\n        \"updatedAt\": \"2024-07-08T06:20:41.357Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-07-08T06:20:41.357Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"668b829e537de1b5a8f350c6\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"668b7830537de1b5a8f33cb0\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"_upi_custom_order_listing_clone\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"TEXT\",\n                \"text\": \"Pay to order the product\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Kindly make the payment to place the order\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"ORDER_DETAILS\",\n                        \"text\": \"Review and Pay\",\n                        \"example\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"upi\",\n                                \"orderType\": \"direct_order\",\n                                \"items\": [\n                                    {\n                                        \"quantity\": 3,\n                                        \"amount\": 123,\n                                        \"name\": \"New\"\n                                    }\n                                ],\n                                \"productAdditionalDetails\": {\n                                    \"country_of_origin\": \"IN\"\n                                },\n                                \"tax\": {\n                                    \"value\": \"45\",\n                                    \"description\": \"GST\"\n                                },\n                                \"shipping\": {\n                                    \"value\": \"12\",\n                                    \"description\": \"Shipping Charges\"\n                                },\n                                \"discount\": {\n                                    \"value\": \"425.99\",\n                                    \"description\": \"New\",\n                                    \"discount_program_name\": \"New discount program\"\n                                }\n                            },\n                            \"isAllowToCreateWAOrder\": true\n                        }\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-07-08T05:25:04.162Z\",\n        \"updatedAt\": \"2024-07-08T05:25:18.736Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-07-08T05:25:18.736Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"668b7830537de1b5a8f33cb0\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"6687ce22777d9071266530cc\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"upi_custom_payment_listing\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/66694be9-bc37-4303-908e-1d7aed04289c-CanyonWhispers.jpg\",\n                \"fileMetaData\": {\n                    \"fileName\": \"Canyon Whispers.jpg\",\n                    \"fileType\": \"image/jpeg\"\n                },\n                \"mediaId\": \"995488818702192\",\n                \"example\": {\n                    \"header_handle\": [\n                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/66694be9-bc37-4303-908e-1d7aed04289c-CanyonWhispers.jpg\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Hey there! Just a friendly reminder to make the payment for your subscription. Once you've done that, you'll get instant delivery. Let me know if you have any questions or need assistance with anything else. Thanks!\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"ORDER_DETAILS\",\n                        \"text\": \"Review and Pay\",\n                        \"example\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"upi\",\n                                \"orderType\": \"direct_order\",\n                                \"items\": [\n                                    {\n                                        \"quantity\": 3,\n                                        \"amount\": 123,\n                                        \"name\": \"subscription\"\n                                    }\n                                ],\n                                \"productAdditionalDetails\": {\n                                    \"country_of_origin\": \"AF\",\n                                    \"importer_name\": \"Importer Name 1\",\n                                    \"importer_address\": {\n                                        \"address_line1\": \"No.2\",\n                                        \"address_line2\": \"Ramesh Illam\",\n                                        \"city\": \"600119\",\n                                        \"zone_code\": \"12354\",\n                                        \"postal_code\": \"600119\",\n                                        \"country_code\": \"23456\"\n                                    }\n                                },\n                                \"tax\": {\n                                    \"value\": \"5\",\n                                    \"description\": \"GST\"\n                                },\n                                \"shipping\": {\n                                    \"value\": \"10\",\n                                    \"description\": \"Shipping Charges\"\n                                },\n                                \"discount\": {\n                                    \"value\": \"383.99\",\n                                    \"description\": \"New\",\n                                    \"discount_program_name\": \"New discount program\"\n                                }\n                            }\n                        }\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-07-05T10:42:42.473Z\",\n        \"updatedAt\": \"2024-07-05T10:46:30.089Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-07-05T10:46:30.088Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"6687ce22777d9071266530cc\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"6687caff777d907126652e80\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"new_upi_pay\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"TEXT\",\n                \"text\": \"New \",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Hey there! Just wanted to give you a heads up that we'll start processing your order as soon as we receive the payment. Let us know if you have any questions or need further assistance. Thanks!\\n\\n{{Team}}\",\n                \"example\": {\n                    \"body_text\": [\n                        [\n                            \"Team Gallabox\"\n                        ]\n                    ]\n                },\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"ORDER_DETAILS\",\n                        \"text\": \"Review and Pay\",\n                        \"example\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"upi\",\n                                \"orderType\": \"whatsapp_order\",\n                                \"items\": [\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360313357-South-Indian-Meals-jpeg.jpeg\",\n                                        \"retailer_id\": \"1008\",\n                                        \"quantity\": 4,\n                                        \"amount\": 140,\n                                        \"name\": \"South Indian Meals\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360311566-Rosemilk-jpeg.jpeg\",\n                                        \"retailer_id\": \"1007\",\n                                        \"quantity\": 3,\n                                        \"amount\": 90,\n                                        \"name\": \"Rosemilk\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360333892-Filter-Coffee-Tea--1--jpeg.jpeg\",\n                                        \"retailer_id\": \"1004\",\n                                        \"quantity\": 3,\n                                        \"amount\": 35,\n                                        \"name\": \"Filter Coffee\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360329607-Buttermilk--1--jpeg.jpeg\",\n                                        \"retailer_id\": \"1003\",\n                                        \"quantity\": 1,\n                                        \"amount\": 50,\n                                        \"name\": \"Butter Milk\"\n                                    }\n                                ],\n                                \"catalogId\": \"3423385501311269\",\n                                \"tax\": {\n                                    \"value\": \"5\",\n                                    \"description\": \"gst\"\n                                },\n                                \"shipping\": {\n                                    \"value\": \"50\",\n                                    \"description\": \"Courier charges\"\n                                },\n                                \"discount\": {\n                                    \"value\": \"1039.99\",\n                                    \"description\": \"100% Offer on products\",\n                                    \"discount_program_name\": \"New discount program\"\n                                }\n                            },\n                            \"isAllowToCreateWAOrder\": true\n                        }\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-07-05T10:29:19.372Z\",\n        \"updatedAt\": \"2024-07-05T10:32:11.967Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-07-05T10:32:11.967Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"6687caff777d907126652e80\",\n        \"variables\": [\n            \"Team\"\n        ],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"66866be15c9a6ffa3c10a6a0\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"flow_template_sample\",\n        \"language\": \"en\",\n        \"category\": \"MARKETING\",\n        \"components\": [\n            {\n                \"type\": \"FOOTER\",\n                \"text\": \"Reply with 'STOP' to unsubscribe from marketing messages.\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"TEXT\",\n                \"text\": \"Adidas\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Hai Hello\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"FLOW\",\n                        \"text\": \"Flow\",\n                        \"flow_action\": \"NAVIGATE\",\n                        \"flow_id\": \"364307059295685\",\n                        \"navigate_screen\": \"SIGN_UP\"\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-07-04T09:31:13.632Z\",\n        \"updatedAt\": \"2024-07-05T10:32:12.171Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-07-05T10:32:12.171Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"66866be15c9a6ffa3c10a6a0\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"668527d7afffd0253141807b\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"error\",\n        \"isSystemTemplate\": false,\n        \"name\": \"razorpay_pay_custom_product_clone\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/b79e4df8-ec9f-47ff-8c17-928e0dc781af-2mbjpg.jpg\",\n                \"fileMetaData\": {\n                    \"fileName\": \"2mb jpg.jpg\",\n                    \"fileType\": \"image/jpeg\"\n                },\n                \"mediaId\": \"458763446865080\",\n                \"example\": {\n                    \"header_handle\": [\n                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/b79e4df8-ec9f-47ff-8c17-928e0dc781af-2mbjpg.jpg\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Hey there! We've just set up a payment link through Razorpay. To proceed with creating your order, could you please make the payment? Thanks!\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"ORDER_DETAILS\",\n                        \"text\": \"Review and Pay\",\n                        \"example\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"razorpay\",\n                                \"orderType\": \"direct_order\",\n                                \"items\": [\n                                    {\n                                        \"quantity\": 1,\n                                        \"amount\": 150,\n                                        \"name\": \"New Connection\"\n                                    }\n                                ],\n                                \"productAdditionalDetails\": {\n                                    \"country_of_origin\": \"DZ\",\n                                    \"importer_name\": \"Importer Name 1\",\n                                    \"importer_address\": {\n                                        \"address_line1\": \"No.2\",\n                                        \"address_line2\": \"Ramesh Illam\",\n                                        \"city\": \"600119\",\n                                        \"zone_code\": \"12354\",\n                                        \"postal_code\": \"600119\",\n                                        \"country_code\": \"23456\"\n                                    }\n                                },\n                                \"tax\": {\n                                    \"value\": \"1\",\n                                    \"description\": \"GST\"\n                                },\n                                \"shipping\": {\n                                    \"value\": \"1\",\n                                    \"description\": \"Shipping Charges\"\n                                },\n                                \"discount\": {\n                                    \"value\": \"151.99\",\n                                    \"description\": \"New\",\n                                    \"discount_program_name\": \"New discount program\"\n                                }\n                            },\n                            \"isAllowToCreateWAOrder\": true\n                        }\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-07-03T10:28:39.777Z\",\n        \"updatedAt\": \"2024-07-03T10:28:46.995Z\",\n        \"__v\": 0,\n        \"err\": \"(#100) Param components[2]['buttons'][0]['example'][0] must be a string.\",\n        \"statusUpdatedAt\": \"2024-07-03T10:28:46.994Z\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"668527d7afffd0253141807b\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"668401bc012529308b6f634b\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"welcome_message_new\",\n        \"language\": \"en\",\n        \"category\": \"MARKETING\",\n        \"components\": [\n            {\n                \"type\": \"FOOTER\",\n                \"text\": \"Reply with 'STOP' to unsubscribe from marketing messages.\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Hi there! Welcome to Gallabox! 🎉 We're thrilled to have you on board. Get ready to explore a world\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"QUICK_REPLY\",\n                        \"text\": \"yes\"\n                    },\n                    {\n                        \"type\": \"QUICK_REPLY\",\n                        \"text\": \"no\"\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": true,\n        \"createdAt\": \"2024-07-02T13:33:48.727Z\",\n        \"updatedAt\": \"2024-07-02T13:49:07.255Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-07-02T13:49:07.254Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"668401bc012529308b6f634b\",\n        \"variables\": [],\n        \"footerVariables\": [\n            {\n                \"index\": 0,\n                \"required\": false,\n                \"type\": \"payload\"\n            },\n            {\n                \"index\": 1,\n                \"required\": false,\n                \"type\": \"payload\"\n            }\n        ]\n    },\n    {\n        \"_id\": \"6683ec75bc300c4a0e265933\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"razorpay_pay_custom_product\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/b79e4df8-ec9f-47ff-8c17-928e0dc781af-2mbjpg.jpg\",\n                \"fileMetaData\": {\n                    \"fileName\": \"2mb jpg.jpg\",\n                    \"fileType\": \"image/jpeg\"\n                },\n                \"mediaId\": \"1008029967393003\",\n                \"example\": {\n                    \"header_handle\": [\n                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/b79e4df8-ec9f-47ff-8c17-928e0dc781af-2mbjpg.jpg\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Hey there! We've just set up a payment link through Razorpay. To proceed with creating your order, could you please make the payment? Thanks!\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"ORDER_DETAILS\",\n                        \"text\": \"Review and Pay\",\n                        \"example\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"razorpay\",\n                                \"orderType\": \"direct_order\",\n                                \"items\": [\n                                    {\n                                        \"quantity\": 1,\n                                        \"amount\": 150,\n                                        \"name\": \"New Connection\"\n                                    }\n                                ],\n                                \"productAdditionalDetails\": {\n                                    \"country_of_origin\": \"DZ\",\n                                    \"importer_name\": \"Importer Name 1\",\n                                    \"importer_address\": {\n                                        \"address_line1\": \"No.2\",\n                                        \"address_line2\": \"Ramesh Illam\",\n                                        \"city\": \"600119\",\n                                        \"zone_code\": \"12354\",\n                                        \"postal_code\": \"600119\",\n                                        \"country_code\": \"23456\"\n                                    }\n                                },\n                                \"tax\": {\n                                    \"value\": \"1\",\n                                    \"description\": \"GST\"\n                                },\n                                \"shipping\": {\n                                    \"value\": \"1\",\n                                    \"description\": \"Shipping Charges\"\n                                },\n                                \"discount\": {\n                                    \"value\": \"151.99\",\n                                    \"description\": \"New\",\n                                    \"discount_program_name\": \"New discount program\"\n                                }\n                            },\n                            \"isAllowToCreateWAOrder\": true\n                        }\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-07-02T12:03:01.444Z\",\n        \"updatedAt\": \"2024-07-02T12:20:49.997Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-07-02T12:20:49.997Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"6683ec75bc300c4a0e265933\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"6683ea31bc300c4a0e26589e\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"upi_pay_catalogue\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"FOOTER\",\n                \"text\": \"Reply STOP to unsubscribe\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"TEXT\",\n                \"text\": \"Gallabox Product\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Hey there! Ready to place your order? Just a friendly reminder that payment is required to confirm your order. Let me know if you have any questions or need assistance with anything else. Looking forward to serving you!\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"ORDER_DETAILS\",\n                        \"text\": \"Review and Pay\",\n                        \"example\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"upi\",\n                                \"orderType\": \"whatsapp_order\",\n                                \"items\": [\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360313357-South-Indian-Meals-jpeg.jpeg\",\n                                        \"retailer_id\": \"1008\",\n                                        \"quantity\": 1,\n                                        \"amount\": 140,\n                                        \"name\": \"South Indian Meals\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360311566-Rosemilk-jpeg.jpeg\",\n                                        \"retailer_id\": \"1007\",\n                                        \"quantity\": 1,\n                                        \"amount\": 90,\n                                        \"name\": \"Rosemilk\"\n                                    }\n                                ],\n                                \"catalogId\": \"3423385501311269\",\n                                \"tax\": {\n                                    \"value\": \"1\",\n                                    \"description\": \"GST\"\n                                },\n                                \"shipping\": {\n                                    \"value\": \"1\",\n                                    \"description\": \"Shipping Charges\"\n                                },\n                                \"discount\": {\n                                    \"value\": \"231\",\n                                    \"description\": \"New\",\n                                    \"discount_program_name\": \"New discount program\"\n                                }\n                            }\n                        }\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-07-02T11:53:21.621Z\",\n        \"updatedAt\": \"2024-07-02T11:56:11.017Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-07-02T11:56:11.017Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"6683ea31bc300c4a0e26589e\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"6683e9bbbc300c4a0e265878\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"custom_products\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"IMAGE\",\n                \"filePath\": \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/e0017995-a26c-454e-8cb8-b3b030936b70-tomokoujieriuKJwcdjIunsplashjpg.jpg\",\n                \"fileMetaData\": {\n                    \"fileName\": \"tomoko-uji-eriuKJwcdjI-unsplash.jpg.jpg\",\n                    \"fileType\": \"image/jpeg\"\n                },\n                \"mediaId\": \"472418465524439\",\n                \"example\": {\n                    \"header_handle\": [\n                        \"https://files.gallabox.dev/629e06e58e13b5000ae338d5/e0017995-a26c-454e-8cb8-b3b030936b70-tomokoujieriuKJwcdjIunsplashjpg.jpg\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Hey there! Just a friendly reminder to make the payment for your order. Once the payment is received, we can proceed with placing your order. If you have any questions or need assistance, feel free to reach out. Thanks!\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"ORDER_DETAILS\",\n                        \"text\": \"Review and Pay\",\n                        \"example\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"razorpay\",\n                                \"orderType\": \"direct_order\",\n                                \"items\": [\n                                    {\n                                        \"quantity\": 1,\n                                        \"amount\": 100,\n                                        \"name\": \"Subscription\"\n                                    },\n                                    {\n                                        \"quantity\": 1,\n                                        \"amount\": 1e+55,\n                                        \"name\": \"Invoice\"\n                                    }\n                                ],\n                                \"productAdditionalDetails\": {\n                                    \"country_of_origin\": \"IN\",\n                                    \"importer_address\": {\n                                        \"address_line1\": \"\",\n                                        \"address_line2\": \"\",\n                                        \"city\": \"\",\n                                        \"zone_code\": \"\",\n                                        \"postal_code\": \"\",\n                                        \"country_code\": \"\"\n                                    }\n                                },\n                                \"tax\": {\n                                    \"value\": \"99999\"\n                                },\n                                \"shipping\": {\n                                    \"value\": \"99999\"\n                                },\n                                \"discount\": {\n                                    \"value\": \"100000\"\n                                }\n                            },\n                            \"isAllowToCreateWAOrder\": true\n                        }\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": true,\n        \"createdAt\": \"2024-07-02T11:51:23.481Z\",\n        \"updatedAt\": \"2024-07-02T11:56:10.815Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-07-02T11:56:10.815Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"6683e9bbbc300c4a0e265878\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"6683e8ffbc300c4a0e265850\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"rejected\",\n        \"isSystemTemplate\": false,\n        \"name\": \"new\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"TEXT\",\n                \"text\": \"New\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Hello\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"ORDER_DETAILS\",\n                        \"text\": \"Review and Pay\",\n                        \"example\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"upi\",\n                                \"orderType\": \"whatsapp_order\",\n                                \"items\": [\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360313357-South-Indian-Meals-jpeg.jpeg\",\n                                        \"retailer_id\": \"1008\",\n                                        \"quantity\": 1,\n                                        \"amount\": 140,\n                                        \"name\": \"South Indian Meals\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360311566-Rosemilk-jpeg.jpeg\",\n                                        \"retailer_id\": \"1007\",\n                                        \"quantity\": 1,\n                                        \"amount\": 90,\n                                        \"name\": \"Rosemilk\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360333892-Filter-Coffee-Tea--1--jpeg.jpeg\",\n                                        \"retailer_id\": \"1004\",\n                                        \"quantity\": 1,\n                                        \"amount\": 35,\n                                        \"name\": \"Filter Coffee\"\n                                    }\n                                ],\n                                \"catalogId\": \"3423385501311269\",\n                                \"discount\": {\n                                    \"value\": \"100\"\n                                }\n                            }\n                        }\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-07-02T11:48:15.287Z\",\n        \"updatedAt\": \"2024-07-02T11:56:11.419Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-07-02T11:56:11.419Z\",\n        \"rejected_reason\": \"INCORRECT_CATEGORY\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"6683e8ffbc300c4a0e265850\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"6683e8cebc300c4a0e26582c\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"rejected\",\n        \"isSystemTemplate\": false,\n        \"name\": \"asdfasdfasdfasdf\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"TEXT\",\n                \"text\": \"asdfadsf\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"asdfasdfasdf\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"ORDER_DETAILS\",\n                        \"text\": \"Review and Pay\",\n                        \"example\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"upi\",\n                                \"orderType\": \"whatsapp_order\",\n                                \"items\": [\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360313357-South-Indian-Meals-jpeg.jpeg\",\n                                        \"retailer_id\": \"1008\",\n                                        \"quantity\": 1,\n                                        \"amount\": 140,\n                                        \"name\": \"South Indian Meals\"\n                                    }\n                                ],\n                                \"catalogId\": \"3423385501311269\",\n                                \"tax\": {\n                                    \"value\": \"\"\n                                }\n                            }\n                        }\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-07-02T11:47:26.673Z\",\n        \"updatedAt\": \"2024-07-02T11:56:11.219Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-07-02T11:56:11.219Z\",\n        \"rejected_reason\": \"INCORRECT_CATEGORY\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"6683e8cebc300c4a0e26582c\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"6683dc6d35738f0341c2a5e0\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"maximum_range_payment\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"FOOTER\",\n                \"text\": \"reply stop to unsubscribe\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"TEXT\",\n                \"text\": \"Kindly make the payment to place the order Happy shopping\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Kindly make the payment to place the order\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"ORDER_DETAILS\",\n                        \"text\": \"Review and Pay\",\n                        \"example\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"upi\",\n                                \"orderType\": \"whatsapp_order\",\n                                \"items\": [\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360313357-South-Indian-Meals-jpeg.jpeg\",\n                                        \"retailer_id\": \"1008\",\n                                        \"quantity\": 1,\n                                        \"product_description\": \"South Indian Meals\",\n                                        \"amount\": 140,\n                                        \"name\": \"South Indian Meals\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360311566-Rosemilk-jpeg.jpeg\",\n                                        \"retailer_id\": \"1007\",\n                                        \"quantity\": 1,\n                                        \"product_description\": \"Rosemilk\",\n                                        \"amount\": 90,\n                                        \"name\": \"Rosemilk\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360333892-Filter-Coffee-Tea--1--jpeg.jpeg\",\n                                        \"retailer_id\": \"1004\",\n                                        \"quantity\": 1,\n                                        \"product_description\": \"Filter Coffee\",\n                                        \"amount\": 35,\n                                        \"name\": \"Filter Coffee\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360329607-Buttermilk--1--jpeg.jpeg\",\n                                        \"retailer_id\": \"1003\",\n                                        \"quantity\": 2000,\n                                        \"product_description\": \"Butter Milk\",\n                                        \"amount\": 50,\n                                        \"name\": \"Butter Milk\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360322212-Ghee-Pongal--jpeg.jpeg\",\n                                        \"retailer_id\": \"1005\",\n                                        \"quantity\": 101,\n                                        \"product_description\": \"Ghee Pongal\",\n                                        \"amount\": 80,\n                                        \"name\": \"Ghee Pongal\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360316223-Appam-jpeg.jpeg\",\n                                        \"retailer_id\": \"1001\",\n                                        \"quantity\": 101,\n                                        \"product_description\": \"Appam\",\n                                        \"amount\": 80,\n                                        \"name\": \"Appam\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360318758-Butter-Dosa-jpeg.jpeg\",\n                                        \"retailer_id\": \"1002\",\n                                        \"quantity\": 51,\n                                        \"product_description\": \"Butter Dosa\",\n                                        \"amount\": 120,\n                                        \"name\": \"Butter Dosa\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360309675-Idli-jpeg.jpeg\",\n                                        \"retailer_id\": \"1006\",\n                                        \"quantity\": 75,\n                                        \"product_description\": \"Idli\",\n                                        \"amount\": 30,\n                                        \"name\": \"Idli\"\n                                    }\n                                ],\n                                \"catalogId\": \"3423385501311269\",\n                                \"discount\": {\n                                    \"value\": 9\n                                },\n                                \"shipping\": {\n                                    \"description\": \"Shipping Charges\",\n                                    \"value\": 9999999999\n                                },\n                                \"tax\": {\n                                    \"description\": \"GST\",\n                                    \"value\": 9\n                                }\n                            },\n                            \"isAllowToCreateWAOrder\": true\n                        }\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": true,\n        \"createdAt\": \"2024-07-02T10:54:37.621Z\",\n        \"updatedAt\": \"2024-07-02T11:07:26.424Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-07-02T11:07:26.422Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"6683dc6d35738f0341c2a5e0\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"667d659c17a1e0313b12c9fb\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"template_different_country\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"TEXT\",\n                \"text\": \"Payment Required\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Hey there! We noticed that you recently made a purchase for a new product. Just a friendly reminder that payment is due. Please make sure to settle the payment as soon as possible. If you have any questions or need assistance, feel free to reach out to us. Thank you for choosing our product!\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"ORDER_DETAILS\",\n                        \"text\": \"Review and Pay\",\n                        \"example\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"upi\",\n                                \"orderType\": \"direct_order\",\n                                \"items\": [\n                                    {\n                                        \"quantity\": 1,\n                                        \"amount\": 100000,\n                                        \"name\": \"Product 1\"\n                                    }\n                                ],\n                                \"productAdditionalDetails\": {\n                                    \"country_of_origin\": \"AF\",\n                                    \"importer_name\": \"Importer Name 1\",\n                                    \"importer_address\": {\n                                        \"address_line1\": \"No.2\",\n                                        \"address_line2\": \"Ramesh Illam\",\n                                        \"city\": \"600119\",\n                                        \"zone_code\": \"12354\",\n                                        \"postal_code\": \"600119\",\n                                        \"country_code\": \"23456\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-06-27T13:14:04.606Z\",\n        \"updatedAt\": \"2024-06-27T13:20:13.680Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-06-27T13:20:13.679Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"667d659c17a1e0313b12c9fb\",\n        \"variables\": [],\n        \"footerVariables\": []\n    },\n    {\n        \"_id\": \"667d5ea817a1e0313b12c78e\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"creatorId\": \"629e06e48e13b5000ae338d3\",\n        \"status\": \"approved\",\n        \"isSystemTemplate\": false,\n        \"name\": \"catalog_without_additional_details\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"components\": [\n            {\n                \"type\": \"FOOTER\",\n                \"text\": \"Remove the STOP to unsubscribe\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"HEADER\",\n                \"format\": \"TEXT\",\n                \"text\": \"Payment Reminder for the purchase\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BODY\",\n                \"text\": \"Hey there! Just a friendly reminder that it's time to make your payment to avoid any disruptions. We wouldn't want you to miss out on any important services. Please make the payment as soon as possible to keep everything running smoothly. Let me know if you have any questions or need any assistance. Thanks!\",\n                \"fileMetaData\": {}\n            },\n            {\n                \"type\": \"BUTTONS\",\n                \"buttons\": [\n                    {\n                        \"type\": \"ORDER_DETAILS\",\n                        \"text\": \"Review and Pay\",\n                        \"example\": {\n                            \"orderDetails\": {\n                                \"currency\": \"INR\",\n                                \"paymentProvider\": \"upi\",\n                                \"orderType\": \"whatsapp_order\",\n                                \"items\": [\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360313357-South-Indian-Meals-jpeg.jpeg\",\n                                        \"retailer_id\": \"1008\",\n                                        \"quantity\": 1,\n                                        \"product_description\": \"South Indian Meals\",\n                                        \"amount\": 140,\n                                        \"name\": \"South Indian Meals\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360311566-Rosemilk-jpeg.jpeg\",\n                                        \"retailer_id\": \"1007\",\n                                        \"quantity\": 1,\n                                        \"product_description\": \"Rosemilk\",\n                                        \"amount\": 90,\n                                        \"name\": \"Rosemilk\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360333892-Filter-Coffee-Tea--1--jpeg.jpeg\",\n                                        \"retailer_id\": \"1004\",\n                                        \"quantity\": 1,\n                                        \"product_description\": \"Filter Coffee\",\n                                        \"amount\": 35,\n                                        \"name\": \"Filter Coffee\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360329607-Buttermilk--1--jpeg.jpeg\",\n                                        \"retailer_id\": \"1003\",\n                                        \"quantity\": 1,\n                                        \"product_description\": \"Butter Milk\",\n                                        \"amount\": 50,\n                                        \"name\": \"Butter Milk\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360316223-Appam-jpeg.jpeg\",\n                                        \"retailer_id\": \"1001\",\n                                        \"quantity\": 1,\n                                        \"product_description\": \"Appam\",\n                                        \"amount\": 80,\n                                        \"name\": \"Appam\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360318758-Butter-Dosa-jpeg.jpeg\",\n                                        \"retailer_id\": \"1002\",\n                                        \"quantity\": 1,\n                                        \"product_description\": \"Butter Dosa\",\n                                        \"amount\": 120,\n                                        \"name\": \"Butter Dosa\"\n                                    },\n                                    {\n                                        \"image_url\": \"https://files.gallabox.dev/61f96e67b315bd0004ca4ba0/1655360309675-Idli-jpeg.jpeg\",\n                                        \"retailer_id\": \"1006\",\n                                        \"quantity\": 1,\n                                        \"product_description\": \"Idli\",\n                                        \"amount\": 30,\n                                        \"name\": \"Idli\"\n                                    }\n                                ],\n                                \"catalogId\": \"3423385501311269\"\n                            },\n                            \"isAllowToCreateWAOrder\": true\n                        }\n                    }\n                ],\n                \"fileMetaData\": {}\n            }\n        ],\n        \"allow_category_change\": false,\n        \"createdAt\": \"2024-06-27T12:44:24.636Z\",\n        \"updatedAt\": \"2024-06-27T13:00:27.076Z\",\n        \"__v\": 0,\n        \"statusUpdatedAt\": \"2024-06-27T13:00:27.076Z\",\n        \"rejected_reason\": \"NONE\",\n        \"account\": {\n            \"_id\": \"629e06e58e13b5000ae338d5\",\n            \"name\": \"Rohit Caterers\",\n            \"id\": \"629e06e58e13b5000ae338d5\"\n        },\n        \"channel\": {\n            \"_id\": \"629e0b6c3d6ad600044197a0\",\n            \"assignToIds\": [\n                \"6541e1e7741db9205bf30824\",\n                \"636b7ed205cf71995632d369\",\n                \"629ee7a28e13b5000ae33a28\",\n                \"629e06e48e13b5000ae338d3\",\n                \"655da385e95147dd92e9a208\",\n                \"65b89d8a42e9369b4b4ad563\",\n                \"65d58053bc1950aa90d127cf\"\n            ],\n            \"accountId\": \"629e06e58e13b5000ae338d5\",\n            \"createdById\": \"629e06e48e13b5000ae338d3\",\n            \"channelType\": \"whatsapp\",\n            \"whatsapp\": {\n                \"webhookUrl\": \"\",\n                \"whatsappNumber\": \"917825875224\",\n                \"whatsappName\": \"Rohit Caterers\",\n                \"whatsappColor\": \"#48BB78\",\n                \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n                \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n                \"accessToken\": \"dummy\",\n                \"namespaceId\": \"7a02c263_24b6_4f91_8849_83c6962cf609\",\n                \"wabaId\": \"105970132138876\",\n                \"provider\": \"dialog360CloudApi\",\n                \"dialog360CloudApi\": {\n                    \"apiKey\": \"dd194e6765213dd0815f5b671f79bbc88c742991f45ead5573c7426fa5901045\",\n                    \"providerId\": \"wwLayXCH\",\n                    \"lastSyncedDate\": \"2024-05-09T07:14:48.687Z\"\n                },\n                \"mode\": \"live\",\n                \"broadcastLimit\": 250,\n                \"currentTier\": \"TIER_1K\",\n                \"isOba\": false,\n                \"currentQualityRating\": \"High\",\n                \"fbAccountStatus\": \"verified\",\n                \"shareableLinks\": [],\n                \"activeIntegrations\": [\n                    {\n                        \"integrationId\": \"650bea095e8cfa9378c3326c\",\n                        \"integrationType\": \"leadsquared\"\n                    }\n                ]\n            },\n            \"createdAt\": \"2022-06-06T14:13:01.557Z\",\n            \"updatedAt\": \"2024-07-10T06:20:41.268Z\",\n            \"__v\": 12,\n            \"botId\": \"62a14871fd73d200085ee68a\",\n            \"configurations\": {\n                \"assignmentRules\": {\n                    \"type\": \"bot\",\n                    \"assignmentId\": \"668e1e664f558936770d7bce\",\n                    \"isActive\": true,\n                    \"shouldAutoReassign\": false,\n                    \"createdAt\": \"2024-07-10T06:20:41.268Z\",\n                    \"updatedAt\": \"2024-07-10T06:20:41.268Z\"\n                },\n                \"workingHours\": [\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"tuesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"wednesday\",\n                        \"from\": \"2024-03-12T05:00:00.000Z\",\n                        \"to\": \"2024-03-12T05:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T09:00:00.000Z\",\n                        \"to\": \"2024-03-12T09:15:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    },\n                    {\n                        \"day\": \"monday\",\n                        \"from\": \"2024-03-12T10:00:00.000Z\",\n                        \"to\": \"2024-03-12T10:30:00.000Z\",\n                        \"createdAt\": \"2024-03-12T09:53:41.021Z\",\n                        \"updatedAt\": \"2024-03-12T09:53:41.021Z\"\n                    }\n                ],\n                \"awayMessage\": {\n                    \"cannedResponseId\": \"64a6ba0fa112b77c94a74ca9\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-03-12T09:53:41.069Z\",\n                    \"updatedAt\": \"2024-03-12T09:53:41.069Z\"\n                },\n                \"autoUpdateMsgOptin\": {\n                    \"isActive\": false,\n                    \"text\": \"unscribe.1\",\n                    \"updatedAt\": \"2022-08-10T10:09:56.240Z\",\n                    \"createdAt\": \"2022-08-10T10:09:56.240Z\"\n                },\n                \"welcomeMessage\": {\n                    \"cannedResponseId\": \"64c74f91a7217e06c6bc0812\",\n                    \"isActive\": false,\n                    \"updatedAt\": \"2023-08-03T09:46:49.050Z\",\n                    \"createdAt\": \"2023-08-03T09:46:49.050Z\"\n                },\n                \"autoReply\": {\n                    \"minutes\": 1,\n                    \"preference\": \"allOpenConversations\",\n                    \"cannedResponseId\": \"64c74fdba7217e06c6bc09ce\",\n                    \"isActive\": true,\n                    \"createdAt\": \"2024-02-16T05:01:11.332Z\",\n                    \"updatedAt\": \"2024-02-16T05:01:11.332Z\"\n                },\n                \"reEngagementMessage\": {\n                    \"minutes\": 1,\n                    \"cannedResponseId\": \"655849740800b78cf9a916f5\",\n                    \"isActive\": false,\n                    \"createdAt\": \"2024-01-30T06:50:55.510Z\",\n                    \"updatedAt\": \"2024-01-30T06:50:55.510Z\"\n                },\n                \"conversationResolve\": {\n                    \"isActive\": true,\n                    \"days\": 14,\n                    \"createdAt\": \"2023-06-05T06:01:13.063Z\",\n                    \"updatedAt\": \"2023-06-05T06:01:13.063Z\"\n                }\n            },\n            \"inboundMessageReadReceipt\": true,\n            \"isDeleted\": false,\n            \"toSync\": true,\n            \"id\": \"629e0b6c3d6ad600044197a0\"\n        },\n        \"id\": \"667d5ea817a1e0313b12c78e\",\n        \"variables\": [],\n        \"footerVariables\": []\n    }\n]"}],"_postman_id":"c02953aa-103b-4875-adaf-d7dc17a4f417"},{"name":"Get WhatsApp Template","id":"e2db6b46-d005-4232-a7ad-eff75668a8a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://server.gallabox.com/devapi/accounts/:accountId/whatsappTemplates/:templateId","description":"<p>Get delivery status for outgoing message</p>\n","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","whatsappTemplates",":templateId"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"},{"type":"any","value":"{{templateId}}","key":"templateId"}]}},"response":[{"id":"a2c98dad-a126-4f82-b503-552314eddf87","name":"Get WhatsApp Template","originalRequest":{"method":"GET","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/whatsappTemplates/:templateId","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","whatsappTemplates",":templateId"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"templateId","value":"{{templateId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1721023757&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=g7eZGAQHg5DpxpWoByJVBIG%2FJhTqusSzteGUPZv9ZZ4%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1721023757&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=g7eZGAQHg5DpxpWoByJVBIG%2FJhTqusSzteGUPZv9ZZ4%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Mon Jul 15 2024 06:10:17 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"5ac-oThUQsQe4LcuNHDsraAGvD9fFQI\""},{"key":"Set-Cookie","value":"connect.sid=s%3AT2n6TypLOgZsAasVxkp3LsG_-MMRwpop.5kICr3zjyTT4rYH3%2BCCEjKZJPa2feD5Fc5c2tPJ2ZCQ; Path=/; HttpOnly"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Mon, 15 Jul 2024 06:09:17 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"667d659c17a1e0313b12c9fb\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"creatorId\": \"629e06e48e13b5000ae338d3\",\n    \"status\": \"approved\",\n    \"isSystemTemplate\": false,\n    \"name\": \"template_different_country\",\n    \"language\": \"en\",\n    \"category\": \"UTILITY\",\n    \"components\": [\n        {\n            \"type\": \"HEADER\",\n            \"format\": \"TEXT\",\n            \"text\": \"Payment Required\",\n            \"fileMetaData\": {}\n        },\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Hey there! We noticed that you recently made a purchase for a new product. Just a friendly reminder that payment is due. Please make sure to settle the payment as soon as possible. If you have any questions or need assistance, feel free to reach out to us. Thank you for choosing our product!\",\n            \"fileMetaData\": {}\n        },\n        {\n            \"type\": \"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"ORDER_DETAILS\",\n                    \"text\": \"Review and Pay\",\n                    \"example\": {\n                        \"orderDetails\": {\n                            \"currency\": \"INR\",\n                            \"paymentProvider\": \"upi\",\n                            \"orderType\": \"direct_order\",\n                            \"items\": [\n                                {\n                                    \"quantity\": 1,\n                                    \"amount\": 100000,\n                                    \"name\": \"Product 1\"\n                                }\n                            ],\n                            \"productAdditionalDetails\": {\n                                \"country_of_origin\": \"AF\",\n                                \"importer_name\": \"Importer Name 1\",\n                                \"importer_address\": {\n                                    \"address_line1\": \"No.2\",\n                                    \"address_line2\": \"Ramesh Illam\",\n                                    \"city\": \"600119\",\n                                    \"zone_code\": \"12354\",\n                                    \"postal_code\": \"600119\",\n                                    \"country_code\": \"23456\"\n                                }\n                            }\n                        }\n                    }\n                }\n            ],\n            \"fileMetaData\": {}\n        }\n    ],\n    \"allow_category_change\": false,\n    \"createdAt\": \"2024-06-27T13:14:04.606Z\",\n    \"updatedAt\": \"2024-06-27T13:20:13.680Z\",\n    \"__v\": 0,\n    \"statusUpdatedAt\": \"2024-06-27T13:20:13.679Z\",\n    \"rejected_reason\": \"NONE\",\n    \"id\": \"667d659c17a1e0313b12c9fb\",\n    \"variables\": [],\n    \"footerVariables\": []\n}"}],"_postman_id":"e2db6b46-d005-4232-a7ad-eff75668a8a1"}],"id":"d2bf96df-3741-4a7f-b361-4c71790713e4","_postman_id":"d2bf96df-3741-4a7f-b361-4c71790713e4","description":""},{"name":"Conversations","item":[{"name":"Assign Conversation","id":"bbd96293-38da-40c7-9c4e-3840b2154068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"665459eb46c268e1e4674f4e\"\n    //\"botId\": \"6005ec405ddd71000432390c\"\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/assign","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","conversations",":conversationId","assign"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"},{"type":"any","value":"{{conversationId}}","key":"conversationId"}]}},"response":[{"id":"1ee654ee-978b-4bef-845d-6dbd9f105180","name":"Assign Conversation","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"665459eb46c268e1e4674f4e\"\n    //\"botId\": \"6005ec405ddd71000432390c\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/assign","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","conversations",":conversationId","assign"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"conversationId","value":"{{conversationId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720697106&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=ZkoRMTyGh2ktHsp8HAvjXA6JLso0A3o7NDeh9f5Rd%2F8%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720697106&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=ZkoRMTyGh2ktHsp8HAvjXA6JLso0A3o7NDeh9f5Rd%2F8%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 11:26:06 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"c26-vdyh2z0VjP4m7Gx6sKzccgf9aXs\""},{"key":"Set-Cookie","value":"connect.sid=s%3AP7ZzZiB5G2RcnZZGsv6r7XLKeGvhrDZQ.I1ITLc7jpja2D7tPYtUgARUaaV8LXA9ZO5XWssxv7qI; Path=/; HttpOnly"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 11 Jul 2024 11:25:06 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"667ea404ab9618325dbc703d\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"whatsapp\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"latestMessageId\": \"668fb19fa373d449e39ae7c5\",\n    \"status\": \"OPEN\",\n    \"userUnreadCount\": 6,\n    \"pinnedBy\": [],\n    \"whatsapp\": {\n        \"waId\": \"919080319148\",\n        \"senderId\": \"667ea401ab9618325dbc6ff5\"\n    },\n    \"messageCount\": {\n        \"received\": 9,\n        \"private\": 6,\n        \"sent\": 69\n    },\n    \"tags\": [\n        {\n            \"id\": \"667e912913d5f362da4e9282\",\n            \"name\": \"NewCustomer\"\n        }\n    ],\n    \"mentionedUsers\": [\n        {\n            \"userId\": \"629e06e48e13b5000ae338d3\",\n            \"lastReadMessageId\": \"668fb19fa373d449e39ae7c5\",\n            \"userlastSeen\": \"2024-07-11T11:21:48.805Z\",\n            \"userUnreadCount\": 0\n        },\n        {\n            \"userId\": \"6634af7f1ae87cb84d64e9d8\",\n            \"userUnreadCount\": 60\n        },\n        {\n            \"userId\": \"665459eb46c268e1e4674f4e\",\n            \"userUnreadCount\": 79\n        }\n    ],\n    \"createdAt\": \"2024-06-28T11:52:36.419Z\",\n    \"updatedAt\": \"2024-07-11T11:25:06.309Z\",\n    \"__v\": 0,\n    \"hasUnreadMessages\": true,\n    \"userLastSeen\": \"2024-07-02T12:46:43.871Z\",\n    \"lastReadMessageId\": \"6683eb96012529308b6f2a69\",\n    \"assigneeId\": \"665459eb46c268e1e4674f4e\",\n    \"assigneeType\": \"user\",\n    \"userId\": \"665459eb46c268e1e4674f4e\",\n    \"latestMessage\": {\n        \"_id\": \"668fb19fa373d449e39ae7c5\",\n        \"conversationId\": \"667ea404ab9618325dbc703d\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"channelType\": \"whatsapp\",\n        \"localMessageId\": \"fa3170b8-6790-4899-b9ca-5b88eab122ef\",\n        \"contactId\": \"667ea401ab9618325dbc6ff5\",\n        \"sender\": \"629e06e48e13b5000ae338d3\",\n        \"context\": {\n            \"type\": \"notification\",\n            \"buttonClick\": [],\n            \"medium\": \"api\",\n            \"source\": \"gb-web-app\"\n        },\n        \"whatsapp\": {\n            \"to\": \"919080319148\",\n            \"time\": \"2024-07-11T10:19:11.157Z\",\n            \"status\": \"read\",\n            \"statusTime\": \"2024-07-11T10:19:12.000Z\",\n            \"statusGroup\": \"pending\",\n            \"type\": \"text\",\n            \"text\": {\n                \"body\": \"Message from Developer API POST\"\n            },\n            \"retryable\": false,\n            \"id\": \"wamid.HBgMOTE5MDgwMzE5MTQ4FQIAERgSMkY0QTk5MzIxRjE4MkY3ODdDAA==\",\n            \"statusLog\": [\n                {\n                    \"status\": \"queued\",\n                    \"date\": \"2024-07-11T10:19:12.267Z\"\n                },\n                {\n                    \"status\": \"sent\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                },\n                {\n                    \"status\": \"sent\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                },\n                {\n                    \"status\": \"delivered\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                },\n                {\n                    \"status\": \"read\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                }\n            ],\n            \"conversation\": {\n                \"expiration_timestamp\": 1720778880,\n                \"id\": \"5b5a996d6c8375723abef6ad355ea4c6\",\n                \"origin\": {\n                    \"type\": \"service\"\n                }\n            },\n            \"pricing\": {\n                \"billable\": true,\n                \"category\": \"service\",\n                \"pricing_model\": \"CBP\"\n            }\n        },\n        \"createdAt\": \"2024-07-11T10:19:11.247Z\",\n        \"updatedAt\": \"2024-07-11T10:19:16.050Z\",\n        \"toSync\": true,\n        \"__v\": 0,\n        \"user\": null,\n        \"id\": \"668fb19fa373d449e39ae7c5\"\n    },\n    \"contact\": {\n        \"_id\": \"667ea401ab9618325dbc6ff5\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"name\": \"Pravin Saran\",\n        \"email\": [],\n        \"phone\": [\n            \"919080319148\"\n        ],\n        \"messageOptIn\": true,\n        \"tags\": [],\n        \"fieldValues\": [],\n        \"createdAt\": \"2024-06-28T11:52:33.314Z\",\n        \"updatedAt\": \"2024-07-02T13:08:13.940Z\",\n        \"__v\": 0,\n        \"lastConversationId\": \"667ea404ab9618325dbc703d\",\n        \"formattedPhone\": [\n            {\n                \"countryCode\": \"91\",\n                \"phoneNumber\": \"9080319148\"\n            }\n        ],\n        \"marketingOptIn\": true,\n        \"id\": \"667ea401ab9618325dbc6ff5\",\n        \"whatsapp\": [\n            {\n                \"phone\": \"919080319148\",\n                \"waId\": \"919080319148\",\n                \"channelId\": \"629e0b6c3d6ad600044197a0\",\n                \"status\": \"valid\",\n                \"verifiedAt\": \"2024-07-11T10:03:56.551Z\",\n                \"verifiedSource\": \"INBOUND_MESSAGE\",\n                \"lastInboundMessageTime\": \"2024-07-11T10:03:56.551Z\",\n                \"isBlocked\": false\n            }\n        ]\n    },\n    \"id\": \"667ea404ab9618325dbc703d\"\n}"}],"_postman_id":"bbd96293-38da-40c7-9c4e-3840b2154068"},{"name":"Change Conversation Team","id":"667aaec0-a61f-4651-99dd-cbf4ece603e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"teamId\": \"507f1f77bcf86cd799439013\",\n    \"restrictCrossTeamMapping\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/change-team","description":"<h2 id=\"change-team-for-conversation\">Change Team for Conversation</h2>\n<p>This endpoint allows you to change the team associated with a specific conversation within an account. By sending a POST request to the designated URL, you can update the team information for a conversation identified by its unique <code>conversationId</code>.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><strong>accountId</strong> (path parameter): The unique identifier of the account to which the conversation belongs.</p>\n</li>\n<li><p><strong>conversationId</strong> (path parameter): The unique identifier of the conversation for which the team is being changed.</p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body must be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>teamId</strong> (string): The unique identifier of the team that you want to associate with the conversation.</p>\n</li>\n<li><p><strong>restrictCrossTeamMapping</strong> (optional | boolean) - defaults to <code>true</code>: A flag indicating whether to restrict mapping across teams based on the assigneed user. Set to <code>true</code> to enforce this restriction.</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>Upon a successful request, the server will return a response indicating the result of the operation. The response typically includes confirmation of the team change, along with any relevant details about the updated conversation.</p>\n<p>Make sure to handle any potential errors in the response, which may indicate issues such as invalid IDs or permission problems.</p>\n","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","conversations",":conversationId","change-team"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"},{"type":"any","value":"{{conversationId}}","key":"conversationId"}]}},"response":[{"id":"5709e023-5779-4422-9140-3e8701926d66","name":"Restrict Cross Team Map","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"teamId\": \"507f1f77bcf86cd799439013\",\n    \"restrictCrossTeamMapping\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/change-team","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","conversations",":conversationId","change-team"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"conversationId","value":"{{conversationId}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"667ea404ab9618325dbc703d\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"whatsapp\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"latestMessageId\": \"668fb19fa373d449e39ae7c5\",\n    \"status\": \"OPEN\",\n    \"userUnreadCount\": 6,\n    \"pinnedBy\": [],\n    \"whatsapp\": {\n        \"waId\": \"919080319148\",\n        \"senderId\": \"667ea401ab9618325dbc6ff5\"\n    },\n    \"messageCount\": {\n        \"received\": 9,\n        \"private\": 6,\n        \"sent\": 69\n    },\n    \"tags\": [\n        {\n            \"id\": \"667e912913d5f362da4e9282\",\n            \"name\": \"NewCustomer\"\n        }\n    ],\n    \"mentionedUsers\": [\n        {\n            \"userId\": \"629e06e48e13b5000ae338d3\",\n            \"lastReadMessageId\": \"668fb19fa373d449e39ae7c5\",\n            \"userlastSeen\": \"2024-07-11T11:21:48.805Z\",\n            \"userUnreadCount\": 0\n        },\n        {\n            \"userId\": \"6634af7f1ae87cb84d64e9d8\",\n            \"userUnreadCount\": 60\n        },\n        {\n            \"userId\": \"665459eb46c268e1e4674f4e\",\n            \"userUnreadCount\": 79\n        }\n    ],\n    \"createdAt\": \"2024-06-28T11:52:36.419Z\",\n    \"updatedAt\": \"2024-07-11T11:25:06.309Z\",\n    \"__v\": 0,\n    \"hasUnreadMessages\": true,\n    \"userLastSeen\": \"2024-07-02T12:46:43.871Z\",\n    \"lastReadMessageId\": \"6683eb96012529308b6f2a69\",\n    \"assigneeId\": \"665459eb46c268e1e4674f4e\",\n    \"assigneeType\": \"user\",\n    \"userId\": \"665459eb46c268e1e4674f4e\",\n    \"latestMessage\": {\n        \"_id\": \"668fb19fa373d449e39ae7c5\",\n        \"conversationId\": \"667ea404ab9618325dbc703d\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"channelType\": \"whatsapp\",\n        \"localMessageId\": \"fa3170b8-6790-4899-b9ca-5b88eab122ef\",\n        \"contactId\": \"667ea401ab9618325dbc6ff5\",\n        \"sender\": \"629e06e48e13b5000ae338d3\",\n        \"context\": {\n            \"type\": \"notification\",\n            \"buttonClick\": [],\n            \"medium\": \"api\",\n            \"source\": \"gb-web-app\"\n        },\n        \"whatsapp\": {\n            \"to\": \"919080319148\",\n            \"time\": \"2024-07-11T10:19:11.157Z\",\n            \"status\": \"read\",\n            \"statusTime\": \"2024-07-11T10:19:12.000Z\",\n            \"statusGroup\": \"pending\",\n            \"type\": \"text\",\n            \"text\": {\n                \"body\": \"Message from Developer API POST\"\n            },\n            \"retryable\": false,\n            \"id\": \"wamid.HBgMOTE5MDgwMzE5MTQ4FQIAERgSMkY0QTk5MzIxRjE4MkY3ODdDAA==\",\n            \"statusLog\": [\n                {\n                    \"status\": \"queued\",\n                    \"date\": \"2024-07-11T10:19:12.267Z\"\n                },\n                {\n                    \"status\": \"sent\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                },\n                {\n                    \"status\": \"sent\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                },\n                {\n                    \"status\": \"delivered\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                },\n                {\n                    \"status\": \"read\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                }\n            ],\n            \"conversation\": {\n                \"expiration_timestamp\": 1720778880,\n                \"id\": \"5b5a996d6c8375723abef6ad355ea4c6\",\n                \"origin\": {\n                    \"type\": \"service\"\n                }\n            },\n            \"pricing\": {\n                \"billable\": true,\n                \"category\": \"service\",\n                \"pricing_model\": \"CBP\"\n            }\n        },\n        \"createdAt\": \"2024-07-11T10:19:11.247Z\",\n        \"updatedAt\": \"2024-07-11T10:19:16.050Z\",\n        \"toSync\": true,\n        \"__v\": 0,\n        \"user\": null,\n        \"id\": \"668fb19fa373d449e39ae7c5\"\n    },\n    \"contact\": {\n        \"_id\": \"667ea401ab9618325dbc6ff5\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"name\": \"Pravin Saran\",\n        \"email\": [],\n        \"phone\": [\n            \"919080319148\"\n        ],\n        \"messageOptIn\": true,\n        \"tags\": [],\n        \"fieldValues\": [],\n        \"createdAt\": \"2024-06-28T11:52:33.314Z\",\n        \"updatedAt\": \"2024-07-02T13:08:13.940Z\",\n        \"__v\": 0,\n        \"lastConversationId\": \"667ea404ab9618325dbc703d\",\n        \"formattedPhone\": [\n            {\n                \"countryCode\": \"91\",\n                \"phoneNumber\": \"9080319148\"\n            }\n        ],\n        \"marketingOptIn\": true,\n        \"id\": \"667ea401ab9618325dbc6ff5\",\n        \"whatsapp\": [\n            {\n                \"phone\": \"919080319148\",\n                \"waId\": \"919080319148\",\n                \"channelId\": \"629e0b6c3d6ad600044197a0\",\n                \"status\": \"valid\",\n                \"verifiedAt\": \"2024-07-11T10:03:56.551Z\",\n                \"verifiedSource\": \"INBOUND_MESSAGE\",\n                \"lastInboundMessageTime\": \"2024-07-11T10:03:56.551Z\",\n                \"isBlocked\": false\n            }\n        ]\n    },\n    \"id\": \"667ea404ab9618325dbc703d\"\n}"},{"id":"1b9ad579-3e8d-4ade-bb3b-06291b4ab40a","name":"Allow Cross Team Map","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"teamId\": \"507f1f77bcf86cd799439013\",\n    \"restrictCrossTeamMapping\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/change-team","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","conversations",":conversationId","change-team"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"conversationId","value":"{{conversationId}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"667ea404ab9618325dbc703d\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"whatsapp\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"latestMessageId\": \"668fb19fa373d449e39ae7c5\",\n    \"status\": \"OPEN\",\n    \"userUnreadCount\": 6,\n    \"pinnedBy\": [],\n    \"whatsapp\": {\n        \"waId\": \"919080319148\",\n        \"senderId\": \"667ea401ab9618325dbc6ff5\"\n    },\n    \"messageCount\": {\n        \"received\": 9,\n        \"private\": 6,\n        \"sent\": 69\n    },\n    \"tags\": [\n        {\n            \"id\": \"667e912913d5f362da4e9282\",\n            \"name\": \"NewCustomer\"\n        }\n    ],\n    \"mentionedUsers\": [\n        {\n            \"userId\": \"629e06e48e13b5000ae338d3\",\n            \"lastReadMessageId\": \"668fb19fa373d449e39ae7c5\",\n            \"userlastSeen\": \"2024-07-11T11:21:48.805Z\",\n            \"userUnreadCount\": 0\n        },\n        {\n            \"userId\": \"6634af7f1ae87cb84d64e9d8\",\n            \"userUnreadCount\": 60\n        },\n        {\n            \"userId\": \"665459eb46c268e1e4674f4e\",\n            \"userUnreadCount\": 79\n        }\n    ],\n    \"createdAt\": \"2024-06-28T11:52:36.419Z\",\n    \"updatedAt\": \"2024-07-11T11:25:06.309Z\",\n    \"__v\": 0,\n    \"hasUnreadMessages\": true,\n    \"userLastSeen\": \"2024-07-02T12:46:43.871Z\",\n    \"lastReadMessageId\": \"6683eb96012529308b6f2a69\",\n    \"assigneeId\": \"665459eb46c268e1e4674f4e\",\n    \"assigneeType\": \"user\",\n    \"userId\": \"665459eb46c268e1e4674f4e\",\n    \"latestMessage\": {\n        \"_id\": \"668fb19fa373d449e39ae7c5\",\n        \"conversationId\": \"667ea404ab9618325dbc703d\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"channelType\": \"whatsapp\",\n        \"localMessageId\": \"fa3170b8-6790-4899-b9ca-5b88eab122ef\",\n        \"contactId\": \"667ea401ab9618325dbc6ff5\",\n        \"sender\": \"629e06e48e13b5000ae338d3\",\n        \"context\": {\n            \"type\": \"notification\",\n            \"buttonClick\": [],\n            \"medium\": \"api\",\n            \"source\": \"gb-web-app\"\n        },\n        \"whatsapp\": {\n            \"to\": \"919080319148\",\n            \"time\": \"2024-07-11T10:19:11.157Z\",\n            \"status\": \"read\",\n            \"statusTime\": \"2024-07-11T10:19:12.000Z\",\n            \"statusGroup\": \"pending\",\n            \"type\": \"text\",\n            \"text\": {\n                \"body\": \"Message from Developer API POST\"\n            },\n            \"retryable\": false,\n            \"id\": \"wamid.HBgMOTE5MDgwMzE5MTQ4FQIAERgSMkY0QTk5MzIxRjE4MkY3ODdDAA==\",\n            \"statusLog\": [\n                {\n                    \"status\": \"queued\",\n                    \"date\": \"2024-07-11T10:19:12.267Z\"\n                },\n                {\n                    \"status\": \"sent\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                },\n                {\n                    \"status\": \"sent\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                },\n                {\n                    \"status\": \"delivered\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                },\n                {\n                    \"status\": \"read\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                }\n            ],\n            \"conversation\": {\n                \"expiration_timestamp\": 1720778880,\n                \"id\": \"5b5a996d6c8375723abef6ad355ea4c6\",\n                \"origin\": {\n                    \"type\": \"service\"\n                }\n            },\n            \"pricing\": {\n                \"billable\": true,\n                \"category\": \"service\",\n                \"pricing_model\": \"CBP\"\n            }\n        },\n        \"createdAt\": \"2024-07-11T10:19:11.247Z\",\n        \"updatedAt\": \"2024-07-11T10:19:16.050Z\",\n        \"toSync\": true,\n        \"__v\": 0,\n        \"user\": null,\n        \"id\": \"668fb19fa373d449e39ae7c5\"\n    },\n    \"contact\": {\n        \"_id\": \"667ea401ab9618325dbc6ff5\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"name\": \"Pravin Saran\",\n        \"email\": [],\n        \"phone\": [\n            \"919080319148\"\n        ],\n        \"messageOptIn\": true,\n        \"tags\": [],\n        \"fieldValues\": [],\n        \"createdAt\": \"2024-06-28T11:52:33.314Z\",\n        \"updatedAt\": \"2024-07-02T13:08:13.940Z\",\n        \"__v\": 0,\n        \"lastConversationId\": \"667ea404ab9618325dbc703d\",\n        \"formattedPhone\": [\n            {\n                \"countryCode\": \"91\",\n                \"phoneNumber\": \"9080319148\"\n            }\n        ],\n        \"marketingOptIn\": true,\n        \"id\": \"667ea401ab9618325dbc6ff5\",\n        \"whatsapp\": [\n            {\n                \"phone\": \"919080319148\",\n                \"waId\": \"919080319148\",\n                \"channelId\": \"629e0b6c3d6ad600044197a0\",\n                \"status\": \"valid\",\n                \"verifiedAt\": \"2024-07-11T10:03:56.551Z\",\n                \"verifiedSource\": \"INBOUND_MESSAGE\",\n                \"lastInboundMessageTime\": \"2024-07-11T10:03:56.551Z\",\n                \"isBlocked\": false\n            }\n        ]\n    },\n    \"id\": \"667ea404ab9618325dbc703d\"\n}"}],"_postman_id":"667aaec0-a61f-4651-99dd-cbf4ece603e3"},{"name":"Assign Conversation by Phone","id":"993ff409-e97d-4635-a641-647a5571c163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"665459eb46c268e1e4674f4e\"\n    //\"botId\": \"6005ec405ddd71000432390c\"\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/phone/:phoneNumber/assign?channelId={{channelId}}","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","conversations","phone",":phoneNumber","assign"],"host":["server","gallabox","com"],"query":[{"key":"channelId","value":"{{channelId}}"}],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"},{"type":"any","value":"{{phoneNumber}}","key":"phoneNumber"}]}},"response":[{"id":"f1fdd88e-22e7-4c06-b607-0386a6a3b69e","name":"Assign Conversation by Phone","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"665459eb46c268e1e4674f4e\"\n    //\"botId\": \"6005ec405ddd71000432390c\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/phone/:phoneNumber/assign?channelId={{channelId}}","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","conversations","phone",":phoneNumber","assign"],"query":[{"key":"channelId","value":"{{channelId}}"}],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"phoneNumber","value":"{{phoneNumber}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720697389&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=v%2FFs4ID7q8xDFodnRGsngcc3K85Xon8v21kRLXwqLL0%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720697389&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=v%2FFs4ID7q8xDFodnRGsngcc3K85Xon8v21kRLXwqLL0%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 11:30:49 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"c26-tk6pG7j1DjEAHCtBq2ArIKkoBpo\""},{"key":"Set-Cookie","value":"connect.sid=s%3AEDisypK72GgYcXeNQLA1GRB47hJOQWjl.zIU6X8FdnnFmUDWf%2Fz%2B%2Fgr21IRjp61X7ApItdrGtnMM; Path=/; HttpOnly"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 11 Jul 2024 11:29:49 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"667ea404ab9618325dbc703d\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"whatsapp\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"latestMessageId\": \"668fb19fa373d449e39ae7c5\",\n    \"status\": \"OPEN\",\n    \"userUnreadCount\": 6,\n    \"pinnedBy\": [],\n    \"whatsapp\": {\n        \"waId\": \"919080319148\",\n        \"senderId\": \"667ea401ab9618325dbc6ff5\"\n    },\n    \"messageCount\": {\n        \"received\": 9,\n        \"private\": 6,\n        \"sent\": 69\n    },\n    \"tags\": [\n        {\n            \"id\": \"667e912913d5f362da4e9282\",\n            \"name\": \"NewCustomer\"\n        }\n    ],\n    \"mentionedUsers\": [\n        {\n            \"userId\": \"629e06e48e13b5000ae338d3\",\n            \"lastReadMessageId\": \"668fb19fa373d449e39ae7c5\",\n            \"userlastSeen\": \"2024-07-11T11:21:48.805Z\",\n            \"userUnreadCount\": 0\n        },\n        {\n            \"userId\": \"6634af7f1ae87cb84d64e9d8\",\n            \"userUnreadCount\": 60\n        },\n        {\n            \"userId\": \"665459eb46c268e1e4674f4e\",\n            \"userUnreadCount\": 79\n        }\n    ],\n    \"createdAt\": \"2024-06-28T11:52:36.419Z\",\n    \"updatedAt\": \"2024-07-11T11:29:49.329Z\",\n    \"__v\": 0,\n    \"hasUnreadMessages\": true,\n    \"userLastSeen\": \"2024-07-02T12:46:43.871Z\",\n    \"lastReadMessageId\": \"6683eb96012529308b6f2a69\",\n    \"assigneeId\": \"665459eb46c268e1e4674f4e\",\n    \"assigneeType\": \"user\",\n    \"userId\": \"665459eb46c268e1e4674f4e\",\n    \"latestMessage\": {\n        \"_id\": \"668fb19fa373d449e39ae7c5\",\n        \"conversationId\": \"667ea404ab9618325dbc703d\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"channelId\": \"629e0b6c3d6ad600044197a0\",\n        \"channelType\": \"whatsapp\",\n        \"localMessageId\": \"fa3170b8-6790-4899-b9ca-5b88eab122ef\",\n        \"contactId\": \"667ea401ab9618325dbc6ff5\",\n        \"sender\": \"629e06e48e13b5000ae338d3\",\n        \"context\": {\n            \"type\": \"notification\",\n            \"buttonClick\": [],\n            \"medium\": \"api\",\n            \"source\": \"gb-web-app\"\n        },\n        \"whatsapp\": {\n            \"to\": \"919080319148\",\n            \"time\": \"2024-07-11T10:19:11.157Z\",\n            \"status\": \"read\",\n            \"statusTime\": \"2024-07-11T10:19:12.000Z\",\n            \"statusGroup\": \"pending\",\n            \"type\": \"text\",\n            \"text\": {\n                \"body\": \"Message from Developer API POST\"\n            },\n            \"retryable\": false,\n            \"id\": \"wamid.HBgMOTE5MDgwMzE5MTQ4FQIAERgSMkY0QTk5MzIxRjE4MkY3ODdDAA==\",\n            \"statusLog\": [\n                {\n                    \"status\": \"queued\",\n                    \"date\": \"2024-07-11T10:19:12.267Z\"\n                },\n                {\n                    \"status\": \"sent\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                },\n                {\n                    \"status\": \"sent\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                },\n                {\n                    \"status\": \"delivered\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                },\n                {\n                    \"status\": \"read\",\n                    \"date\": \"2024-07-11T10:19:12.000Z\"\n                }\n            ],\n            \"conversation\": {\n                \"expiration_timestamp\": 1720778880,\n                \"id\": \"5b5a996d6c8375723abef6ad355ea4c6\",\n                \"origin\": {\n                    \"type\": \"service\"\n                }\n            },\n            \"pricing\": {\n                \"billable\": true,\n                \"category\": \"service\",\n                \"pricing_model\": \"CBP\"\n            }\n        },\n        \"createdAt\": \"2024-07-11T10:19:11.247Z\",\n        \"updatedAt\": \"2024-07-11T10:19:16.050Z\",\n        \"toSync\": true,\n        \"__v\": 0,\n        \"user\": null,\n        \"id\": \"668fb19fa373d449e39ae7c5\"\n    },\n    \"contact\": {\n        \"_id\": \"667ea401ab9618325dbc6ff5\",\n        \"accountId\": \"629e06e58e13b5000ae338d5\",\n        \"name\": \"Pravin Saran\",\n        \"email\": [],\n        \"phone\": [\n            \"919080319148\"\n        ],\n        \"messageOptIn\": true,\n        \"tags\": [],\n        \"fieldValues\": [],\n        \"createdAt\": \"2024-06-28T11:52:33.314Z\",\n        \"updatedAt\": \"2024-07-02T13:08:13.940Z\",\n        \"__v\": 0,\n        \"lastConversationId\": \"667ea404ab9618325dbc703d\",\n        \"formattedPhone\": [\n            {\n                \"countryCode\": \"91\",\n                \"phoneNumber\": \"9080319148\"\n            }\n        ],\n        \"marketingOptIn\": true,\n        \"id\": \"667ea401ab9618325dbc6ff5\",\n        \"whatsapp\": [\n            {\n                \"phone\": \"919080319148\",\n                \"waId\": \"919080319148\",\n                \"channelId\": \"629e0b6c3d6ad600044197a0\",\n                \"status\": \"valid\",\n                \"verifiedAt\": \"2024-07-11T10:03:56.551Z\",\n                \"verifiedSource\": \"INBOUND_MESSAGE\",\n                \"lastInboundMessageTime\": \"2024-07-11T10:03:56.551Z\",\n                \"isBlocked\": false\n            }\n        ]\n    },\n    \"id\": \"667ea404ab9618325dbc703d\"\n}"}],"_postman_id":"993ff409-e97d-4635-a641-647a5571c163"},{"name":"Map Conversation Tag","id":"45d9e209-8b52-4db4-941c-ae1c5c19e0dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"NewCustomer\"\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/tags","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","conversations",":conversationId","tags"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"},{"type":"any","value":"{{conversationId}}","key":"conversationId"}]}},"response":[{"id":"958b2af2-97ab-406e-a57b-64e01db9e5fd","name":"By Tag Name","originalRequest":{"method":"PUT","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"NewCustomer\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/tags","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","conversations",":conversationId","tags"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"conversationId","value":"{{conversationId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720697596&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=eXaYPTgAG%2BDY1asdjdZEnM0aBV0k1apvzvkv8SrH7dQ%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720697596&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=eXaYPTgAG%2BDY1asdjdZEnM0aBV0k1apvzvkv8SrH7dQ%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 11:34:16 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"412-3dtIf75O8f/gjPzok6zwHHfobHI\""},{"key":"Set-Cookie","value":"connect.sid=s%3AiK0zqDF114udeUcmCQhvwQ4KrYA9cz4f.rTkppdPdFMG5ahlG7FjJplCfIeIvk9QJm9r3yAKfNRc; Path=/; HttpOnly"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 11 Jul 2024 11:33:16 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"667ea404ab9618325dbc703d\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"whatsapp\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"latestMessageId\": \"668fb19fa373d449e39ae7c5\",\n    \"status\": \"OPEN\",\n    \"userUnreadCount\": 6,\n    \"pinnedBy\": [],\n    \"whatsapp\": {\n        \"waId\": \"919080319148\",\n        \"senderId\": \"667ea401ab9618325dbc6ff5\"\n    },\n    \"messageCount\": {\n        \"received\": 9,\n        \"private\": 6,\n        \"sent\": 69\n    },\n    \"tags\": [\n        {\n            \"id\": \"667e912913d5f362da4e9282\",\n            \"name\": \"NewCustomer\"\n        }\n    ],\n    \"mentionedUsers\": [\n        {\n            \"userId\": \"629e06e48e13b5000ae338d3\",\n            \"lastReadMessageId\": \"668fb19fa373d449e39ae7c5\",\n            \"userlastSeen\": \"2024-07-11T11:21:48.805Z\",\n            \"userUnreadCount\": 0\n        },\n        {\n            \"userId\": \"6634af7f1ae87cb84d64e9d8\",\n            \"userUnreadCount\": 60\n        },\n        {\n            \"userId\": \"665459eb46c268e1e4674f4e\",\n            \"userUnreadCount\": 79\n        }\n    ],\n    \"createdAt\": \"2024-06-28T11:52:36.419Z\",\n    \"updatedAt\": \"2024-07-11T11:33:16.961Z\",\n    \"__v\": 0,\n    \"hasUnreadMessages\": true,\n    \"userLastSeen\": \"2024-07-02T12:46:43.871Z\",\n    \"lastReadMessageId\": \"6683eb96012529308b6f2a69\",\n    \"assigneeId\": \"665459eb46c268e1e4674f4e\",\n    \"assigneeType\": \"user\",\n    \"userId\": \"665459eb46c268e1e4674f4e\"\n}"},{"id":"f7490132-e0b1-48fc-8060-03160b49183e","name":"By Tag ID","originalRequest":{"method":"PUT","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"667e912913d5f362da4e9282\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/tags","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","conversations",":conversationId","tags"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"conversationId","value":"{{conversationId}}"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"667ea404ab9618325dbc703d\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"whatsapp\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"latestMessageId\": \"668fb19fa373d449e39ae7c5\",\n    \"status\": \"OPEN\",\n    \"userUnreadCount\": 6,\n    \"pinnedBy\": [],\n    \"whatsapp\": {\n        \"waId\": \"919080319148\",\n        \"senderId\": \"667ea401ab9618325dbc6ff5\"\n    },\n    \"messageCount\": {\n        \"received\": 9,\n        \"private\": 6,\n        \"sent\": 69\n    },\n    \"tags\": [\n        {\n            \"id\": \"667e912913d5f362da4e9282\",\n            \"name\": \"NewCustomer\"\n        }\n    ],\n    \"mentionedUsers\": [\n        {\n            \"userId\": \"629e06e48e13b5000ae338d3\",\n            \"lastReadMessageId\": \"668fb19fa373d449e39ae7c5\",\n            \"userlastSeen\": \"2024-07-11T11:21:48.805Z\",\n            \"userUnreadCount\": 0\n        },\n        {\n            \"userId\": \"6634af7f1ae87cb84d64e9d8\",\n            \"userUnreadCount\": 60\n        },\n        {\n            \"userId\": \"665459eb46c268e1e4674f4e\",\n            \"userUnreadCount\": 79\n        }\n    ],\n    \"createdAt\": \"2024-06-28T11:52:36.419Z\",\n    \"updatedAt\": \"2024-07-11T11:33:16.961Z\",\n    \"__v\": 0,\n    \"hasUnreadMessages\": true,\n    \"userLastSeen\": \"2024-07-02T12:46:43.871Z\",\n    \"lastReadMessageId\": \"6683eb96012529308b6f2a69\",\n    \"assigneeId\": \"665459eb46c268e1e4674f4e\",\n    \"assigneeType\": \"user\",\n    \"userId\": \"665459eb46c268e1e4674f4e\"\n}"}],"_postman_id":"45d9e209-8b52-4db4-941c-ae1c5c19e0dc"},{"name":"Map Conversation Tag by Phone","id":"2f924859-d643-4433-aee7-d2cfab62b417","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"NewCustomer\"\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/{{accountId}}/conversations/tags?phone={{phoneNumber}}&channelId={{channelId}}","urlObject":{"protocol":"https","path":["devapi","accounts","{{accountId}}","conversations","tags"],"host":["server","gallabox","com"],"query":[{"key":"phone","value":"{{phoneNumber}}"},{"key":"channelId","value":"{{channelId}}"}],"variable":[]}},"response":[{"id":"8c252b3c-f5fd-4327-b2de-bba2634d5b73","name":"By Tag Name","originalRequest":{"method":"PUT","header":[{"key":"apiKey","value":"{{apikey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"NewCustomer\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/{{accountId}}/conversations/tags?phone={{phoneNumber}}&channelId={{channelId}}","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts","{{accountId}}","conversations","tags"],"query":[{"key":"phone","value":"{{phoneNumber}}"},{"key":"channelId","value":"{{channelId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720697859&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=aKxJqiP057ZbbIhPjdk1dh6POMxcJvD%2BkOsYMPVjbGE%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720697859&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=aKxJqiP057ZbbIhPjdk1dh6POMxcJvD%2BkOsYMPVjbGE%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Thu Jul 11 2024 11:38:39 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"412-aBMGPKMyQUCpVNkEfGo6bZUHXrg\""},{"key":"Set-Cookie","value":"connect.sid=s%3A-YNXXpwUoSxur46t1uMVAwF-RihtVCof.vWDhJJCSfXesKP3yDeWnnTPRT3qk3XuZBV7JDUjOH6k; Path=/; HttpOnly"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 11 Jul 2024 11:37:39 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"667ea404ab9618325dbc703d\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"whatsapp\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"latestMessageId\": \"668fb19fa373d449e39ae7c5\",\n    \"status\": \"OPEN\",\n    \"userUnreadCount\": 6,\n    \"pinnedBy\": [],\n    \"whatsapp\": {\n        \"waId\": \"919080319148\",\n        \"senderId\": \"667ea401ab9618325dbc6ff5\"\n    },\n    \"messageCount\": {\n        \"received\": 9,\n        \"private\": 6,\n        \"sent\": 69\n    },\n    \"tags\": [\n        {\n            \"id\": \"667e912913d5f362da4e9282\",\n            \"name\": \"NewCustomer\"\n        }\n    ],\n    \"mentionedUsers\": [\n        {\n            \"userId\": \"629e06e48e13b5000ae338d3\",\n            \"lastReadMessageId\": \"668fb19fa373d449e39ae7c5\",\n            \"userlastSeen\": \"2024-07-11T11:21:48.805Z\",\n            \"userUnreadCount\": 0\n        },\n        {\n            \"userId\": \"6634af7f1ae87cb84d64e9d8\",\n            \"userUnreadCount\": 60\n        },\n        {\n            \"userId\": \"665459eb46c268e1e4674f4e\",\n            \"userUnreadCount\": 79\n        }\n    ],\n    \"createdAt\": \"2024-06-28T11:52:36.419Z\",\n    \"updatedAt\": \"2024-07-11T11:37:39.102Z\",\n    \"__v\": 0,\n    \"hasUnreadMessages\": true,\n    \"userLastSeen\": \"2024-07-02T12:46:43.871Z\",\n    \"lastReadMessageId\": \"6683eb96012529308b6f2a69\",\n    \"assigneeId\": \"665459eb46c268e1e4674f4e\",\n    \"assigneeType\": \"user\",\n    \"userId\": \"665459eb46c268e1e4674f4e\"\n}"},{"id":"0907b767-3412-4c95-88f1-afaef06e631c","name":"By Tag ID","originalRequest":{"method":"PUT","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"667e912913d5f362da4e9282\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.dev/devapi/accounts/{{accountId}}/conversations/tags?phone={{phoneNumber}}&channelId={{channelId}}","protocol":"https","host":["server","gallabox","dev"],"path":["devapi","accounts","{{accountId}}","conversations","tags"],"query":[{"key":"phone","value":"{{phoneNumber}}"},{"key":"channelId","value":"{{channelId}}"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"667ea404ab9618325dbc703d\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"whatsapp\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"latestMessageId\": \"668fb19fa373d449e39ae7c5\",\n    \"status\": \"OPEN\",\n    \"userUnreadCount\": 6,\n    \"pinnedBy\": [],\n    \"whatsapp\": {\n        \"waId\": \"919080319148\",\n        \"senderId\": \"667ea401ab9618325dbc6ff5\"\n    },\n    \"messageCount\": {\n        \"received\": 9,\n        \"private\": 6,\n        \"sent\": 69\n    },\n    \"tags\": [\n        {\n            \"id\": \"667e912913d5f362da4e9282\",\n            \"name\": \"NewCustomer\"\n        }\n    ],\n    \"mentionedUsers\": [\n        {\n            \"userId\": \"629e06e48e13b5000ae338d3\",\n            \"lastReadMessageId\": \"668fb19fa373d449e39ae7c5\",\n            \"userlastSeen\": \"2024-07-11T11:21:48.805Z\",\n            \"userUnreadCount\": 0\n        },\n        {\n            \"userId\": \"6634af7f1ae87cb84d64e9d8\",\n            \"userUnreadCount\": 60\n        },\n        {\n            \"userId\": \"665459eb46c268e1e4674f4e\",\n            \"userUnreadCount\": 79\n        }\n    ],\n    \"createdAt\": \"2024-06-28T11:52:36.419Z\",\n    \"updatedAt\": \"2024-07-11T11:37:39.102Z\",\n    \"__v\": 0,\n    \"hasUnreadMessages\": true,\n    \"userLastSeen\": \"2024-07-02T12:46:43.871Z\",\n    \"lastReadMessageId\": \"6683eb96012529308b6f2a69\",\n    \"assigneeId\": \"665459eb46c268e1e4674f4e\",\n    \"assigneeType\": \"user\",\n    \"userId\": \"665459eb46c268e1e4674f4e\"\n}"}],"_postman_id":"2f924859-d643-4433-aee7-d2cfab62b417"},{"name":"UnMap Conversation Tag by Phone","id":"8ba8b543-accf-4c09-ac58-373c02cd5ba6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"url":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/tags/:tagId?phone={{phoneNumber}}&channelId={{channelId}}","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","conversations","tags",":tagId"],"host":["server","gallabox","com"],"query":[{"key":"phone","value":"{{phoneNumber}}"},{"key":"channelId","value":"{{channelId}}"}],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"},{"type":"any","value":"{{tagId}}","key":"tagId"}]}},"response":[{"id":"5a32fe2f-3fee-41ee-a993-d90c2b190265","name":"UnMap Conversation Tag by Phone","originalRequest":{"method":"DELETE","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/tags/:tagId?phone={{phoneNumber}}&channelId={{channelId}}","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","conversations","tags",":tagId"],"query":[{"key":"phone","value":"{{phoneNumber}}"},{"key":"channelId","value":"{{channelId}}"}],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"tagId","value":"{{tagId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720764650&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=NvUnee2FLaljonFtYDnF5KBVfbS4mHLGm9sNREDRvk0%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720764650&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=NvUnee2FLaljonFtYDnF5KBVfbS4mHLGm9sNREDRvk0%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 06:11:50 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"988"},{"key":"Etag","value":"W/\"3dc-rbcJSUv8GFefC5M1j+mGx2WUMfg\""},{"key":"Set-Cookie","value":"connect.sid=s%3Aw2Pdt4RhOMETTAeS1OF8IAjlAeG56oSv.f4kudKaTNIYIcK%2BNrM%2Bj0kAYohS1CuysbvuXLta1Y%2F4; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 06:10:50 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"667ea404ab9618325dbc703d\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"whatsapp\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"latestMessageId\": \"668fb19fa373d449e39ae7c5\",\n    \"status\": \"OPEN\",\n    \"userUnreadCount\": 6,\n    \"pinnedBy\": [],\n    \"whatsapp\": {\n        \"waId\": \"919080319148\",\n        \"senderId\": \"667ea401ab9618325dbc6ff5\"\n    },\n    \"messageCount\": {\n        \"received\": 9,\n        \"private\": 6,\n        \"sent\": 69\n    },\n    \"tags\": [],\n    \"mentionedUsers\": [\n        {\n            \"userId\": \"629e06e48e13b5000ae338d3\",\n            \"lastReadMessageId\": \"668fb19fa373d449e39ae7c5\",\n            \"userlastSeen\": \"2024-07-11T11:21:48.805Z\",\n            \"userUnreadCount\": 0\n        },\n        {\n            \"userId\": \"6634af7f1ae87cb84d64e9d8\",\n            \"userUnreadCount\": 60\n        },\n        {\n            \"userId\": \"665459eb46c268e1e4674f4e\",\n            \"userUnreadCount\": 79\n        }\n    ],\n    \"createdAt\": \"2024-06-28T11:52:36.419Z\",\n    \"updatedAt\": \"2024-07-12T06:10:50.567Z\",\n    \"__v\": 0,\n    \"hasUnreadMessages\": true,\n    \"userLastSeen\": \"2024-07-02T12:46:43.871Z\",\n    \"lastReadMessageId\": \"6683eb96012529308b6f2a69\",\n    \"assigneeId\": \"665459eb46c268e1e4674f4e\",\n    \"assigneeType\": \"user\",\n    \"userId\": \"665459eb46c268e1e4674f4e\"\n}"}],"_postman_id":"8ba8b543-accf-4c09-ac58-373c02cd5ba6"},{"name":"UnMap Conversation Tag","id":"3e9751e1-7f4c-4cbb-b1b6-03f508132af4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"url":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/tags/:tagId","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","conversations",":conversationId","tags",":tagId"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"},{"type":"any","value":"{{conversationId}}","key":"conversationId"},{"type":"any","value":"{{tagId}}","key":"tagId"}]}},"response":[{"id":"66a884b3-8c0c-4433-87e5-ee3c4af2ffa7","name":"UnMap Conversation Tag","originalRequest":{"method":"DELETE","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/tags/:tagId","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","conversations",":conversationId","tags",":tagId"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"conversationId","value":"{{conversationId}}"},{"key":"tagId","value":"{{tagId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720764977&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=6jA8OsBm%2FkqoDKWi8DsP4ep14EWwYYAJDD5Pf4lD2ww%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720764977&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=6jA8OsBm%2FkqoDKWi8DsP4ep14EWwYYAJDD5Pf4lD2ww%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 06:17:17 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"988"},{"key":"Etag","value":"W/\"3dc-ZIeXEiZ+wT0RosaaXR12F06j7qQ\""},{"key":"Set-Cookie","value":"connect.sid=s%3A_X6YqWlw0CVBreVGDsaI-yqwPLtXl1md.29nppdIB%2FTtMiFp3ddXwXe8VMQNqV1ebMVds0KM3pTk; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 06:16:17 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"667ea404ab9618325dbc703d\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"whatsapp\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"latestMessageId\": \"668fb19fa373d449e39ae7c5\",\n    \"status\": \"OPEN\",\n    \"userUnreadCount\": 6,\n    \"pinnedBy\": [],\n    \"whatsapp\": {\n        \"waId\": \"919080319148\",\n        \"senderId\": \"667ea401ab9618325dbc6ff5\"\n    },\n    \"messageCount\": {\n        \"received\": 9,\n        \"private\": 6,\n        \"sent\": 69\n    },\n    \"tags\": [],\n    \"mentionedUsers\": [\n        {\n            \"userId\": \"629e06e48e13b5000ae338d3\",\n            \"lastReadMessageId\": \"668fb19fa373d449e39ae7c5\",\n            \"userlastSeen\": \"2024-07-11T11:21:48.805Z\",\n            \"userUnreadCount\": 0\n        },\n        {\n            \"userId\": \"6634af7f1ae87cb84d64e9d8\",\n            \"userUnreadCount\": 60\n        },\n        {\n            \"userId\": \"665459eb46c268e1e4674f4e\",\n            \"userUnreadCount\": 79\n        }\n    ],\n    \"createdAt\": \"2024-06-28T11:52:36.419Z\",\n    \"updatedAt\": \"2024-07-12T06:16:17.219Z\",\n    \"__v\": 0,\n    \"hasUnreadMessages\": true,\n    \"userLastSeen\": \"2024-07-02T12:46:43.871Z\",\n    \"lastReadMessageId\": \"6683eb96012529308b6f2a69\",\n    \"assigneeId\": \"665459eb46c268e1e4674f4e\",\n    \"assigneeType\": \"user\",\n    \"userId\": \"665459eb46c268e1e4674f4e\"\n}"}],"_postman_id":"3e9751e1-7f4c-4cbb-b1b6-03f508132af4"},{"name":"Mention Conversation","id":"57b0ece1-26e8-4365-acb9-6edfef4728fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mentions\": [\n        \"6005ec405ddd71000432390c\"\n    ],\n    \"type\": \"text\",\n    \"text\": {\n        \"body\": \"Please look into this\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/mention","description":"<p>You can mention your team members to a conversation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Mention Attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mentions</td>\n<td><em>array of user ids</em>  <br />List of users to mention the conversation</td>\n</tr>\n<tr>\n<td>type</td>\n<td><em>string</em>  <br />currently support only \"text\" mentions</td>\n</tr>\n<tr>\n<td>text.body</td>\n<td><em>string</em>  <br />text message for mentions, you can also insert userid in-between your message</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","conversations",":conversationId","mention"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"},{"type":"any","value":"{{conversationId}}","key":"conversationId"}]}},"response":[{"id":"44a805df-b961-4c44-85fe-1d14c97f5131","name":"Mention Conversation","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"mentions\": [\n        \"6005ec405ddd71000432390c\"\n    ],\n    \"type\": \"text\",\n    \"text\": {\n        \"body\": \"Please look into this\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/mention","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","conversations",":conversationId","mention"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"conversationId","value":"{{conversationId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720774940&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=uRROHFr%2FHX9MKK%2BKl9OL6rUcNziKcfRWKuH%2BvDyVNZs%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720774940&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=uRROHFr%2FHX9MKK%2BKl9OL6rUcNziKcfRWKuH%2BvDyVNZs%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:03:20 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"681"},{"key":"Etag","value":"W/\"2a9-2Tz+bYPAIpK7csxy3L1blySEJ4g\""},{"key":"Set-Cookie","value":"connect.sid=s%3AOWVGNiBaC3NA9cKn7qd109jzc06EOh8n.GdeMn2Di3CRcr1pi4oNxQp7mDILp3XVHugKV7EwuiFU; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:02:20 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"conversationId\": \"667ea404ab9618325dbc703d\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"private\",\n    \"localMessageId\": \"5d4bc7b6-140f-4f2a-94d5-7f5bbad64b33\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"userId\": \"665459eb46c268e1e4674f4e\",\n    \"sender\": \"629e06e48e13b5000ae338d3\",\n    \"context\": {\n        \"type\": \"notification\",\n        \"buttonClick\": [],\n        \"medium\": \"api\",\n        \"source\": \"gb-web-app\"\n    },\n    \"private\": {\n        \"mentions\": [\n            \"6634af7f1ae87cb84d64e9d8\"\n        ],\n        \"type\": \"text\",\n        \"text\": {\n            \"body\": \"Please look into this[guest](mention://users/6634af7f1ae87cb84d64e9d8)\"\n        }\n    },\n    \"createdAt\": \"2024-07-12T09:02:20.404Z\",\n    \"updatedAt\": \"2024-07-12T09:02:20.404Z\",\n    \"toSync\": true,\n    \"id\": \"6690f11cc78c4af10bf3800e\"\n}"}],"_postman_id":"57b0ece1-26e8-4365-acb9-6edfef4728fc"},{"name":"Mention Conversation by Phone","id":"4938714a-4b90-4768-ae41-f6f758bcef75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}","type":"text"},{"key":"apiSecret","value":"{{apiSecret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mentions\": [\n        \"6005ec405ddd71000432390c\"\n    ],\n    \"type\": \"text\",\n    \"text\": {\n        \"body\": \"Please look into this\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/phone/:phoneNumber/mention?channelId={{channelId}}","description":"<p>You can mention your team members to a conversation.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Mention Attributes</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mentions</td>\n<td><em>array of user ids</em>  <br />List of users to mention the conversation</td>\n</tr>\n<tr>\n<td>type</td>\n<td><em>string</em>  <br />currently support only \"text\" mentions</td>\n</tr>\n<tr>\n<td>text.body</td>\n<td><em>string</em>  <br />text message for mentions, you can also insert userid in-between your message</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","conversations","phone",":phoneNumber","mention"],"host":["server","gallabox","com"],"query":[{"key":"channelId","value":"{{channelId}}"}],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"},{"type":"any","value":"{{phoneNumber}}","key":"phoneNumber"}]}},"response":[{"id":"0f974bb9-e5e7-4f1d-9c13-68724c42354d","name":"Mention Conversation by Phone","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"mentions\": [\n        \"6005ec405ddd71000432390c\"\n    ],\n    \"type\": \"text\",\n    \"text\": {\n        \"body\": \"Please look into this\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/phone/:phoneNumber/mention?channelId={{channelId}}","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","conversations","phone",":phoneNumber","mention"],"query":[{"key":"channelId","value":"{{channelId}}"}],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"phoneNumber","value":"{{phoneNumber}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1720775157&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=BjDOsREMmyW6iXrq3pdOX26g%2Fxv%2FflG5m7vJ%2FicZloI%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1720775157&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=BjDOsREMmyW6iXrq3pdOX26g%2Fxv%2FflG5m7vJ%2FicZloI%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri Jul 12 2024 09:06:57 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"691"},{"key":"Etag","value":"W/\"2b3-i4W1AFd488s6tiXMic24rFQtt8c\""},{"key":"Set-Cookie","value":"connect.sid=s%3ALcO5j6PwVJ_x0W5DQdXqOeauErkavRQ9.JVbbLSaA77ppUgaT%2F1oGb3Rfd7kE4eVb0xm9dnK90Nw; Path=/; HttpOnly"},{"key":"Date","value":"Fri, 12 Jul 2024 09:05:58 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"conversationId\": \"667ea404ab9618325dbc703d\",\n    \"accountId\": \"629e06e58e13b5000ae338d5\",\n    \"channelId\": \"629e0b6c3d6ad600044197a0\",\n    \"channelType\": \"private\",\n    \"localMessageId\": \"7c204a7c-18b3-4e76-97c2-e3bd24868497\",\n    \"contactId\": \"667ea401ab9618325dbc6ff5\",\n    \"userId\": \"665459eb46c268e1e4674f4e\",\n    \"sender\": \"629e06e48e13b5000ae338d3\",\n    \"context\": {\n        \"type\": \"notification\",\n        \"buttonClick\": [],\n        \"medium\": \"api\",\n        \"source\": \"gb-web-app\"\n    },\n    \"private\": {\n        \"mentions\": [\n            \"629e06e48e13b5000ae338d3\"\n        ],\n        \"type\": \"text\",\n        \"text\": {\n            \"body\": \"Please look into this[Rohit Caterer .](mention://users/629e06e48e13b5000ae338d3)\"\n        }\n    },\n    \"createdAt\": \"2024-07-12T09:05:58.062Z\",\n    \"updatedAt\": \"2024-07-12T09:05:58.062Z\",\n    \"toSync\": true,\n    \"id\": \"6690f1f6c78c4af10bf38162\"\n}"}],"_postman_id":"4938714a-4b90-4768-ae41-f6f758bcef75"},{"name":"Unassign Conversation by Phone","id":"81b9dd93-d0dc-4827-9b19-1e90f3d518d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"url":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/phone/:phoneNumber/unassign?channelId={{channelId}}","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","conversations","phone",":phoneNumber","unassign"],"host":["server","gallabox","com"],"query":[{"key":"channelId","value":"{{channelId}}"}],"variable":[{"id":"8f2c0123-b507-4fb7-9029-08d98fc3d571","type":"any","value":"{{accountId}}","key":"accountId"},{"id":"6683f500-8cb7-4f7c-aa2d-3ba0dad01d62","type":"any","value":"{{phoneNumber}}","key":"phoneNumber"}]}},"response":[{"id":"3aa735ef-6b82-4bcd-885a-529d77edfec3","name":"Unassign Conversation by Phone","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/phone/:phoneNumber/unassign?channelId={{channelId}}","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","conversations","phone",":phoneNumber","unassign"],"query":[{"key":"channelId","value":"{{channelId}}"}],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"phoneNumber","value":"{{phoneNumber}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 19 Aug 2024 08:53:32 GMT"},{"key":"Etag","value":"W/\"104b-+iSdQlk26PHiykYWxY99fZ/RMkU\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Set-Cookie","value":"connect.sid=s%3AxTSmhJwLm-2i2wLpLNX3v6gS2JbwVqsq.XtTb4ngcc6UQY0NfJiC3jM1aVNh%2FZeUPdv3kPBCGBU4; Path=/; HttpOnly"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Mon Aug 19 2024 14:24:30 GMT+0530 (India Standard Time)"},{"key":"X-Xss-Protection","value":"0"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"66c2dff51b4501522ff1b239\",\n    \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n    \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n    \"channelType\": \"whatsapp\",\n    \"contactId\": \"66b4a8b6418c8a2d2137514c\",\n    \"latestMessageId\": \"66c2dff51b4501522ff1b232\",\n    \"status\": \"OPEN\",\n    \"userUnreadCount\": 0,\n    \"pinnedBy\": [],\n    \"whatsapp\": {\n        \"waId\": \"919080319148\",\n        \"senderId\": \"66b4a8b6418c8a2d2137514c\"\n    },\n    \"messageCount\": {\n        \"received\": 1\n    },\n    \"tags\": [],\n    \"mentionedUsers\": [],\n    \"createdAt\": \"2024-08-19T06:02:29.994Z\",\n    \"updatedAt\": \"2024-08-19T08:53:31.974Z\",\n    \"__v\": 0,\n    \"hasUnreadMessages\": false,\n    \"userLastSeen\": \"2024-08-19T06:32:23.338Z\",\n    \"lastReadMessageId\": \"66c2dff51b4501522ff1b232\",\n    \"web\": {\n        \"visitor\": null,\n        \"visitorUnreadCount\": 0\n    },\n    \"user\": null,\n    \"bot\": null,\n    \"channel\": {\n        \"_id\": \"6593b6b34bbc337ffc0bf259\",\n        \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n        \"assignToIds\": [\n            \"65939f0e4bbc337ffc0bdfc0\"\n        ],\n        \"channelType\": \"whatsapp\",\n        \"whatsapp\": {\n            \"webhookUrl\": \"\",\n            \"whatsappNumber\": \"916382241071\",\n            \"whatsappName\": \"testmmr\",\n            \"whatsappColor\": \"#48BB78\",\n            \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n            \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n            \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n            \"accessToken\": \"dummy\",\n            \"namespaceId\": \"997c95e1_bb7a_46bf_8ca4_8f6e92a28ab9\",\n            \"wabaId\": \"187134474490105\",\n            \"provider\": \"dialog360CloudApi\",\n            \"dialog360CloudApi\": {\n                \"apiKey\": \"77b3b06d34d70b94ca0778792b1730c8cf5924c9a5b49394ff94e15b90e83915\",\n                \"providerId\": \"jTuLT6CH\",\n                \"lastSyncedDate\": \"2024-07-22T09:35:12.397Z\"\n            },\n            \"mode\": \"live\",\n            \"broadcastLimit\": 1000,\n            \"isOba\": false,\n            \"currentQualityRating\": \"High\",\n            \"fbAccountStatus\": \"verified\",\n            \"shareableLinks\": [],\n            \"activeIntegrations\": [],\n            \"currentTier\": \"TIER_1K\"\n        },\n        \"createdById\": \"65939f0e4bbc337ffc0bdfc0\",\n        \"inboundMessageReadReceipt\": true,\n        \"isDeleted\": false,\n        \"createdAt\": \"2024-01-02T07:09:40.434Z\",\n        \"updatedAt\": \"2024-08-09T08:46:44.513Z\",\n        \"__v\": 0,\n        \"configurations\": {\n            \"assignmentRules\": {\n                \"type\": \"bot\",\n                \"assignmentId\": \"6677d1d206b2c976d4e46e18\",\n                \"isActive\": true,\n                \"shouldAutoReassign\": false,\n                \"createdAt\": \"2024-08-09T08:46:44.513Z\",\n                \"updatedAt\": \"2024-08-09T08:46:44.513Z\"\n            },\n            \"autoUpdateMsgOptIn\": {\n                \"isActive\": true,\n                \"primaryKey\": \"STOP\",\n                \"additionalKeys\": [\n                    \"\"\n                ],\n                \"messageConfig\": {\n                    \"subscribeBackButtonText\": \"Subscribe\",\n                    \"optInBodyText\": \"Hey there! 😄\\r\\n\\r\\nWe are excited to have you back with us! Thanks for subscribing.\",\n                    \"optOutBodyText\": \"Hi.\\r\\n\\r\\nWe have unsubscribed you from the marketing updates and notifications.\\r\\n\\r\\nWish to re-subscribe? Click on the button below.\"\n                }\n            }\n        },\n        \"toSync\": true,\n        \"id\": \"6593b6b34bbc337ffc0bf259\"\n    },\n    \"latestMessage\": {\n        \"_id\": \"66c2dff51b4501522ff1b232\",\n        \"conversationId\": \"66c2dff51b4501522ff1b239\",\n        \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n        \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n        \"channelType\": \"whatsapp\",\n        \"localMessageId\": \"b0da5a93-c53e-4203-9753-125d1dc76748\",\n        \"contactId\": \"66b4a8b6418c8a2d2137514c\",\n        \"sender\": \"66b4a8b6418c8a2d2137514c\",\n        \"whatsapp\": {\n            \"id\": \"wamid.HBgMOTE5MDgwMzE5MTQ4FQIAEhggQjZGNThFNkRBODY2REEyMjgwNTREODVGNjU5OERDRDIA\",\n            \"from\": \"919080319148\",\n            \"time\": \"2024-08-19T06:02:26.000Z\",\n            \"status\": \"read\",\n            \"statusTime\": \"2024-08-19T06:02:57.189Z\",\n            \"statusGroup\": \"pending\",\n            \"type\": \"text\",\n            \"text\": {\n                \"body\": \"Gnjumim\"\n            },\n            \"statusLog\": [\n                {\n                    \"status\": \"sent\",\n                    \"date\": \"2024-08-19T06:02:57.189Z\"\n                },\n                {\n                    \"status\": \"delivered\",\n                    \"date\": \"2024-08-19T06:02:57.189Z\"\n                },\n                {\n                    \"status\": \"read\",\n                    \"date\": \"2024-08-19T06:02:57.189Z\"\n                }\n            ]\n        },\n        \"createdAt\": \"2024-08-19T06:02:31.541Z\",\n        \"updatedAt\": \"2024-08-19T06:02:57.439Z\",\n        \"toSync\": true,\n        \"__v\": 0,\n        \"user\": null,\n        \"id\": \"66c2dff51b4501522ff1b232\"\n    },\n    \"contact\": {\n        \"_id\": \"66b4a8b6418c8a2d2137514c\",\n        \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n        \"name\": \"Pravin Saran\",\n        \"email\": [],\n        \"phone\": [\n            \"919080319148\"\n        ],\n        \"messageOptIn\": true,\n        \"tags\": [],\n        \"fieldValues\": [],\n        \"createdAt\": \"2024-08-08T11:15:02.369Z\",\n        \"updatedAt\": \"2024-08-19T06:02:30.561Z\",\n        \"__v\": 0,\n        \"lastConversationId\": \"66c2dff51b4501522ff1b239\",\n        \n    },\n    \"id\": \"66c2dff51b4501522ff1b239\"\n}"}],"_postman_id":"81b9dd93-d0dc-4827-9b19-1e90f3d518d9"},{"name":"Resolve Conversation by Phone","id":"637deff4-49d2-462a-be6c-157677250998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"url":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/phone/:phoneNumber/resolve?channelId={{channelId}}","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","conversations","phone",":phoneNumber","resolve"],"host":["server","gallabox","com"],"query":[{"key":"channelId","value":"{{channelId}}"}],"variable":[{"id":"89b86163-de0d-4ae8-8e92-9a6e1f0bc6b5","type":"any","value":"{{accountId}}","key":"accountId"},{"id":"f0adb0e6-79c3-440e-8b20-2a00d5a04c10","type":"any","value":"{{phoneNumber}}","key":"phoneNumber"}]}},"response":[{"id":"017a49b4-44f7-43e9-b917-59b6fa7111ce","name":"Resolve Conversation by Phone","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/phone/:phoneNumber/resolve?channelId={{channelId}}","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","conversations","phone",":phoneNumber","resolve"],"query":[{"key":"channelId","value":"{{channelId}}"}],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"phoneNumber","value":"{{phoneNumber}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 19 Aug 2024 09:00:52 GMT"},{"key":"Etag","value":"W/\"1076-qQoFL9UqKcgvzYTDIZr+NaglDD0\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Set-Cookie","value":"connect.sid=s%3A5U5mP3rj3z7aFU8tT57YK2UV9LGxbhJ3.ZhteYOWXirtbgfvbhqTBDhvmPIXb4IB8BGKX0blPHaw; Path=/; HttpOnly"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Mon Aug 19 2024 14:31:49 GMT+0530 (India Standard Time)"},{"key":"X-Xss-Protection","value":"0"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"66c2dff51b4501522ff1b239\",\n    \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n    \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n    \"channelType\": \"whatsapp\",\n    \"contactId\": \"66b4a8b6418c8a2d2137514c\",\n    \"latestMessageId\": \"66c2dff51b4501522ff1b232\",\n    \"status\": \"CLOSE\",\n    \"userUnreadCount\": 0,\n    \"pinnedBy\": [],\n    \"whatsapp\": {\n        \"waId\": \"919080319148\",\n        \"senderId\": \"66b4a8b6418c8a2d2137514c\"\n    },\n    \"messageCount\": {\n        \"received\": 1\n    },\n    \"tags\": [],\n    \"mentionedUsers\": [],\n    \"createdAt\": \"2024-08-19T06:02:29.994Z\",\n    \"updatedAt\": \"2024-08-19T09:00:51.683Z\",\n    \"__v\": 0,\n    \"hasUnreadMessages\": false,\n    \"userLastSeen\": \"2024-08-19T06:32:23.338Z\",\n    \"lastReadMessageId\": \"66c2dff51b4501522ff1b232\",\n    \"resolvedDate\": \"2024-08-19T09:00:51.682Z\",\n    \"web\": {\n        \"visitor\": null,\n        \"visitorUnreadCount\": 0\n    },\n    \"user\": null,\n    \"bot\": null,\n    \"latestMessage\": {\n        \"_id\": \"66c2dff51b4501522ff1b232\",\n        \"conversationId\": \"66c2dff51b4501522ff1b239\",\n        \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n        \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n        \"channelType\": \"whatsapp\",\n        \"localMessageId\": \"b0da5a93-c53e-4203-9753-125d1dc76748\",\n        \"contactId\": \"66b4a8b6418c8a2d2137514c\",\n        \"sender\": \"66b4a8b6418c8a2d2137514c\",\n        \"whatsapp\": {\n            \"id\": \"wamid.HBgMOTE5MDgwMzE5MTQ4FQIAEhggQjZGNThFNkRBODY2REEyMjgwNTREODVGNjU5OERDRDIA\",\n            \"from\": \"919080319148\",\n            \"time\": \"2024-08-19T06:02:26.000Z\",\n            \"status\": \"read\",\n            \"statusTime\": \"2024-08-19T06:02:57.189Z\",\n            \"statusGroup\": \"pending\",\n            \"type\": \"text\",\n            \"text\": {\n                \"body\": \"Gnjumim\"\n            },\n            \"statusLog\": [\n                {\n                    \"status\": \"sent\",\n                    \"date\": \"2024-08-19T06:02:57.189Z\"\n                },\n                {\n                    \"status\": \"delivered\",\n                    \"date\": \"2024-08-19T06:02:57.189Z\"\n                },\n                {\n                    \"status\": \"read\",\n                    \"date\": \"2024-08-19T06:02:57.189Z\"\n                }\n            ]\n        },\n        \"createdAt\": \"2024-08-19T06:02:31.541Z\",\n        \"updatedAt\": \"2024-08-19T06:02:57.439Z\",\n        \"toSync\": true,\n        \"__v\": 0,\n        \"user\": null,\n        \"id\": \"66c2dff51b4501522ff1b232\"\n    },\n    \"channel\": {\n        \"_id\": \"6593b6b34bbc337ffc0bf259\",\n        \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n        \"assignToIds\": [\n            \"65939f0e4bbc337ffc0bdfc0\"\n        ],\n        \"channelType\": \"whatsapp\",\n        \"whatsapp\": {\n            \"webhookUrl\": \"\",\n            \"whatsappNumber\": \"916382241071\",\n            \"whatsappName\": \"testmmr\",\n            \"whatsappColor\": \"#48BB78\",\n            \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n            \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n            \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n            \"accessToken\": \"dummy\",\n            \"namespaceId\": \"997c95e1_bb7a_46bf_8ca4_8f6e92a28ab9\",\n            \"wabaId\": \"187134474490105\",\n            \"provider\": \"dialog360CloudApi\",\n            \"dialog360CloudApi\": {\n                \"apiKey\": \"77b3b06d34d70b94ca0778792b1730c8cf5924c9a5b49394ff94e15b90e83915\",\n                \"providerId\": \"jTuLT6CH\",\n                \"lastSyncedDate\": \"2024-07-22T09:35:12.397Z\"\n            },\n            \"mode\": \"live\",\n            \"broadcastLimit\": 1000,\n            \"isOba\": false,\n            \"currentQualityRating\": \"High\",\n            \"fbAccountStatus\": \"verified\",\n            \"shareableLinks\": [],\n            \"activeIntegrations\": [],\n            \"currentTier\": \"TIER_1K\"\n        },\n        \"createdById\": \"65939f0e4bbc337ffc0bdfc0\",\n        \"inboundMessageReadReceipt\": true,\n        \"isDeleted\": false,\n        \"createdAt\": \"2024-01-02T07:09:40.434Z\",\n        \"updatedAt\": \"2024-08-09T08:46:44.513Z\",\n        \"__v\": 0,\n        \"configurations\": {\n            \"assignmentRules\": {\n                \"type\": \"bot\",\n                \"assignmentId\": \"6677d1d206b2c976d4e46e18\",\n                \"isActive\": true,\n                \"shouldAutoReassign\": false,\n                \"createdAt\": \"2024-08-09T08:46:44.513Z\",\n                \"updatedAt\": \"2024-08-09T08:46:44.513Z\"\n            },\n            \"autoUpdateMsgOptIn\": {\n                \"isActive\": true,\n                \"primaryKey\": \"STOP\",\n                \"additionalKeys\": [\n                    \"\"\n                ],\n                \"messageConfig\": {\n                    \"subscribeBackButtonText\": \"Subscribe\",\n                    \"optInBodyText\": \"Hey there! 😄\\r\\n\\r\\nWe are excited to have you back with us! Thanks for subscribing.\",\n                    \"optOutBodyText\": \"Hi.\\r\\n\\r\\nWe have unsubscribed you from the marketing updates and notifications.\\r\\n\\r\\nWish to re-subscribe? Click on the button below.\"\n                }\n            }\n        },\n        \"toSync\": true,\n        \"id\": \"6593b6b34bbc337ffc0bf259\"\n    },\n    \"contact\": {\n        \"_id\": \"66b4a8b6418c8a2d2137514c\",\n        \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n        \"name\": \"Pravin Saran\",\n        \"email\": [],\n        \"phone\": [\n            \"919080319148\"\n        ],\n        \"messageOptIn\": true,\n        \"tags\": [],\n        \"fieldValues\": [],\n        \"createdAt\": \"2024-08-08T11:15:02.369Z\",\n        \"updatedAt\": \"2024-08-19T06:02:30.561Z\",\n        \"__v\": 0,\n        \"lastConversationId\": \"66c2dff51b4501522ff1b239\",\n        \"lastConversations\": [\n            {\n                \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n                \"lastConversationId\": \"66b5d9df7ad809e7e7d306a2\"\n            }\n        ],\n        \"formattedPhone\": [\n            {\n                \"countryCode\": \"91\",\n                \"phoneNumber\": \"9080319148\"\n            }\n        ],\n        \"marketingOptIn\": true,\n        \"id\": \"66b4a8b6418c8a2d2137514c\",\n        \"whatsapp\": [\n            {\n                \"phone\": \"919080319148\",\n                \"waId\": \"919080319148\",\n                \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n                \"status\": \"valid\",\n                \"verifiedAt\": \"2024-08-19T06:02:27.914Z\",\n                \"verifiedSource\": \"INBOUND_MESSAGE\",\n                \"lastInboundMessageTime\": \"2024-08-19T06:02:27.914Z\",\n                \"isBlocked\": false\n            }\n        ]\n    },\n    \"id\": \"66c2dff51b4501522ff1b239\"\n}"}],"_postman_id":"637deff4-49d2-462a-be6c-157677250998"},{"name":"Resolve Conversation by Id","id":"de4d4ac0-3af0-4ded-9b76-4f560bc12aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"remindAndResolve\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/resolve","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","conversations",":conversationId","resolve"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"},{"type":"any","value":"{{conversationId}}","key":"conversationId"}]}},"response":[{"id":"4ff20ea6-51b0-4e61-8045-515cbe3558fa","name":"Remind and Resolve - Yes","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"remindAndResolve\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/resolve","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","conversations",":conversationId","resolve"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"conversationId","value":"{{conversationId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 19 Aug 2024 09:00:52 GMT"},{"key":"Etag","value":"W/\"1076-qQoFL9UqKcgvzYTDIZr+NaglDD0\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Set-Cookie","value":"connect.sid=s%3A5U5mP3rj3z7aFU8tT57YK2UV9LGxbhJ3.ZhteYOWXirtbgfvbhqTBDhvmPIXb4IB8BGKX0blPHaw; Path=/; HttpOnly"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Mon Aug 19 2024 14:31:49 GMT+0530 (India Standard Time)"},{"key":"X-Xss-Protection","value":"0"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"66c2dff51b4501522ff1b239\",\n    \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n    \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n    \"channelType\": \"whatsapp\",\n    \"contactId\": \"66b4a8b6418c8a2d2137514c\",\n    \"latestMessageId\": \"66c2dff51b4501522ff1b232\",\n    \"status\": \"CLOSE\",\n    \"userUnreadCount\": 0,\n    \"pinnedBy\": [],\n    \"whatsapp\": {\n        \"waId\": \"919080319148\",\n        \"senderId\": \"66b4a8b6418c8a2d2137514c\"\n    },\n    \"messageCount\": {\n        \"received\": 1\n    },\n    \"tags\": [],\n    \"mentionedUsers\": [],\n    \"createdAt\": \"2024-08-19T06:02:29.994Z\",\n    \"updatedAt\": \"2024-08-19T09:00:51.683Z\",\n    \"__v\": 0,\n    \"hasUnreadMessages\": false,\n    \"userLastSeen\": \"2024-08-19T06:32:23.338Z\",\n    \"lastReadMessageId\": \"66c2dff51b4501522ff1b232\",\n    \"resolvedDate\": \"2024-08-19T09:00:51.682Z\",\n    \"web\": {\n        \"visitor\": null,\n        \"visitorUnreadCount\": 0\n    },\n    \"user\": null,\n    \"bot\": null,\n    \"latestMessage\": {\n        \"_id\": \"66c2dff51b4501522ff1b232\",\n        \"conversationId\": \"66c2dff51b4501522ff1b239\",\n        \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n        \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n        \"channelType\": \"whatsapp\",\n        \"localMessageId\": \"b0da5a93-c53e-4203-9753-125d1dc76748\",\n        \"contactId\": \"66b4a8b6418c8a2d2137514c\",\n        \"sender\": \"66b4a8b6418c8a2d2137514c\",\n        \"whatsapp\": {\n            \"id\": \"wamid.HBgMOTE5MDgwMzE5MTQ4FQIAEhggQjZGNThFNkRBODY2REEyMjgwNTREODVGNjU5OERDRDIA\",\n            \"from\": \"919080319148\",\n            \"time\": \"2024-08-19T06:02:26.000Z\",\n            \"status\": \"read\",\n            \"statusTime\": \"2024-08-19T06:02:57.189Z\",\n            \"statusGroup\": \"pending\",\n            \"type\": \"text\",\n            \"text\": {\n                \"body\": \"Gnjumim\"\n            },\n            \"statusLog\": [\n                {\n                    \"status\": \"sent\",\n                    \"date\": \"2024-08-19T06:02:57.189Z\"\n                },\n                {\n                    \"status\": \"delivered\",\n                    \"date\": \"2024-08-19T06:02:57.189Z\"\n                },\n                {\n                    \"status\": \"read\",\n                    \"date\": \"2024-08-19T06:02:57.189Z\"\n                }\n            ]\n        },\n        \"createdAt\": \"2024-08-19T06:02:31.541Z\",\n        \"updatedAt\": \"2024-08-19T06:02:57.439Z\",\n        \"toSync\": true,\n        \"__v\": 0,\n        \"user\": null,\n        \"id\": \"66c2dff51b4501522ff1b232\"\n    },\n    \"channel\": {\n        \"_id\": \"6593b6b34bbc337ffc0bf259\",\n        \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n        \"assignToIds\": [\n            \"65939f0e4bbc337ffc0bdfc0\"\n        ],\n        \"channelType\": \"whatsapp\",\n        \"whatsapp\": {\n            \"webhookUrl\": \"\",\n            \"whatsappNumber\": \"916382241071\",\n            \"whatsappName\": \"testmmr\",\n            \"whatsappColor\": \"#48BB78\",\n            \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n            \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n            \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n            \"accessToken\": \"dummy\",\n            \"namespaceId\": \"997c95e1_bb7a_46bf_8ca4_8f6e92a28ab9\",\n            \"wabaId\": \"187134474490105\",\n            \"provider\": \"dialog360CloudApi\",\n            \"dialog360CloudApi\": {\n                \"apiKey\": \"77b3b06d34d70b94ca0778792b1730c8cf5924c9a5b49394ff94e15b90e83915\",\n                \"providerId\": \"jTuLT6CH\",\n                \"lastSyncedDate\": \"2024-07-22T09:35:12.397Z\"\n            },\n            \"mode\": \"live\",\n            \"broadcastLimit\": 1000,\n            \"isOba\": false,\n            \"currentQualityRating\": \"High\",\n            \"fbAccountStatus\": \"verified\",\n            \"shareableLinks\": [],\n            \"activeIntegrations\": [],\n            \"currentTier\": \"TIER_1K\"\n        },\n        \"createdById\": \"65939f0e4bbc337ffc0bdfc0\",\n        \"inboundMessageReadReceipt\": true,\n        \"isDeleted\": false,\n        \"createdAt\": \"2024-01-02T07:09:40.434Z\",\n        \"updatedAt\": \"2024-08-09T08:46:44.513Z\",\n        \"__v\": 0,\n        \"configurations\": {\n            \"assignmentRules\": {\n                \"type\": \"bot\",\n                \"assignmentId\": \"6677d1d206b2c976d4e46e18\",\n                \"isActive\": true,\n                \"shouldAutoReassign\": false,\n                \"createdAt\": \"2024-08-09T08:46:44.513Z\",\n                \"updatedAt\": \"2024-08-09T08:46:44.513Z\"\n            },\n            \"autoUpdateMsgOptIn\": {\n                \"isActive\": true,\n                \"primaryKey\": \"STOP\",\n                \"additionalKeys\": [\n                    \"\"\n                ],\n                \"messageConfig\": {\n                    \"subscribeBackButtonText\": \"Subscribe\",\n                    \"optInBodyText\": \"Hey there! 😄\\r\\n\\r\\nWe are excited to have you back with us! Thanks for subscribing.\",\n                    \"optOutBodyText\": \"Hi.\\r\\n\\r\\nWe have unsubscribed you from the marketing updates and notifications.\\r\\n\\r\\nWish to re-subscribe? Click on the button below.\"\n                }\n            }\n        },\n        \"toSync\": true,\n        \"id\": \"6593b6b34bbc337ffc0bf259\"\n    },\n    \"contact\": {\n        \"_id\": \"66b4a8b6418c8a2d2137514c\",\n        \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n        \"name\": \"Pravin Saran\",\n        \"email\": [],\n        \"phone\": [\n            \"919080319148\"\n        ],\n        \"messageOptIn\": true,\n        \"tags\": [],\n        \"fieldValues\": [],\n        \"createdAt\": \"2024-08-08T11:15:02.369Z\",\n        \"updatedAt\": \"2024-08-19T06:02:30.561Z\",\n        \"__v\": 0,\n        \"lastConversationId\": \"66c2dff51b4501522ff1b239\",\n        \"lastConversations\": [\n            {\n                \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n                \"lastConversationId\": \"66b5d9df7ad809e7e7d306a2\"\n            }\n        ],\n        \"formattedPhone\": [\n            {\n                \"countryCode\": \"91\",\n                \"phoneNumber\": \"9080319148\"\n            }\n        ],\n        \"marketingOptIn\": true,\n        \"id\": \"66b4a8b6418c8a2d2137514c\",\n        \"whatsapp\": [\n            {\n                \"phone\": \"919080319148\",\n                \"waId\": \"919080319148\",\n                \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n                \"status\": \"valid\",\n                \"verifiedAt\": \"2024-08-19T06:02:27.914Z\",\n                \"verifiedSource\": \"INBOUND_MESSAGE\",\n                \"lastInboundMessageTime\": \"2024-08-19T06:02:27.914Z\",\n                \"isBlocked\": false\n            }\n        ]\n    },\n    \"id\": \"66c2dff51b4501522ff1b239\"\n}"},{"id":"b5606b57-07ef-45f4-8c0f-be7e0de1ce78","name":"Remind and Resolve - No","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"remindAndResolve\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/conversations/:conversationId/resolve","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","conversations",":conversationId","resolve"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"conversationId","value":"{{conversationId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 19 Aug 2024 09:00:52 GMT"},{"key":"Etag","value":"W/\"1076-qQoFL9UqKcgvzYTDIZr+NaglDD0\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Set-Cookie","value":"connect.sid=s%3A5U5mP3rj3z7aFU8tT57YK2UV9LGxbhJ3.ZhteYOWXirtbgfvbhqTBDhvmPIXb4IB8BGKX0blPHaw; Path=/; HttpOnly"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Mon Aug 19 2024 14:31:49 GMT+0530 (India Standard Time)"},{"key":"X-Xss-Protection","value":"0"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"66c2dff51b4501522ff1b239\",\n    \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n    \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n    \"channelType\": \"whatsapp\",\n    \"contactId\": \"66b4a8b6418c8a2d2137514c\",\n    \"latestMessageId\": \"66c2dff51b4501522ff1b232\",\n    \"status\": \"CLOSE\",\n    \"userUnreadCount\": 0,\n    \"pinnedBy\": [],\n    \"whatsapp\": {\n        \"waId\": \"919080319148\",\n        \"senderId\": \"66b4a8b6418c8a2d2137514c\"\n    },\n    \"messageCount\": {\n        \"received\": 1\n    },\n    \"tags\": [],\n    \"mentionedUsers\": [],\n    \"createdAt\": \"2024-08-19T06:02:29.994Z\",\n    \"updatedAt\": \"2024-08-19T09:00:51.683Z\",\n    \"__v\": 0,\n    \"hasUnreadMessages\": false,\n    \"userLastSeen\": \"2024-08-19T06:32:23.338Z\",\n    \"lastReadMessageId\": \"66c2dff51b4501522ff1b232\",\n    \"resolvedDate\": \"2024-08-19T09:00:51.682Z\",\n    \"web\": {\n        \"visitor\": null,\n        \"visitorUnreadCount\": 0\n    },\n    \"user\": null,\n    \"bot\": null,\n    \"latestMessage\": {\n        \"_id\": \"66c2dff51b4501522ff1b232\",\n        \"conversationId\": \"66c2dff51b4501522ff1b239\",\n        \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n        \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n        \"channelType\": \"whatsapp\",\n        \"localMessageId\": \"b0da5a93-c53e-4203-9753-125d1dc76748\",\n        \"contactId\": \"66b4a8b6418c8a2d2137514c\",\n        \"sender\": \"66b4a8b6418c8a2d2137514c\",\n        \"whatsapp\": {\n            \"id\": \"wamid.HBgMOTE5MDgwMzE5MTQ4FQIAEhggQjZGNThFNkRBODY2REEyMjgwNTREODVGNjU5OERDRDIA\",\n            \"from\": \"919080319148\",\n            \"time\": \"2024-08-19T06:02:26.000Z\",\n            \"status\": \"read\",\n            \"statusTime\": \"2024-08-19T06:02:57.189Z\",\n            \"statusGroup\": \"pending\",\n            \"type\": \"text\",\n            \"text\": {\n                \"body\": \"Gnjumim\"\n            },\n            \"statusLog\": [\n                {\n                    \"status\": \"sent\",\n                    \"date\": \"2024-08-19T06:02:57.189Z\"\n                },\n                {\n                    \"status\": \"delivered\",\n                    \"date\": \"2024-08-19T06:02:57.189Z\"\n                },\n                {\n                    \"status\": \"read\",\n                    \"date\": \"2024-08-19T06:02:57.189Z\"\n                }\n            ]\n        },\n        \"createdAt\": \"2024-08-19T06:02:31.541Z\",\n        \"updatedAt\": \"2024-08-19T06:02:57.439Z\",\n        \"toSync\": true,\n        \"__v\": 0,\n        \"user\": null,\n        \"id\": \"66c2dff51b4501522ff1b232\"\n    },\n    \"channel\": {\n        \"_id\": \"6593b6b34bbc337ffc0bf259\",\n        \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n        \"assignToIds\": [\n            \"65939f0e4bbc337ffc0bdfc0\"\n        ],\n        \"channelType\": \"whatsapp\",\n        \"whatsapp\": {\n            \"webhookUrl\": \"\",\n            \"whatsappNumber\": \"916382241071\",\n            \"whatsappName\": \"testmmr\",\n            \"whatsappColor\": \"#48BB78\",\n            \"apiEndpoint\": \"https://waba-v2.360dialog.io\",\n            \"adminUsername\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n            \"adminPassword\": \"fd1ef12540bf7dc0463f2b884a623c8b\",\n            \"accessToken\": \"dummy\",\n            \"namespaceId\": \"997c95e1_bb7a_46bf_8ca4_8f6e92a28ab9\",\n            \"wabaId\": \"187134474490105\",\n            \"provider\": \"dialog360CloudApi\",\n            \"dialog360CloudApi\": {\n                \"apiKey\": \"77b3b06d34d70b94ca0778792b1730c8cf5924c9a5b49394ff94e15b90e83915\",\n                \"providerId\": \"jTuLT6CH\",\n                \"lastSyncedDate\": \"2024-07-22T09:35:12.397Z\"\n            },\n            \"mode\": \"live\",\n            \"broadcastLimit\": 1000,\n            \"isOba\": false,\n            \"currentQualityRating\": \"High\",\n            \"fbAccountStatus\": \"verified\",\n            \"shareableLinks\": [],\n            \"activeIntegrations\": [],\n            \"currentTier\": \"TIER_1K\"\n        },\n        \"createdById\": \"65939f0e4bbc337ffc0bdfc0\",\n        \"inboundMessageReadReceipt\": true,\n        \"isDeleted\": false,\n        \"createdAt\": \"2024-01-02T07:09:40.434Z\",\n        \"updatedAt\": \"2024-08-09T08:46:44.513Z\",\n        \"__v\": 0,\n        \"configurations\": {\n            \"assignmentRules\": {\n                \"type\": \"bot\",\n                \"assignmentId\": \"6677d1d206b2c976d4e46e18\",\n                \"isActive\": true,\n                \"shouldAutoReassign\": false,\n                \"createdAt\": \"2024-08-09T08:46:44.513Z\",\n                \"updatedAt\": \"2024-08-09T08:46:44.513Z\"\n            },\n            \"autoUpdateMsgOptIn\": {\n                \"isActive\": true,\n                \"primaryKey\": \"STOP\",\n                \"additionalKeys\": [\n                    \"\"\n                ],\n                \"messageConfig\": {\n                    \"subscribeBackButtonText\": \"Subscribe\",\n                    \"optInBodyText\": \"Hey there! 😄\\r\\n\\r\\nWe are excited to have you back with us! Thanks for subscribing.\",\n                    \"optOutBodyText\": \"Hi.\\r\\n\\r\\nWe have unsubscribed you from the marketing updates and notifications.\\r\\n\\r\\nWish to re-subscribe? Click on the button below.\"\n                }\n            }\n        },\n        \"toSync\": true,\n        \"id\": \"6593b6b34bbc337ffc0bf259\"\n    },\n    \"contact\": {\n        \"_id\": \"66b4a8b6418c8a2d2137514c\",\n        \"accountId\": \"65939f0e4bbc337ffc0bdfc2\",\n        \"name\": \"Pravin Saran\",\n        \"email\": [],\n        \"phone\": [\n            \"919080319148\"\n        ],\n        \"messageOptIn\": true,\n        \"tags\": [],\n        \"fieldValues\": [],\n        \"createdAt\": \"2024-08-08T11:15:02.369Z\",\n        \"updatedAt\": \"2024-08-19T06:02:30.561Z\",\n        \"__v\": 0,\n        \"lastConversationId\": \"66c2dff51b4501522ff1b239\",\n        \"lastConversations\": [\n            {\n                \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n                \"lastConversationId\": \"66b5d9df7ad809e7e7d306a2\"\n            }\n        ],\n        \"formattedPhone\": [\n            {\n                \"countryCode\": \"91\",\n                \"phoneNumber\": \"9080319148\"\n            }\n        ],\n        \"marketingOptIn\": true,\n        \"id\": \"66b4a8b6418c8a2d2137514c\",\n        \"whatsapp\": [\n            {\n                \"phone\": \"919080319148\",\n                \"waId\": \"919080319148\",\n                \"channelId\": \"6593b6b34bbc337ffc0bf259\",\n                \"status\": \"valid\",\n                \"verifiedAt\": \"2024-08-19T06:02:27.914Z\",\n                \"verifiedSource\": \"INBOUND_MESSAGE\",\n                \"lastInboundMessageTime\": \"2024-08-19T06:02:27.914Z\",\n                \"isBlocked\": false\n            }\n        ]\n    },\n    \"id\": \"66c2dff51b4501522ff1b239\"\n}"}],"_postman_id":"de4d4ac0-3af0-4ded-9b76-4f560bc12aa5"}],"id":"443fcc56-799f-49e5-9a51-38f9693663b3","_postman_id":"443fcc56-799f-49e5-9a51-38f9693663b3","description":""},{"name":"Broadcast","item":[{"name":"send broadcast","id":"42c29f8f-ec05-4205-bb44-38166e6f0b46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"new broadcast\",\n    \"schduledType\": \"NOW\",\n    \"templateName\": \"automation_template_5\",\n    \"templateId\": \"64feb8f32e22c623c61b1846\",\n    \"sendMessageOnlyOptIn\": true,\n    \"source\": \"CONTACT\",\n    \"segments\": [\n        \"6821d74ce5db5bc02b0c8570\"\n    ],\n    \"replyTo\": {\n        \"assigneeId\": \"677cbb047237067e66d8ab30\",\n        \"assigneeType\": \"user\"\n    },\n    \"bodyValues\": {\n        \"1\": \"{{{contact.name}}}\",\n        \"2\": \"100\",\n        \"3\": \"Gallabox\"\n    },\n    \"buttonValues\": [\n        {\n            \"index\": 0,\n            \"sub_type\": \"quick_reply\",\n            \"parameters\": {\n                \"type\": \"payload\",\n                \"payload\": \"Need Assis.tance\"\n            }\n        },\n        {\n            \"index\": 1,\n            \"sub_type\": \"quick_reply\",\n            \"parameters\": {\n                \"type\": \"payload\",\n                \"payload\": \"Razorpay Li.nk\"\n            }\n        }\n    ],\n    \"headerValues\": {\n        \"mediaUrl\": \"https://files.gallabox.com/6449104a0a74778d292f255a/76b01a18-f750-4224-935e-178c0c584b6a-lessthan1mbPDF.pdf\",\n        \"mediaName\": \"less than 1mb PDF.pdf\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/broadcasts","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","broadcasts"],"host":["server","gallabox","com"],"query":[],"variable":[{"id":"50afd267-d30d-4c2e-ac73-b370e865a9be","type":"any","value":"{{accountId}}","key":"accountId"}]}},"response":[{"id":"feb9d685-5630-4dd5-9634-cc082395f65e","name":"broadcast","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"new broadcast\",\n    \"schduledType\": \"NOW\",\n    \"templateName\": \"automation_template_5\",\n    \"templateId\": \"64feb8f32e22c623c61b1846\",\n    \"sendMessageOnlyOptIn\": true,\n    \"source\": \"CONTACT\",\n    \"segments\": [\n        \"6821d74ce5db5bc02b0c8570\"\n    ],\n    \"replyTo\": {\n        \"assigneeId\": \"677cbb047237067e66d8ab30\",\n        \"assigneeType\": \"user\"\n    },\n    \"bodyValues\": {\n        \"1\": \"{{{contact.name}}}\",\n        \"2\": \"100\",\n        \"3\": \"Gallabox\"\n    },\n    \"buttonValues\": [\n        {\n            \"index\": 0,\n            \"sub_type\": \"quick_reply\",\n            \"parameters\": {\n                \"type\": \"payload\",\n                \"payload\": \"Need Assis.tance\"\n            }\n        },\n        {\n            \"index\": 1,\n            \"sub_type\": \"quick_reply\",\n            \"parameters\": {\n                \"type\": \"payload\",\n                \"payload\": \"Razorpay Li.nk\"\n            }\n        }\n    ],\n    \"headerValues\": {\n        \"mediaUrl\": \"https://files.gallabox.com/6449104a0a74778d292f255a/76b01a18-f750-4224-935e-178c0c584b6a-lessthan1mbPDF.pdf\",\n        \"mediaName\": \"less than 1mb PDF.pdf\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/broadcasts","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","broadcasts"],"variable":[{"key":"accountId","value":"{{accountid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1746792731&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=giCSs898ag9tfYLRmBkQ97KJ8rTiaj4YbseV4z2xeD4%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1746792731&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=giCSs898ag9tfYLRmBkQ97KJ8rTiaj4YbseV4z2xeD4%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"Expect-Ct","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-Xss-Protection","value":"0"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Ratelimit-Limit","value":"200"},{"key":"X-Ratelimit-Remaining","value":"199"},{"key":"X-Ratelimit-Reset","value":"Fri May 09 2025 12:13:11 GMT+0000 (Coordinated Universal Time)"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"52e-NJ26qY1rP+CE1lWU75s5czX1dAE\""},{"key":"Set-Cookie","value":"connect.sid=s%3Av5b7aI4WBElj6ichlcez2q1LHFlDExXn.iwpNbO5EuWfcjv1M0i%2Ft%2BQkPPQCZ%2BhjW6qx6%2FvTYZNk; Path=/; HttpOnly"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 09 May 2025 12:12:11 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"new broadcast\",\n    \"accountId\": \"64240fb9f07544be554d0ca0\",\n    \"channelId\": \"642412eaf07544be554d1c2f\",\n    \"contactCount\": 2,\n    \"segments\": [\n        {\n            \"name\": \"segment-1\",\n            \"accountId\": \"64240fb9f07544be554d0ca0\",\n            \"contactFilter\": {\n                \"condition\": \"and\",\n                \"rules\": [\n                    {\n                        \"id\": \"phone\",\n                        \"type\": \"TEXT\",\n                        \"property\": \"phone\",\n                        \"propertyLabel\": \"Phone\",\n                        \"operator\": \"Is\",\n                        \"valueLabels\": [\n                            \"919080319148\",\n                            \"916382063465\"\n                        ],\n                        \"values\": [\n                            \"919080319148\",\n                            \"916382063465\"\n                        ],\n                        \"meta\": {\n                            \"isPrimaryField\": \"true\",\n                            \"isArray\": \"true\",\n                            \"version\": \"2\"\n                        }\n                    }\n                ]\n            },\n            \"creatorId\": \"64240fb8f07544be554d0c9e\",\n            \"isDelete\": false,\n            \"createdAt\": \"2025-05-09T11:49:28.181Z\",\n            \"updatedAt\": \"2025-05-09T11:49:28.181Z\",\n            \"id\": \"681debc8f4d800d230956d39\"\n        }\n    ],\n    \"schduledType\": \"NOW\",\n    \"sendMessageOnlyOptIn\": true,\n    \"templateId\": \"680f8d24bbdd043086c60906\",\n    \"headerValues\": {\n        \"mediaUrl\": \"https://files.gallabox.dev/64240fb9f07544be554d0ca0/38bcee83-9db5-4a49-9aa0-949ac0dce5aa-WhatsAppVideo20250428at194333.mp4\",\n        \"mediaName\": \"WhatsApp Video 2025-04-28 at 19.43.33.mp4\"\n    },\n    \"creatorId\": \"64240fb8f07544be554d0c9e\",\n    \"isDelete\": false,\n    \"ignoreLimit\": false,\n    \"replyTo\": {\n        \"assigneeId\": \"677cbb047237067e66d8ab30\",\n        \"assigneeType\": \"user\",\n        \"overrideAssignment\": false\n    },\n    \"amountSpent\": 0,\n    \"logVersion\": \"v2\",\n    \"schduledAt\": \"2025-05-09T12:12:11.616Z\",\n    \"buttonValues\": [],\n    \"createdAt\": \"2025-05-09T12:12:11.617Z\",\n    \"updatedAt\": \"2025-05-09T12:12:11.617Z\",\n    \"id\": \"681df11b3dcfbbd72ab527fb\"\n}"}],"_postman_id":"42c29f8f-ec05-4205-bb44-38166e6f0b46"}],"id":"d3c91496-96ff-4b9f-9a2b-7b3ec135ce30","_postman_id":"d3c91496-96ff-4b9f-9a2b-7b3ec135ce30","description":""},{"name":"CTWA","item":[{"name":"CTWA Conversion","id":"941f48ef-43da-4fa0-9ebf-8a9a61fb86ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"91980000009\",\n    \"eventType\": \"lead\"\n}","options":{"raw":{"language":"json"}}},"url":"https://server.gallabox.com/devapi/accounts/:accountId/channels/:channelId/ctwa/conversion","urlObject":{"protocol":"https","path":["devapi","accounts",":accountId","channels",":channelId","ctwa","conversion"],"host":["server","gallabox","com"],"query":[],"variable":[{"type":"any","value":"{{accountId}}","key":"accountId"},{"type":"any","value":"{{channelId}}","key":"channelId"}]}},"response":[{"id":"430fa615-99ac-445d-8bf7-2bc9913e59a3","name":"Lead Event with Phone","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"91980000009\",\n    \"eventType\": \"lead\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/channels/:channelId/ctwa/conversion","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","channels",":channelId","ctwa","conversion"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"channelId","value":"{{channelId}}"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"322c8caa-7ae0-4789-adb1-3a40d06c1939","name":"Purchase event with CTWA Click Id","originalRequest":{"method":"POST","header":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"apiSecret","value":"{{apiSecret}}"}],"body":{"mode":"raw","raw":"{\n    \"ctwaClickId\": \"Zte9ut2SB4X10Uop0c1B1RHNcogvS8h3\",\n    \"eventType\": \"purchase\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://server.gallabox.com/devapi/accounts/:accountId/channels/:channelId/ctwa/conversion","protocol":"https","host":["server","gallabox","com"],"path":["devapi","accounts",":accountId","channels",":channelId","ctwa","conversion"],"variable":[{"key":"accountId","value":"{{accountId}}"},{"key":"channelId","value":"{{channelId}}"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"941f48ef-43da-4fa0-9ebf-8a9a61fb86ff"}],"id":"6d809191-c7e6-4059-ae8e-e37ece56e0ed","description":"<p>CTWA (Click-to-WhatsApp Ads) Conversions APIs are used to report conversion events back to Meta for a configured <strong>WABA</strong> and <strong>Dataset</strong>, enabling ad attribution and conversion tracking.</p>\n<p>Gallabox can identify the <strong>CTWA Click ID</strong> in two ways:</p>\n<ol>\n<li><p><strong>Direct</strong>: You pass ctwa_clickid in the API request.</p>\n</li>\n<li><p><strong>Indirect (Phone-based)</strong>: You pass phone, and Gallabox resolves the latest/linked CTWA Click ID captured for that phone number from the Gallabox tracker.</p>\n</li>\n</ol>\n","_postman_id":"6d809191-c7e6-4059-ae8e-e37ece56e0ed"}]}