{"info":{"_postman_id":"8f95243d-3cf3-417d-aa52-255a123a20c2","name":"Outplay APIs","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p><strong>Outplay API</strong> is accessed via the</p>\n<p><a href=\"https://us1-api.outplayhq.com/\"><b>https://[location]-api.outplayhq.com</b></a></p>\n<p>domain.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Every API request you make API must be authenticated by including client_id parameter in querystring and X-CLIENT-SECRET Header with your client_secret.</p>\n<h1 id=\"requests\">Requests</h1>\n<p>All requests to the API must be made via HTTPS. It is a best practice to include the Content-Type: application/json header in all of your requests.</p>\n<h1 id=\"response-codes\">Response Codes</h1>\n<p>There are three HTTP status classes you are expected to encounter from time-to-time.</p>\n<p><b>2XX Responses</b><br>2XX responses indicate a successfully completed request.</p>\n\n<p><b>4XX series - Request Error</b><br>4XX errors are related to incorrect requests. These requests should be reviewed and corrected before retrying.</p>\n\n<p><b>5XX series - System Error</b><br>5XX errors indicate the Outplay system cannot fulfil the request. This might be due to temporary issues with Outplay's system or undetermined internet vagaries. Given the nature of HTTP-over-internet communications, 500 errors are inevitable and we strongly recommend implementing an exponential back-off retry mechanism that retries order requests when a 500 series error is received.</p>\n\n<h1 id=\"rate-limits\">Rate Limits</h1>\n<p>API Usage limitations are applied regardless of authentication token per account/organization. Usage of API is mentioned in the response headers of every API endpoint as below.</p>\n<p>X-RateLimit-Daily : Per day limit<br>X-RateLimit-Daily-Remaining : Remaining limit on the current day<br>X-RateLimit-Burst-Interval : Burst Interval default is 10 seconds<br>X-RateLimit-Max : Burst Limit for the duration<br>X-RateLimit-Burst-Remaining: Remaining burst limit in the current duration.</p>\n<p><b>Usage Limits</b><br>Burst : 100 API calls per 10 seconds.<br>Daily : 100000 API calls per day on UTC+00 Timezone.<br><i>Note: Usage Limits may change for some of the APIs, mentioned along with the respective API details.</i></p>\n\n<p><b>Error Response</b><br>An error response with a 429 status code is returned in case of excessive usage. Limits are mentioned as part of the headers of the response.</p>\n\n<h1 id=\"api-reference-index\">API Reference Index</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Requests","slug":"requests"},{"content":"Response Codes","slug":"response-codes"},{"content":"Rate Limits","slug":"rate-limits"},{"content":"API Reference Index","slug":"api-reference-index"}],"owner":"16947449","collectionId":"8f95243d-3cf3-417d-aa52-255a123a20c2","publishedId":"TzsikPV1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-09-02T05:27:47.000Z"},"item":[{"name":"Users","item":[{"name":"Me","event":[{"listen":"prerequest","script":{"id":"7b70c0aa-e3f8-4ce4-8c3f-18783f2ef6df","exec":[""],"type":"text/javascript"}}],"id":"f92d3b11-1964-4282-9cec-1a67930b5eca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"}],"url":"https://[location]-api.outplayhq.com/api/v1/me?client_id=[client_id]","description":"<p><strong>Response Body</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>account</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Account object</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>accountkey</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique Identifier</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>accountname</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Account name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>subscriptionenddate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Subscription end date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>subdomain</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Sub-domain</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>istrialperiod</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Trial period<br />\"True\"<br />\"False\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>trailenddate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tial end date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>companyname</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Company name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>user</div><div><div><div><div></div></div></div><div></div></div></td><td><div>User object</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>userid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>User id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>emailid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>User email id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>firstname</div><div><div><div><div></div></div></div><div></div></div></td><td><div>First name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>lastname</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Last name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>title</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Title</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>displaypicture</div><div><div><div><div></div></div></div><div></div></div></td><td><div>User display picture URL</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>registereddate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Registered date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>accountusertype</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Account user type<br />\"1-Owner\"<br />\"2-User\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ianatimezone</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Timezone in IANA</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>licenseInformation</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Gives the information regarding Modules assigned to User</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>role</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Role object</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>rolename</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Rolename<br />\"Admin\"<br />\"User\"<br />\"Observer\"<br />\"Custom Role\"</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","me"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"8ea1cbc6-3165-4130-8f49-a7904d193211","name":"Me","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/me?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","me"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Jul 2021 10:43:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2307"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ US3-C1"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"-1"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"account\": {\n        \"accountkey\": \"7e9813fede31ca082a1158ef7a3aa229\",\n        \"accountname\": \"Martinz\",\n        \"subscriptionenddate\": \"2021-07-27T06:27:13\",\n        \"subdomain\": \"test-prod3.martinz.co.in\",\n        \"istrialperiod\": false,\n        \"trailenddate\": \"2019-04-24T10:26:51.937\",\n        \"companyname\": \"Outplay Test\"\n    },\n    \"user\": {\n        \"userid\": 3341,\n        \"emailid\": \"outplaytest@martinz.co.in\",\n        \"firstname\": \"Outplaytest\",\n        \"lastname\": \"Live\",\n        \"title\": null,\n        \"displaypicture\": \"https://ophq-pr.s3-us-west-2.amazonaws.com/userimages/user_180051-051220202a3b8.png\",\n        \"registereddate\": \"2019-04-10T10:26:51.983\",\n        \"accountusertype\": 1,\n        \"ianatimezone\": \"Asia/Calcutta\",\n        \"licenseInformation\": {\n            \"lead\": false,\n            \"engagement\": true,\n            \"scheduler\": true,\n            \"intelligence\": true\n        }\n    },\n    \"role\": {\n        \"rolename\": \"Admin\"\n    }\n}"}],"_postman_id":"f92d3b11-1964-4282-9cec-1a67930b5eca"},{"name":"Team","id":"0bb4bb2d-6b8b-45d2-932e-588131c69e24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"}],"url":"https://[location]-api.outplayhq.com/api/v1/team?client_id=[client_id]","description":"<p><strong>Response Body</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>userrole</td>\n        <td>User role\n        \"1-Admin\" \n        \"2-User\"\n        \"3-Observer\"\n        \"4,5,6...-Custom roles\" </td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id</td>\n    </tr>\n    <tr>\n        <td>emailid</td>\n        <td>Email id</td>\n    </tr>\n    <tr>\n        <td>firstname</td>\n        <td>First name</td>\n    </tr>\n    <tr>\n        <td>lastname</td>\n        <td>Last name</td>\n    </tr>\n    <tr>\n        <td>title</td>\n        <td>Title</td>\n    </tr>\n    <tr>\n        <td>displaypicture</td>\n        <td>User display picture URL</td>\n    </tr>\n    <tr>\n        <td>registereddate</td>\n        <td>Registered date</td>\n    </tr>\n    <tr>\n        <td>accountusertype</td>\n        <td>Account yser type\n        \"1-Owner\"\n        \"2-User\"</td>\n    </tr>\n    <tr>\n        <td>ianatimezone</td>\n        <td>TimeZone in IANA</td>\n    </tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","team"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"380afbce-beca-4be8-b3cc-a098bf87ae59","name":"Team","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/team?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","team"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 06:14:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2485"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99999"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userrole\": 1,\n        \"userid\": 263,\n        \"emailid\": \"outplaytest@martinz.co.in\",\n        \"firstname\": \"Suresh\",\n        \"lastname\": \"Avatar\",\n        \"title\": \"\",\n        \"displaypicture\": \"https://ophq-pr-stag.s3-us-west-2.amazonaws.com/userimages/user_085638-12232020a0a43.png\",\n        \"registereddate\": \"2019-03-12T08:01:03.383\",\n        \"accountusertype\": 1,\n        \"ianatimezone\": \"Asia/Calcutta\"\n    },\n    {\n        \"userrole\": 1,\n        \"userid\": 959,\n        \"emailid\": \"sureshuser11@martinz.co.in\",\n        \"firstname\": \"Sureshuser11\",\n        \"lastname\": \"first\",\n        \"title\": \"\",\n        \"displaypicture\": \"\",\n        \"registereddate\": \"2021-03-17T10:29:07.781667\",\n        \"accountusertype\": 2,\n        \"ianatimezone\": \"Asia/Calcutta\"\n    },\n    {\n        \"userrole\": 45,\n        \"userid\": 970,\n        \"emailid\": \"observe@martinz.co.in\",\n        \"firstname\": \"Observeuser\",\n        \"lastname\": \"\",\n        \"title\": \"\",\n        \"displaypicture\": null,\n        \"registereddate\": \"2021-03-19T13:26:59.748695\",\n        \"accountusertype\": 2,\n        \"ianatimezone\": \"America/Los_Angeles\"\n    },\n    {\n        \"userrole\": 40,\n        \"userid\": 976,\n        \"emailid\": \"ramesh@martinz.co.in\",\n        \"firstname\": \"Ramesh\",\n        \"lastname\": \"Konda\",\n        \"title\": \"\",\n        \"displaypicture\": \"\",\n        \"registereddate\": \"2021-03-23T05:26:22.744034\",\n        \"accountusertype\": 2,\n        \"ianatimezone\": \"Asia/Calcutta\"\n    },\n    {\n        \"userrole\": 1,\n        \"userid\": 1046,\n        \"emailid\": \"farooq.outplay@gmail.com\",\n        \"firstname\": \"Farooq\",\n        \"lastname\": \"\",\n        \"title\": \"\",\n        \"displaypicture\": null,\n        \"registereddate\": \"2021-06-09T07:57:45.830673\",\n        \"accountusertype\": 2,\n        \"ianatimezone\": \"America/Los_Angeles\"\n    },\n    {\n        \"userrole\": 2,\n        \"userid\": 1058,\n        \"emailid\": \"sangmesh.d@outplayhq.com\",\n        \"firstname\": \"Sangmesh\",\n        \"lastname\": \"\",\n        \"title\": \"\",\n        \"displaypicture\": null,\n        \"registereddate\": \"2021-06-18T04:59:51.697628\",\n        \"accountusertype\": 2,\n        \"ianatimezone\": \"America/Los_Angeles\"\n    },\n    {\n        \"userrole\": 2,\n        \"userid\": 1060,\n        \"emailid\": \"sorting2@martinz.co.in\",\n        \"firstname\": \"Sorting2user\",\n        \"lastname\": \"\",\n        \"title\": \"\",\n        \"displaypicture\": null,\n        \"registereddate\": \"2021-06-28T08:03:36.408907\",\n        \"accountusertype\": 2,\n        \"ianatimezone\": \"America/Los_Angeles\"\n    },\n    {\n        \"userrole\": 2,\n        \"userid\": 1061,\n        \"emailid\": \"sorting3@martinz.co.in\",\n        \"firstname\": \"Sorting3@martinz.co.in\",\n        \"lastname\": \"\",\n        \"title\": \"\",\n        \"displaypicture\": null,\n        \"registereddate\": \"2021-06-28T08:03:53.926239\",\n        \"accountusertype\": 2,\n        \"ianatimezone\": \"America/Los_Angeles\"\n    },\n    {\n        \"userrole\": 2,\n        \"userid\": 1062,\n        \"emailid\": \"sorting4@martinz.co.in\",\n        \"firstname\": \"Sorting4@martinz.co.in\",\n        \"lastname\": \"\",\n        \"title\": \"\",\n        \"displaypicture\": null,\n        \"registereddate\": \"2021-06-28T08:04:16.864261\",\n        \"accountusertype\": 2,\n        \"ianatimezone\": \"America/Los_Angeles\"\n    },\n    {\n        \"userrole\": 2,\n        \"userid\": 1083,\n        \"emailid\": \"jigyasu@martinz.co.in\",\n        \"firstname\": \"JIGYASU\",\n        \"lastname\": \"\",\n        \"title\": \"\",\n        \"displaypicture\": null,\n        \"registereddate\": \"2021-07-21T09:10:44.527811\",\n        \"accountusertype\": 2,\n        \"ianatimezone\": \"America/Los_Angeles\"\n    }\n]"}],"_postman_id":"0bb4bb2d-6b8b-45d2-932e-588131c69e24"}],"id":"23256f9e-9225-4e39-a38b-145d52369b24","_postman_id":"23256f9e-9225-4e39-a38b-145d52369b24","description":""},{"name":"Prospects","item":[{"name":"Add Prospect","event":[{"listen":"prerequest","script":{"id":"31edd9dc-ef7f-45c7-a300-c2a45a7e62bf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"895ee896-ad9d-4f9f-8dd6-bf138cc1997e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"emailid\": \"timezone2343@martinz.co.in\",\r\n\"firstname\": \"time\",\r\n\"lastname\": \"zone234\",\r\n\"phone\": \"+919959626133\",\r\n\"designation\": \"Sales Executive12\",\r\n\"timezone\":\"America/Los_Angeles\",\r\n\"city\": \"hyderabad\",\r\n\"linkedin\": \"https://linkedin.com/suresh_ana\",\r\n\"state\": \"tg\",\r\n\"country\": \"india\",\r\n\"twitter\": \"twitter.com\",\r\n\"facebook\": \"fb.om\",\r\n\"company\": \"oracle\",\r\n\"fields\": {\r\n        \"aadhar\": \"0\",\r\n        \"leap_year\": \"\",\r\n        \"custom_pick\": \"\",\r\n        \"asfsaf\": \"0\",\r\n        \"meeting_date\": \"\",\r\n        \"enter\": \"\",\r\n        \"drop_down\": \"\",\r\n        \"out_datefield\": \"\",\r\n        \"asdfasf\": \"\",\r\n        \"out_numfield\": \"0\",\r\n        \"out_textfield\": \"\",\r\n        \"out_textpicklist\": \"\",\r\n        \"pickingcustomvalues\": \"\",\r\n        \"custom_picklist_value_test\": \"\",\r\n        \"giving_a_longname_tojustgettok\": \"\",\r\n        \"longpicklistvalue\": \"\",\r\n        \"fdbfdbdb\": \"\",\r\n        \"github\": \"\",\r\n        \"dob\": \"\",\r\n        \"salary\": \"0\",\r\n        \"farooq_picklist\": \"\",\r\n        \"out_nopicklist\": \"\",\r\n        \"addedcustom\": \"\",\r\n        \"differfield\": \"\",\r\n        \"leadtext\": \"\",\r\n        \"course\": \"\",\r\n        \"newpicklistfield\": \"\",\r\n        \"customize\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis p\",\r\n        \"numfar\": \"\"\r\n    }\r\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/prospect?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>emailid</td><td>Email id should be unique. API will not create a prospect if it already exists with the give email id.</td></tr>\n<tr><td>firstname</td><td>First name</td></tr>\n<tr><td>lastname</td><td>Last name</td></tr>\n<tr><td>phone</td><td>Phone number</td></tr>\n<tr><td>designation</td><td>Designation or Title</td></tr>\n<tr><td>city</td><td>City</td></tr>\n<tr><td>linkedin</td><td>LinkedIn URL</td></tr>\n<tr><td>state</td><td>State</td></tr>\n<tr><td>country</td><td>Country</td></tr>\n<tr><td>twitter</td><td>Twitter Handle</td></tr>\n<tr><td>facebook</td><td>Facebook URL</td></tr>\n<tr><td>company</td><td>Company or Organisation</td></tr>\n<tr><td>fields</td><td>Additional fields for a prospect have to passed as key value pair. eg: { \"source\" : \"linkedin\" }</td></tr>\n</table>\n\n<p><strong>Response</strong></p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>message</td><td>Reason for failure</td></tr>\n<tr><td>success</td><td>Status of the operation\n    \"true\"\n    \"false\"</td></tr>\n<tr><td>statuscode</td><td>Error Code of failure</td></tr></table>\n\n<p><strong>Status Codes</strong></p>\n<ul><li>-2 : Provide phone number or email or linkedin url</li>\n<li>-1 : Prospect already exists</li>\n<li>0 : Failed to save prospect</li>\n<li>2 : Failed to save prospect</li>\n<li>3 : Prospect saved, but failed to save fields for the prospect</li>\n</ul>","urlObject":{"protocol":"https","path":["api","v1","prospect"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"498c3414-71b1-4d6f-a6ad-948ad8a4926d","name":"Add Prospect","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"emailid\": \"timezone2343@martinz.co.in\",\r\n\"firstname\": \"time\",\r\n\"lastname\": \"zone234\",\r\n\"phone\": \"+919959626133\",\r\n\"designation\": \"Sales Executive12\",\r\n\"timezone\":\"America/Los_Angeles\",\r\n\"city\": \"hyderabad\",\r\n\"linkedin\": \"https://linkedin.com/suresh_ana\",\r\n\"state\": \"tg\",\r\n\"country\": \"india\",\r\n\"twitter\": \"twitter.com\",\r\n\"facebook\": \"fb.om\",\r\n\"company\": \"oracle\",\r\n\"fields\": {\r\n        \"aadhar\": \"0\",\r\n        \"leap_year\": \"\",\r\n        \"custom_pick\": \"\",\r\n        \"asfsaf\": \"0\",\r\n        \"meeting_date\": \"\",\r\n        \"enter\": \"\",\r\n        \"drop_down\": \"\",\r\n        \"out_datefield\": \"\",\r\n        \"asdfasf\": \"\",\r\n        \"out_numfield\": \"0\",\r\n        \"out_textfield\": \"\",\r\n        \"out_textpicklist\": \"\",\r\n        \"pickingcustomvalues\": \"\",\r\n        \"custom_picklist_value_test\": \"\",\r\n        \"giving_a_longname_tojustgettok\": \"\",\r\n        \"longpicklistvalue\": \"\",\r\n        \"fdbfdbdb\": \"\",\r\n        \"github\": \"\",\r\n        \"dob\": \"\",\r\n        \"salary\": \"0\",\r\n        \"farooq_picklist\": \"\",\r\n        \"out_nopicklist\": \"\",\r\n        \"addedcustom\": \"\",\r\n        \"differfield\": \"\",\r\n        \"leadtext\": \"\",\r\n        \"course\": \"\",\r\n        \"newpicklistfield\": \"\",\r\n        \"customize\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis p\",\r\n        \"numfar\": \"\"\r\n    }\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospect?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospect"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 07:35:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1018"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99979"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"prospectid\": 784158,\n    \"emailid\": \"timezone2343@martinz.co.in\",\n    \"firstname\": \"time\",\n    \"lastname\": \"zone234\",\n    \"phone\": \"+919959626133\",\n    \"designation\": \"Sales Executive12\",\n    \"timezone\": \"America/Los_Angeles\",\n    \"city\": \"hyderabad\",\n    \"linkedin\": \"https://linkedin.com/suresh_ana\",\n    \"state\": \"tg\",\n    \"country\": \"india\",\n    \"twitter\": \"twitter.com\",\n    \"facebook\": \"fb.om\",\n    \"company\": \"oracle\",\n    \"fields\": {\n        \"aadhar\": \"0\",\n        \"leap_year\": \"\",\n        \"custom_pick\": \"\",\n        \"asfsaf\": \"0\",\n        \"meeting_date\": \"\",\n        \"enter\": \"\",\n        \"drop_down\": \"\",\n        \"out_datefield\": \"\",\n        \"asdfasf\": \"\",\n        \"out_numfield\": \"0\",\n        \"out_textfield\": \"\",\n        \"out_textpicklist\": \"\",\n        \"pickingcustomvalues\": \"\",\n        \"custom_picklist_value_test\": \"\",\n        \"giving_a_longname_tojustgettok\": \"\",\n        \"longpicklistvalue\": \"\",\n        \"fdbfdbdb\": \"\",\n        \"github\": \"\",\n        \"dob\": \"\",\n        \"salary\": \"0\",\n        \"farooq_picklist\": \"\",\n        \"out_nopicklist\": \"\",\n        \"addedcustom\": \"\",\n        \"differfield\": \"\",\n        \"leadtext\": \"\",\n        \"course\": \"\",\n        \"newpicklistfield\": \"\",\n        \"customize\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis p\",\n        \"numfar\": \"0\"\n    }\n}"}],"_postman_id":"895ee896-ad9d-4f9f-8dd6-bf138cc1997e"},{"name":"Get Prospect","event":[{"listen":"prerequest","script":{"id":"c96690cb-a670-4827-a065-37b4828d1a38","exec":[""],"type":"text/javascript"}}],"id":"af617f7b-ccd6-41f7-953e-f4afad055552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"}],"url":"https://[location]-api.outplayhq.com/api/v1/prospect/134396?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<p>Please provide the id of the prospect which you want to retrieve data for.<br /><br /></p>\n\n<p><strong>Response</strong></p>\n<p>We will return the prospect with given id. In case prospect is not found, we will return an error.</p>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for the failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code for the failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Status Codes</strong></p>\n<ul><li><div>2 : Failed to load prospect.</div></li></ul>\n\n<p><strong>Response Body</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>emailid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Email id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>firstname</div><div><div><div><div></div></div></div><div></div></div></td><td><div>First name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>lastname</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Last name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>phone</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Phone number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>designation</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Designation or Title</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>city</div><div><div><div><div></div></div></div><div></div></div></td><td><div>City</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>linkedin</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Linkedin URL</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>state</div><div><div><div><div></div></div></div><div></div></div></td><td><div>State</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>country</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Country</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>twitter</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Twitter Handle</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>facebook</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Facebook URL</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>company</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Company or Organisation</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fields</div><div><div><div><div></div></div></div><div></div></div></td><td><div>additional prospect fields</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectstate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect state<br />\"1-Out of office\"<br />\"2-Auto reply\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectstatus</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect status</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stage</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Stage of the prospect with stageid and stage name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>owner</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Owner with id name and email</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>account</div><div><div><div><div></div></div></div><div></div></div></td><td><div>account with account id and account name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>lastcontacteddate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Last contacted date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>createddate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Created date</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","prospect","134396"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"8e0d017c-5c1e-464f-b7df-e00db20b4546","name":"Get Prospect","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospect/134396?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospect","134396"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 06:34:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1303"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99994"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"prospectid\": 134396,\n    \"emailid\": \"timezone234@martinz.co.in\",\n    \"firstname\": \"time\",\n    \"lastname\": \"zone234\",\n    \"phone\": \"+919959626133\",\n    \"designation\": \"Sales Executive12\",\n    \"timezone\": \"America/Los_Angeles\",\n    \"city\": \"hyderabad\",\n    \"linkedin\": \"https://linkedin.com/suresh_ana\",\n    \"state\": \"tg\",\n    \"country\": \"india\",\n    \"twitter\": \"twitter.com\",\n    \"facebook\": \"fb.om\",\n    \"company\": \"oracle\",\n    \"fields\": {\n        \"aadhar\": \"0\",\n        \"leap_year\": \"\",\n        \"custom_pick\": \"\",\n        \"asfsaf\": \"0\",\n        \"meeting_date\": \"\",\n        \"enter\": \"\",\n        \"drop_down\": \"\",\n        \"out_datefield\": \"\",\n        \"asdfasf\": \"\",\n        \"out_numfield\": \"0\",\n        \"out_textfield\": \"\",\n        \"out_textpicklist\": \"\",\n        \"pickingcustomvalues\": \"\",\n        \"custom_picklist_value_test\": \"\",\n        \"giving_a_longname_tojustgettok\": \"\",\n        \"longpicklistvalue\": \"\",\n        \"fdbfdbdb\": \"\",\n        \"github\": \"\",\n        \"dob\": \"\",\n        \"salary\": \"0\",\n        \"farooq_picklist\": \"\",\n        \"out_nopicklist\": \"\",\n        \"addedcustom\": \"\",\n        \"differfield\": \"\",\n        \"leadtext\": \"\",\n        \"course\": \"\",\n        \"newpicklistfield\": \"\",\n        \"customize\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis p\",\n        \"numfar\": \"\"\n    },\n    \"prospectstate\": \"\",\n    \"prospectstatus\": \"No Status\",\n    \"stage\": {\n        \"id\": 3534,\n        \"name\": \"working\"\n    },\n    \"owner\": {\n        \"id\": 263,\n        \"name\": \"Suresh Avatar\",\n        \"email\": \"outplaytest@martinz.co.in\"\n    },\n    \"account\": {\n        \"id\": null,\n        \"name\": \"\"\n    },\n    \"lastcontacteddate\": \"2021-05-31T10:33:42.243646\",\n    \"createddate\": \"2021-05-20T07:58:01.199651\"\n}"}],"_postman_id":"af617f7b-ccd6-41f7-953e-f4afad055552"},{"name":"Prospects List","id":"21e32202-0bb8-411c-a46d-58da59313f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ownerids\": [1,4],\r\n  \"tags\": [\"pipedrive\"],\r\n  \"prospectids\": [197619,198450],\r\n  \"sequenceids\": [731],\r\n  \"accountids\": [11534],\r\n  \"stageid\":\"2645\" ,\r\n  \"fields\": [\r\n    {\r\n      \"fieldname\": \"emailid\",\r\n      \"fieldcondition\": \"Contains\",\r\n      \"fieldvalue\": \"suresh\"\r\n    }\r\n  ],\r\n  \"datefields\": [\r\n    {\r\n      \"fieldid\": \"Created Date\",\r\n      \"fieldcondition\": \"between\",\r\n      \"fieldvaluefrom\": \"2021-06-01\",\r\n      \"fieldvalueto\": \"2021-07-22\"\r\n    }\r\n  ],\r\n  \"sortcolumn\": \"RecentlyContacted\",\r\n  \"sortdirection\": \"1\",\r\n  \"pageindex\": 1\r\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/prospect/search?client_id=[client_id]","description":"<p><strong>Usage Limits</strong></p>\n<p>The API usage is limited to 20 calls per 10 seconds.</p>\n<h4 id=\"request\"><strong>Request</strong></h4>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ownerids (array[integer])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Owner ids of SDRs</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tags (array[string])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Tag names</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectids (array[long])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Prospect ids</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sequenceids (array[integer])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Sequence ids</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stageid (integer)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Stage id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fields (array[fieldcondition])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Conditions to apply on Prospect fields</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>datefields (array[datefieldcondition])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Conditions to apply on Prospect Date fields</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sortcolumn (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide the sorting criteria:<br />\"RecentlyContacted\"<br />\"RecentlyOpened\"<br />\"RecentlyClicked\"<br />\"RecentlyReplied\"<br />\"Engagement\"<br />\"CreatedDate\"<br />\"UpdatedDate\"<br />\"Company\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sortdirection (integer)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>\"1-Ascending\", \"2-Descending\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>pageindex (integer)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide the number of page to view data in. Per page limit is 50 prospects</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>includeallfields (boolean)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Set the option to true, to include all the properties of prospect including custom fields.<br />false - Default</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>FieldCondition Object</strong></p>\n<table><tbody><tr><td><div>fieldname (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>All the prospect fields ie, email id, phone, first name, last name etc</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fieldcondition (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Conditions to use<br />\"gte - Greater Than Equals\"<br />\"lt - Lesser Than\"<br />\"eq - Equals\"<br />\"hasvalue - Has Value\"<br />\"hasnovalue - Has No Value\"<br />\"contains - Contains\"<br />\"startwith - Start With\"<br />\"endwith - Ends With\"<br />\"is - Is\"<br />\"hasvalue - Has Value\"<br />\"hasnovalue - Has No Value\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fieldvalue (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide the value based on the field name and condition selected</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>DateFieldCondition Object</strong></p>\n<table><tbody><tr><td><div>fieldid (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide the date to search on:<br />\"Created Date\"<br />\"Updated Date<br />\"Recent Contacted Date\"<br />\"Recent Opened Date\"<br />\"Recent Clicked Date\"<br />\"Recent Replied Date\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fieldcondition (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Conditions to use<br />\"between - Between\"<br />\"hasvalue - Has Value\"<br />\"hasnovalue - Has No Value\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fieldvaluefrom (yyyy-MM-dd HH:mm:ss)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide from date value when 'between' condition is selected as field condition (eg: 2021-01-01 13:30:00)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fieldvalueto (yyyy-MM-dd HH:mm:ss)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide to date value when 'between' condition is selected as field condition (eg: 2021-01-02 13:30:00)</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Mandatory Fields</strong></p>\n<p>If you are giving fields filter or datefields filter, please provide fieldname and condition, otherwise you will get 400 bad request error.</p>\n<h4 id=\"response\"><strong>Response</strong></h4>\n<table><tbody><tr><td><div>pagination</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provides details with page number, limit per page and if next page has more records or not</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data (array[prospect])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Will return number of prospect found with the given filters</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Prospect Object</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>emailid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Email id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>firstname</div><div><div><div><div></div></div></div><div></div></div></td><td><div>First name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>lastname</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Last name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>phone</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Phone number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>designation</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Designation or Title</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>company</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Company or Organisation</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectstate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect state<br />\"1-Out of office\"<br />\"2-Auto reply\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectstatus</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect status</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stage</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Stage of the prospect with stage id and stage name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>owner</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Owner with id, name and email</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>account</div><div><div><div><div></div></div></div><div></div></div></td><td><div>account with account id and account name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>lastcontacteddate.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Last contacted date</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","prospect","search"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"84dba092-d042-40e3-85a7-8cf218dc24ba","name":"Prospects List","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ownerids\": [9],\r\n  \"tags\": [\"],\r\n  \"prospectids\": [],\r\n  \"sequenceids\": [38456],\r\n  \"accountids\": [],\r\n  \"stageid\":\"\" ,\r\n  \"fields\": [\r\n    {\r\n      \"fieldname\": \"emailid\",\r\n      \"fieldcondition\": \"Contains\",\r\n      \"fieldvalue\": \"suresh\"\r\n    }\r\n  ],\r\n  \"datefields\": [\r\n    {\r\n      \"fieldid\": \"Recent Contacted Date\",\r\n      \"fieldcondition\": \"between\",\r\n      \"fieldvaluefrom\": \"2024-03-01\",\r\n      \"fieldvalueto\": \"2024-04-01\"\r\n    }\r\n  ],\r\n  \"sortcolumn\": \"RecentlyContacted\",\r\n  \"sortdirection\": \"1\",\r\n  \"pageindex\": 1\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/sequenceprospect/search?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","sequenceprospect","search"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Jul 2021 14:54:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1577"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99997"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"prospectid\": 198450,\n            \"emailid\": \"sureshanaparthi@martinz.co.in\",\n            \"firstname\": \"suresh\",\n            \"lastname\": \"anaparthi\",\n            \"phone\": \"+917550241535\",\n            \"designation\": \"sales manager\",\n            \"timezone\": \"\",\n            \"city\": \"HYDERABAD\",\n            \"linkedin\": \"linkedin.com/suresh\",\n            \"state\": \"TELANGANA\",\n            \"country\": \"india\",\n            \"twitter\": \"\",\n            \"facebook\": \"linkedin.com/suresh\",\n            \"company\": \"Vegetable\",\n            \"fields\": {\n                \"source\": \"Web\",\n                \"hubspot_score\": \"50\",\n                \"pratikdatefield\": \"2021-07-01\",\n                \"qualification\": \"engineer\",\n                \"created_date\": \"2021-07-01\",\n                \"faro_pick\": \"Damage2\"\n            },\n            \"prospectstate\": \"\",\n            \"prospectstatus\": \"No Status\",\n            \"stage\": {\n                \"id\": 2645,\n                \"name\": \"working\"\n            },\n            \"owner\": {\n                \"id\": 4,\n                \"name\": \"Raidu D\",\n                \"email\": \"outplaytest22@martinz.co.in\"\n            },\n            \"account\": {\n                \"id\": 11534,\n                \"name\": \"comanylinkissue1\"\n            },\n            \"lastcontacteddate\": \"2021-06-25T15:21:00.900014\"\n        },\n        {\n            \"prospectid\": 197619,\n            \"emailid\": \"sureshsales@martinz.co\",\n            \"firstname\": \"out\",\n            \"lastname\": \"sales\",\n            \"phone\": \"+917207786260\",\n            \"designation\": \"Sales rep\",\n            \"timezone\": \"\",\n            \"city\": \"hyderabad\",\n            \"linkedin\": \"http://linkedin.com/sales\",\n            \"state\": \"telangana\",\n            \"country\": \"India\",\n            \"twitter\": \"http://twitter.com/sales\",\n            \"facebook\": \"http://linkedin.com/sales\",\n            \"company\": \"Outplay\",\n            \"fields\": {\n                \"source\": \"Web\",\n                \"hubspot_score\": \"40\",\n                \"pratikdatefield\": \"2021-06-25\",\n                \"qualification\": \"law,engineer\",\n                \"created_date\": \"2021-07-01\",\n                \"faro_pick\": \"Damage2\"\n            },\n            \"prospectstate\": \"\",\n            \"prospectstatus\": \"No Status\",\n            \"stage\": {\n                \"id\": 2645,\n                \"name\": \"working\"\n            },\n            \"owner\": {\n                \"id\": 1,\n                \"name\": \"Staging QA\",\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"account\": {\n                \"id\": 11534,\n                \"name\": \"comanylinkissue1\"\n            },\n            \"lastcontacteddate\": \"2021-06-11T05:15:39.615067\"\n        }\n    ]\n}"},{"id":"966e40fc-185d-4131-9aea-b7e7b0614a3a","name":"Prospects List","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ownerids\": [1,4],\r\n  \"tags\": [\"pipedrive\"],\r\n  \"prospectids\": [197619,198450],\r\n  \"sequenceids\": [731],\r\n  \"accountids\": [11534],\r\n  \"stageid\":\"2645\" ,\r\n  \"fields\": [\r\n    {\r\n      \"fieldname\": \"\",\r\n      \"fieldcondition\": \"\",\r\n      \"fieldvalue\": \"suresh\"\r\n    }\r\n  ],\r\n  \"datefields\": [\r\n    {\r\n      \"fieldid\": \"Created Date\",\r\n      \"fieldcondition\": \"between\",\r\n      \"fieldvaluefrom\": \"2021-06-01\",\r\n      \"fieldvalueto\": \"2021-07-22\"\r\n    }\r\n  ],\r\n  \"sortcolumn\": \"RecentlyContacted\",\r\n  \"sortdirection\": \"1\",\r\n  \"pageindex\": 1\r\n}"},"url":{"raw":"https://[location]-api-stag.outplayhq.com/api/v1/prospect/search?client_id=[client_id]","protocol":"https","host":["[location]-api-stag","outplayhq","com"],"path":["api","v1","prospect","search"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Jul 2021 14:57:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"94"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99994"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"statuscode\": 400,\n    \"message\": \"Fieldname and field condition can not be empty.\"\n}"}],"_postman_id":"21e32202-0bb8-411c-a46d-58da59313f49"},{"name":"Update Prospect - Override Fields","id":"c67cffe5-c43c-46e7-8a3f-c7dc423b9308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"emailid\": \"timezone234@martinz.co.in\",\n  \"firstname\": \"timezone\",\n  \"lastname\": \"234\",\n  \"phone\": \"+919959626122\",\n  \"designation\": \"QA Manager at outplay\",\n  \"timezone\":\"Asia/Calcutta\",\n  \"city\": \"bangalore12\",\n  \"linkedin\": \"http://twitter.com/suresh_ana\",\n  \"state\": \"state\",\n  \"country\": \"usa\",\n  \"twitter\": \"http://twitter.com/suresh_ana\",\n  \"facebook\": \"http://facebook.com/suresh_ana\",\n  \"company\": \"company\",\n    \"fields\": {\n        \"lead_source_incorrect_picklist\": \"text\",\n        \"prospect_text\": \"txt\",\n        \"prospect_number\": \"text\",\n        \"lead_source_picklist\": \"Purchased List\",\n        \"date_prospect_field\": \"2021-30-12\",\n        \"contact_picklist_field\": \"\",\n        \"salutaion_create_picklist\": \"\",\n        \"pd_prospect_multiselect\": \"Cold,Replied\",\n        \"p_ramesh\": \"\",\n        \"mulltiselect_picklist\": \"pickmul\",\n        \"pd_date_field\": \"\",\n        \"pd_single_select\": \"\",\n        \"contact_multi_picklist\": \"\"\n    }\n    \n}"},"url":"https://[location]-api.outplayhq.com/api/v1/prospect/:id?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<table>\n    <tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n    <tr><td>emailid</td><td>Email id</td></tr>\n    <tr><td>firstname</td><td>First name</td></tr>\n    <tr><td>lastname</td><td>Last name</td></tr>\n    <tr><td>phone</td><td>Phone number</td></tr>\n    <tr><td>designation</td><td>Designation/title</td></tr>\n<tr><td>timezone</td><td>Timezone in IANA</td></tr>\n    <tr><td>city</td><td>City</td></tr>\n    <tr><td>linkedin</td><td>LinkedIn URL</td></tr>\n    <tr><td>state</td><td>State</td></tr>\n    <tr><td>country</td><td>Country</td></tr>\n    <tr><td>twitter</td><td>Twitter handle</td></tr>\n    <tr><td>facebook</td><td>Facebook URL</td></tr>\n    <tr><td>company</td><td>Company</td></tr>\n    <tr><td>fields</td><td>Fields as key value pair. For example, {\"source\": \"linkedin\"}.</td></tr>\n    </table>\n    \n<p>Field provided in response body will be affected and overridden.</p>\n\n<p><strong>Response</strong></p>\n<p>API returns the updated prospect.</p>\n<p>If email is already assigned to some other prospect then it will not update the prospect instead it will throw an error with \"Prospect already exist\" message.</p>\n\n<p><strong>Response Body</strong></p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>&gt;prospectid</td><td>Prospect id</td></tr>\n<tr><td>emailid</td><td>Email id</td></tr>\n<tr><td>firstname</td><td>First name</td></tr>\n<tr><td>lastname</td><td>Last name</td></tr>\n<tr><td>phone</td><td>Phone number</td></tr>\n<tr><td>designation</td><td>Designation or Title</td></tr>\n<tr><td>city</td><td>City</td></tr>\n<tr><td>linkedin</td><td>Linkedin URL</td></tr>\n<tr><td>state</td><td>State</td></tr>\n<tr><td>country</td><td>Country</td></tr>\n<tr><td>twitter</td><td>Twitter Handle</td></tr>\n<tr><td>facebook</td><td>Facebook URL</td></tr>\n<tr><td>company</td><td>Company or Organisation</td></tr>\n<tr><td>fields</td><td>Additional prospect fields</td></tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","prospect",":id"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"description":{"content":"<p>Prospect Id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"eb2ec30a-6e30-48a3-b5f3-bb31a4da5687","name":"Update Prospect - Override Fields","originalRequest":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"emailid\": \"timezone234@martinz.co.in\",\n  \"firstname\": \"timezone\",\n  \"lastname\": \"234\",\n  \"phone\": \"+919959626122\",\n  \"designation\": \"QA Manager at outplay\",\n  \"timezone\":\"Asia/Calcutta\",\n  \"city\": \"bangalore12\",\n  \"linkedin\": \"http://twitter.com/suresh_ana\",\n  \"state\": \"state\",\n  \"country\": \"usa\",\n  \"twitter\": \"http://twitter.com/suresh_ana\",\n  \"facebook\": \"http://facebook.com/suresh_ana\",\n  \"company\": \"company\",\n    \"fields\": {\n        \"lead_source_incorrect_picklist\": \"text\",\n        \"prospect_text\": \"txt\",\n        \"prospect_number\": \"text\",\n        \"lead_source_picklist\": \"Purchased List\",\n        \"date_prospect_field\": \"2021-30-12\",\n        \"contact_picklist_field\": \"\",\n        \"salutaion_create_picklist\": \"\",\n        \"pd_prospect_multiselect\": \"Cold,Replied\",\n        \"p_ramesh\": \"\",\n        \"mulltiselect_picklist\": \"pickmul\",\n        \"pd_date_field\": \"\",\n        \"pd_single_select\": \"\",\n        \"contact_multi_picklist\": \"\"\n    }\n    \n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospect/134396?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospect","134396"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 06:36:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1059"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99993"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"prospectid\": 134396,\n    \"emailid\": \"timezone234@martinz.co.in\",\n    \"firstname\": \"timezone\",\n    \"lastname\": \"234\",\n    \"phone\": \"+919959626122\",\n    \"designation\": \"QA Manager at outplay\",\n    \"timezone\": \"Asia/Calcutta\",\n    \"city\": \"bangalore12\",\n    \"linkedin\": \"http://twitter.com/suresh_ana\",\n    \"state\": \"state\",\n    \"country\": \"usa\",\n    \"twitter\": \"http://twitter.com/suresh_ana\",\n    \"facebook\": \"http://facebook.com/suresh_ana\",\n    \"company\": \"company\",\n    \"fields\": {\n        \"aadhar\": \"0\",\n        \"leap_year\": \"\",\n        \"custom_pick\": \"\",\n        \"asfsaf\": \"0\",\n        \"meeting_date\": \"\",\n        \"enter\": \"\",\n        \"drop_down\": \"\",\n        \"out_datefield\": \"\",\n        \"asdfasf\": \"\",\n        \"out_numfield\": \"0\",\n        \"out_textfield\": \"\",\n        \"out_textpicklist\": \"\",\n        \"pickingcustomvalues\": \"\",\n        \"custom_picklist_value_test\": \"\",\n        \"giving_a_longname_tojustgettok\": \"\",\n        \"longpicklistvalue\": \"\",\n        \"fdbfdbdb\": \"\",\n        \"github\": \"\",\n        \"dob\": \"\",\n        \"salary\": \"0\",\n        \"farooq_picklist\": \"\",\n        \"out_nopicklist\": \"\",\n        \"addedcustom\": \"\",\n        \"differfield\": \"\",\n        \"leadtext\": \"\",\n        \"course\": \"\",\n        \"newpicklistfield\": \"\",\n        \"customize\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis p\",\n        \"numfar\": \"\"\n    }\n}"}],"_postman_id":"c67cffe5-c43c-46e7-8a3f-c7dc423b9308"},{"name":"Update Prospect - Update Missing Fields","id":"74e3a245-6136-47dc-bc1e-b8d2c1ba65e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"emailid\": \"timezone234@martinz.co.in\",\n  \"firstname\": \"timezone\",\n  \"lastname\": \"2341\",\n  \"phone\": \"4152213355\",\n  \"designation\": \"Sales develpoment rep\",\n  \"timezone\":\"Asia/Istanbul\",\n  \"city\": \"bangalore1\",\n  \"linkedin\": \"http://linkedin.com/suresh_ana1\",\n  \"state\": \"karnataka1\",\n  \"country\": \"usa1\",\n  \"twitter\": \"http://twitter.com/suresh_ana1\",\n  \"facebook\": \"http://facebook.com/suresh_ana\",\n  \"company\": \"surya123\",\n    \"fields\": {\n        \"lead_source_incorrect_picklist\": \"text\",\n        \"prospect_text\": \"txt\",\n        \"prospect_number\": \"text\",\n        \"lead_source_picklist\": \"Purchased List\",\n        \"date_prospect_field\": \"2021-30-11\",\n        \"contact_picklist_field\": \"\",\n        \"salutaion_create_picklist\": \"\",\n        \"pd_prospect_multiselect\": \"Cold,Replied,Bad Contact info\",\n        \"p_ramesh\": \"text\",\n        \"mulltiselect_picklist\": \"ramesh\",\n        \"pd_date_field\": \"2000-02-01\",\n        \"pd_single_select\": \"testlike\",\n        \"contact_multi_picklist\": \"\"\n    }\n    \n}"},"url":"https://[location]-api.outplayhq.com/api/v1/prospect/:id?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<table>\n    <tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n    <tr><td>emailid</td><td>Email id</td></tr>\n    <tr><td>firstname</td><td>First name</td></tr>\n    <tr><td>lastname</td><td>Last name</td></tr>\n    <tr><td>phone</td><td>Phone</td></tr>\n    <tr><td>designation</td><td>Designation/title</td></tr>\n<tr><td>timezone</td><td>Timezone in IANA</td></tr>\n    <tr><td>city</td><td>City</td></tr>\n    <tr><td>linkedin</td><td>LinkedIn URL</td></tr>\n    <tr><td>state</td><td>State</td></tr>\n    <tr><td>country</td><td>Country</td></tr>\n    <tr><td>twitter</td><td>Twitter handle</td></tr>\n    <tr><td>facebook</td><td>Facebook URL</td></tr>\n    <tr><td>company</td><td>Company</td></tr>\n    <tr><td>fields</td><td>Fields as key value pair. For example, {\"source\": \"linkedin\"}.</td></tr>\n    </table>\n    \n\n<p>Only prospect fields with empty value are updated. It will not affect the fields which already have a value.</p>\n\n<p><strong>Response</strong></p>\n<p>API returns the updated prospect.</p>\n<p>If email is already assigned to some other prospect, then it will not update the prospect, instead it will through an error with message \"Prospect already exist\".</p>\n\n<p><strong>Response Body</strong></p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>&gt;prospectid</td><td>Prospect id</td></tr>\n<tr><td>emailid</td><td>Email id</td></tr>\n<tr><td>firstname</td><td>First name</td></tr>\n<tr><td>lastname</td><td>Last name</td></tr>\n<tr><td>phone</td><td>Phone number</td></tr>\n<tr><td>designation</td><td>Designation or Title</td></tr>\n<tr><td>city</td><td>City</td></tr>\n<tr><td>linkedin</td><td>Linkedin URL</td></tr>\n<tr><td>state</td><td>State</td></tr>\n<tr><td>country</td><td>Country</td></tr>\n<tr><td>twitter</td><td>Twitter Handle</td></tr>\n<tr><td>facebook</td><td>Facebook URL</td></tr>\n<tr><td>company</td><td>Company or Organisation</td></tr>\n<tr><td>fields</td><td>Additional prospect fields</td></tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","prospect",":id"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"94135234-a467-4677-8f04-3e9f51488e85","name":"Update Prospect - Update Missing Fields","originalRequest":{"method":"PATCH","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"emailid\": \"timezone234@martinz.co.in\",\n  \"firstname\": \"timezone\",\n  \"lastname\": \"2341\",\n  \"phone\": \"4152213355\",\n  \"designation\": \"Sales develpoment rep\",\n  \"timezone\":\"Asia/Istanbul\",\n  \"city\": \"bangalore1\",\n  \"linkedin\": \"http://linkedin.com/suresh_ana1\",\n  \"state\": \"karnataka1\",\n  \"country\": \"usa1\",\n  \"twitter\": \"http://twitter.com/suresh_ana1\",\n  \"facebook\": \"http://facebook.com/suresh_ana\",\n  \"company\": \"surya123\",\n    \"fields\": {\n        \"lead_source_incorrect_picklist\": \"text\",\n        \"prospect_text\": \"txt\",\n        \"prospect_number\": \"text\",\n        \"lead_source_picklist\": \"Purchased List\",\n        \"date_prospect_field\": \"2021-30-11\",\n        \"contact_picklist_field\": \"\",\n        \"salutaion_create_picklist\": \"\",\n        \"pd_prospect_multiselect\": \"Cold,Replied,Bad Contact info\",\n        \"p_ramesh\": \"text\",\n        \"mulltiselect_picklist\": \"ramesh\",\n        \"pd_date_field\": \"2000-02-01\",\n        \"pd_single_select\": \"testlike\",\n        \"contact_multi_picklist\": \"\"\n    }\n    \n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospect/134396?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospect","134396"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 06:38:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1060"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99992"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"prospectid\": 134396,\n    \"emailid\": \"timezone234@martinz.co.in\",\n    \"firstname\": \"timezone\",\n    \"lastname\": \"234\",\n    \"phone\": \"+919959626122\",\n    \"designation\": \"QA Manager at outplay\",\n    \"timezone\": \"Asia/Calcutta\",\n    \"city\": \"bangalore12\",\n    \"linkedin\": \"http://twitter.com/suresh_ana\",\n    \"state\": \"state\",\n    \"country\": \"usa\",\n    \"twitter\": \"http://twitter.com/suresh_ana\",\n    \"facebook\": \"http://facebook.com/suresh_ana\",\n    \"company\": \"surya123\",\n    \"fields\": {\n        \"aadhar\": \"0\",\n        \"leap_year\": \"\",\n        \"custom_pick\": \"\",\n        \"asfsaf\": \"0\",\n        \"meeting_date\": \"\",\n        \"enter\": \"\",\n        \"drop_down\": \"\",\n        \"out_datefield\": \"\",\n        \"asdfasf\": \"\",\n        \"out_numfield\": \"0\",\n        \"out_textfield\": \"\",\n        \"out_textpicklist\": \"\",\n        \"pickingcustomvalues\": \"\",\n        \"custom_picklist_value_test\": \"\",\n        \"giving_a_longname_tojustgettok\": \"\",\n        \"longpicklistvalue\": \"\",\n        \"fdbfdbdb\": \"\",\n        \"github\": \"\",\n        \"dob\": \"\",\n        \"salary\": \"0\",\n        \"farooq_picklist\": \"\",\n        \"out_nopicklist\": \"\",\n        \"addedcustom\": \"\",\n        \"differfield\": \"\",\n        \"leadtext\": \"\",\n        \"course\": \"\",\n        \"newpicklistfield\": \"\",\n        \"customize\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis p\",\n        \"numfar\": \"\"\n    }\n}"}],"_postman_id":"74e3a245-6136-47dc-bc1e-b8d2c1ba65e5"},{"name":"Delete Prospect","id":"d4f53b9f-f95f-4833-b087-66d1ad414fce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://[location]-api.outplayhq.com/api/v1/prospect/:id?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<p>Specify prospectid in url for the prospect you want to delete.</p>\n\n<p><strong>Response</strong></p>\n<p>It will delete the prospect if the prospectid is valid otherwise it will throw an error.</p>\n\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>message</td><td>Reason of failure</td></tr>\n<tr><td>success</td><td>Status of the operation \n\"true\"\n\"false\"</td></tr>\n<tr><td>statuscode</td><td>Error Code on failure</td></tr></table>\n\n<p><strong>Status Codes</strong></p>\n<ul><li>1 : Prospect deleted successfully.</li>\n<li>2 : Failed to delete prospect.</li>\n</ul>","urlObject":{"protocol":"https","path":["api","v1","prospect",":id"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"description":{"content":"<p>Prospect Id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"3ec63a0b-5e1f-4146-9f83-2bf4048aaf27","name":"Delete Prospect","originalRequest":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospect/145813?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospect","145813"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Jul 2021 15:42:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99995"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Prospect deleted succesfuly.\"\n}"}],"_postman_id":"d4f53b9f-f95f-4833-b087-66d1ad414fce"},{"name":"Optout","id":"34ff4cdc-2365-450c-b5ec-5f1ce14d5926","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"optout\": \"true\"\r\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/prospect/optout/:id?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<table>\n<tr><td><strong>Param</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>optout</td><td>It will contain optout value which can be true or false.</td></tr>\n</table>\n\n<p><strong>Response</strong></p>\n<p>Prospect will be opted out if optout value is true otherwise prospect will be reinstated.</p>\n\n\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>message</td><td>Reason of failure</td></tr>\n<tr><td>success</td><td>Status of the operation\n\"true\"\n\"false\"</td></tr>\n<tr><td>statuscode</td><td>Error Code on failure</td></tr></table>\n\n<p><strong>Status Codes</strong></p>\n<ul><li>1 : Prospect opted out successfully.</li>\n<li>2 : Failed to opt out prospect.</li>\n<li>3 : Prospect already opted out.</li>\n<li>4 : Prospect is already active.</li>\n<li>5 : Prospect reinstated successfully.</li>\n</ul>","urlObject":{"protocol":"https","path":["api","v1","prospect","optout",":id"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"description":{"content":"<p>Prospect Id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"d5c70ac3-9430-47e2-9620-c39be12f41f9","name":"Optout","originalRequest":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"optout\": \"true\"\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospect/optout/783973?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospect","optout","783973"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Jul 2021 15:44:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99993"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Prospect optedout successfully.\"\n}"}],"_postman_id":"34ff4cdc-2365-450c-b5ec-5f1ce14d5926"},{"name":"Update Prospect Stage","id":"008112de-4b54-4c40-a9a5-2bfaeb3d9b7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"stage\": \"working\"\r\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/prospect/stage/:id?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<table>\n<tr><td><strong>Param</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>stage</td><td>It will contain stage name. If stage is invalid, an error will be thrown.</td></tr>\n</table>\n\n<p><strong>Response</strong></p>\n<p>Stage updated for the prospect.</p>\n\n\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>message</td><td>Reason of failure</td></tr>\n<tr><td>success</td><td>Status of the operation\n\"true\"\n\"false\"</td></tr>\n<tr><td>statuscode</td><td>Error Code for failure</td></tr></table>\n\n<p><strong>Status Codes</strong></p>\n<ul><li>1 : Prospect updated.</li>\n<li>2 : Failed to update prospect.</li>\n</ul>","urlObject":{"protocol":"https","path":["api","v1","prospect","stage",":id"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"description":{"content":"<p>Prospect Id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"b4198f59-a6f7-46e8-b1b4-8ab973d9092d","name":"Update Prospect Stage","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"stage\": \"working\"\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospect/stage/783973?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospect","stage","783973"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 06:43:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99987"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"98"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Prospect updated.\"\n}"}],"_postman_id":"008112de-4b54-4c40-a9a5-2bfaeb3d9b7c"}],"id":"b53a2b08-71b5-452a-ae20-8ea50efdeff0","_postman_id":"b53a2b08-71b5-452a-ae20-8ea50efdeff0","description":""},{"name":"Accounts","item":[{"name":"Add Account","id":"a8692c27-0321-45e9-a1e9-30d63e51a374","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"audition\",\r\n  \"externalid\": \"2\",\r\n  \"description\": \"account description\",\r\n  \"employeecount\": 122,\r\n  \"industrytype\": \"Sales\",\r\n  \"linkedin\": \"http://linkedin.com/suresh_anaparthi\",\r\n  \"twitter\": \"http://twitter.com/suresh_anaparthi\",\r\n  \"foundedyear\":\"2002\",\r\n  \"city\": \"hyderabad\",\r\n  \"webiste\": \"https://somedomain.com\",\r\n  \"fields\": {\"acc_txtpicklist\" : \"text\",\"acc_date\":\"2012-03-30\"}\r\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/prospectaccount?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Param</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>name</td>\n        <td>Account name</td>\n    </tr>\n    <tr>\n        <td>externalid</td>\n        <td>External id should be unique for each account</td>\n    </tr>\n    <tr>\n        <td>description</td>\n        <td>Description</td>\n    </tr>\n    <tr>\n        <td>employee count</td>\n        <td>Employee count</td>\n    </tr>\n    <tr>\n        <td>industrytype</td>\n        <td>Industry type</td>\n    </tr>\n    <tr>\n        <td>linkedin</td>\n        <td>LinkedIn URL</td>\n    </tr>\n    <tr>\n        <td>twitter</td>\n        <td>Twitter handle</td>\n    </tr>\n    <tr>\n        <td>foundedyear</td>\n        <td>Founded year</td>\n    </tr>\n    <tr>\n        <td>city</td>\n        <td>City</td>\n    </tr>\n    <tr>\n        <td>website</td>\n        <td>Website URL</td>\n    </tr>\n    <tr>\n        <td>fields</td>\n        <td>Field should be in key value format. For example, {\"source\": \"linkedin\"}.</td>\n    </tr>\n</table>\n\n<p><strong>Response</strong></p>\n<p>It returns an account with account id and all other fields.</p>\n\n<p>It will throw an error if external id is non-unique or if the field name is not available in outplay</p>\n\n\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>message</td><td>Reason of failure.</td></tr>\n<tr><td>success</td><td>Status of the operation. true / false</td></tr>\n<tr><td>statuscode</td><td>Error Code on failure.</td></tr></table>\n\n<p><strong>Status Codes</strong></p>\n<ul>\n<li>0 : Failed to add account.</li>\n<li>1 : Account added successfully.</li>\n<li>2 : Account added successfully, but failed to add tags.</li>\n<li>3 : Account added successfully, but failed to add custom fields.</li>\n</ul>","urlObject":{"protocol":"https","path":["api","v1","prospectaccount"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"4a1b9855-eff7-401e-8f3b-9acd0cc98e97","name":"Add Account","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"audition\",\r\n  \"externalid\": \"2\",\r\n  \"description\": \"account description\",\r\n  \"employeecount\": 122,\r\n  \"industrytype\": \"Sales\",\r\n  \"linkedin\": \"http://linkedin.com/suresh_anaparthi\",\r\n  \"twitter\": \"http://twitter.com/suresh_anaparthi\",\r\n  \"foundedyear\":\"2002\",\r\n  \"city\": \"hyderabad\",\r\n  \"webiste\": \"https://somedomain.com\",\r\n  \"fields\": {\"acc_txtpicklist\" : \"text\",\"acc_date\":\"2012-03-30\"}\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospectaccount?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospectaccount"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 08:05:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"432"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99978"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountid\": 17718,\n    \"name\": \"audition\",\n    \"externalid\": \"2\",\n    \"description\": \"account description\",\n    \"employeecount\": 122,\n    \"industrytype\": \"Sales\",\n    \"linkedin\": \"http://linkedin.com/suresh_anaparthi\",\n    \"twitter\": \"http://twitter.com/suresh_anaparthi\",\n    \"foundedyear\": \"2002\",\n    \"city\": \"hyderabad\",\n    \"website\": \"\",\n    \"fields\": {\n        \"acc_txtpicklist\": \"text\",\n        \"acc_nopicklist\": \"\",\n        \"acc_date\": \"2012-03-30\",\n        \"acc_textfield\": \"\",\n        \"acc_numfield\": \"\",\n        \"rating\": \"\",\n        \"farooqaccount\": \"\"\n    }\n}"}],"_postman_id":"a8692c27-0321-45e9-a1e9-30d63e51a374"},{"name":"Get Account","id":"032d5ecc-23d5-46b5-a3f4-70e684b543fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://[location]-api.outplayhq.com/api/v1/prospectaccount/:id?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<p>Please provide the id of the prospectaccount which you want to retrieve data for.\n<strong>Response</strong>\n</p><p>We will return the prospect account with given id. In case prospect account is not found, we will return an error.</p>\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>message</td><td>Reason for failure</td></tr>\n<tr><td>success</td><td>Status of the operation\n\"true\"\n\"false\"</td></tr>\n<tr><td>statuscode</td><td>Error Code for failure</td></tr></table>\n\n<p><strong>Status Codes</strong></p>\n<li>2 : Failed to load.</li>\n\n\n<p><strong>Response Body</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Param</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n<tr>\n        <td>stage</td>\n        <td>Stage with stage id and stage name</td>\n    </tr>\n<tr>\n        <td>owner</td>\n        <td>Owner with id, name and email</td>\n    </tr>\n<tr>\n        <td>accountid</td>\n        <td>Account id</td>\n    </tr>\n    <tr>\n        <td>name</td>\n        <td>Account name</td>\n    </tr>\n    <tr>\n        <td>externalid</td>\n        <td>External id </td>\n    </tr>\n    <tr>\n        <td>description</td>\n        <td>Description</td>\n    </tr>\n    <tr>\n        <td>employee count</td>\n        <td>Employee count</td>\n    </tr>\n    <tr>\n        <td>industrytype</td>\n        <td>Industry type</td>\n    </tr>\n    <tr>\n        <td>linkedin</td>\n        <td>LinkedIn URL</td>\n    </tr>\n    <tr>\n        <td>twitter</td>\n        <td>Twitter Handle</td>\n    </tr>\n    <tr>\n        <td>foundedyear</td>\n        <td>Founded year</td>\n    </tr>\n    <tr>\n        <td>city</td>\n        <td>City</td>\n    </tr>\n    <tr>\n        <td>website</td>\n        <td>Website URL</td>\n    </tr>\n    <tr>\n        <td>fields</td>\n        <td>Fields</td>\n    </tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","prospectaccount",":id"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"description":{"content":"<p>Account Id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"5c401deb-5cdc-4db9-8cc9-9176e1f96dc4","name":"Get Account","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospectaccount/17718?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospectaccount","17718"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 08:07:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"543"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99976"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"stage\": {\n        \"id\": 0,\n        \"name\": \"\"\n    },\n    \"owner\": {\n        \"id\": 959,\n        \"name\": \"Sureshuser11 first\",\n        \"email\": \"sureshuser11@martinz.co.in\"\n    },\n    \"accountid\": 17718,\n    \"name\": \"audition\",\n    \"externalid\": \"2\",\n    \"description\": \"account description\",\n    \"employeecount\": 122,\n    \"industrytype\": \"Sales\",\n    \"linkedin\": \"http://linkedin.com/suresh_anaparthi\",\n    \"twitter\": \"http://twitter.com/suresh_anaparthi\",\n    \"foundedyear\": \"2002\",\n    \"city\": \"hyderabad\",\n    \"website\": \"\",\n    \"fields\": {\n        \"acc_txtpicklist\": \"text\",\n        \"acc_nopicklist\": \"\",\n        \"acc_date\": \"2012-03-30\",\n        \"acc_textfield\": \"\",\n        \"acc_numfield\": \"\",\n        \"rating\": \"\",\n        \"farooqaccount\": \"\"\n    }\n}"},{"id":"4ea8617a-52e2-4ebb-a673-8bb889b2bc46","name":"Get Account","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospectaccount/1778?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospectaccount","1778"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 08:10:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99975"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"statuscode\": 404,\n    \"message\": \"Account not found.\"\n}"}],"_postman_id":"032d5ecc-23d5-46b5-a3f4-70e684b543fe"},{"name":"Accounts List","id":"fd2bbb37-649b-43ce-b7ee-2485682d781b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"ownerids\": [\r\n        263\r\n    ],\r\n    \"tags\": [\"alltags\"],\r\n    \"stageids\": [],\r\n    \"accountids\": [],\r\n    \"fields\": [\r\n        {\r\n            \"fieldname\": \"domain\",\r\n            \"fieldcondition\": \"startswith\",\r\n            \"fieldvalue\": \"goo\"\r\n        },\r\n        {\r\n            \"fieldname\": \"Industry\",\r\n            \"fieldcondition\": \"contains\",\r\n            \"fieldvalue\": \"goo\"\r\n        }\r\n    ],\r\n    \"pageindex\": 1\r\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/prospectaccount/search?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Param</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>ownerids</td>\n        <td>Owner ids</td>\n    </tr>\n    <tr>\n        <td>tags</td>\n        <td>Tags</td>\n    </tr>\n    <tr>\n        <td>stageids</td>\n        <td>Stage ids in number format</td>\n    </tr>\n    <tr>\n        <td>fields</td>\n        <td>Fields</td>\n    </tr>\n    <tr>\n        <td>fieldname</td>\n        <td>Fieldname and it can't be empty</td>\n    </tr>\n    <tr>\n        <td>fieldcondition</td>\n        <td>Field condition like:\n\"gte - Greater Than Equals\"\n\"lt - Lesser Than\"\n\"eq - Equals\"\n\"hasvalue - Has Value\"\n\"hasnovalue - Has No Value\"\n\"contains - Contains\"\n\"startwith - Start With\"\n\"endwith - Ends With\"\n\"is - Is\"\n\"hasvalue - Has Value\"\n\"hasnovalue - Has No Value\"</td>\n    </tr>\n    <tr>\n        <td>fieldvalue</td>\n        <td>Field value</td>\n    </tr>\n    <tr>\n        <td>pageindex</td>\n        <td>Page index</td>\n    </tr>\n</table>\n\n<p><strong>Response</strong></p>\n<p>It will return account details.</p>\n\n<p>It will throw an error if external id is not unique or if the field name is not available in Outplay.</p>\n\n\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>message</td><td>Reason for failure.</td></tr>\n<tr><td>success</td><td>Status of the operation. true / false</td></tr>\n<tr><td>statuscode</td><td>Error Code of failure.</td></tr></table>\n\n<p><strong>Status Codes</strong></p>\n<ul>\n<li>0 : Failed to add account.</li>\n<li>1 : Account added successfully.</li>\n<li>2 : Account added successfully, but failed to add tags.</li>\n<li>3 : Account added successfully, but failed to add custom fields.</li>\n</ul>\n\n<p><strong>Response</strong></p>\n<table>\n<tr><td>pagination</td><td>Provides details with page number, limit per page and if next page has more records or not</td></tr>\n<tr><td>data</td><td>Will return all accounts found with the given filters</td></tr>\n</table>\n\n<p><strong>Response Body</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Param</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n<tr>\n        <td>stage</td>\n        <td>Stage with stage id and stage name</td>\n    </tr>\n<tr>\n        <td>owner</td>\n        <td>Owner with id, name and email</td>\n    </tr>\n<tr>\n        <td>accountid</td>\n        <td>Account id</td>\n    </tr>\n    <tr>\n        <td>name</td>\n        <td>Account name</td>\n    </tr>\n    <tr>\n        <td>externalid</td>\n        <td>External id </td>\n    </tr>\n    <tr>\n        <td>description</td>\n        <td>Description</td>\n    </tr>\n    <tr>\n        <td>employee count</td>\n        <td>Employee count</td>\n    </tr>\n    <tr>\n        <td>industrytype</td>\n        <td>Industry type</td>\n    </tr>\n    <tr>\n        <td>linkedin</td>\n        <td>LinkedIn URL</td>\n    </tr>\n    <tr>\n        <td>twitter</td>\n        <td>Twitter Handle</td>\n    </tr>\n    <tr>\n        <td>foundedyear</td>\n        <td>Founded year</td>\n    </tr>\n    <tr>\n        <td>city</td>\n        <td>City</td>\n    </tr>\n    <tr>\n        <td>website</td>\n        <td>Website URL</td>\n    </tr>\n    <tr>\n        <td>fields</td>\n        <td>Fields</td>\n    </tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","prospectaccount","search"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"260c4440-885c-41be-a708-37c675d4913f","name":"Accounts List","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"ownerids\": [\r\n        263\r\n    ],\r\n    \"tags\": [\"alltags\"],\r\n    \"stageids\": [1708],\r\n    \"accountids\": [],\r\n    \"fields\": [\r\n        {\r\n            \"fieldname\": \"domain\",\r\n            \"fieldcondition\": \"startswith\",\r\n            \"fieldvalue\": \"goo\"\r\n        },\r\n        {\r\n            \"fieldname\": \"Industry\",\r\n            \"fieldcondition\": \"contains\",\r\n            \"fieldvalue\": \"goo\"\r\n        }\r\n    ],\r\n    \"pageindex\": 1\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospectaccount/search?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospectaccount","search"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 08:25:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"694"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99965"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"stage\": {\n                \"id\": 0,\n                \"name\": \"\"\n            },\n            \"owner\": {\n                \"id\": 263,\n                \"name\": \"Suresh Avatar\",\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"accountid\": 16448,\n            \"name\": \"padikal\",\n            \"externalid\": \"\",\n            \"description\": \"HCL Technologies Limited is an Indian multinational information technology service and consulting company headquartered in Noida, Uttar Pradesh.\",\n            \"employeecount\": 0,\n            \"industrytype\": \"springs3\",\n            \"linkedin\": \"\",\n            \"twitter\": \"http://twitter.com/suresh\",\n            \"foundedyear\": \"1976\",\n            \"city\": \"Noida\",\n            \"website\": \"http://HCL.com\",\n            \"fields\": {\n                \"acc_txtpicklist\": \"neww\",\n                \"acc_nopicklist\": \"\",\n                \"acc_date\": \"2022-08-11\",\n                \"acc_textfield\": \"\",\n                \"acc_numfield\": \"\",\n                \"rating\": \"\",\n                \"farooqaccount\": \"\"\n            }\n        }\n    ]\n}"},{"id":"61234148-d8c2-4385-84bd-5b8fcb71cc74","name":"Accounts List","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"ownerids\": [\r\n        263\r\n    ],\r\n    \"tags\": [\"alltags\"],\r\n    \"stageids\": [],\r\n    \"accountids\": [],\r\n    \"fields\": [\r\n        {\r\n            \"fieldname\": \"domain\",\r\n            \"fieldcondition\": \"startswith\",\r\n            \"fieldvalue\": \"goo\"\r\n        },\r\n        {\r\n            \"fieldname\": \"Industry\",\r\n            \"fieldcondition\": \"contains\",\r\n            \"fieldvalue\": \"goo\"\r\n        }\r\n    ],\r\n    \"pageindex\": 1\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospectaccount/search?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospectaccount","search"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 08:34:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"540"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99964"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"stage\": {\n                \"id\": 1708,\n                \"name\": \"new stage\"\n            },\n            \"owner\": {\n                \"id\": 263,\n                \"name\": \"Suresh Avatar\",\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"accountid\": 1091,\n            \"name\": \"match\",\n            \"externalid\": \"\",\n            \"description\": \"\",\n            \"employeecount\": 1,\n            \"industrytype\": \"goo\",\n            \"linkedin\": \"http://linkedin.com/otherusers\",\n            \"twitter\": \"\",\n            \"foundedyear\": \"\",\n            \"city\": \"\",\n            \"website\": \"http://www.goo.com\",\n            \"fields\": {\n                \"acc_txtpicklist\": \"\",\n                \"acc_nopicklist\": \"\",\n                \"acc_date\": \"\",\n                \"acc_textfield\": \"\",\n                \"acc_numfield\": \"\",\n                \"rating\": \"\",\n                \"farooqaccount\": \"\"\n            }\n        }\n    ]\n}"}],"_postman_id":"fd2bbb37-649b-43ce-b7ee-2485682d781b"},{"name":"Update Account - Override Fields","id":"7db2f04e-e69e-4d2f-9699-2505a7300bd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"test4792\",\r\n  \"externalid\": \"4792\",\r\n  \"description\": \"parents1\",\r\n  \"employeecount\": 1222,\r\n  \"industrytype\": \"Sales123\",\r\n  \"linkedin\": \"http://linkedin.com/suresh_anaparthi1\",\r\n  \"twitter\": \"http://twitter.com/suresh_anaparthi1\",\r\n  \"foundedyear\":\"2020\",\r\n  \"city\": \"hyderabad1\",\r\n  \"webiste\": \"google.com\",\r\n  \"fields\": {\r\n        \"acc_txtpicklist\": \"text1\",\r\n        \"acc_nopicklist\": \"pick\",\r\n        \"acc_date\": \"2012-03-20\",\r\n        \"acc_textfield\": \"text field\",\r\n        \"acc_numfield\": \"567\",\r\n        \"rating\": \"1223\"\r\n    }\r\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/prospectaccount/:id?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>name</td>\n        <td>Account name</td>\n    </tr>\n    <tr>\n        <td>externalid</td>\n        <td>External id should be unique for each account</td>\n    </tr>\n    <tr>\n        <td>description</td>\n        <td>Description</td>\n    </tr>\n    <tr>\n        <td>employee count</td>\n        <td>Employee count</td>\n    </tr>\n    <tr>\n        <td>industrytype</td>\n        <td>Industry type</td>\n    </tr>\n    <tr>\n        <td>linkedin</td>\n        <td>Linkedin URL</td>\n    </tr>\n    <tr>\n        <td>twitter</td>\n        <td>Twitter handle</td>\n    </tr>\n    <tr>\n        <td>foundedyear</td>\n        <td>Founded year</td>\n    </tr>\n    <tr>\n        <td>city</td>\n        <td>City</td>\n    </tr>\n    <tr>\n        <td>website</td>\n        <td>Website URL</td>\n    </tr>\n    <tr>\n        <td>fields</td>\n        <td>Field should be in key value format. For example, {\"source\": \"linkedin\"}.</td>\n    </tr>\n</table>\n\n<p>Fields provided in response body are the only ones which are affected and overridden.</p>\n\n<p><strong>Response</strong></p>\n<p>We will get the updated prospect account.</p>\n<p>If external id is already assigned to some other account then it will not update the account instead it will through an error with message \"externalid already exist\".</p>","urlObject":{"protocol":"https","path":["api","v1","prospectaccount",":id"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"description":{"content":"<p>Account Id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"7c3d5bb0-4196-445c-8cf8-166f99d5c693","name":"Update Account - Override Fields","originalRequest":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"test4792\",\r\n  \"externalid\": \"4792\",\r\n  \"description\": \"parents1\",\r\n  \"employeecount\": 1222,\r\n  \"industrytype\": \"Sales123\",\r\n  \"linkedin\": \"http://linkedin.com/suresh_anaparthi1\",\r\n  \"twitter\": \"http://twitter.com/suresh_anaparthi1\",\r\n  \"foundedyear\":\"2020\",\r\n  \"city\": \"hyderabad1\",\r\n  \"webiste\": \"google.com\",\r\n  \"fields\": {\r\n        \"acc_txtpicklist\": \"text1\",\r\n        \"acc_nopicklist\": \"pick\",\r\n        \"acc_date\": \"2012-03-20\",\r\n        \"acc_textfield\": \"text field\",\r\n        \"acc_numfield\": \"567\",\r\n        \"rating\": \"1223\"\r\n    }\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospectaccount/17377?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospectaccount","17377"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 08:40:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"449"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99961"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountid\": 17377,\n    \"name\": \"test4792\",\n    \"externalid\": \"\",\n    \"description\": \"parents1\",\n    \"employeecount\": 1222,\n    \"industrytype\": \"Sales123\",\n    \"linkedin\": \"http://linkedin.com/suresh_anaparthi1\",\n    \"twitter\": \"http://twitter.com/suresh_anaparthi1\",\n    \"foundedyear\": \"2020\",\n    \"city\": \"hyderabad1\",\n    \"website\": \"\",\n    \"fields\": {\n        \"acc_txtpicklist\": \"text1\",\n        \"acc_nopicklist\": \"pick\",\n        \"acc_date\": \"2012-03-20\",\n        \"acc_textfield\": \"text field\",\n        \"acc_numfield\": \"567\",\n        \"rating\": \"1223\",\n        \"farooqaccount\": \"\"\n    }\n}"}],"_postman_id":"7db2f04e-e69e-4d2f-9699-2505a7300bd7"},{"name":"Update Account - Missing Fields","id":"c8c2e9d8-2009-4774-882a-8149f8464eb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"test4792\",\r\n  \"externalid\": \"4792\",\r\n  \"description\": \"parents1\",\r\n  \"employeecount\": 1222,\r\n  \"industrytype\": \"Sales123\",\r\n  \"linkedin\": \"http://linkedin.com/suresh_anaparthi1\",\r\n  \"twitter\": \"http://twitter.com/suresh_anaparthi1\",\r\n  \"foundedyear\":\"2020\",\r\n  \"city\": \"hyderabad1\",\r\n  \"webiste\": \"google.com\",\r\n  \"fields\": {\r\n        \"acc_txtpicklist\": \"text1\",\r\n        \"acc_nopicklist\": \"pick\",\r\n        \"acc_date\": \"2012-03-20\",\r\n        \"acc_textfield\": \"text field\",\r\n        \"acc_numfield\": \"567\",\r\n        \"rating\": \"1223\"\r\n    }\r\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/prospectaccount/:id?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>name</td>\n        <td>Account name</td>\n    </tr>\n    <tr>\n        <td>externalid</td>\n        <td>External id should be unique for each account</td>\n    </tr>\n    <tr>\n        <td>description</td>\n        <td>Description</td>\n    </tr>\n    <tr>\n        <td>employee count</td>\n        <td>Employee count</td>\n    </tr>\n    <tr>\n        <td>industrytype</td>\n        <td>Industry type</td>\n    </tr>\n    <tr>\n        <td>linkedin</td>\n        <td>LinkedIn URL</td>\n    </tr>\n    <tr>\n        <td>twitter</td>\n        <td>Twitter Handle</td>\n    </tr>\n    <tr>\n        <td>foundedyear</td>\n        <td>Founded year</td>\n    </tr>\n    <tr>\n        <td>city</td>\n        <td>City</td>\n    </tr>\n    <tr>\n        <td>website</td>\n        <td>Website URL</td>\n    </tr>\n    <tr>\n        <td>fields</td>\n        <td>Field should be in key value form. For example, {\"source\": \"linkedin\"}.</td>\n    </tr>\n</table>\n\n<p>For an account, only the fields that are empty are updated. It will not affect the field which already have a value.</p>\n\n<p><strong>Response</strong></p>\n<p>We will get the updated account.</p>\n<p>If external is already assigned to some other account then it will not update the account instead it will throw an error with message \"externalid already exist\".</p>","urlObject":{"protocol":"https","path":["api","v1","prospectaccount",":id"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"description":{"content":"<p>Account Id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"be843edc-8c25-4953-b164-b5efa7bcade6","name":"Update Account - Update Missing Fields","originalRequest":{"method":"PATCH","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"test4792\",\r\n  \"externalid\": \"4792\",\r\n  \"description\": \"parents1\",\r\n  \"employeecount\": 1222,\r\n  \"industrytype\": \"Sales123\",\r\n  \"linkedin\": \"http://linkedin.com/suresh_anaparthi1\",\r\n  \"twitter\": \"http://twitter.com/suresh_anaparthi1\",\r\n  \"foundedyear\":\"2020\",\r\n  \"city\": \"hyderabad1\",\r\n  \"webiste\": \"google.com\",\r\n  \"fields\": {\r\n        \"acc_txtpicklist\": \"text1\",\r\n        \"acc_nopicklist\": \"pick\",\r\n        \"acc_date\": \"2012-03-20\",\r\n        \"acc_textfield\": \"text field\",\r\n        \"acc_numfield\": \"567\",\r\n        \"rating\": \"1223\"\r\n    }\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospectaccount/17377?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospectaccount","17377"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 08:39:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"449"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99962"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountid\": 17377,\n    \"name\": \"test4792\",\n    \"externalid\": \"\",\n    \"description\": \"parents1\",\n    \"employeecount\": 1222,\n    \"industrytype\": \"Sales123\",\n    \"linkedin\": \"http://linkedin.com/suresh_anaparthi1\",\n    \"twitter\": \"http://twitter.com/suresh_anaparthi1\",\n    \"foundedyear\": \"2020\",\n    \"city\": \"hyderabad1\",\n    \"website\": \"\",\n    \"fields\": {\n        \"acc_txtpicklist\": \"text1\",\n        \"acc_nopicklist\": \"pick\",\n        \"acc_date\": \"2012-03-20\",\n        \"acc_textfield\": \"text field\",\n        \"acc_numfield\": \"567\",\n        \"rating\": \"1223\",\n        \"farooqaccount\": \"\"\n    }\n}"}],"_postman_id":"c8c2e9d8-2009-4774-882a-8149f8464eb8"},{"name":"Delete Account","id":"c3598459-4bbe-46ee-89bb-43725b04ee6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://[location]-api.outplayhq.com/api/v1/prospectaccount/:id?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<p>Specify prospectaccountid in url for the prospect account you want to delete.\n</p>\n\n<p><strong>Response</strong></p>\n<p>It will delete the prospect account if the prospectaccountid is valid otherwise it will throw an error.</p>\n\n<table>\n<tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr>\n<tr><td>message</td><td>Reason for failure</td></tr>\n<tr><td>success</td><td>Status of the operation\n\"true\"\n\"false\"</td></tr>\n<tr><td>statuscode</td><td>Error Code for failure</td></tr></table>\n\n<p><strong>Status Codes</strong></p>\n<ul><li>1 : successfully deleted account.</li>\n<li>2 : Failed to delete account.</li>\n</ul>","urlObject":{"protocol":"https","path":["api","v1","prospectaccount",":id"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"description":{"content":"<p>Account Id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"25994711-080b-4039-96d6-91ce0f0d615a","name":"Delete Account","originalRequest":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospectaccount/1091?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospectaccount","1091"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 08:35:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99963"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Successfully deleted account.\"\n}"}],"_postman_id":"c3598459-4bbe-46ee-89bb-43725b04ee6a"}],"id":"816709c4-a3f3-4c3f-8899-0348be415a60","_postman_id":"816709c4-a3f3-4c3f-8899-0348be415a60","description":""},{"name":"Sequences","item":[{"name":"Sequences List","id":"46779d31-ea51-4872-8cc9-59aafc7a7102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"ownerids\": [],\r\n  \"tags\": [\"newtags\", \"tages\"],\r\n  \"searchterm\": \"\",\r\n  \"status\": 1,\r\n  \"sequencetype\": 1,  \r\n  \"pageindex\": \"1\"\r\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/sequence/search?client_id=[client_id]","description":"<p><strong>Resquest<strong></strong></strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>ownerids</td>\n        <td>Owner ids</td>\n    </tr>\n<tr>\n        <td>tags</td>\n        <td>Tags</td>\n    </tr>\n    <tr>\n        <td>searchterm</td>\n        <td>Search Term</td>\n    </tr>\n    <tr>\n        <td>status</td>\n        <td>Sequence status\n            \"0-Draft\",\n            \"1-Active\",\n            \"2-Paused\",\n            \"3-Archived\",\n            \"4-Deleted\" \n        </td>\n    </tr>\n    <tr>\n        <td>sequencetype</td>\n        <td>Sequencetype \n            \"1-Personal sequence\",\n            \"2-Team sequence\"\n        </td>\n    </tr>\n    <tr>\n        <td>pageindex</td>\n        <td>Current page index</td>\n    </tr>\n</table>\n\n<p><strong>Response</strong></p>\n<table>\n<tr><td>pagination</td><td>Provides details with page number, limit per page and if next page has more records or not</td></tr>\n<tr><td>data</td><td>Will return number of sequences found with the given filters</td></tr>\n</table>\n\n<p><strong>Response Body</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>active</td>\n        <td>Active count</td>\n    </tr>\n    <tr>\n        <td>propectcount</td>\n        <td>Prospect count</td>\n    </tr>\n    <tr>\n        <td>due</td>\n        <td>Due count</td>\n    </tr>\n    <tr>\n        <td>finished</td>\n        <td>Finished count</td>\n    </tr>\n    <tr>\n        <td>paused</td>\n        <td>Paused count</td>\n    </tr>\n    <tr>\n        <td>optedout</td>\n        <td>OptedOut count</td>\n    </tr>\n    <tr>\n        <td>snet</td>\n        <td>Sent</td>\n    </tr>\n    <tr>\n        <td>delivered</td>\n        <td>Delivered</td>\n    </tr>\n    <tr>\n        <td>opens</td>\n        <td>Opens</td>\n    </tr>\n    <tr>\n        <td>replies</td>\n        <td>Replies</td>\n    </tr>\n    <tr>\n        <td>sequenceid</td>\n        <td>Sequence id</td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id</td>\n    </tr>\n    <tr>\n        <td>sequencename</td>\n        <td>Sequence name</td>\n    </tr>\n    <tr>\n        <td>sequencetype</td>\n        <td>Sequence Type \n\"1-Personal\"\n\"2-Team\"</td>\n    </tr>\n    <tr>\n        <td>sequencestatus</td>\n        <td> sequence status \n    \"0-Draft\"\n    \"1-Active\"\n    \"2-Paused\" \n    \"3-Archived\" \n    \"4-Deleted\"</td>\n    </tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","sequence","search"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"fd2022fa-28ed-4072-9ff0-1721be1c02fd","name":"Sequences List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"ownerids\": [],\r\n  \"tags\": [\"newtags\", \"tages\"],\r\n  \"searchterm\": \"\",\r\n  \"status\": 1,\r\n  \"sequencetype\": 1,  \r\n  \"pageindex\": \"1\"\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/sequence/search?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","sequence","search"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 17:26:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"531"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99949"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"active\": 0,\n            \"prospectcount\": 0,\n            \"due\": 0,\n            \"finished\": 0,\n            \"paused\": 0,\n            \"optedout\": 0,\n            \"sent\": 0,\n            \"delivered\": 0,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"sequenceid\": 1955,\n            \"userid\": 263,\n            \"sequencename\": \"Ram call test followup seq\",\n            \"sequencetype\": 1,\n            \"sequencestatus\": 1\n        },\n        {\n            \"active\": 0,\n            \"prospectcount\": 5,\n            \"due\": 0,\n            \"finished\": 0,\n            \"paused\": 5,\n            \"optedout\": 0,\n            \"sent\": 2,\n            \"delivered\": 1,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"sequenceid\": 2183,\n            \"userid\": 263,\n            \"sequencename\": \"farooq Sequence of bounce\",\n            \"sequencetype\": 1,\n            \"sequencestatus\": 1\n        }\n    ]\n}"}],"_postman_id":"46779d31-ea51-4872-8cc9-59aafc7a7102"},{"name":"Add Prospects to Sequence","id":"e5432a7b-018e-49c0-8d3c-28a52d863b69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"prospectids\": [232323,232323],\r\n  \"sequenceid\": 2323,\r\n  \"userid\": 263\r\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/sequenceprospect/add?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<table>\n<tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>prospectids</td>\n        <td>Prospect ids</td>\n    </tr>\n    <tr>\n        <td>sequenceid</td>\n        <td>Sequence id</td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id\n        </td>\n    </tr>\n</table>\n\n<p><strong>Response</strong></p>\n<p>The response contains the list of prospects successfully added and the list of prospects failed to enroll in the sequence. In case of error, we will get the description of the error for a particular prospect. </p>","urlObject":{"protocol":"https","path":["api","v1","sequenceprospect","add"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"575e7949-00d4-42f3-8be4-4211e1ea7315","name":"Add Prospects to Sequence","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"prospectids\": [784297,232323],\r\n  \"sequenceid\": 2323,\r\n  \"userid\": 263\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/sequenceprospect/add?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","sequenceprospect","add"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 17:41:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"202"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99946"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"processed\": 1,\n    \"failed\": 1,\n    \"errors\": [\n        {\n            \"sequenceid\": 2323,\n            \"prospectid\": 232323,\n            \"statuscode\": 11,\n            \"message\": \"User does not have valid permissions for prospect.\"\n        }\n    ],\n    \"success\": false,\n    \"statuscode\": 1,\n    \"message\": null\n}"}],"_postman_id":"e5432a7b-018e-49c0-8d3c-28a52d863b69"},{"name":"Sequence Prospects List","id":"6408a7c5-dfed-433e-9a8d-e3a907864adc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ownerids\": [263],\r\n  \"assigneduserids\": [263],\r\n  \"tags\": [],\r\n  \"prospectids\": [135608],\r\n  \"sequenceid\": 2323,\r\n  \"accountids\": [],\r\n  \"stageid\":[3534] ,\r\n  \"fields\": [\r\n    {\r\n      \"fieldname\": \"emailid\",\r\n      \"fieldcondition\": \"Contains\",\r\n      \"fieldvalue\": \"@pineapple\"\r\n    }\r\n  ],\r\n  \"datefields\": [\r\n    {\r\n      \"fieldid\": \"CreatedDate\",\r\n      \"fieldcondition\": \"between\",\r\n      \"fieldvaluefrom\": \"2021-06-01\",\r\n      \"fieldvalueto\": \"2021-07-29\"\r\n    }\r\n  ],\r\n  \"sortcolumn\": \"RecentlyContacted\",\r\n  \"sortdirection\": \"1\",\r\n  \"pageindex\": 1\r\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/sequenceprospect/search?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ownerids (array[integer])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Owner ids of SDRs</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>assigneduserids (array[integer])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of User ids of SDRs running the sequence for the prospects</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tags (array[string])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Tag names</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectids (array[long])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Prospect ids</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><b>sequenceid(integer)</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Sequence id (Mandatory)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>accountids (array[integer])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Account ids</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stageid (array[integer])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Stage id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fields (array[fieldcondition])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Conditions to apply on Prospect fields</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>datefields (array[datefieldcondition])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Conditions to apply on Prospect Date fields</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sortcolumn (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide the sorting criteria:<br />\"RecentlyContacted\"<br />\"RecentlyOpened\"<br />\"RecentlyClicked\"<br />\"RecentlyReplied\"<br />\"Engagement\"<br />\"CreatedDate\"<br />\"UpdatedDate\"<br />\"Company\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sortdirection (integer)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>\"1-Ascending\", \"2-Descending\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>pageindex (integer)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide the number of page to view data in. Per page limit is 50 prospects</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>FieldCondition Object</strong></p>\n<table><tbody><tr><td><div>fieldname (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>All the prospect fields ie, email id, phone, first name, last name etc</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fieldcondition (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Conditions to use<br />\"gte - Greater Than Equals\"<br />\"lt - Lesser Than\"<br />\"eq - Equals\"<br />\"hasvalue - Has Value\"<br />\"hasnovalue - Has No Value\"<br />\"contains - Contains\"<br />\"startwith - Start With\"<br />\"endwith - Ends With\"<br />\"is - Is\"<br />\"hasvalue - Has Value\"<br />\"hasnovalue - Has No Value\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fieldvalue (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide the value based on the field name and condition selected</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>DateFieldCondition Object</strong></p>\n<table><tbody><tr><td><div>fieldid (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide the date to search on:<br />\"Created Date\"<br />\"Updated Date<br />\"Recent Contacted Date\"<br />\"Recent Opened Date\"<br />\"Recent Clicked Date\"<br />\"Recent Replied Date\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fieldcondition (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Conditions to use<br />\"between - Between\"<br />\"hasvalue - Has Value\"<br />\"hasnovalue - Has No Value\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fieldvaluefrom (yyyy-MM-dd HH:mm:ss)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide from date value when 'between' condition is selected as field condition (eg: 2021-01-01 13:30:00)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fieldvalueto (yyyy-MM-dd HH:mm:ss)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide to date value when 'between' condition is selected as field condition (eg: 2021-01-02 13:30:00)</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Mandatory Fields</strong></p>\n<p>Sequenceid field is mandatory and if you are giving fields filter or datefields filter then you have to provide fieldname and condition otherwise you will get 400 bad request error.</p>\n<h4 id=\"response\"><strong>Response</strong></h4>\n<table><tbody><tr><td><div>pagination</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provides details about page number,Limit per page and has more records in next page or not</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Will return number of prospect found with the given filters</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response Body</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>emailid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Email id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>firstname</div><div><div><div><div></div></div></div><div></div></div></td><td><div>First name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>lastname</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Last name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>phone</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Phone number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>designation</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Designation or Title</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>timezone</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Timezone in IANA</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>city</div><div><div><div><div></div></div></div><div></div></div></td><td><div>City</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>linkedin</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Linkedin URL</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>state</div><div><div><div><div></div></div></div><div></div></div></td><td><div>State</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>country</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Country</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>twitter</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Twitter Handle</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>facebook</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Facebook URL</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>company</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Company or Organisation</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fields</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect additional fields has to passed as key value pair object. eg: { \"source\" : \"linkedin\" }</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectsequencestate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect sequence state<br />\"1-Pending\"<br />\"2-Replied\"<br />\"3-Auto replied\"<br />\"4-Out of offuce\"<br />\"5-Bounced\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectsequencestatus</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect Sequence status (1-Active, 2-Paused, 3-Finished, 4-Deleted, 5-OptOut, 6-Pending)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectstate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect state(1-Out of office, 2-Auto reply)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectstatus</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect status</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stage</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Stage of the prospect with stageid and stage name.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>owner</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Owner with id name and email.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>account</div><div><div><div><div></div></div></div><div></div></div></td><td><div>account with account id and account name.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>lastcontacteddate.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Last contacted date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>createddate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Created date.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","sequenceprospect","search"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"88746f0d-c069-493d-8a63-1b0ba7110b2b","name":"Sequence Prospects List","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ownerids\": [263],\r\n  \"assigneduserids\": [263],\r\n  \"tags\": [],\r\n  \"prospectids\": [135608],\r\n  \"sequenceid\": 2323,\r\n  \"accountids\": [],\r\n  \"stageid\":[3534] ,\r\n  \"fields\": [\r\n    {\r\n      \"fieldname\": \"emailid\",\r\n      \"fieldcondition\": \"Contains\",\r\n      \"fieldvalue\": \"@\"\r\n    }\r\n  ],\r\n  \"datefields\": [\r\n    {\r\n      \"fieldid\": \"CreatedDate\",\r\n      \"fieldcondition\": \"between\",\r\n      \"fieldvaluefrom\": \"2021-06-01\",\r\n      \"fieldvalueto\": \"2021-07-29\"\r\n    }\r\n  ],\r\n  \"sortcolumn\": \"RecentlyContacted\",\r\n  \"sortdirection\": \"1\",\r\n  \"pageindex\": 1\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/sequenceprospect/search?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","sequenceprospect","search"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 18:19:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1972"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99931"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"prospectid\": 135608,\n            \"emailid\": \"dead@martinz.co.in\",\n            \"firstname\": \"ganga\",\n            \"lastname\": \"river\",\n            \"phone\": null,\n            \"designation\": \"enter title\",\n            \"timezone\": null,\n            \"city\": \"\",\n            \"linkedin\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"twitter\": \"\",\n            \"facebook\": \"\",\n            \"company\": \"doodle\",\n            \"fields\": {\n                \"customize\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec.\",\n                \"numfar\": \"2500000000008\"\n            },\n            \"prospectsequencestate\": \"\",\n            \"prospectsequencestatus\": \"Paused\",\n            \"prospectstate\": \"\",\n            \"prospectstatus\": \"No Status\",\n            \"stage\": {\n                \"id\": 3534,\n                \"name\": \"working\"\n            },\n            \"assigneduser\": {\n                \"id\": 263,\n                \"name\": \"Suresh Avatar\",\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"owner\": null,\n            \"account\": {\n                \"id\": null,\n                \"name\": null\n            },\n            \"lastcontacteddate\": \"2021-06-30T12:01:15.640069\",\n            \"createddate\": \"2021-06-30T11:48:30.297171\"\n        },\n        {\n            \"prospectid\": 135608,\n            \"emailid\": \"dead@martinz.co.in\",\n            \"firstname\": \"ganga\",\n            \"lastname\": \"river\",\n            \"phone\": null,\n            \"designation\": \"enter title\",\n            \"timezone\": null,\n            \"city\": \"\",\n            \"linkedin\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"twitter\": \"\",\n            \"facebook\": \"\",\n            \"company\": \"doodle\",\n            \"fields\": {\n                \"customize\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec.\",\n                \"numfar\": \"2500000000008\"\n            },\n            \"prospectsequencestate\": \"\",\n            \"prospectsequencestatus\": \"Paused\",\n            \"prospectstate\": \"\",\n            \"prospectstatus\": \"No Status\",\n            \"stage\": {\n                \"id\": 3534,\n                \"name\": \"working\"\n            },\n            \"assigneduser\": {\n                \"id\": 263,\n                \"name\": \"Suresh Avatar\",\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"owner\": null,\n            \"account\": {\n                \"id\": null,\n                \"name\": null\n            },\n            \"lastcontacteddate\": null,\n            \"createddate\": \"2021-07-13T11:51:40.602667\"\n        }\n    ]\n}"}],"_postman_id":"6408a7c5-dfed-433e-9a8d-e3a907864adc"},{"name":"Pause Prospects","id":"2bb9a297-fc07-4527-b417-b6b359ebb9af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"prospectids\": [232323,232323],\r\n  \"sequenceid\": 2323\r\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/sequenceprospect/pause?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<table>\n<tr>\n        <td>\n            <strong>Param</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>prospectids</td>\n        <td>Prospect ids.</td>\n    </tr>\n    <tr>\n        <td>sequenceid</td>\n        <td>Sequenceid in which we want to pause prospects.</td>\n    </tr>\n</table>\n\n<p><strong>Response</strong></p>\n<p>We will get an object containing processed as the number of prospect successfully paused and failed as the number of prospect got failed to paused into the sequence. In errors object we will get the description of the error for a particular prospect. </p>","urlObject":{"protocol":"https","path":["api","v1","sequenceprospect","pause"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"c7e019ed-c2f4-44ee-a35f-c4b27d57e7d9","name":"Pause Prospects","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"prospectids\": [784297,232323],\r\n  \"sequenceid\": 2323\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/sequenceprospect/pause?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","sequenceprospect","pause"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 17:54:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"218"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99943"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"processed\": 1,\n    \"failed\": 1,\n    \"errors\": [\n        {\n            \"prospectid\": 232323,\n            \"statuscode\": 4,\n            \"message\": \"You do not have sufficient permissions to perform this action.\",\n            \"prospectsequenceid\": 0\n        }\n    ],\n    \"success\": false,\n    \"statuscode\": 1,\n    \"message\": null\n}"}],"_postman_id":"2bb9a297-fc07-4527-b417-b6b359ebb9af"},{"name":"Finish Prospects","id":"a119b84c-ca36-4c08-8d62-89419c5a0ddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"prospectids\": [232323,232323],\r\n  \"sequenceid\": 2323\r\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/sequenceprospect/finish?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<table>\n<tr>\n        <td>\n            <strong>Param</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>prospectids</td>\n        <td>Prospect ids.</td>\n    </tr>\n    <tr>\n        <td>sequenceid</td>\n        <td>Sequenceid in which we want to finish the prospects.</td>\n    </tr>\n</table>\n\n<p><strong>Response</strong></p>\n<p>We will get an object containing processed as the number of prospect successfully finished in the sequence and failed as the number of prospect got failed to finished into the sequence. In errors object we will get the description of the error for a particular prospect. </p>","urlObject":{"protocol":"https","path":["api","v1","sequenceprospect","finish"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"0eccf679-6304-44de-9cea-094a4c0a3d35","name":"Finish Prospects","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"prospectids\": [784297,232323],\r\n  \"sequenceid\": 2323\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/sequenceprospect/finish?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","sequenceprospect","finish"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 17:56:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"218"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99942"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"processed\": 1,\n    \"failed\": 1,\n    \"errors\": [\n        {\n            \"prospectid\": 232323,\n            \"statuscode\": 4,\n            \"message\": \"You do not have sufficient permissions to perform this action.\",\n            \"prospectsequenceid\": 0\n        }\n    ],\n    \"success\": false,\n    \"statuscode\": 1,\n    \"message\": null\n}"}],"_postman_id":"a119b84c-ca36-4c08-8d62-89419c5a0ddb"},{"name":"Create","id":"54dee891-9ce6-4ce0-80b7-c41e328770c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"MySequence\",\n    \"type\": 1,\n    \"priority\": \"High\",\n    \"isAutoReassign\": true,\n    \"distributionType\": 1,\n    \"distributionsendaliases\": [\n        \"mark@outplayhq.com\",\n        \"mark+1@outplayhq.com\",\n        \"mark+2@outplayhq.com\"\n    ],\n    \"scheduleid\": 0,\n    \"owner\": \"don@martinz.co.in\",\n    \"defaultsendalias\": \"\",\n    \"sequencerulesetid\": 10458,\n    \"maxprospectsperday\": 100,\n    \"tags\": [\n        \"tag1\",\n        \"tag2\"\n    ],\n    \"identifier\": \"23suryawe\",\n    \"steps\": [\n        {\n            \"order\": 1,\n            \"day\": 1,\n            \"steptype\": 1,\n            \"stepsubtype\": 1,\n            \"priority\": 1,\n            \"notes\": \"not require for email\",\n            \"delayinminutes\": 10,\n            \"specifictime\": null,\n            \"specificdatetime\": null,\n            \"sendUntil\": 1,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"Email subject variant 1\",\n                    \"mailbody\": \"Email mail body variant 1\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 2,\n                    \"nosignature\": true,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                },\n                {\n                    \"enabled\": 2,\n                    \"type\": 1,\n                    \"subject\": \"Email subject variant 2\",\n                    \"mailbody\": \"Email mail body variant 2\",\n                    \"trackopens\": 2,\n                    \"trackclicks\": 1,\n                    \"nosignature\": true,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                }\n            ]\n        },\n        {\n            \"order\": 2,\n            \"day\": 1,\n            \"steptype\": 2,\n            \"stepsubtype\": 1,\n            \"notes\": \"Make a Call\",\n            \"priority\": 2,\n            \"delayinminutes\": null,\n            \"specifictime\": \"12:10\",\n            \"specificdatetime\": null,\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1,\n                    \"nosignature\": true,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                }\n            ]\n        },\n        {\n            \"order\": 3,\n            \"day\": 2,\n            \"steptype\": 3,\n            \"stepsubtype\": 1,\n            \"notes\": \"LinkedIn notes\",\n            \"priority\": 3,\n            \"delayinminutes\": null,\n            \"specifictime\": null,\n            \"specificdatetime\": null,\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1,\n                    \"nosignature\": false,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                }\n            ]\n        },\n        {\n            \"order\": 5,\n            \"day\": 4,\n            \"steptype\": 4,\n            \"stepsubtype\": 2,\n            \"notes\": \"Twitter notes\",\n            \"priority\": 2,\n            \"delayinminutes\": 10,\n            \"specificdatetime\": null,\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1,\n                    \"nosignature\": false,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                }\n            ]\n        },\n        {\n            \"order\": 4,\n            \"day\": 3,\n            \"steptype\": 6,\n            \"stepsubtype\": 1,\n            \"notes\": \"SMS body\",\n            \"priority\": 1,\n            \"delayinminutes\": null,\n            \"specifictime\": null,\n            \"specificdatetime\": \"2023-11-30 14:00\",\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1,\n                    \"nosignature\": false,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                }\n            ]\n        },\n        {\n            \"order\": 6,\n            \"day\": 5,\n            \"steptype\": 7,\n            \"stepsubtype\": 1,\n            \"notes\": \"WhatsApp\",\n            \"priority\": 2,\n            \"delayinminutes\": 10,\n            \"specifictime\": null,\n            \"specificdatetime\": null,\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1,\n                    \"nosignature\": false,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                }\n            ]\n        },\n        {\n            \"order\": 7,\n            \"day\": 5,\n            \"steptype\": 1,\n            \"stepsubtype\": 1,\n            \"priority\": 1,\n            \"notes\": \"not require for email\",\n            \"specifictime\": \"12:00\",\n            \"sendUntil\": 1,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 2,\n                    \"subject\": \"Email subject variant 1\",\n                    \"mailbody\": \"Email mail body variant 1\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1,\n                    \"nosignature\": true,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                },\n                {\n                    \"enabled\": 1,\n                    \"type\": 2,\n                    \"subject\": \"Email subject variant 2\",\n                    \"mailbody\": \"Email mail body variant 2\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1,\n                    \"nosignature\": true,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                }\n            ]\n        }\n    ]\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/sequence/create?client_id=[client_id]","description":"<p><strong>Request</strong></p>\n<p><strong>Sequence Object:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter ( Type)</strong></th>\n<th><strong>Description / Enum Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name (string) *</td>\n<td>Name of the sequence. (required)</td>\n</tr>\n<tr>\n<td>type (short) *</td>\n<td>Type of the sequence. (required)  <br />1 : \"Personal Sequence\",  <br />2 : \"Team Sequence\".</td>\n</tr>\n<tr>\n<td>priority (string)</td>\n<td>Set the Priority to the Sequence. default value : None</td>\n</tr>\n<tr>\n<td>owner (string)</td>\n<td>Owner Email of the Sequence</td>\n</tr>\n<tr>\n<td>defaultsendalias (string)</td>\n<td>Default Email Alias to be for sending messages in the sequence (Applicable to Personal Sequ).</td>\n</tr>\n<tr>\n<td>isAutoReassign (bool)</td>\n<td>Auto assign different mailbox if one doesn't works.</td>\n</tr>\n<tr>\n<td>distributionType(int)</td>\n<td>0 - Manual, 1 Round-Robin</td>\n</tr>\n<tr>\n<td>distributionsendaliases(string[])</td>\n<td>Aliases to be used for distribution.</td>\n</tr>\n<tr>\n<td>scheduleid(int)</td>\n<td>Schedule Id to be selected.</td>\n</tr>\n<tr>\n<td>maxprospectsperday (integer)</td>\n<td>Max prospects that can be enrolled in this sequence in a day.  <br />default value : 100</td>\n</tr>\n<tr>\n<td>tags (array[string])</td>\n<td>A list of tags associated with the sequence, represented as a collection of strings.</td>\n</tr>\n<tr>\n<td>identifier (string)</td>\n<td>A unique identifier for the sequence.</td>\n</tr>\n<tr>\n<td>sequencerulesetid</td>\n<td>Sequence Ruleset Identifier. All rulesets details can be fetched using Metadata APIs.</td>\n</tr>\n<tr>\n<td>steps (array[Step]) *</td>\n<td>An array of steps within the sequence. (required)</td>\n</tr>\n<tr>\n<td><strong>(Deprecated)</strong> onreplyfinishsequence (short)</td>\n<td>On reply finish sequence. Whether the sequence should stop when a reply is received.  <br />0 : \"Disable\", 1 : \"Enable\"  <br />default value : 1</td>\n</tr>\n<tr>\n<td><strong>(Deprecated)</strong> onsmsfailurecontinue (short)</td>\n<td>On SMS failure continue sequence. Allows the sequence to continue even in the case of SMS sending failed.  <br />0 : \"Disable\", 1 : \"Enable\"  <br />default value : 1</td>\n</tr>\n<tr>\n<td><strong>(Deprecated)</strong> dontallowprospectinmultiplesequences (short)</td>\n<td>Don't allow prospects in multiple sequences. Controls whether prospects are allowed in multiple sequences.  <br />0 : \"Disable\", 1 : \"Enable\"  <br />default value : 1</td>\n</tr>\n<tr>\n<td><strong>(Deprecated)</strong> emailspriority (short)</td>\n<td>Email priority when the sequence is approching its sending limits.  <br />1 : \"Followup_email\",  <br />2 : \"First_step_email\",  <br />3 : \"Equally_divided\"  <br />default value : 1</td>\n</tr>\n<tr>\n<td><strong>(Deprecated)</strong> stagetransition  <br />-&gt; onbounce  <br />-&gt; onreply  <br />-&gt; onaddtosequence  <br />-&gt; onfinish</td>\n<td>Defines transitions at different stages.  <br />default value : No Change</td>\n</tr>\n<tr>\n<td><strong>(Deprecated)</strong> enableemailvalidation (short)</td>\n<td>Validate prospect emails for the sequence.  <br />0 : \"Disable\", 1 : \"Enable\"  <br />default value : 1</td>\n</tr>\n<tr>\n<td><strong>(Deprecated)</strong> outofoffice -&gt; enable (bool)</td>\n<td>To set out of office Configuration.  <br />default value : false</td>\n</tr>\n<tr>\n<td><strong>(Deprecated)</strong> outofoffice -&gt; predictreturndate (bool)</td>\n<td>Enable or disable bot to predict a Return date.  <br />default value : false</td>\n</tr>\n<tr>\n<td><strong>(Deprecated)</strong> outofoffice -&gt; sequenceautoresumeenabled (bool)</td>\n<td>Auto resume enable  <br />default value : false</td>\n</tr>\n<tr>\n<td><strong>(Deprecated)</strong> outofoffice -&gt; defaultresumedays (Integer)</td>\n<td>Sets default number of days to resume a prospect in a sequence.  <br />default value : 15</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Step Object:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Description / Enum Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order (integer) *</td>\n<td>Specifies order of the step within the sequence. (required)</td>\n</tr>\n<tr>\n<td>day (integer) *</td>\n<td>Defines the day on which the step can run (required)</td>\n</tr>\n<tr>\n<td>steptype (short) *</td>\n<td>Specifies type of the step. (required)  <br />1 : \"Email\" 2 : \"Call\" 3 : \"LinkedIn\" 4 : \"Twitter\" 5 : \"Generic\" 6 : \"Sms\" 7 : \"WhatsApp\".</td>\n</tr>\n<tr>\n<td>stepsubtype (short) *</td>\n<td><strong>Email</strong> - 1 : \"Auto\" 2 : \"Manual\"  <br /><strong>SMS</strong> - 1 : \"Auto\" 2 : \"Manual\"  <br /><strong>Twitter</strong> - 1 : \"Follow\", 2 : \"Retweet\", 3 : \"Other\"  <br /><strong>LinkedIn</strong> - 1 : \"ViewProfile\", 2 : \"ConnectionRequest\", 3 : \"InMail\", 4 : \"Other\"</td>\n</tr>\n<tr>\n<td>priority (short)</td>\n<td>Sets the priority level of step.  <br />1 : \"Low\", 2 : \"Normal\", 3 : \"High\", 4 : \"Critical\"  <br />default value : 2</td>\n</tr>\n<tr>\n<td>notes (string) *</td>\n<td>Provide content as below.  <br />SMS - Text Message to Send (required)  <br />Instructions for other step types (LinkedIn, Call, WhatsApp, Generic steps)</td>\n</tr>\n<tr>\n<td>delayinminutes (integer)</td>\n<td>Sets the time delay between the previous step and the next step.</td>\n</tr>\n<tr>\n<td>specifictime (string)</td>\n<td>Defines a specific time for the task to be due.  <br />Format : \"Hour : minutes\" ex : \"15:20\" (24hrs clock)</td>\n</tr>\n<tr>\n<td>specificdatetime (string)</td>\n<td>Specifies a specific date and time for the task to be due.  <br />Format : \"yyyy-mm-dd hh:mm\"</td>\n</tr>\n<tr>\n<td>senduntil (short)</td>\n<td>Emails will be sent till the selected time range only.  <br />(1 or 4 or 24)  <br />default value : 1</td>\n</tr>\n<tr>\n<td>variants (array[MailTemplate]) *</td>\n<td>Includes variants for the step, if applicable. (required)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>MailTemplate Object:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description / Enum Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>enabled (short)</td>\n<td>Indicates status of email variants.  <br />1 : \"Enabled\", 2 : \"Disabled\"  <br />default value : 1</td>\n</tr>\n<tr>\n<td>type (short) *</td>\n<td>Specifies type of email variant .  <br />1 : \"New Thread\", 2 : \"Reply\". (required)</td>\n</tr>\n<tr>\n<td>subject (string)</td>\n<td>Subject line for the email variant. (required)</td>\n</tr>\n<tr>\n<td>mailbody (string)</td>\n<td>Body of the email variant. URL Encoded HTML (required)</td>\n</tr>\n<tr>\n<td>trackviews (short)</td>\n<td>Tracking of views when the email is opened.  <br />1 : \"Yes\", 2 : \"No\"  <br />default value : 1</td>\n</tr>\n<tr>\n<td>trackclicks (short)</td>\n<td>Tracking of links when they are clicked by the recipient.  <br />1 : \"Yes\", 2 : \"No\"  <br />default value : 2</td>\n</tr>\n<tr>\n<td>nosignature(bool)</td>\n<td>True - if no signature should be attached. False- To use default alias signature.</td>\n</tr>\n<tr>\n<td>cc(string)</td>\n<td>Comma separated list of cc emails.</td>\n</tr>\n<tr>\n<td>bcc(string)</td>\n<td>Comma separated list of bcc emails.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Body :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Status of the operation true false</td>\n</tr>\n<tr>\n<td>statuscode</td>\n<td>Error Code for failure</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Message for failure, success</td>\n</tr>\n<tr>\n<td>sequenceid</td>\n<td>Sequence Id</td>\n</tr>\n<tr>\n<td>identifier</td>\n<td>Sequence Identifier</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","sequence","create"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"d1410aa1-55b6-46e9-8d47-a722dbcc86ae","name":"Create","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"MySequence\",\n    \"type\": 1,\n    \"priority\": \"High\",\n    \"isAutoReassign\": true,\n    \"distributionType\": 1,\n    \"distributionsendaliases\": [\n        \"mark@outplayhq.com\",\n        \"mark+1@outplayhq.com\",\n        \"mark+2@outplayhq.com\"\n    ],\n    \"scheduleid\": 0,\n    \"owner\": \"don@martinz.co.in\",\n    \"defaultsendalias\": \"\",\n    \"sequencerulesetid\": 10458,\n    \"maxprospectsperday\": 100,\n    \"tags\": [\n        \"tag1\",\n        \"tag2\"\n    ],\n    \"identifier\": \"23suryawe\",\n    \"steps\": [\n        {\n            \"order\": 1,\n            \"day\": 1,\n            \"steptype\": 1,\n            \"stepsubtype\": 1,\n            \"priority\": 1,\n            \"notes\": \"not require for email\",\n            \"delayinminutes\": 10,\n            \"specifictime\": null,\n            \"specificdatetime\": null,\n            \"sendUntil\": 1,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"Email subject variant 1\",\n                    \"mailbody\": \"Email mail body variant 1\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 2,\n                    \"nosignature\": true,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                },\n                {\n                    \"enabled\": 2,\n                    \"type\": 1,\n                    \"subject\": \"Email subject variant 2\",\n                    \"mailbody\": \"Email mail body variant 2\",\n                    \"trackopens\": 2,\n                    \"trackclicks\": 1,\n                    \"nosignature\": true,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                }\n            ]\n        },\n        {\n            \"order\": 2,\n            \"day\": 1,\n            \"steptype\": 2,\n            \"stepsubtype\": 1,\n            \"notes\": \"Make a Call\",\n            \"priority\": 2,\n            \"delayinminutes\": null,\n            \"specifictime\": \"12:10\",\n            \"specificdatetime\": null,\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1,\n                    \"nosignature\": true,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                }\n            ]\n        },\n        {\n            \"order\": 3,\n            \"day\": 2,\n            \"steptype\": 3,\n            \"stepsubtype\": 1,\n            \"notes\": \"LinkedIn notes\",\n            \"priority\": 3,\n            \"delayinminutes\": null,\n            \"specifictime\": null,\n            \"specificdatetime\": null,\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1,\n                    \"nosignature\": false,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                }\n            ]\n        },\n        {\n            \"order\": 5,\n            \"day\": 4,\n            \"steptype\": 4,\n            \"stepsubtype\": 2,\n            \"notes\": \"Twitter notes\",\n            \"priority\": 2,\n            \"delayinminutes\": 10,\n            \"specificdatetime\": null,\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1,\n                    \"nosignature\": false,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                }\n            ]\n        },\n        {\n            \"order\": 4,\n            \"day\": 3,\n            \"steptype\": 6,\n            \"stepsubtype\": 1,\n            \"notes\": \"SMS body\",\n            \"priority\": 1,\n            \"delayinminutes\": null,\n            \"specifictime\": null,\n            \"specificdatetime\": \"2023-11-30 14:00\",\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1,\n                    \"nosignature\": false,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                }\n            ]\n        },\n        {\n            \"order\": 6,\n            \"day\": 5,\n            \"steptype\": 7,\n            \"stepsubtype\": 1,\n            \"notes\": \"WhatsApp\",\n            \"priority\": 2,\n            \"delayinminutes\": 10,\n            \"specifictime\": null,\n            \"specificdatetime\": null,\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1,\n                    \"nosignature\": false,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                }\n            ]\n        },\n        {\n            \"order\": 7,\n            \"day\": 5,\n            \"steptype\": 1,\n            \"stepsubtype\": 1,\n            \"priority\": 1,\n            \"notes\": \"not require for email\",\n            \"specifictime\": \"12:00\",\n            \"sendUntil\": 1,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 2,\n                    \"subject\": \"Email subject variant 1\",\n                    \"mailbody\": \"Email mail body variant 1\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1,\n                    \"nosignature\": true,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                },\n                {\n                    \"enabled\": 1,\n                    \"type\": 2,\n                    \"subject\": \"Email subject variant 2\",\n                    \"mailbody\": \"Email mail body variant 2\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1,\n                    \"nosignature\": true,\n                    \"cc\": \"john@martinz..co.in\",\n                    \"bcc\": \"john2@martinz.co.in\"\n                }\n            ]\n        }\n    ]\n}"},"url":{"raw":"https:/[location]-api.outplayhq.com/api/v1/sequence/create?client_id=[client_id]","host":["https"],"port":"","path":["[location]-api.outplayhq.com","api","v1","sequence","create"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Oct 2023 13:45:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-58674d6dcc-qw8vx"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99994"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Sequence created successfully.\",\n    \"sequenceid\": 16235,\n    \"identifier\": \"23ssuwuewe\"\n}"},{"id":"d145cb3b-c285-4bd4-9951-1335aed45adc","name":"Create (Deprecated)","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"MySequence\",\n    \"type\": 1,\n    \"priority\": \"High\",\n    \"owner\": \"madhu@outplayhq.com\",\n    \"defaultsendalias\": \"madhu@outplayhq.com\",\n    \"onreplyfinishsequence\": 1,\n    \"onsmsfailurecontinue\": 1,\n    \"dontallowprospectinmultiplesequences\": 1,\n    \"maxprospectsperday\": 100,\n    \"emailspriority\": 1,\n    \"tags\": [\n        \"tag1\",\n        \"tag2\"\n    ],\n    \"identifier\": \"23ssuwuewe\",\n    \"stagetransition\": {\n        \"onbounce\": \"Bad Contact Info\",\n        \"onreply\": \"Replied\",\n        \"onaddtosequence\": \"Working\",\n        \"onfinish\": \"Unresponsive\"\n    },\n    \"enableemailvalidation\": 1,\n    \"outofoffice\": {\n        \"enabled\": true,\n        \"predictreturndate\": true,\n        \"sequenceautoresumeenabled\": true,\n        \"defaultresumedays\": 15\n    },\n    \"steps\": [\n        {\n            \"order\": 1,\n            \"day\": 1,\n            \"steptype\": 1,\n            \"stepsubtype\": 1,\n            \"priority\": 1,\n            \"notes\": \"not require for email\",\n            \"delayinminutes\": 10,\n            \"specifictime\": null,\n            \"specificdatetime\": null,\n            \"sendUntil\": 1,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"Email subject variant 1\",\n                    \"mailbody\": \"Email mail body variant 1\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 2\n                },\n                {\n                    \"enabled\": 2,\n                    \"type\": 1,\n                    \"subject\": \"Email subject variant 2\",\n                    \"mailbody\": \"Email mail body variant 2\",\n                    \"trackopens\": 2,\n                    \"trackclicks\": 1\n                }\n            ]\n        },\n        {\n            \"order\": 2,\n            \"day\": 1,\n            \"steptype\": 2,\n            \"stepsubtype\": 1,\n            \"notes\": \"Make a Call\",\n            \"priority\": 2,\n            \"delayinminutes\": null,\n            \"specifictime\": \"12:10\",\n            \"specificdatetime\": null,\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1\n                }\n            ]\n        },\n        {\n            \"order\": 3,\n            \"day\": 2,\n            \"steptype\": 3,\n            \"stepsubtype\": 1,\n            \"notes\": \"LinkedIn notes\",\n            \"priority\": 3,\n            \"delayinminutes\": null,\n            \"specifictime\": null,\n            \"specificdatetime\": null,\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1\n                }\n            ]\n        },\n        {\n            \"order\": 5,\n            \"day\": 4,\n            \"steptype\": 4,\n            \"stepsubtype\": 2,\n            \"notes\": \"Twitter notes\",\n            \"priority\": 2,\n            \"delayinminutes\": 10,\n            \"specificdatetime\": null,\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1\n                }\n            ]\n        },\n        {\n            \"order\": 4,\n            \"day\": 3,\n            \"steptype\": 6,\n            \"stepsubtype\": 1,\n            \"notes\": \"SMS body\",\n            \"priority\": 1,\n            \"delayinminutes\": null,\n            \"specifictime\": null,\n            \"specificdatetime\": \"2023-11-30 14:00\",\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1\n                }\n            ]\n        },\n        {\n            \"order\": 6,\n            \"day\": 5,\n            \"steptype\": 7,\n            \"stepsubtype\": 1,\n            \"notes\": \"WhatsApp\",\n            \"priority\": 2,\n            \"delayinminutes\": 10,\n            \"specifictime\": null,\n            \"specificdatetime\": null,\n            \"sendUntil\": 0,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 1,\n                    \"subject\": \"not require\",\n                    \"mailbody\": \"not require\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1\n                }\n            ]\n        },\n        {\n            \"order\": 7,\n            \"day\": 5,\n            \"steptype\": 1,\n            \"stepsubtype\": 1,\n            \"priority\": 1,\n            \"notes\": \"not require for email\",\n            \"specifictime\": \"12:00\",\n            \"sendUntil\": 1,\n            \"variants\": [\n                {\n                    \"enabled\": 1,\n                    \"type\": 2,\n                    \"subject\": \"Email subject variant 1\",\n                    \"mailbody\": \"Email mail body variant 1\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1\n                },\n                {\n                    \"enabled\": 1,\n                    \"type\": 2,\n                    \"subject\": \"Email subject variant 2\",\n                    \"mailbody\": \"Email mail body variant 2\",\n                    \"trackopens\": 1,\n                    \"trackclicks\": 1\n                }\n            ]\n        }\n    ]\n}"},"url":{"raw":"https:/[location]-api.outplayhq.com/api/v1/sequence/create?client_id=[client_id]","host":["https"],"port":"","path":["[location]-api.outplayhq.com","api","v1","sequence","create"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Oct 2023 13:45:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-58674d6dcc-qw8vx"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99994"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Sequence created successfully.\",\n    \"sequenceid\": 16235,\n    \"identifier\": \"23ssuwuewe\"\n}"}],"_postman_id":"54dee891-9ce6-4ce0-80b7-c41e328770c0"},{"name":"Activate","id":"72cd0675-da15-4b8b-b244-e275d3b40dfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/sequence/activate/:sequenceid?client_id=[client_id]","description":"<p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","sequence","activate",":sequenceid"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"type":"any","value":"","key":"sequenceid"}]}},"response":[{"id":"0286555e-0ab7-4f2f-a294-7010565081fc","name":"Activate","originalRequest":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/sequence/activate/18576?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","sequence","activate","18576"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:30:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-czxz8"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99960"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Sequence activated successfully.\"\n}"}],"_postman_id":"72cd0675-da15-4b8b-b244-e275d3b40dfc"},{"name":"Pause","id":"783be91f-494c-4057-b72d-4d77d9880106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/sequence/pause/:sequenceid?client_id=[client_id]","description":"<p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","sequence","pause",":sequenceid"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"type":"any","value":"","key":"sequenceid"}]}},"response":[{"id":"3785b503-4b10-4043-9d93-59f798d08525","name":"Pause","originalRequest":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/sequence/pause/18576?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","sequence","pause","18576"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:30:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-czxz8"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99961"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Sequence paused successfully.\"\n}"}],"_postman_id":"783be91f-494c-4057-b72d-4d77d9880106"}],"id":"2bafccd7-510a-4100-b056-090be82046de","_postman_id":"2bafccd7-510a-4100-b056-090be82046de","description":""},{"name":"Reports","item":[{"name":"Overview Report","id":"64688994-3cdf-489a-ab54-90b8a01cb200","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":"https://[location]-api.outplayhq.com/api/v1/reports/overviewreport?userid=959&from=2021-03-01&to=2021-03-06&type=1&client_id=[client_id]","description":"<p><strong>Request Param</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Param</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id</td>\n    </tr>\n    <tr>\n        <td>from</td>\n        <td>From date in 'DD/MM/YYYY' format</td>\n    </tr>\n    <tr>\n        <td>to</td>\n        <td>To date in 'DD/MM/YYYY' format\n        </td>\n    </tr>\n    <tr>\n        <td>type</td>\n        <td>Report type\n    \"1-Daily\" \n    \"2-Weekly\" \n    \"3-Monthly\"\n        </td>\n    </tr>\n</table>\n\n<p>Response Body</p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id</td>\n    </tr>\n    <tr>\n        <td>reportdate</td>\n        <td>Report date</td>\n    </tr>\n    <tr>\n        <td>tasks</td>\n        <td>Tasks count</td>\n    </tr>\n    <tr>\n        <td>prospects</td>\n        <td>Prospects count</td>\n    </tr>\n    <tr>\n        <td>emails</td>\n        <td>Emails count</td>\n    </tr>\n    <tr>\n        <td>calls</td>\n        <td>Calls count</td>\n    </tr>\n    <tr>\n        <td>sms</td>\n        <td>SMS count</td>\n    </tr>\n    <tr>\n        <td>responses</td>\n        <td>Responses</td>\n    </tr>\n    <tr>\n        <td>meetingbooked</td>\n        <td>Meeting booked count</td>\n    </tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","reports","overviewreport"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"userid","value":"959"},{"key":"from","value":"2021-03-01"},{"key":"to","value":"2021-03-06"},{"key":"type","value":"1"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"985a910b-2add-4888-827f-9b522411762a","name":"Overview Report","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/reports/overviewreport?userid=959&from=2021-02-01&to=2021-06-03&type=1&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","reports","overviewreport"],"query":[{"key":"userid","value":"959"},{"key":"from","value":"2021-02-01"},{"key":"to","value":"2021-06-03"},{"key":"type","value":"1"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 18:25:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3955"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99930"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-05-28T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 1,\n            \"emails\": 2,\n            \"calls\": 0,\n            \"sms\": 0,\n            \"responses\": 0,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-05-21T00:00:00\",\n            \"tasks\": 2,\n            \"prospects\": 0,\n            \"emails\": 0,\n            \"calls\": 0,\n            \"sms\": 0,\n            \"responses\": 0,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-05-20T00:00:00\",\n            \"tasks\": 1,\n            \"prospects\": 0,\n            \"emails\": 0,\n            \"calls\": 0,\n            \"sms\": 0,\n            \"responses\": 0,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-05-18T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 1,\n            \"emails\": 1,\n            \"calls\": 3,\n            \"sms\": 0,\n            \"responses\": 2,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-05-17T00:00:00\",\n            \"tasks\": 5,\n            \"prospects\": 6,\n            \"emails\": 5,\n            \"calls\": 12,\n            \"sms\": 0,\n            \"responses\": 8,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-05-14T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 1,\n            \"emails\": 1,\n            \"calls\": 0,\n            \"sms\": 0,\n            \"responses\": 0,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-05-13T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 2,\n            \"emails\": 1,\n            \"calls\": 3,\n            \"sms\": 0,\n            \"responses\": 1,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-05-12T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 1,\n            \"emails\": 2,\n            \"calls\": 0,\n            \"sms\": 0,\n            \"responses\": 0,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-05-11T00:00:00\",\n            \"tasks\": 2,\n            \"prospects\": 1,\n            \"emails\": 0,\n            \"calls\": 3,\n            \"sms\": 0,\n            \"responses\": 1,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-05-10T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 0,\n            \"emails\": 3,\n            \"calls\": 0,\n            \"sms\": 0,\n            \"responses\": 1,\n            \"meetingsbooked\": 1\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-05-07T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 1,\n            \"emails\": 2,\n            \"calls\": 0,\n            \"sms\": 0,\n            \"responses\": 0,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-04-29T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 0,\n            \"emails\": 0,\n            \"calls\": 0,\n            \"sms\": 0,\n            \"responses\": 1,\n            \"meetingsbooked\": 1\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-04-27T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 0,\n            \"emails\": 0,\n            \"calls\": 0,\n            \"sms\": 0,\n            \"responses\": 1,\n            \"meetingsbooked\": 1\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-04-24T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 0,\n            \"emails\": 3,\n            \"calls\": 0,\n            \"sms\": 0,\n            \"responses\": 0,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-04-23T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 3,\n            \"emails\": 4,\n            \"calls\": 2,\n            \"sms\": 0,\n            \"responses\": 2,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-04-22T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 2,\n            \"emails\": 6,\n            \"calls\": 2,\n            \"sms\": 0,\n            \"responses\": 2,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-04-21T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 0,\n            \"emails\": 0,\n            \"calls\": 3,\n            \"sms\": 0,\n            \"responses\": 3,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-04-16T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 1,\n            \"emails\": 0,\n            \"calls\": 1,\n            \"sms\": 0,\n            \"responses\": 1,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-04-15T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 1,\n            \"emails\": 0,\n            \"calls\": 1,\n            \"sms\": 0,\n            \"responses\": 1,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-03-29T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 2,\n            \"emails\": 8,\n            \"calls\": 0,\n            \"sms\": 0,\n            \"responses\": 0,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-03-28T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 0,\n            \"emails\": 3,\n            \"calls\": 0,\n            \"sms\": 0,\n            \"responses\": 0,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-03-27T00:00:00\",\n            \"tasks\": 4,\n            \"prospects\": 2,\n            \"emails\": 3,\n            \"calls\": 6,\n            \"sms\": 0,\n            \"responses\": 4,\n            \"meetingsbooked\": 1\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-03-26T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 3,\n            \"emails\": 6,\n            \"calls\": 3,\n            \"sms\": 0,\n            \"responses\": 1,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-03-25T00:00:00\",\n            \"tasks\": 2,\n            \"prospects\": 4,\n            \"emails\": 5,\n            \"calls\": 2,\n            \"sms\": 0,\n            \"responses\": 2,\n            \"meetingsbooked\": 2\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-03-24T00:00:00\",\n            \"tasks\": 6,\n            \"prospects\": 1,\n            \"emails\": 3,\n            \"calls\": 4,\n            \"sms\": 0,\n            \"responses\": 1,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-03-23T00:00:00\",\n            \"tasks\": 1,\n            \"prospects\": 1,\n            \"emails\": 0,\n            \"calls\": 1,\n            \"sms\": 0,\n            \"responses\": 0,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-03-22T00:00:00\",\n            \"tasks\": 2,\n            \"prospects\": 1,\n            \"emails\": 1,\n            \"calls\": 2,\n            \"sms\": 0,\n            \"responses\": 1,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-03-19T00:00:00\",\n            \"tasks\": 0,\n            \"prospects\": 2,\n            \"emails\": 0,\n            \"calls\": 3,\n            \"sms\": 0,\n            \"responses\": 0,\n            \"meetingsbooked\": 0\n        },\n        {\n            \"userid\": 959,\n            \"reportdate\": \"2021-03-18T00:00:00\",\n            \"tasks\": 1,\n            \"prospects\": 0,\n            \"emails\": 0,\n            \"calls\": 1,\n            \"sms\": 0,\n            \"responses\": 0,\n            \"meetingsbooked\": 0\n        }\n    ]\n}"}],"_postman_id":"64688994-3cdf-489a-ab54-90b8a01cb200"},{"name":"Overview Email report","id":"9e43a1cc-ab59-4f6a-8f0d-2ea445feda9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":"https://[location]-api.outplayhq.com/api/v1/reports/overviewemailreport?userid=263&from=2021-03-01&to=2021-03-06&type=Daily&mailinvokesource=ALL&client_id=[client_id]","description":"<p><strong>Request Param</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id</td>\n    </tr>\n    <tr>\n        <td>form</td>\n        <td>From date in DD/MM/YYYY format</td>\n    </tr>\n    <tr>\n        <td>to</td>\n        <td>To date in DD/MM/YYYY format\n        </td>\n    </tr>\n    <tr>\n        <td>type</td>\n        <td>Report type\n    \"1-Daily\" \n    \"2-Weekly\"\n    \"3-Monthly\"\n        </td>\n    </tr>\n<tr>\n        <td>mailinvokesource</td>\n        <td>Mail invoke source example \n    \"ALL\"\n    \"Sequences\"\n    \"OneOffs\"\n        </td>\n    </tr>\n</table>\n\n<p><strong>Response Body</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User is</td>\n    </tr>\n    <tr>\n        <td>reportdate</td>\n        <td>Report date</td>\n    </tr>\n    <tr>\n        <td>delivered</td>\n        <td>Delivered count</td>\n    </tr>\n    <tr>\n        <td>opens</td>\n        <td>Opens count</td>\n    </tr>\n    <tr>\n        <td>replies</td>\n        <td>Replies count</td>\n    </tr>\n    <tr>\n        <td>clicks</td>\n        <td>Clicks count</td>\n    </tr>\n    <tr>\n        <td>bounces</td>\n        <td>Bounces count</td>\n    </tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","reports","overviewemailreport"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"userid","value":"263"},{"key":"from","value":"2021-03-01"},{"key":"to","value":"2021-03-06"},{"key":"type","value":"Daily"},{"key":"mailinvokesource","value":"ALL"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"2da5fdef-9cec-40c6-94cf-6b94b48d86b2","name":"Overview Email report","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/reports/overviewemailreport?userid=263&from=2021-03-01&to=2021-06-03&type=Daily&mailinvokesource=ALL&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","reports","overviewemailreport"],"query":[{"key":"userid","value":"263"},{"key":"from","value":"2021-03-01"},{"key":"to","value":"2021-06-03"},{"key":"type","value":"Daily"},{"key":"mailinvokesource","value":"ALL"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 18:26:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7552"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99928"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-06-03T00:00:00\",\n            \"delivered\": 10,\n            \"opens\": 2,\n            \"replies\": 1,\n            \"clicks\": 0,\n            \"bounces\": 1\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-06-01T00:00:00\",\n            \"delivered\": 4,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-31T00:00:00\",\n            \"delivered\": 4,\n            \"opens\": 1,\n            \"replies\": 1,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-28T00:00:00\",\n            \"delivered\": 0,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-27T00:00:00\",\n            \"delivered\": 0,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-26T00:00:00\",\n            \"delivered\": 0,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-25T00:00:00\",\n            \"delivered\": 8,\n            \"opens\": 1,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-24T00:00:00\",\n            \"delivered\": 12,\n            \"opens\": 1,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-22T00:00:00\",\n            \"delivered\": 1,\n            \"opens\": 1,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-21T00:00:00\",\n            \"delivered\": 9,\n            \"opens\": 1,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-20T00:00:00\",\n            \"delivered\": 3,\n            \"opens\": 1,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-19T00:00:00\",\n            \"delivered\": 11,\n            \"opens\": 6,\n            \"replies\": 2,\n            \"clicks\": 2,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-18T00:00:00\",\n            \"delivered\": 8,\n            \"opens\": 6,\n            \"replies\": 1,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-17T00:00:00\",\n            \"delivered\": 20,\n            \"opens\": 7,\n            \"replies\": 1,\n            \"clicks\": 0,\n            \"bounces\": 1\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-16T00:00:00\",\n            \"delivered\": 1,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-15T00:00:00\",\n            \"delivered\": 2,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-14T00:00:00\",\n            \"delivered\": 41,\n            \"opens\": 6,\n            \"replies\": 2,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-13T00:00:00\",\n            \"delivered\": 71,\n            \"opens\": 6,\n            \"replies\": 0,\n            \"clicks\": 3,\n            \"bounces\": 3\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-12T00:00:00\",\n            \"delivered\": 58,\n            \"opens\": 3,\n            \"replies\": 0,\n            \"clicks\": 1,\n            \"bounces\": 12\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-11T00:00:00\",\n            \"delivered\": 14,\n            \"opens\": 3,\n            \"replies\": 1,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-10T00:00:00\",\n            \"delivered\": 7,\n            \"opens\": 2,\n            \"replies\": 1,\n            \"clicks\": 0,\n            \"bounces\": 4\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-07T00:00:00\",\n            \"delivered\": 1,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-06T00:00:00\",\n            \"delivered\": 1,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-05T00:00:00\",\n            \"delivered\": 0,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-04T00:00:00\",\n            \"delivered\": 1,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-03T00:00:00\",\n            \"delivered\": 3,\n            \"opens\": 1,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-29T00:00:00\",\n            \"delivered\": 1,\n            \"opens\": 1,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-28T00:00:00\",\n            \"delivered\": 0,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-27T00:00:00\",\n            \"delivered\": 0,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-26T00:00:00\",\n            \"delivered\": 12,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 1\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-24T00:00:00\",\n            \"delivered\": 7,\n            \"opens\": 5,\n            \"replies\": 1,\n            \"clicks\": 4,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-23T00:00:00\",\n            \"delivered\": 3,\n            \"opens\": 3,\n            \"replies\": 2,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-22T00:00:00\",\n            \"delivered\": 5,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 2\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-21T00:00:00\",\n            \"delivered\": 8,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 3\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-20T00:00:00\",\n            \"delivered\": 12,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 1\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-19T00:00:00\",\n            \"delivered\": 1,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-16T00:00:00\",\n            \"delivered\": 6,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-15T00:00:00\",\n            \"delivered\": 11,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 5\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-14T00:00:00\",\n            \"delivered\": 0,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-12T00:00:00\",\n            \"delivered\": 19,\n            \"opens\": 9,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 2\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-11T00:00:00\",\n            \"delivered\": 1,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-10T00:00:00\",\n            \"delivered\": 8,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 1\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-09T00:00:00\",\n            \"delivered\": 20,\n            \"opens\": 9,\n            \"replies\": 3,\n            \"clicks\": 3,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-08T00:00:00\",\n            \"delivered\": 20,\n            \"opens\": 6,\n            \"replies\": 0,\n            \"clicks\": 1,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-06T00:00:00\",\n            \"delivered\": 19,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-05T00:00:00\",\n            \"delivered\": 1,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-02T00:00:00\",\n            \"delivered\": 1,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-01T00:00:00\",\n            \"delivered\": 12,\n            \"opens\": 5,\n            \"replies\": 4,\n            \"clicks\": 0,\n            \"bounces\": 6\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-31T00:00:00\",\n            \"delivered\": 5,\n            \"opens\": 1,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 11\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-30T00:00:00\",\n            \"delivered\": 4,\n            \"opens\": 2,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-29T00:00:00\",\n            \"delivered\": 3,\n            \"opens\": 3,\n            \"replies\": 2,\n            \"clicks\": 0,\n            \"bounces\": 2\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-27T00:00:00\",\n            \"delivered\": 3,\n            \"opens\": 1,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-26T00:00:00\",\n            \"delivered\": 6,\n            \"opens\": 1,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 2\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-25T00:00:00\",\n            \"delivered\": 3,\n            \"opens\": 3,\n            \"replies\": 1,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-24T00:00:00\",\n            \"delivered\": 8,\n            \"opens\": 2,\n            \"replies\": 1,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-23T00:00:00\",\n            \"delivered\": 4,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-20T00:00:00\",\n            \"delivered\": 1,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-19T00:00:00\",\n            \"delivered\": 3,\n            \"opens\": 2,\n            \"replies\": 1,\n            \"clicks\": 1,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-18T00:00:00\",\n            \"delivered\": 13,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 2\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-17T00:00:00\",\n            \"delivered\": 32,\n            \"opens\": 5,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-12T00:00:00\",\n            \"delivered\": 0,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-09T00:00:00\",\n            \"delivered\": 0,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-08T00:00:00\",\n            \"delivered\": 1,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-06T00:00:00\",\n            \"delivered\": 4,\n            \"opens\": 2,\n            \"replies\": 0,\n            \"clicks\": 1,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-05T00:00:00\",\n            \"delivered\": 5,\n            \"opens\": 1,\n            \"replies\": 1,\n            \"clicks\": 0,\n            \"bounces\": 1\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-04T00:00:00\",\n            \"delivered\": 6,\n            \"opens\": 4,\n            \"replies\": 0,\n            \"clicks\": 3,\n            \"bounces\": 1\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-03T00:00:00\",\n            \"delivered\": 1,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-02T00:00:00\",\n            \"delivered\": 10,\n            \"opens\": 0,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-01T00:00:00\",\n            \"delivered\": 4,\n            \"opens\": 2,\n            \"replies\": 0,\n            \"clicks\": 0,\n            \"bounces\": 0\n        }\n    ]\n}"}],"_postman_id":"9e43a1cc-ab59-4f6a-8f0d-2ea445feda9c"},{"name":"Overview Calls report","id":"fd3494dc-b0a3-43ef-bde3-d2c7e10fc4dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":"https://[location]-api.outplayhq.com/api/v1/reports/overviewcallreport?userid=263&from=2021-05-14&to=2021-05-20&type=1&calltype=ALL&client_id=[client_id]","description":"<p><strong>Request Param</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id</td>\n    </tr>\n    <tr>\n        <td>form</td>\n        <td>From date in DD/MM/YYYY format</td>\n    </tr>\n    <tr>\n        <td>to</td>\n        <td>To date in DD/MM/YYYY format\n        </td>\n    </tr>\n    <tr>\n        <td>type</td>\n        <td>Report type\n    \"1-Daily\" \n    \"2-Weekly\"\n    \"3-Monthly\"\n        </td>\n    </tr>\n<tr>\n        <td>calltype</td>\n        <td>Call Type type like: \n    \"ALL\" \n    \"Outbound\" \n    \"Inbound\"\n        </td>\n    </tr>\n</table>\n\n<p><strong>Response Body</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id</td>\n    </tr>\n    <tr>\n        <td>reportdate</td>\n        <td>Report date</td>\n    </tr>\n    <tr>\n        <td>calls</td>\n        <td>Calls count</td>\n    </tr>\n    <tr>\n        <td>connected</td>\n        <td>Connected count</td>\n    </tr>\n    <tr>\n        <td>voicemails</td>\n        <td>Voice mails count</td>\n    </tr>\n    <tr>\n        <td>duration</td>\n        <td>Duration</td>\n    </tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","reports","overviewcallreport"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"userid","value":"263"},{"key":"from","value":"2021-05-14"},{"key":"to","value":"2021-05-20"},{"key":"type","value":"1"},{"key":"calltype","value":"ALL"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"af947c09-6d68-4f0f-b882-81fc3efdadd7","name":"Overview Calls report","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/reports/overviewcallreport?userid=263&from=2021-05-14&to=2021-05-20&type=1&calltype=ALL&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","reports","overviewcallreport"],"query":[{"key":"userid","value":"263"},{"key":"from","value":"2021-05-14"},{"key":"to","value":"2021-05-20"},{"key":"type","value":"1"},{"key":"calltype","value":"ALL"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 18:28:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"529"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99926"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-20T00:00:00\",\n            \"calls\": 14,\n            \"connected\": 12,\n            \"voicemails\": 0,\n            \"duration\": 438\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-19T00:00:00\",\n            \"calls\": 5,\n            \"connected\": 5,\n            \"voicemails\": 2,\n            \"duration\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-18T00:00:00\",\n            \"calls\": 5,\n            \"connected\": 3,\n            \"voicemails\": 0,\n            \"duration\": 48\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-17T00:00:00\",\n            \"calls\": 52,\n            \"connected\": 34,\n            \"voicemails\": 7,\n            \"duration\": 338\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-14T00:00:00\",\n            \"calls\": 2,\n            \"connected\": 0,\n            \"voicemails\": 0,\n            \"duration\": 0\n        }\n    ]\n}"}],"_postman_id":"fd3494dc-b0a3-43ef-bde3-d2c7e10fc4dd"},{"name":"Overview Tasks report","id":"a0df835a-1f26-4415-930c-f7275410fcb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":"https://[location]-api.outplayhq.com/api/v1/reports/overviewtaskreport?userid=263&from=2021-01-01&to=2021-01-06&type=Daily&tasksource=manual&client_id=[client_id]","description":"<p><strong>Request Param</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Param</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id</td>\n    </tr>\n    <tr>\n        <td>form</td>\n        <td>From date in DD/MM/YYYY format</td>\n    </tr>\n    <tr>\n        <td>to</td>\n        <td>To date in DD/MM/YYYY format\n        </td>\n    </tr>\n    <tr>\n        <td>type</td>\n        <td>Report type like: \n            \"1-Daily\",\n            \"2-Weekly\",\n            \"3-Monthly\"\n        </td>\n    </tr>\n<tr>\n        <td>tasksource</td>\n        <td>Task source like: \n    \"All\"\n        \"Sequence\"\n        \"Trigger\"\n        \"Manual\"\n        \"FollowUp\"\n        </td>\n    </tr>\n</table>\n\n<p><strong>Response Body</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id</td>\n    </tr>\n    <tr>\n        <td>reportdate</td>\n        <td>Report date</td>\n    </tr>\n    <tr>\n        <td>taskcompleted</td>\n        <td>Task completed count</td>\n    </tr>\n    <tr>\n        <td>emailtasks</td>\n        <td>Email tasks count</td>\n    </tr>\n    <tr>\n        <td>calltasks</td>\n        <td>Call tasks count</td>\n    </tr>\n    <tr>\n        <td>smstasks</td>\n        <td>SMS tasks count</td>\n    </tr>\n    <tr>\n        <td>linkedintasks</td>\n        <td>LinkedIn tasks count</td>\n    </tr>\n    <tr>\n        <td>generictasks</td>\n        <td>Generic tasks count</td>\n    </tr>\n    <tr>\n        <td>twittertasks</td>\n        <td>Twitter tasks Count</td>\n    </tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","reports","overviewtaskreport"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"userid","value":"263"},{"key":"from","value":"2021-01-01"},{"key":"to","value":"2021-01-06"},{"key":"type","value":"Daily"},{"key":"tasksource","value":"manual"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"0befc089-b23b-44f5-9813-6fb85ca30a01","name":"Overview Tasks report","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/reports/overviewtaskreport?userid=263&from=2021-01-01&to=2021-06-03&type=Daily&tasksource=manual&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","reports","overviewtaskreport"],"query":[{"key":"userid","value":"263"},{"key":"from","value":"2021-01-01"},{"key":"to","value":"2021-06-03"},{"key":"type","value":"Daily"},{"key":"tasksource","value":"manual"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 18:29:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4584"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99925"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-06-03T00:00:00\",\n            \"taskscompleted\": 3,\n            \"emailtasks\": 3,\n            \"calltasks\": 0,\n            \"smstasks\": 0,\n            \"linkedintasks\": 0,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-06-01T00:00:00\",\n            \"taskscompleted\": 5,\n            \"emailtasks\": 0,\n            \"calltasks\": 1,\n            \"smstasks\": 1,\n            \"linkedintasks\": 2,\n            \"generictasks\": 0,\n            \"twittertasks\": 1\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-19T00:00:00\",\n            \"taskscompleted\": 2,\n            \"emailtasks\": 0,\n            \"calltasks\": 2,\n            \"smstasks\": 0,\n            \"linkedintasks\": 0,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-17T00:00:00\",\n            \"taskscompleted\": 9,\n            \"emailtasks\": 2,\n            \"calltasks\": 5,\n            \"smstasks\": 0,\n            \"linkedintasks\": 1,\n            \"generictasks\": 0,\n            \"twittertasks\": 1\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-13T00:00:00\",\n            \"taskscompleted\": 22,\n            \"emailtasks\": 0,\n            \"calltasks\": 8,\n            \"smstasks\": 0,\n            \"linkedintasks\": 6,\n            \"generictasks\": 3,\n            \"twittertasks\": 5\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-12T00:00:00\",\n            \"taskscompleted\": 28,\n            \"emailtasks\": 2,\n            \"calltasks\": 17,\n            \"smstasks\": 0,\n            \"linkedintasks\": 3,\n            \"generictasks\": 1,\n            \"twittertasks\": 5\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-11T00:00:00\",\n            \"taskscompleted\": 22,\n            \"emailtasks\": 1,\n            \"calltasks\": 7,\n            \"smstasks\": 0,\n            \"linkedintasks\": 8,\n            \"generictasks\": 2,\n            \"twittertasks\": 4\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-10T00:00:00\",\n            \"taskscompleted\": 1,\n            \"emailtasks\": 1,\n            \"calltasks\": 0,\n            \"smstasks\": 0,\n            \"linkedintasks\": 0,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-07T00:00:00\",\n            \"taskscompleted\": 3,\n            \"emailtasks\": 0,\n            \"calltasks\": 3,\n            \"smstasks\": 0,\n            \"linkedintasks\": 0,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-06T00:00:00\",\n            \"taskscompleted\": 6,\n            \"emailtasks\": 0,\n            \"calltasks\": 6,\n            \"smstasks\": 0,\n            \"linkedintasks\": 0,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-05T00:00:00\",\n            \"taskscompleted\": 4,\n            \"emailtasks\": 0,\n            \"calltasks\": 4,\n            \"smstasks\": 0,\n            \"linkedintasks\": 0,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-04T00:00:00\",\n            \"taskscompleted\": 1,\n            \"emailtasks\": 0,\n            \"calltasks\": 0,\n            \"smstasks\": 0,\n            \"linkedintasks\": 1,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-05-03T00:00:00\",\n            \"taskscompleted\": 4,\n            \"emailtasks\": 0,\n            \"calltasks\": 3,\n            \"smstasks\": 0,\n            \"linkedintasks\": 1,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-04-27T00:00:00\",\n            \"taskscompleted\": 4,\n            \"emailtasks\": 0,\n            \"calltasks\": 1,\n            \"smstasks\": 0,\n            \"linkedintasks\": 1,\n            \"generictasks\": 1,\n            \"twittertasks\": 1\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-31T00:00:00\",\n            \"taskscompleted\": 20,\n            \"emailtasks\": 17,\n            \"calltasks\": 0,\n            \"smstasks\": 1,\n            \"linkedintasks\": 2,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-19T00:00:00\",\n            \"taskscompleted\": 1,\n            \"emailtasks\": 0,\n            \"calltasks\": 1,\n            \"smstasks\": 0,\n            \"linkedintasks\": 0,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-18T00:00:00\",\n            \"taskscompleted\": 6,\n            \"emailtasks\": 0,\n            \"calltasks\": 1,\n            \"smstasks\": 1,\n            \"linkedintasks\": 2,\n            \"generictasks\": 1,\n            \"twittertasks\": 1\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-17T00:00:00\",\n            \"taskscompleted\": 2,\n            \"emailtasks\": 1,\n            \"calltasks\": 0,\n            \"smstasks\": 0,\n            \"linkedintasks\": 0,\n            \"generictasks\": 0,\n            \"twittertasks\": 1\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-05T00:00:00\",\n            \"taskscompleted\": 1,\n            \"emailtasks\": 1,\n            \"calltasks\": 0,\n            \"smstasks\": 0,\n            \"linkedintasks\": 0,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-03-04T00:00:00\",\n            \"taskscompleted\": 1,\n            \"emailtasks\": 1,\n            \"calltasks\": 0,\n            \"smstasks\": 0,\n            \"linkedintasks\": 0,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-02-24T00:00:00\",\n            \"taskscompleted\": 2,\n            \"emailtasks\": 2,\n            \"calltasks\": 0,\n            \"smstasks\": 0,\n            \"linkedintasks\": 0,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-02-01T00:00:00\",\n            \"taskscompleted\": 1,\n            \"emailtasks\": 1,\n            \"calltasks\": 0,\n            \"smstasks\": 0,\n            \"linkedintasks\": 0,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-01-28T00:00:00\",\n            \"taskscompleted\": 1,\n            \"emailtasks\": 0,\n            \"calltasks\": 0,\n            \"smstasks\": 1,\n            \"linkedintasks\": 0,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-01-27T00:00:00\",\n            \"taskscompleted\": 9,\n            \"emailtasks\": 3,\n            \"calltasks\": 3,\n            \"smstasks\": 1,\n            \"linkedintasks\": 0,\n            \"generictasks\": 1,\n            \"twittertasks\": 1\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-01-26T00:00:00\",\n            \"taskscompleted\": 5,\n            \"emailtasks\": 5,\n            \"calltasks\": 0,\n            \"smstasks\": 0,\n            \"linkedintasks\": 0,\n            \"generictasks\": 0,\n            \"twittertasks\": 0\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-01-25T00:00:00\",\n            \"taskscompleted\": 7,\n            \"emailtasks\": 0,\n            \"calltasks\": 0,\n            \"smstasks\": 0,\n            \"linkedintasks\": 0,\n            \"generictasks\": 4,\n            \"twittertasks\": 3\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-01-21T00:00:00\",\n            \"taskscompleted\": 26,\n            \"emailtasks\": 1,\n            \"calltasks\": 0,\n            \"smstasks\": 0,\n            \"linkedintasks\": 11,\n            \"generictasks\": 8,\n            \"twittertasks\": 6\n        },\n        {\n            \"userid\": 263,\n            \"reportdate\": \"2021-01-20T00:00:00\",\n            \"taskscompleted\": 18,\n            \"emailtasks\": 1,\n            \"calltasks\": 1,\n            \"smstasks\": 0,\n            \"linkedintasks\": 5,\n            \"generictasks\": 1,\n            \"twittertasks\": 10\n        }\n    ]\n}"}],"_postman_id":"a0df835a-1f26-4415-930c-f7275410fcb6"},{"name":"Team Leader Board","id":"c16b91a5-afc7-4535-b6b8-15b76c2dcbda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":"https://[location]-api.outplayhq.com/api/v1/reports/teamleaderboard?client_id=[client_id]&fromdate=2021-05-14&todate=2021-05-20","description":"<p><strong>Request Param</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>formdate</td>\n        <td>From date in DD/MM/YYYY format</td>\n    </tr>\n    <tr>\n        <td>todate</td>\n        <td>To date in DD/MM/YYYY format\n        </td>\n    </tr>\n</table>\n\n<p><strong>Response Body</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id</td>\n    </tr>\n    <tr>\n        <td>reportdate</td>\n        <td>Report date</td>\n    </tr>\n    <tr>\n        <td>meetongbooked</td>\n        <td>Meeting booked count</td>\n    </tr>\n    <tr>\n        <td>emailsent</td>\n        <td>Email sent count</td>\n    </tr>\n    <tr>\n        <td>opened</td>\n        <td>Opened count</td>\n    </tr>\n    <tr>\n        <td>clicked</td>\n        <td>Clicked count</td>\n    </tr>\n    <tr>\n        <td>replied</td>\n        <td>Replied count</td>\n    </tr>\n    <tr>\n        <td>bounced</td>\n        <td>Bounced count</td>\n    </tr>\n    <tr>\n        <td>optouts</td>\n        <td>OptOuts count</td>\n    </tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","reports","teamleaderboard"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"},{"key":"fromdate","value":"2021-05-14"},{"key":"todate","value":"2021-05-20"}],"variable":[]}},"response":[{"id":"6c83a2a7-cb58-409e-9dcd-8b5589904124","name":"Team Leader Board","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/reports/teamleaderboard?client_id=[client_id]&fromdate=2021-05-14&todate=2021-05-20","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","reports","teamleaderboard"],"query":[{"key":"client_id","value":"[client_id]"},{"key":"fromdate","value":"2021-05-14"},{"key":"todate","value":"2021-05-20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 18:48:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"338"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99924"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"userid\": 263,\n            \"meetingsbooked\": 3,\n            \"emailssent\": 87,\n            \"opened\": 26,\n            \"clicked\": 2,\n            \"replied\": 46,\n            \"bounced\": 1,\n            \"optouts\": 0\n        },\n        {\n            \"userid\": 959,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 6,\n            \"opened\": 1,\n            \"clicked\": 0,\n            \"replied\": 10,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"userid\": 976,\n            \"meetingsbooked\": 1,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 2,\n            \"bounced\": 0,\n            \"optouts\": 0\n        }\n    ]\n}"}],"_postman_id":"c16b91a5-afc7-4535-b6b8-15b76c2dcbda"},{"name":"Sequence Leader Board","id":"4c28fab5-f6d6-4d7b-a981-12cc03f6ae8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":"https://[location]-api.outplayhq.com/api/v1/reports/sequenceleaderboard?fromdate=2021-02-02&todate=2021-06-03&client_id=[client_id]","description":"<p><strong>Request Param</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>formdate</td>\n        <td>From date in DD/MM/YYYY format</td>\n    </tr>\n    <tr>\n        <td>todate</td>\n        <td>To date in DD/MM/YYYY format\n        </td>\n    </tr>\n</table>\n\n<p><strong>Response Body</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>sequenceid</td>\n        <td>Sequence id</td>\n    </tr>\n    <tr>\n        <td>sequencename</td>\n        <td>Sequence name</td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id</td>\n    </tr>\n    <tr>\n        <td>meetingbooked</td>\n        <td>Meeting booked count</td>\n    </tr>\n    <tr>\n        <td>emailsent</td>\n        <td>Email sent count</td>\n    </tr>\n    <tr>\n        <td>opened</td>\n        <td>Opened count</td>\n    </tr>\n    <tr>\n        <td>clicked</td>\n        <td>Clicked count</td>\n    </tr>\n    <tr>\n        <td>replied</td>\n        <td>Replied count</td>\n    </tr>\n    <tr>\n        <td>bounced</td>\n        <td>Bounced count</td>\n    </tr>\n    <tr>\n        <td>optouts</td>\n        <td>OptOuts count</td>\n    </tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","reports","sequenceleaderboard"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"fromdate","value":"2021-02-02"},{"key":"todate","value":"2021-06-03"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"e0644e32-e143-419d-ba1d-52f866401538","name":"Sequence Leader Board","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/reports/sequenceleaderboard?fromdate=2021-02-02&todate=2021-06-03&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","reports","sequenceleaderboard"],"query":[{"key":"fromdate","value":"2021-02-02"},{"key":"todate","value":"2021-06-03"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Jul 2021 18:49:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9341"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99923"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"sequenceid\": 1533,\n            \"sequencename\": \"Outbound Leads Demo\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1789,\n            \"sequencename\": \"Phone Call Active\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1793,\n            \"sequencename\": \"Phone Call - copy\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 2,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1884,\n            \"sequencename\": \"SMS Seq\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1907,\n            \"sequencename\": \"calls and sms\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 2,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1912,\n            \"sequencename\": \"Sequence OP-3588\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 7,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 1,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1922,\n            \"sequencename\": \"CAll SEq\",\n            \"userid\": 0,\n            \"meetingsbooked\": 1,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 2,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1930,\n            \"sequencename\": \"User1 Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 3,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1936,\n            \"sequencename\": \"un mapped\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 1,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1944,\n            \"sequencename\": \"Move to step #1\",\n            \"userid\": 0,\n            \"meetingsbooked\": 1,\n            \"emailssent\": 18,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 1,\n            \"bounced\": 13,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1946,\n            \"sequencename\": \"add to seqeunce and move to step\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1971,\n            \"sequencename\": \"Thread\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 4,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 1,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1973,\n            \"sequencename\": \"2nd Day SMS Step\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1974,\n            \"sequencename\": \"Raj Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1975,\n            \"sequencename\": \"New Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1977,\n            \"sequencename\": \"pending team Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1982,\n            \"sequencename\": \"SMS LOST TIMEZONE\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 1991,\n            \"sequencename\": \"sent testing, new- call exp\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 1,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2016,\n            \"sequencename\": \"Heyo CHensd\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2024,\n            \"sequencename\": \"body check\",\n            \"userid\": 0,\n            \"meetingsbooked\": 1,\n            \"emailssent\": 4,\n            \"opened\": 3,\n            \"clicked\": 1,\n            \"replied\": 3,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2084,\n            \"sequencename\": \"GM\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2105,\n            \"sequencename\": \"Diff User\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 1,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2107,\n            \"sequencename\": \"scheduled variables Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 3,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2142,\n            \"sequencename\": \"task9\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 1,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2152,\n            \"sequencename\": \"test sms big\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 2,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2166,\n            \"sequencename\": \"New Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 2,\n            \"emailssent\": 11,\n            \"opened\": 3,\n            \"clicked\": 0,\n            \"replied\": 4,\n            \"bounced\": 2,\n            \"optouts\": 6\n        },\n        {\n            \"sequenceid\": 2171,\n            \"sequencename\": \"Linkedin\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2179,\n            \"sequencename\": \"Farooq Testing\",\n            \"userid\": 0,\n            \"meetingsbooked\": 2,\n            \"emailssent\": 3,\n            \"opened\": 3,\n            \"clicked\": 2,\n            \"replied\": 2,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2180,\n            \"sequencename\": \"Farooq Sequence 2\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2182,\n            \"sequencename\": \"Testing bounce faro\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 1,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2183,\n            \"sequencename\": \"farooq Sequence of bounce\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 2,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 1,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2185,\n            \"sequencename\": \"pending Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 1,\n            \"emailssent\": 1,\n            \"opened\": 1,\n            \"clicked\": 0,\n            \"replied\": 2,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2199,\n            \"sequencename\": \"New Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 1,\n            \"emailssent\": 4,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 1,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2203,\n            \"sequencename\": \"Meetinglist changes\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2204,\n            \"sequencename\": \"listmeeting\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2205,\n            \"sequencename\": \"meet@greet\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2206,\n            \"sequencename\": \"New Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2207,\n            \"sequencename\": \"manual email\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2208,\n            \"sequencename\": \"meeting sprint 28\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2211,\n            \"sequencename\": \"New Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2214,\n            \"sequencename\": \"sureshuser\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 8,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 3,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2219,\n            \"sequencename\": \"latest Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2223,\n            \"sequencename\": \"Bounced suresh Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 22,\n            \"opened\": 2,\n            \"clicked\": 0,\n            \"replied\": 14,\n            \"bounced\": 4,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2228,\n            \"sequencename\": \"New Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 1,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 1,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2232,\n            \"sequencename\": \"shubham test\",\n            \"userid\": 0,\n            \"meetingsbooked\": 1,\n            \"emailssent\": 81,\n            \"opened\": 1,\n            \"clicked\": 0,\n            \"replied\": 1,\n            \"bounced\": 12,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2247,\n            \"sequencename\": \"Test sequence for verification\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 7,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 2,\n            \"bounced\": 1,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2249,\n            \"sequencename\": \"Sequence verification\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2252,\n            \"sequencename\": \"custom role user team Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 2,\n            \"emailssent\": 55,\n            \"opened\": 5,\n            \"clicked\": 0,\n            \"replied\": 3,\n            \"bounced\": 1,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2257,\n            \"sequencename\": \"Team Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 7,\n            \"opened\": 1,\n            \"clicked\": 0,\n            \"replied\": 1,\n            \"bounced\": 1,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2260,\n            \"sequencename\": \"New Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 18,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 1,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2261,\n            \"sequencename\": \"observe personal Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2266,\n            \"sequencename\": \"Sequence for bounced prospects\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 15,\n            \"opened\": 2,\n            \"clicked\": 0,\n            \"replied\": 1,\n            \"bounced\": 5,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2272,\n            \"sequencename\": \"Farooq Testing Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 3,\n            \"opened\": 1,\n            \"clicked\": 0,\n            \"replied\": 4,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2276,\n            \"sequencename\": \"Sequence for steps verification\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2277,\n            \"sequencename\": \"Sequence for steps verification 2\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 6,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2292,\n            \"sequencename\": \"Ramesh\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2293,\n            \"sequencename\": \"Call Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 2,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2294,\n            \"sequencename\": \"Variables Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 1,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        },\n        {\n            \"sequenceid\": 2296,\n            \"sequencename\": \"Ramesh Sequence\",\n            \"userid\": 0,\n            \"meetingsbooked\": 0,\n            \"emailssent\": 0,\n            \"opened\": 0,\n            \"clicked\": 0,\n            \"replied\": 0,\n            \"bounced\": 0,\n            \"optouts\": 0\n        }\n    ]\n}"}],"_postman_id":"4c28fab5-f6d6-4d7b-a981-12cc03f6ae8e"},{"name":"Sequence Report","id":"bbaff7c1-362c-437d-a276-4dd07db34c4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":"https://[location]-api.outplayhq.com/api/v1/reports/sequencereport?client_id=[client_id]&seqid=2252&from=2021-02-01&to=2021-06-01&type=3","description":"<p><strong>Request Param</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n <tr>\n        <td>seqid</td>\n        <td>Sequence id, it can be null in order fetch all sequences</td>\n    </tr>\n    <tr>\n    </tr><tr>\n        <td>from</td>\n        <td>From date in DD/MM/YYYY format</td>\n    </tr>\n    <tr>\n        <td>to</td>\n        <td>To date in DD/MM/YYYY format\n        </td>\n    </tr>\n    <tr>\n        <td>type</td>\n        <td>Report type like: \n            \"1-Daily\",\n            \"2-Weekly\",\n            \"3-Monthly\"\n        </td>\n    </tr>\n</table>\n\n<p><strong>Response Body</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>totalrows</td>\n        <td>Total rows</td>\n    </tr>\n    <tr>\n        <td>emails</td>\n        <td>Emails</td>\n    </tr>\n    <tr>\n        <td>prospectsenrolled</td>\n        <td>Prospects enrolled</td>\n    </tr>\n    <tr>\n        <td>sequenceidentifier</td>\n        <td>Sequence identifier</td>\n    </tr>\n    <tr>\n        <td>sequencetype</td>\n        <td>Sequence type\n    \"1-Personal\"\n    \"2-Team\"</td>\n    </tr>\n    <tr>\n        <td>reportdate</td>\n        <td>Report date</td>\n    </tr>\n<tr>\n        <td>sequenceid</td>\n        <td>Sequence id</td>\n    </tr>\n    <tr>\n        <td>sequencename</td>\n        <td>Sequence name</td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id</td>\n    </tr>\n    <tr>\n        <td>meetingbooked</td>\n        <td>Meeting booked count</td>\n    </tr>\n    <tr>\n        <td>emailsent</td>\n        <td>Email sent count</td>\n    </tr>\n    <tr>\n        <td>opened</td>\n        <td>Opened count</td>\n    </tr>\n    <tr>\n        <td>clicked</td>\n        <td>Clicked count</td>\n    </tr>\n    <tr>\n        <td>replied</td>\n        <td>Replied count</td>\n    </tr>\n    <tr>\n        <td>bounced</td>\n        <td>Bounced count</td>\n    </tr>\n    <tr>\n        <td>optouts</td>\n        <td>OptOuts count</td>\n    </tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","reports","sequencereport"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"},{"key":"seqid","value":"2252"},{"key":"from","value":"2021-02-01"},{"key":"to","value":"2021-06-01"},{"key":"type","value":"3"}],"variable":[]}},"response":[{"id":"c88044d9-51e8-4ec1-a567-091f493a43b2","name":"Sequence Report","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/reports/sequencereport?client_id=[client_id]&seqid=2252&from=2021-02-01&to=2021-06-01&type=3","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","reports","sequencereport"],"query":[{"key":"client_id","value":"[client_id]"},{"key":"seqid","value":"2252"},{"key":"from","value":"2021-02-01"},{"key":"to","value":"2021-06-01"},{"key":"type","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Jul 2021 04:51:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"916"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99996"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"totalrows\": 3,\n        \"emails\": 12,\n        \"prospectsenrolled\": 44,\n        \"sequenceidentifier\": \"Il/Wgw/X\",\n        \"sequencetype\": 2,\n        \"reportdate\": \"2021-03-01T00:00:00\",\n        \"sequenceid\": 2252,\n        \"sequencename\": \"custom role user team Sequence\",\n        \"userid\": 0,\n        \"meetingsbooked\": 1,\n        \"emailssent\": 12,\n        \"opened\": 2,\n        \"clicked\": 0,\n        \"replied\": 1,\n        \"bounced\": 0,\n        \"optouts\": 0\n    },\n    {\n        \"totalrows\": 3,\n        \"emails\": 41,\n        \"prospectsenrolled\": 51,\n        \"sequenceidentifier\": \"Il/Wgw/X\",\n        \"sequencetype\": 2,\n        \"reportdate\": \"2021-04-01T00:00:00\",\n        \"sequenceid\": 2252,\n        \"sequencename\": \"custom role user team Sequence\",\n        \"userid\": 0,\n        \"meetingsbooked\": 1,\n        \"emailssent\": 40,\n        \"opened\": 3,\n        \"clicked\": 0,\n        \"replied\": 0,\n        \"bounced\": 1,\n        \"optouts\": 0\n    },\n    {\n        \"totalrows\": 3,\n        \"emails\": 2,\n        \"prospectsenrolled\": 2,\n        \"sequenceidentifier\": \"Il/Wgw/X\",\n        \"sequencetype\": 2,\n        \"reportdate\": \"2021-05-01T00:00:00\",\n        \"sequenceid\": 2252,\n        \"sequencename\": \"custom role user team Sequence\",\n        \"userid\": 0,\n        \"meetingsbooked\": 0,\n        \"emailssent\": 2,\n        \"opened\": 0,\n        \"clicked\": 0,\n        \"replied\": 0,\n        \"bounced\": 0,\n        \"optouts\": 0\n    }\n]"}],"_postman_id":"bbaff7c1-362c-437d-a276-4dd07db34c4b"},{"name":"Team Sequence Report","id":"13da624f-0d0d-4b54-a689-8d1f6e3d7c19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":"https://[location]-api.outplayhq.com/api/v1/reports/teamsequencereport/2328?from=07/23/2021&to=07/29/2021&client_id=[client_id]&userid=&type=1&id=2322","description":"<p><strong>Request Param</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id can be null inorder to fetch all users</td>\n    </tr>\n    <tr>\n        <td>form</td>\n        <td>From date in DD/MM/YYYY format</td>\n    </tr>\n    <tr>\n        <td>to</td>\n        <td>To date in DD/MM/YYYY format\n        </td>\n    </tr>\n    <tr>\n        <td>type</td>\n        <td>Report type like: \n            \"1-Daily\",\n            \"2-Weekly\",\n            \"3-Monthly\"\n        </td>\n    </tr>\n<tr>\n        <td>id</td>\n        <td>Team sequence id. It can't be null.\n        </td>\n    </tr>\n</table>\n\n<p><strong>Response Body</strong></p>\n<table>\n    <tr>\n        <td>\n            <strong>Parameter</strong>\n        </td>\n        <td>\n            <strong>Description</strong>\n        </td>\n    </tr>\n    <tr>\n        <td>totalrows</td>\n        <td>Total rows</td>\n    </tr>\n    <tr>\n        <td>emails</td>\n        <td>Emails</td>\n    </tr>\n    <tr>\n        <td>prospectsenrolled</td>\n        <td>Prospects enrolled</td>\n    </tr>\n    <tr>\n        <td>sequenceidentifier</td>\n        <td>Sequence identifier</td>\n    </tr>\n    <tr>\n        <td>sequencetype</td>\n        <td>Sequence type\n    \"1-Personal\"\n    \"2-Team\"</td>\n    </tr>\n    <tr>\n        <td>reportdate</td>\n        <td>Report date</td>\n    </tr>\n<tr>\n        <td>sequenceid</td>\n        <td>Sequence id</td>\n    </tr>\n    <tr>\n        <td>sequencename</td>\n        <td>Sequence name</td>\n    </tr>\n    <tr>\n        <td>userid</td>\n        <td>User id</td>\n    </tr>\n    <tr>\n        <td>meetingbooked</td>\n        <td>Meeting booked count</td>\n    </tr>\n    <tr>\n        <td>emailsent</td>\n        <td>Email sent count</td>\n    </tr>\n    <tr>\n        <td>opened</td>\n        <td>Opened count</td>\n    </tr>\n    <tr>\n        <td>clicked</td>\n        <td>Clicked count</td>\n    </tr>\n    <tr>\n        <td>replied</td>\n        <td>Replied count</td>\n    </tr>\n    <tr>\n        <td>bounced</td>\n        <td>Bounced count</td>\n    </tr>\n    <tr>\n        <td>optouts</td>\n        <td>OptOuts count</td>\n    </tr>\n</table>","urlObject":{"protocol":"https","path":["api","v1","reports","teamsequencereport","2328"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"from","value":"07/23/2021"},{"key":"to","value":"07/29/2021"},{"key":"client_id","value":"[client_id]"},{"key":"userid","value":""},{"key":"type","value":"1"},{"key":"id","value":"2322"}],"variable":[]}},"response":[{"id":"74e3fd8e-34fc-4ac7-8467-fc26fac3ded3","name":"Team Sequence Report","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/reports/teamsequencereport/2328?from=2021-07-23&to=2021-07-29&client_id=[client_id]&userid=null&type=1&id=2322","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","reports","teamsequencereport","2328"],"query":[{"key":"from","value":"2021-07-23"},{"key":"to","value":"2021-07-29"},{"key":"client_id","value":"[client_id]"},{"key":"userid","value":"null"},{"key":"type","value":"1"},{"key":"id","value":"2322"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Jul 2021 04:59:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"585"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Outplay HQ 1.0 PG"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99989"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"totalrows\": 2,\n        \"emails\": 1,\n        \"prospectsenrolled\": 0,\n        \"sequenceidentifier\": \"/B/wibWw\",\n        \"sequencetype\": 2,\n        \"reportdate\": \"2021-07-26T00:00:00\",\n        \"sequenceid\": 2322,\n        \"sequencename\": \"Reassign Sequence\",\n        \"userid\": 263,\n        \"meetingsbooked\": 0,\n        \"emailssent\": 1,\n        \"opened\": 0,\n        \"clicked\": 0,\n        \"replied\": 0,\n        \"bounced\": 0,\n        \"optouts\": 0\n    },\n    {\n        \"totalrows\": 2,\n        \"emails\": 0,\n        \"prospectsenrolled\": 7,\n        \"sequenceidentifier\": \"/B/wibWw\",\n        \"sequencetype\": 2,\n        \"reportdate\": \"2021-07-29T00:00:00\",\n        \"sequenceid\": 2322,\n        \"sequencename\": \"Reassign Sequence\",\n        \"userid\": 263,\n        \"meetingsbooked\": 0,\n        \"emailssent\": 0,\n        \"opened\": 0,\n        \"clicked\": 0,\n        \"replied\": 0,\n        \"bounced\": 0,\n        \"optouts\": 0\n    }\n]"}],"_postman_id":"13da624f-0d0d-4b54-a689-8d1f6e3d7c19"}],"id":"08e1155d-2630-4621-a73f-65f7192d98e9","_postman_id":"08e1155d-2630-4621-a73f-65f7192d98e9","description":""},{"name":"Calls","item":[{"name":"Call List","id":"b28babe6-9349-45dc-91a2-ef7dffcc6793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"calldirection\": \"both\",\r\n  \"callstates\": [\"Completed\",\"InProgress\"],\r\n  \"prospectid\": 73132,\r\n  \"searchtext\": \"\",\r\n  \"prospectaccountid\":2645,\r\n  \"fromdate\": \"2021-06-01\",\r\n  \"todate\": \"2021-07-22\",\r\n  \"calloutcomes\": [\"Callback\", \"Interested\"],\r\n  \"pageindex\": 1\r\n}"},"url":"https://[location]-api.outplayhq.com/api/v1/call/search?client_id=[client_id]","description":"<p><strong>Calls List</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>callerids</div><div><div><div><div></div></div></div><div></div></div></td><td><div>User ids of SDRs</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>calldirection</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Call Direction (\"both\", \"inbound\", \"outbound\")</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>callstates</div><div><div><div><div></div></div></div><div></div></div></td><td><div>List of Call States to filter (\"Queued\", \"Ringing\", \"InProgress\", \"Completed\", \"Busy\", \"Failed\", \"NoAnswer\", \"Cancelled\")</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>searchtext</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Searches with given text on Prospect Name, Phone</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>accountid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect Account</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fromdate <i>(Mandatory)</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>From Date YYYY-MM-DD</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>todate <i>(Mandatory)</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>To Date YYYY-MM-DD</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>calloutcomes</div><div><div><div><div></div></div></div><div></div></div></td><td><div>List of Call Outcomes to filter</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>pageindex</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide the number of page to view data in. Per page limit is 50 calls</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response</strong></p>\n<table><tbody><tr><td><div>pagination</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provides details with page number, limit per page and if next page has more records or not</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Will return number of calls found with the given filters</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response Body</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>calldate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Call Date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>calloutcome</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Call Outcome</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>callsid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Call External ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>userid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Caller ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prospect id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectcallid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Call ID Unique for each call</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>firstname</div><div><div><div><div></div></div></div><div></div></div></td><td><div>First name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>lastname</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Last name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>calltype</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Call Direction</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>callstatus</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Call Status</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>duration</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Call Duration in Seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>phonenumber</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Phone Number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sequenceid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Sequence Id Associated</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sequencename</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Sequence Name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sequencesteporder</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Sequence Step</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>recordingurl</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Call Recording Url</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>callstate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Current Call State</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>participatedusers</div><div><div><div><div></div></div></div><div></div></div></td><td><div>User Ids participated in the Call</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","call","search"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"13fee61f-7970-4ffb-9647-549ba33f6bf6","name":"Call List","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"calldirection\": \"both\",\r\n  \"fromdate\": \"2025-01-01\",\r\n  \"todate\" : \"2025-06-01\",\r\n  \"pageindex\": 1\r\n}"},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/call/search?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","call","search"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 May 2022 13:30:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"feature-policy","value":"accelerometer 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; payment 'none'; usb 'none'"},{"key":"permissions-policy","value":"accelerometer=(), geolocation=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"production-api-core-us3-5d7896d55-v4f8f"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99980"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": true\n    },\n    \"data\": [\n        {\n            \"calldate\": \"2022-05-26T13:38:27.205\",\n            \"callsid\": \"9_s-a72808a195c71z181009708edz170c52e0000\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"duration\": 0,\n            \"firstname\": \"Zoho\",\n            \"lastname\": \"one\",\n            \"phonenumber\": \"+365854406415\",\n            \"sequenceid\": 21073,\n            \"sequencename\": \"India\",\n            \"sequencesteporder\": 2,\n            \"prospectid\": 6100224,\n            \"prospectcallid\": 765245,\n            \"userid\": 9,\n            \"callstate\": \"Completed\"\n        },\n        {\n            \"calldate\": \"2022-05-26T13:33:45.174338\",\n            \"callsid\": \"CA51d958d3be4cf35673414139e1ec8bad\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"duration\": 25,\n            \"firstname\": \"\",\n            \"lastname\": \"\",\n            \"phonenumber\": \"+12038727686\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectcallid\": 765227,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ],\n            \"callstate\": \"Completed\"\n        },\n        {\n            \"calldate\": \"2022-05-26T13:30:01.183688\",\n            \"calloutcome\": \"Not Interested\",\n            \"callsid\": \"CA9107a28bb3ec550ff404b8469d35023c\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"debate\",\n            \"lastname\": \"contact\",\n            \"phonenumber\": \"+12015550129\",\n            \"sequenceid\": 21073,\n            \"sequencename\": \"India\",\n            \"sequencesteporder\": 2,\n            \"prospectid\": 6101585,\n            \"prospectcallid\": 765210,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-26T13:29:03.32802\",\n            \"callsid\": \"CAbaee4d776f030e276e91abf6d8e605cd\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"check\",\n            \"lastname\": \"last\",\n            \"phonenumber\": \"+12015550121\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6804516,\n            \"prospectcallid\": 765206,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ],\n            \"callstate\": \"Busy\"\n        },\n        {\n            \"calldate\": \"2022-05-26T13:26:34.822168\",\n            \"calloutcome\": \"Followup\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"Zoho\",\n            \"lastname\": \"Callertwo\",\n            \"sequenceid\": 21073,\n            \"sequencename\": \"India\",\n            \"sequencesteporder\": 2,\n            \"prospectid\": 6100223,\n            \"prospectcallid\": 765190,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ]\n        },\n        {\n            \"calldate\": \"2022-05-26T13:26:07.357085\",\n            \"callsid\": \"CA86d6fd18e97cf0573d0e7ed08ce7026a\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"Zoho\",\n            \"lastname\": \"Callertwo\",\n            \"phonenumber\": \"+365854406415\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6100223,\n            \"prospectcallid\": 765185,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-26T13:25:26.41201\",\n            \"callsid\": \"CAc3ce5929d989a92dbf59e6f5a712ac08\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"debate\",\n            \"lastname\": \"contact\",\n            \"phonenumber\": \"+12015550123\",\n            \"sequenceid\": 21073,\n            \"sequencename\": \"India\",\n            \"sequencesteporder\": 2,\n            \"prospectid\": 6101585,\n            \"prospectcallid\": 765182,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-26T13:23:07.790838\",\n            \"callsid\": \"CAed7f7fd24fab38c368d642e4cb172c0f\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Inbound\",\n            \"duration\": 27,\n            \"firstname\": \"Den\",\n            \"lastname\": \"Tan\",\n            \"phonenumber\": \"+15128469554\",\n            \"sequencename\": \"Dial-In\",\n            \"prospectid\": 6696903,\n            \"prospectcallid\": 765164,\n            \"userid\": 9,\n            \"callstate\": \"Completed\"\n        },\n        {\n            \"calldate\": \"2022-05-26T13:22:34.916011\",\n            \"callsid\": \"CA26acf7597bd05ecd3a96bca8a4852b40\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"duration\": 43,\n            \"firstname\": \"test\",\n            \"lastname\": \"checking\",\n            \"phonenumber\": \"+19206263664\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6667270,\n            \"prospectcallid\": 765162,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ],\n            \"callstate\": \"Completed\"\n        },\n        {\n            \"calldate\": \"2022-05-26T13:20:51.903323\",\n            \"callsid\": \"CA59fd30c7dd3bc5e959926aa40b326d9a\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"test\",\n            \"lastname\": \"checking\",\n            \"phonenumber\": \"+19206263664\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6667270,\n            \"prospectcallid\": 765141,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ],\n            \"callstate\": \"Busy\"\n        },\n        {\n            \"calldate\": \"2022-05-26T13:19:29.433053\",\n            \"callsid\": \"CAd379662c6bc153612ad849cf2a2e7eae\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"test\",\n            \"lastname\": \"checking\",\n            \"phonenumber\": \"+19206263664\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6667270,\n            \"prospectcallid\": 765130,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-26T13:15:29.541254\",\n            \"callsid\": \"CAfc29abede76a42f75b7708c44474c0b0\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"\",\n            \"lastname\": \"\",\n            \"phonenumber\": \"+917795411518\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectcallid\": 765117,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-26T13:10:42.184739\",\n            \"callsid\": \"CAf88e60754a20b75c07ab09c64f17bd45\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"duration\": 15,\n            \"firstname\": \"\",\n            \"lastname\": \"\",\n            \"phonenumber\": \"+917795411518\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectcallid\": 765091,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ],\n            \"callstate\": \"Completed\"\n        },\n        {\n            \"calldate\": \"2022-05-26T13:07:10.545491\",\n            \"calloutcome\": \"No Answer Left Voicemail\",\n            \"callsid\": \"CA2f39153f9f353bf01ad6c441b0b12391\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"\",\n            \"lastname\": \"\",\n            \"phonenumber\": \"+917795411518\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectcallid\": 765079,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-26T13:05:54.193089\",\n            \"callsid\": \"CAc69226fdb32c056076ac6edb31be48a8\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"duration\": 1,\n            \"firstname\": \"\",\n            \"lastname\": \"\",\n            \"phonenumber\": \"+917795411518\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectcallid\": 765076,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ],\n            \"callstate\": \"Completed\"\n        },\n        {\n            \"calldate\": \"2022-05-26T12:59:30.589188\",\n            \"calloutcome\": \"Followup\",\n            \"callsid\": \"CA0ccfe12dabd2f4e8cf01b4e7a3c7ba26\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"duration\": 209,\n            \"firstname\": \"\",\n            \"lastname\": \"\",\n            \"phonenumber\": \"+917795411518\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectcallid\": 765052,\n            \"userid\": 13759,\n            \"participatedusers\": [\n                9,\n                13759,\n                9\n            ],\n            \"callstate\": \"Completed\"\n        },\n        {\n            \"calldate\": \"2022-05-26T12:58:38.377935\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"\",\n            \"lastname\": \"\",\n            \"phonenumber\": \"+917795411518\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectcallid\": 765047,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ]\n        },\n        {\n            \"calldate\": \"2022-05-26T12:57:11.944332\",\n            \"callsid\": \"CAfa96cf8728cd13691689803f2f392289\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"duration\": 32,\n            \"firstname\": \"\",\n            \"lastname\": \"\",\n            \"phonenumber\": \"+917795411518\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectcallid\": 765039,\n            \"userid\": 9,\n            \"participatedusers\": [\n                9\n            ],\n            \"callstate\": \"Completed\"\n        },\n        {\n            \"calldate\": \"2022-05-19T13:58:50.349109\",\n            \"calloutcome\": \"No Answer\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"hungary\",\n            \"lastname\": \"\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 7237936,\n            \"prospectcallid\": 749777,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ]\n        },\n        {\n            \"calldate\": \"2022-05-19T13:58:45.06379\",\n            \"calloutcome\": \"No Answer\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"hungary\",\n            \"lastname\": \"\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 7237936,\n            \"prospectcallid\": 749775,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ]\n        },\n        {\n            \"calldate\": \"2022-05-19T13:58:42.048306\",\n            \"callsid\": \"CA5270224e8db9e366f73f31f74d9896e0\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"duration\": 11,\n            \"firstname\": \"hungary\",\n            \"lastname\": \"\",\n            \"phonenumber\": \"+3619513454\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 7237936,\n            \"prospectcallid\": 749774,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ],\n            \"callstate\": \"Completed\"\n        },\n        {\n            \"calldate\": \"2022-05-19T13:55:04.516484\",\n            \"callsid\": \"CA1a3eb1cac207f2cea71b4fecf473fb06\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"duration\": 59,\n            \"firstname\": \"check\",\n            \"lastname\": \"last\",\n            \"phonenumber\": \"+919405750462\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6804516,\n            \"prospectcallid\": 749767,\n            \"userid\": 9,\n            \"participatedusers\": [\n                13482,\n                9\n            ],\n            \"callstate\": \"Completed\"\n        },\n        {\n            \"calldate\": \"2022-05-17T10:21:10.571945\",\n            \"callsid\": \"CA8ee1263e8a2610cce00646bc22d9441d\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743739,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-17T10:21:02.460337\",\n            \"calloutcome\": \"No Answer\",\n            \"callsid\": \"CAe29c0477455cf2d1d5cdebf0ba9a8259\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743738,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ],\n            \"callstate\": \"Busy\"\n        },\n        {\n            \"calldate\": \"2022-05-17T10:20:55.983506\",\n            \"calloutcome\": \"No Answer\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743737,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ]\n        },\n        {\n            \"calldate\": \"2022-05-17T10:20:27.034492\",\n            \"calloutcome\": \"No Answer\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743736,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ]\n        },\n        {\n            \"calldate\": \"2022-05-17T10:19:51.174013\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550214\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743734,\n            \"userid\": 13482\n        },\n        {\n            \"calldate\": \"2022-05-17T10:19:48.524025\",\n            \"calloutcome\": \"No Answer\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743733,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ]\n        },\n        {\n            \"calldate\": \"2022-05-17T10:19:44.703148\",\n            \"calloutcome\": \"No Answer\",\n            \"callsid\": \"CA8f124b86bf5081a406fbac48c1ac7307\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550214\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743732,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-17T10:19:31.714832\",\n            \"calloutcome\": \"No Answer\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743731,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ]\n        },\n        {\n            \"calldate\": \"2022-05-17T10:19:03.618522\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550214\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743729,\n            \"userid\": 13482\n        },\n        {\n            \"calldate\": \"2022-05-17T10:18:25.639672\",\n            \"calloutcome\": \"No Answer\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550214\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743728,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ]\n        },\n        {\n            \"calldate\": \"2022-05-17T10:15:25.292097\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743726,\n            \"userid\": 13482\n        },\n        {\n            \"calldate\": \"2022-05-17T10:09:58.410786\",\n            \"calloutcome\": \"No Answer\",\n            \"callsid\": \"CAe1f47b63d8c7401a9f9d0c102dee2a63\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743719,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-17T10:09:47.254259\",\n            \"calloutcome\": \"No Answer\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743716,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ]\n        },\n        {\n            \"calldate\": \"2022-05-17T10:08:02.862288\",\n            \"callsid\": \"CA1c1a21ab718d063b39d601d9217de5ed\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743706,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-17T10:07:52.197132\",\n            \"calloutcome\": \"No Answer\",\n            \"callsid\": \"CAbb81373e1075cbee3c6df038b11675b3\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743703,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-17T10:07:43.921545\",\n            \"calloutcome\": \"No Answer\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743702,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ]\n        },\n        {\n            \"calldate\": \"2022-05-17T10:06:47.747467\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743699,\n            \"userid\": 13482\n        },\n        {\n            \"calldate\": \"2022-05-17T10:06:01.568257\",\n            \"calloutcome\": \"Followup\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743696,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ]\n        },\n        {\n            \"calldate\": \"2022-05-17T10:05:55.618253\",\n            \"callsid\": \"CAc0c7dc16e7cdc507812fdccf8afff632\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743694,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ],\n            \"callstate\": \"Busy\"\n        },\n        {\n            \"calldate\": \"2022-05-17T03:32:01.456404\",\n            \"calloutcome\": \"Followup\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743499,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ]\n        },\n        {\n            \"calldate\": \"2022-05-17T03:31:53.964835\",\n            \"calloutcome\": \"Followup\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743498,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ]\n        },\n        {\n            \"calldate\": \"2022-05-17T03:30:09.524087\",\n            \"callsid\": \"CAbfd209d4e4c18efcc3ad2f47dba65cae\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743497,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-17T03:29:47.942132\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743496,\n            \"userid\": 13482\n        },\n        {\n            \"calldate\": \"2022-05-17T03:29:35.074392\",\n            \"callsid\": \"CA75e481c08ff42b080a4e372648ec4540\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743495,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-17T03:29:24.284093\",\n            \"calloutcome\": \"Followup\",\n            \"callsid\": \"CA3bdb90f67c829903ad7dabe9078bd552\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743494,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-17T03:29:02.767246\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743493,\n            \"userid\": 13482\n        },\n        {\n            \"calldate\": \"2022-05-17T03:28:51.634928\",\n            \"calloutcome\": \"Followup\",\n            \"callsid\": \"CAfb0e01d5fadc9466d3bd78842130ae9e\",\n            \"callstatus\": \"Answered\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743492,\n            \"userid\": 13482,\n            \"participatedusers\": [\n                13482\n            ],\n            \"callstate\": \"Cancelled\"\n        },\n        {\n            \"calldate\": \"2022-05-17T03:28:34.604677\",\n            \"callstatus\": \"NoAnswer\",\n            \"calltype\": \"Outbound\",\n            \"firstname\": \"adding\",\n            \"lastname\": \"prospect\",\n            \"phonenumber\": \"+12015550213\",\n            \"sequencename\": \"Dial-Out\",\n            \"prospectid\": 6971203,\n            \"prospectcallid\": 743491,\n            \"userid\": 13482\n        }\n    ]\n}"}],"_postman_id":"b28babe6-9349-45dc-91a2-ef7dffcc6793"},{"name":"LogCall","id":"ee8fb6a9-a2a0-41bf-8db0-7644a105f06b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"prospectid\": 4566480,\r\n  \"notes\": \"sequence task this is call notes{{firstname}}\",\r\n  \"calloutcome\": \"voicecheck\",\r\n  \"userid\": 13671,\r\n  \"recordingurl\": \"https://ophq-pr-staging.s3-ap-south-1.amazonaws.com/voicerecordings/74390d9a1ecc42c69d1be8c87d9e3104ab1476822e6d42499a46c75cf40d12ff27693c02f4af4d028581bcf060e82b4b.mp3\",\r\n  \"taskid\": 1203785,\r\n  \"direction\": \"outbound\",\r\n  \"tonumber\": \"+14030000027\",\r\n  \"fromnumber\": \"+14030000030\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/call/logcall?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>prospectid</td>\n<td>A unique identifier for the prospect. This ID is used to link the call to a specific prospect in the system.</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>Call notes. Notes taken during or after the call.</td>\n</tr>\n<tr>\n<td>calloutcome</td>\n<td>The outcome of the call. Possible values could include statuses like \"Interested,\" \"Not Interested,\" \"Follow-Up Needed,\" etc.</td>\n</tr>\n<tr>\n<td>userid</td>\n<td>A unique identifier for the user who made or received the call.</td>\n</tr>\n<tr>\n<td>recordingurl</td>\n<td>URL of the recorded call. This can be null if the call was not recorded or the recording is not available.</td>\n</tr>\n<tr>\n<td>taskid</td>\n<td>A unique identifier for a user task associated with this call. This can be null if there is no specific task linked to the call.</td>\n</tr>\n<tr>\n<td>calldirection</td>\n<td>The direction of the call. Possible values include \"Inbound\" for calls received and \"Outbound\" for calls made.</td>\n</tr>\n<tr>\n<td>fromnumber</td>\n<td>From phone number.</td>\n</tr>\n<tr>\n<td>tonumber</td>\n<td>To phone number.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","call","logcall"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"596f9b25-ec10-4a7a-9d0e-943fe91ce1b4","name":"LogCall","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"prospectid\": 4566480,\r\n  \"notes\": \"sequence task this is call notes{{firstname}}\",\r\n  \"calloutcome\": \"voicecheck\",\r\n  \"userid\": 13671,\r\n  \"recordingurl\": \"https://ophq-pr-staging.s3-ap-south-1.amazonaws.com/voicerecordings/74390d9a1ecc42c69d1be8c87d9e3104ab1476822e6d42499a46c75cf40d12ff27693c02f4af4d028581bcf060e82b4b.mp3?Download=true\",\r\n  \"taskid\": 1203785,\r\n  \"direction\": \"outbound\",\r\n  \"tonumber\": \"+14030000027\",\r\n  \"fromnumber\": \"+14030000030\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/call/logcall?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","call","logcall"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 12:15:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-79644898d5-4xhgk"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"98"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99788"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 22569,\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Call log saved successfully.\"\n}"}],"_postman_id":"ee8fb6a9-a2a0-41bf-8db0-7644a105f06b"}],"id":"1f23d428-b8f6-494c-b00c-fdbf5fe2765b","_postman_id":"1f23d428-b8f6-494c-b00c-fdbf5fe2765b","description":""},{"name":"SMS","item":[{"name":"LogSMS","id":"7509e71f-22ff-41fb-a3a8-fc9be644a2e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"prospectid\": 4566480,\r\n  \"message\": \"Message Body\",\r\n  \"userid\": 13671,\r\n  \"taskid\": 1203785,\r\n  \"direction\": \"outbound\",\r\n  \"tonumber\": \"+14030000027\",\r\n  \"fromnumber\": \"+14030000030\",\r\n  \"markcomplete\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/sms/logsms?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>prospectid</td>\n<td>A unique identifier for the prospect. This ID is used to link the call to a specific prospect in the system.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Text Message Body</td>\n</tr>\n<tr>\n<td>userid</td>\n<td>A unique identifier for the user who made or received the call.</td>\n</tr>\n<tr>\n<td>taskid</td>\n<td>A unique identifier for a user task associated with this call. This can be null if there is no specific task linked to the call.</td>\n</tr>\n<tr>\n<td>direction</td>\n<td>The direction of the sms. Possible values include \"Inbound\" for sms received and \"Outbound\" for sms sent.</td>\n</tr>\n<tr>\n<td>fromnumber</td>\n<td>The recipient's phone number.</td>\n</tr>\n<tr>\n<td>tonumber</td>\n<td>The sender's phone number.</td>\n</tr>\n<tr>\n<td>markcomplete</td>\n<td>true: Mark the corresponding task as complete.  <br />false: Don't mark the corresponding task as complete.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","sms","logsms"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[],"_postman_id":"7509e71f-22ff-41fb-a3a8-fc9be644a2e6"}],"id":"f6640b0d-39c9-4b46-b23e-7605cd2478ad","_postman_id":"f6640b0d-39c9-4b46-b23e-7605cd2478ad","description":""},{"name":"Notes","item":[{"name":"List","id":"f526aead-412c-4c00-9089-6ca4ea66e3f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/note/list?prospectid=<long>&prospectaccountid=<integer>&opportunityid=<integer>&pagesize=<integer>&pageindex=<integer>&client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>id of the prospect</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospectaccountid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>id of the account</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>opportunityid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>id of the opportunity</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>pagesize</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide the number of page to view data in.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>pageindex</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide the number of page to view data in. Starting from 1</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Mandatory Fields</strong></p>\n<p>Anyone out of prospectid or prospectaccountid or opportunityid is mandatory otherwise you will get 400 bad request error.</p>\n<h4 id=\"response\"><strong>Response</strong></h4>\n<p><strong>Pagination</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasmorerecords</td>\n<td>This field is boolean. It will be true if more records are present.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>The number of records per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Records</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>noteid</td>\n<td>Note id (Unique identifier for the note)</td>\n</tr>\n<tr>\n<td>note</td>\n<td>note of the prospect or account</td>\n</tr>\n<tr>\n<td>owner [Object]  <br />*id  <br />*email</td>\n<td>Assigned owner to the note.  <br />id - user identifier  <br />email - Email address of the user.</td>\n</tr>\n<tr>\n<td>prospect [Object]  <br />*prospectid  <br />*name  <br />*email</td>\n<td>Assigned prospect of the note  <br />id - prospect identifier  <br />name - prospect name  <br />email - Email address of the prospect.</td>\n</tr>\n<tr>\n<td>opportunity [Object]  <br />*opportunityid  <br />*name</td>\n<td>Assigned opportunity of the note  <br />id - opportunity identifier  <br />name - opportunity name</td>\n</tr>\n<tr>\n<td>account [Object]  <br />*accountid  <br />*name</td>\n<td>Assigned account of the note  <br />id - account identifier  <br />name - account name</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","note","list"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"prospectid","value":"<long>"},{"key":"prospectaccountid","value":"<integer>"},{"key":"opportunityid","value":"<integer>"},{"key":"pagesize","value":"<integer>"},{"key":"pageindex","value":"<integer>"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"b6eee06b-0870-4479-b051-80b1653b5b13","name":"List","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/note/list?prospectid=3369696&pagesize=20&pageindex=1&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","note","list"],"query":[{"key":"prospectid","value":"3369696"},{"key":"prospectaccountid","value":"<integer>","disabled":true},{"key":"pagesize","value":"20"},{"key":"pageindex","value":"1"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Dec 2024 05:32:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap2-5f49f5455b-xcrxb"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99995"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 20,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"noteid\": 106127,\n            \"note\": \"test\",\n            \"owner\": {\n                \"ownerid\": 4870,\n                \"email\": \"a@martinz.co.in\"\n            },\n            \"prospect\": {\n                \"prospectid\": 3369696,\n                \"name\": \"Heriberto Nathan\",\n                \"emailid\": \"heriberto@martinz.co.in\"\n            },\n            \"opportunity\": {\n                \"opportunityid\": 343,\n                \"name\": \"Heriberto Deal\"\n            },\n            \"account\": {}\n        }\n    ]\n}"}],"_postman_id":"f526aead-412c-4c00-9089-6ca4ea66e3f5"},{"name":"Create","id":"486b3fa0-4ea2-4b3e-aa1d-fcdeff0dd833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"note\": \"<string>\",\n  \"prospectid\": \"<long>\",\n  \"prospectaccountid\": \"<integer>\",\n  \"opportunityid\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/note/create?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>prospectid</td>\n<td>id of the prospect</td>\n</tr>\n<tr>\n<td>prospectaccountid</td>\n<td>id of the account</td>\n</tr>\n<tr>\n<td>opportunityid</td>\n<td>id of the opportunity</td>\n</tr>\n<tr>\n<td>note</td>\n<td>notes details to be created</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Mandatory Fields</strong></p>\n<p>For adding Note to a Prospect linked to an Opportunity <em>prospectid</em> &amp; <em>opportunityid</em> are required.</p>\n<p>For adding Note to a Prospect only <em>prospectid</em> is required.</p>\n<p>For adding Note to a Account <em>prospectaccountid</em> is required.</p>\n<p>For adding Note to a Opportunity <em>opportunityid</em> is required.</p>\n<h4 id=\"response\"><strong>Response</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>noteid</td>\n<td>id of the created note.</td>\n</tr>\n<tr>\n<td>success</td>\n<td>true/false</td>\n</tr>\n<tr>\n<td>message</td>\n<td>success or failure message.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","note","create"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"6a915433-dc08-4a8e-80c4-87ea96393cbd","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"note\": \"I am the new note\",\n  \"prospectid\": 3369696\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/Note/Create?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","Note","Create"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Dec 2024 05:39:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap2-5f49f5455b-xcrxb"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99994"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Note saved successfully.\",\n    \"noteId\": 106128\n}"}],"_postman_id":"486b3fa0-4ea2-4b3e-aa1d-fcdeff0dd833"},{"name":"Update","id":"c75d9402-5c95-4a83-b20d-094527f75c35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"note\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/note/update/:id?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>id of note to be updated</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\"><strong>Response</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>true/false</td>\n</tr>\n<tr>\n<td>message</td>\n<td>success or failure message.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","note","update",":id"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"id":"a183c0b9-1bb6-44c7-8aa5-eecfe427350a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<long>","key":"id"}]}},"response":[{"id":"b0e873b3-74a8-428a-b1fa-29668bd6c68e","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"note\": \"updated note details\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/note/update/:id?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","note","update",":id"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"key":"id","value":"106128","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Dec 2024 05:45:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap2-5f49f5455b-xcrxb"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99993"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 0,\n    \"message\": \"Note saved successfully.\"\n}"}],"_postman_id":"c75d9402-5c95-4a83-b20d-094527f75c35"},{"name":"Delete","id":"1e1bba39-1996-46cd-bbd8-384af67f9cf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/note/delete/:id?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>id of the note to be deleted</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\"><strong>Response</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>true/false</td>\n</tr>\n<tr>\n<td>message</td>\n<td>success or failure message.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","note","delete",":id"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"id":"a3b1715b-95d2-4942-8d1d-8ea69c5c379f","type":"any","value":"<long>","key":"id"}]}},"response":[{"id":"5d23b34b-a114-4d11-8a81-6b6a6a0ecf04","name":"Delete","originalRequest":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/note/delete/:id?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","note","delete",":id"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"key":"id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 0,\n    \"message\": \"Note deleted successfully.\"\n}"}],"_postman_id":"1e1bba39-1996-46cd-bbd8-384af67f9cf9"}],"id":"0f836a55-e931-4420-a387-d93d0a5dad8d","_postman_id":"0f836a55-e931-4420-a387-d93d0a5dad8d","description":""},{"name":"Activities","item":[{"name":"Activities List","id":"8fe8bc3c-6cd7-4005-9cbb-dffb9e989022","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]"}],"url":"https://[location]-api.outplayhq.com/api/v1/activities?from=2023-02-21 13:10:49&to=2023-03-20 05:20:49&resourceid=3909118&resourcetype=prospect&offset=0&client_id=[client_id]","description":"<p><strong>Usage Limits</strong></p>\n<p>The API usage is limited to 10 calls per minute.</p>\n<p><strong>Request Param</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from</td>\n<td>From Date  <br />format : YYYY-MM-DD HH:MM:SS</td>\n</tr>\n<tr>\n<td>to</td>\n<td>To Date  <br />format : YYYY-MM-DD HH:MM:SS</td>\n</tr>\n<tr>\n<td>resourceid</td>\n<td>Identifier of associated object.</td>\n</tr>\n<tr>\n<td>resourcetype</td>\n<td>The type of resource for the identifier is specified in resourceid parameter i.e., prospect/account/opportunity</td>\n</tr>\n<tr>\n<td>offset</td>\n<td>Required to fetch the data on the next page. The default offset is 0 which fetches first page records.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request Body</strong></p>\n<p><strong>pagination</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasmorerecords</td>\n<td>This field is boolean. It will be true if more records are present.</td>\n</tr>\n<tr>\n<td>offset</td>\n<td>offset value to be provided to fetch the next page data in request.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Records</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>eventtype</td>\n<td>Event Type_  <br />(Refer to the event list)_</td>\n</tr>\n<tr>\n<td>eventdate</td>\n<td>Event date YYYY-MM-DD HH:MM:SS format</td>\n</tr>\n<tr>\n<td>resource</td>\n<td>Object related to the event. It contains two parameters resource id and resource type.  <br />Resource Id is an identifier of the associated object.  <br />Resource Type is object type i.e., prospect/account/opportunity.</td>\n</tr>\n<tr>\n<td>user</td>\n<td>Associated user with the event. It contains the user id and user email.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Event data associated with the respective event.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","activities"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"from","value":"2023-02-21 13:10:49"},{"key":"to","value":"2023-03-20 05:20:49"},{"key":"resourceid","value":"3909118"},{"key":"resourcetype","value":"prospect"},{"key":"offset","value":"0"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[],"_postman_id":"8fe8bc3c-6cd7-4005-9cbb-dffb9e989022"}],"id":"1663ace7-c1cb-4e33-a214-59857ff469a1","description":"<p><strong>Event Types</strong></p>\n<ul>\n<li>noteadded</li>\n<li>noteupdated</li>\n<li>call_logged</li>\n<li>mailsent</li>\n<li>mailreplied</li>\n<li>mailopen</li>\n<li>mailclick</li>\n<li>meetingbooked</li>\n<li>meetingupdated</li>\n<li>meetingcancelled</li>\n<li>optedout</li>\n<li>taskcreated</li>\n<li>taskupdated</li>\n<li>taskcompleted</li>\n<li>taskskipped</li>\n</ul>\n<p><strong>Note Event - Added/Updated</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>note</td>\n<td>notes</td>\n</tr>\n<tr>\n<td>noteid</td>\n<td>note identifier</td>\n</tr>\n<tr>\n<td>created_date</td>\n<td>created date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Call Event - Call Logged</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from</td>\n<td>dialled from</td>\n</tr>\n<tr>\n<td>to</td>\n<td>to number</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>call notes</td>\n</tr>\n<tr>\n<td>disposition</td>\n<td>call disposition</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>call duration</td>\n</tr>\n<tr>\n<td>recording</td>\n<td>call recording link</td>\n</tr>\n<tr>\n<td>callid</td>\n<td>call identifier</td>\n</tr>\n<tr>\n<td>calldate</td>\n<td>call date</td>\n</tr>\n<tr>\n<td>sequenceid</td>\n<td>sequence identifier</td>\n</tr>\n<tr>\n<td>stepid</td>\n<td>step identifier</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Mail Event - Sent/Replied/Open/Click</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>subject</td>\n<td>mail subject</td>\n</tr>\n<tr>\n<td>from</td>\n<td>from email</td>\n</tr>\n<tr>\n<td>to</td>\n<td>to email</td>\n</tr>\n<tr>\n<td>mail id</td>\n<td>outplay mail identifier</td>\n</tr>\n<tr>\n<td>mail date</td>\n<td>mail date</td>\n</tr>\n<tr>\n<td>sequenceid</td>\n<td>sequence identifier</td>\n</tr>\n<tr>\n<td>stepid</td>\n<td>step identifier</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Meeting Event - Booked/Updated/Cancelled</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>assigneduser</td>\n<td>Details of the user to whom the meeting is assigned. It contains id and email as a object  <br />eg: { \"id\": 2323, \"email\" : \"<a href=\"mailto:xyz@mail.com\">xyz@mail.com</a>\"}</td>\n</tr>\n<tr>\n<td>bookeduser</td>\n<td>Details of the user to whom the meeting is attributed or the user who booked it.</td>\n</tr>\n<tr>\n<td>participants</td>\n<td>Array of guests. It contains guestmail and gueststatus.  <br />Possible values of gueststatus - \"Accepted\", \"Pending\", \"Tentative\", \"Declined\", \"Deleted\"</td>\n</tr>\n<tr>\n<td>eventstatus</td>\n<td>Event Status  <br />Possible values - \"booked\", \"cancelled\", \"scheduled\"</td>\n</tr>\n<tr>\n<td>title</td>\n<td>meeting title</td>\n</tr>\n<tr>\n<td>from</td>\n<td>from time</td>\n</tr>\n<tr>\n<td>to</td>\n<td>to time</td>\n</tr>\n<tr>\n<td>calendareventid</td>\n<td>calendar event identifier</td>\n</tr>\n<tr>\n<td>sequenceid</td>\n<td>sequence identifier</td>\n</tr>\n<tr>\n<td>stepid</td>\n<td>step identifier</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Task Event - Created/Updated/Completed/Skipped</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tasktype</td>\n<td>Task type - Call, Email, LinkedIn, Twitter, Generic, Sms, WhatsApp</td>\n</tr>\n<tr>\n<td>taskid</td>\n<td>Task identifier</td>\n</tr>\n<tr>\n<td>scheduleddate</td>\n<td>scheduled date</td>\n</tr>\n<tr>\n<td>sequenceid</td>\n<td>sequence identifier</td>\n</tr>\n<tr>\n<td>stepid</td>\n<td>step identifier</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optout Event</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"source\" : \"prospect\"\n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>invoked by source  <br />Possible values - prospect, user</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"1663ace7-c1cb-4e33-a214-59857ff469a1"},{"name":"Prospect Mails","item":[{"name":"Mails List","id":"dd63ab01-f0f9-4f18-b94f-e0bcdd4ac926","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/prospectmails?client_id=[client_id]&from=2023-06-01&to=2023-06-10&mailType=1&prospectids=2535&offset=0&sequenceId=23&userId=882","description":"<p><strong>Response</strong></p>\n<p><strong>Pagination</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasmorerecords</td>\n<td>This field is boolean. It will be true if more records are present.</td>\n</tr>\n<tr>\n<td>offset</td>\n<td>offset value to be provided to fetch the next page data in request.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Records</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>prospectmailid</td>\n<td>Prospect Mail Id (unique identifier)</td>\n</tr>\n<tr>\n<td>prospectid</td>\n<td>Prospect Identifier</td>\n</tr>\n<tr>\n<td>mailbox  <br />*id  <br />*mailboxtype  <br />*connectedemail</td>\n<td>Details of Mailbox associated to the Mail.  <br />id - Mailbox Identifier.  <br />mailboxtype - Specifies type of mail i.e., GMail/Office365/SMTP/Zoho.  <br />connectedemail - email id of mailbox connected.</td>\n</tr>\n<tr>\n<td>mailstatus</td>\n<td>Sent/Received/Bounced (Can be determined from deliverystatus)</td>\n</tr>\n<tr>\n<td>sequence  <br />*id  <br />*sequencename  <br />*steporder  <br />*sequencestepid  <br />*prospectsequenceid</td>\n<td>Sequence data associated with mail.  <br />id - Sequence Identifier  <br />sequencename - Name of Sequence  <br />steporder - Step Order  <br />sequencestepid - Step Identifier  <br />prospectsequenceid  <br />id - Prospect Unique Id in the sequence</td>\n</tr>\n<tr>\n<td>usertaskid</td>\n<td>Associated Task Identifier</td>\n</tr>\n<tr>\n<td>maildate</td>\n<td>Mail Sent/Received date</td>\n</tr>\n<tr>\n<td>scheduleddate</td>\n<td>Mail scheduled date</td>\n</tr>\n<tr>\n<td>opens</td>\n<td>Count of mail opens</td>\n</tr>\n<tr>\n<td>clicks</td>\n<td>Count of mail link clicks</td>\n</tr>\n<tr>\n<td>replies</td>\n<td>Count of replies received</td>\n</tr>\n<tr>\n<td>recentopeneddate</td>\n<td>Recent mail opened date</td>\n</tr>\n<tr>\n<td>recentclickeddate</td>\n<td>Recent click date for the links in the mail</td>\n</tr>\n<tr>\n<td>recentreplieddate</td>\n<td>Recent reply received date for the mail</td>\n</tr>\n<tr>\n<td>templateid</td>\n<td>Template Identifier</td>\n</tr>\n<tr>\n<td>templatename</td>\n<td>Template Name</td>\n</tr>\n<tr>\n<td>mailinvokesource</td>\n<td>Mail Invoke Source  <br />- Sequence Step Auto  <br />- Sequence Step Manual  <br />- Manual  <br />- Auto  <br /></td>\n</tr>\n<tr>\n<td>mailexternalid</td>\n<td>Mail Identifier of Mailbox</td>\n</tr>\n<tr>\n<td>mailthreadid</td>\n<td>Mail Thread Identifier of Mailbox</td>\n</tr>\n<tr>\n<td>outplaymessageid</td>\n<td>Message Identifier assigned in Outplay</td>\n</tr>\n<tr>\n<td>outplaythreadid</td>\n<td>Message Thread Identifier assigned in Outplay</td>\n</tr>\n<tr>\n<td>mailtype</td>\n<td>Inbound/Outbound</td>\n</tr>\n<tr>\n<td>fromname</td>\n<td>From name</td>\n</tr>\n<tr>\n<td>senderemailid</td>\n<td>From email address</td>\n</tr>\n<tr>\n<td>toname</td>\n<td>To name</td>\n</tr>\n<tr>\n<td>toemail</td>\n<td>To email address</td>\n</tr>\n<tr>\n<td>bcc</td>\n<td>BCC</td>\n</tr>\n<tr>\n<td>cc</td>\n<td>CC</td>\n</tr>\n<tr>\n<td>subject</td>\n<td>Mail Subject</td>\n</tr>\n<tr>\n<td>messagetext</td>\n<td>Text Content received/sent in the mail</td>\n</tr>\n<tr>\n<td>trackopens</td>\n<td>Yes/No</td>\n</tr>\n<tr>\n<td>trackclicks</td>\n<td>Yes/No</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","prospectmails"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"},{"description":{"content":"<p>From Date\nformat : YYYY-MM-DD HH:MM:SS</p>\n","type":"text/plain"},"key":"from","value":"2023-06-01"},{"description":{"content":"<p>To Date\nformat : YYYY-MM-DD HH:MM:SS</p>\n","type":"text/plain"},"key":"to","value":"2023-06-10"},{"description":{"content":"<p>1 - Inbound, 2 - Outbound</p>\n","type":"text/plain"},"key":"mailType","value":"1"},{"description":{"content":"<p>Prospect Identifiers</p>\n","type":"text/plain"},"key":"prospectids","value":"2535"},{"description":{"content":"<p>The default offset is 0 which fetches first page records. Required to fetch the data on the next page. Pass the parameter from the previous response</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Sequence Identifier</p>\n","type":"text/plain"},"key":"sequenceId","value":"23"},{"description":{"content":"<p>User Identifier</p>\n","type":"text/plain"},"key":"userId","value":"882"}],"variable":[]}},"response":[{"id":"b9e77ac5-2e38-4397-9642-5bfd0a8b295d","name":"Mails List","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/prospectmails?client_id=[client_id]&from=2023-06-01&to=2023-06-10&mailType=1&prospectids=2535&offset=0&sequenceId=23&userId=882","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","prospectmails"],"query":[{"key":"client_id","value":"[client_id]"},{"key":"from","value":"2023-06-01"},{"key":"to","value":"2023-06-10"},{"key":"mailType","value":"1"},{"key":"prospectids","value":"2535"},{"key":"offset","value":"0"},{"key":"sequenceId","value":"23"},{"key":"userId","value":"882"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"paging\": {\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"prospectmailid\": 429965,\n            \"prospectid\": 3529973,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": null,\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-08T11:52:51.550065\",\n            \"scheduleddate\": \"2023-06-08T11:52:49.31258\",\n            \"opens\": 2,\n            \"clicks\": 0,\n            \"replies\": 1,\n            \"recentopeneddate\": \"2023-06-17T05:49:05.670349\",\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": \"2023-06-08T11:53:31.248388\",\n            \"templateid\": null,\n            \"templatename\": null,\n            \"mailinvokesource\": \"Manual\",\n            \"mailexternalid\": \"1889ada30f17268e\",\n            \"mailthreadid\": \"1889ada30f17268e\",\n            \"outplaymessageid\": \"<CADHwz-fztkk0=6=VgZ3b5K+QZFxw0zC+x5xE-6iqjiEbJeWYyA@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-fztkk0=6=VgZ3b5K+QZFxw0zC+x5xE-6iqjiEbJeWYyA@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"anil test\",\n            \"toemail\": \"sangareddyanilkumarreddy@gmail.com\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"anil test\",\n            \"messagetext\": \"Hi anil, \\nI hope this email finds you well. I came across your business and noticed that you don't offer online payment processing currently. Have you considered using Stripe? \\nWith Stripe, you can easily accept online payments, manage subscriptions, and handle financial transactions without any hassle. It's a flexible and secure platform that will benefit your business immensely. \\nIf you're interested, I'd be happy to provide you with more information on how Stripe can integrate with your business. Let me know your thoughts. \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429961,\n            \"prospectid\": 3528063,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": null,\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-08T11:42:45.64693\",\n            \"scheduleddate\": \"2023-06-08T11:42:43.618938\",\n            \"opens\": 1,\n            \"clicks\": 0,\n            \"replies\": 1,\n            \"recentopeneddate\": \"2023-06-08T11:43:34.605859\",\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": \"2023-06-08T11:43:34.605859\",\n            \"templateid\": null,\n            \"templatename\": null,\n            \"mailinvokesource\": \"Manual\",\n            \"mailexternalid\": \"1889ad0f05939762\",\n            \"mailthreadid\": \"1889ad0f05939762\",\n            \"outplaymessageid\": \"<CADHwz-eEh1BRW18OeJiTUX9sgoz17mg1PWifsVt7ps4uwJphZA@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-eEh1BRW18OeJiTUX9sgoz17mg1PWifsVt7ps4uwJphZA@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"sai test\",\n            \"toemail\": \"saitest@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"anil test\",\n            \"messagetext\": \"Hi sai, \\nI hope this email finds you well. Are you looking for a payment processing solution that is secure and reliable? Look no further than Stripe! \\nWith Stripe, you can easily accept online payments, manage subscriptions, and handle financial transactions with ease. Our flexible and secure platform is trusted by businesses of all sizes. \\nWould you like to learn more about how Stripe could benefit your business? Please let me know if you have any questions or would like to schedule a demo. \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429957,\n            \"prospectid\": 3528063,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": null,\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-08T11:26:40.829285\",\n            \"scheduleddate\": \"2023-06-08T11:26:38.55411\",\n            \"opens\": 1,\n            \"clicks\": 0,\n            \"replies\": 1,\n            \"recentopeneddate\": \"2023-06-08T11:28:33.352471\",\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": \"2023-06-08T11:28:33.352471\",\n            \"templateid\": null,\n            \"templatename\": null,\n            \"mailinvokesource\": \"Manual\",\n            \"mailexternalid\": \"1889ac23840ff3a3\",\n            \"mailthreadid\": \"1889ac23840ff3a3\",\n            \"outplaymessageid\": \"<CADHwz-evUijNOE3tAREXvnhOMsnNcAeBfJ-DuyYKo29X5ZvQNQ@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-evUijNOE3tAREXvnhOMsnNcAeBfJ-DuyYKo29X5ZvQNQ@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"sai test\",\n            \"toemail\": \"saitest@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"sai test template\",\n            \"messagetext\": \"Hi sai, \\nI hope this email finds you well. Are you looking for a payment processing solution that is secure and reliable? Look no further than Stripe! \\nWith Stripe, you can easily accept online payments, manage subscriptions, and handle financial transactions with ease. Our flexible and secure platform is trusted by businesses of all sizes. \\nWould you like to learn more about how Stripe could benefit your business? Please let me know if you have any questions or would like to schedule a demo. \\nBook Meeting for 15 minutes with Outplay HQ \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429918,\n            \"prospectid\": 3378232,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": {\n                \"id\": 5278,\n                \"sequencename\": \"preview sequence\",\n                \"steporder\": 3,\n                \"sequencestepid\": 11824,\n                \"prospectsequenceid\": 1141578\n            },\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-07T13:17:04.738665\",\n            \"scheduleddate\": \"2023-06-07T13:16:59.963626\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": 0,\n            \"templatename\": null,\n            \"mailinvokesource\": \"SequenceStepAuto\",\n            \"mailexternalid\": \"1889600efccb28b7\",\n            \"mailthreadid\": \"18895f59f2487f74\",\n            \"outplaymessageid\": \"<CADHwz-f1yKj4wdz5vTDrRNr856XhEwfw_Kz9caU+YQhLN6E+fA@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-eoPChHvp417NX_g=e8Jcdg=uNymPae-S2vN+3QXSy2gw@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"Krishna Kittu\",\n            \"toemail\": \"krishnakittu@martinz.com\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"Re: Intro\",\n            \"messagetext\": \"qwrewte \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \\nOn Wed, Jun 7, 2023 at 1:10 PM  000 Outplay HQ< \\nsuresh@outplayhq.com \\n> \\nOnce again welcome!!! \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \\nOn Wed, Jun 7, 2023 at 1:04 PM  000 Outplay HQ< \\nsuresh@outplayhq.com \\n> \\nwelcome \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429916,\n            \"prospectid\": 3378232,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": {\n                \"id\": 5278,\n                \"sequencename\": \"preview sequence\",\n                \"steporder\": 2,\n                \"sequencestepid\": 11823,\n                \"prospectsequenceid\": 1141578\n            },\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-07T13:10:53.371111\",\n            \"scheduleddate\": \"2023-06-07T13:10:46.59301\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": 0,\n            \"templatename\": null,\n            \"mailinvokesource\": \"SequenceStepAuto\",\n            \"mailexternalid\": \"18895fb44a244f32\",\n            \"mailthreadid\": \"18895f59f2487f74\",\n            \"outplaymessageid\": \"<CADHwz-dNpUTPxgv2_ss8j0N5moqXy1OHkNa0-8WqQAuuaMyySw@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-eoPChHvp417NX_g=e8Jcdg=uNymPae-S2vN+3QXSy2gw@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"Krishna Kittu\",\n            \"toemail\": \"krishnakalakonda123@gmail.com\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"Re: Intro\",\n            \"messagetext\": \"Once again welcome!!! \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \\nOn Wed, Jun 7, 2023 at 1:04 PM  000 Outplay HQ< \\nsuresh@outplayhq.com \\n> \\nwelcome \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429915,\n            \"prospectid\": 3506338,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": {\n                \"id\": 5278,\n                \"sequencename\": \"preview sequence\",\n                \"steporder\": 3,\n                \"sequencestepid\": 11824,\n                \"prospectsequenceid\": 1141577\n            },\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-07T13:10:43.579905\",\n            \"scheduleddate\": \"2023-06-07T13:10:36.51924\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": 0,\n            \"templatename\": null,\n            \"mailinvokesource\": \"SequenceStepAuto\",\n            \"mailexternalid\": \"18895fb1faf5b437\",\n            \"mailthreadid\": \"18895efcd895dbde\",\n            \"outplaymessageid\": \"<CADHwz-ff9g0AF1_GTO3pq1mGGoDMVuEj+cLw0FgEkkrfpQ5gmQ@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-djG-LV+1Vi98xpLhSeniaTRxEKf26STrmtg0J2nbiUzA@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"one one\",\n            \"toemail\": \"oneone@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"Re: Intro\",\n            \"messagetext\": \"qwrewte \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \\nOn Wed, Jun 7, 2023 at 1:04 PM  000 Outplay HQ< \\nsuresh@outplayhq.com \\n> \\nOnce again welcome!!! \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \\nOn Wed, Jun 7, 2023 at 12:58 PM  000 Outplay HQ< \\nsuresh@outplayhq.com \\n> \\nwelcome \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429914,\n            \"prospectid\": 3378232,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": {\n                \"id\": 5278,\n                \"sequencename\": \"preview sequence\",\n                \"steporder\": 1,\n                \"sequencestepid\": 11822,\n                \"prospectsequenceid\": 1141578\n            },\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-07T13:04:42.878897\",\n            \"scheduleddate\": \"2023-06-07T13:04:36.91646\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": 0,\n            \"templatename\": null,\n            \"mailinvokesource\": \"SequenceStepAuto\",\n            \"mailexternalid\": \"18895f59f2487f74\",\n            \"mailthreadid\": \"18895f59f2487f74\",\n            \"outplaymessageid\": \"<CADHwz-eoPChHvp417NX_g=e8Jcdg=uNymPae-S2vN+3QXSy2gw@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-eoPChHvp417NX_g=e8Jcdg=uNymPae-S2vN+3QXSy2gw@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"Krishna Kittu\",\n            \"toemail\": \"krishnakalakonda123@gmail.com\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"Intro\",\n            \"messagetext\": \"welcome \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429913,\n            \"prospectid\": 3506338,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": {\n                \"id\": 5278,\n                \"sequencename\": \"preview sequence\",\n                \"steporder\": 2,\n                \"sequencestepid\": 11823,\n                \"prospectsequenceid\": 1141577\n            },\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-07T13:04:28.397079\",\n            \"scheduleddate\": \"2023-06-07T13:04:23.233648\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": 0,\n            \"templatename\": null,\n            \"mailinvokesource\": \"SequenceStepAuto\",\n            \"mailexternalid\": \"18895f5622b48c70\",\n            \"mailthreadid\": \"18895efcd895dbde\",\n            \"outplaymessageid\": \"<CADHwz-cEumV-h6+6+b4-_njqLjRpkoAx8nzwS5rzwiwS23_oPA@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-djG-LV+1Vi98xpLhSeniaTRxEKf26STrmtg0J2nbiUzA@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"one one\",\n            \"toemail\": \"oneone@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"Re: Intro\",\n            \"messagetext\": \"Once again welcome!!! \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \\nOn Wed, Jun 7, 2023 at 12:58 PM  000 Outplay HQ< \\nsuresh@outplayhq.com \\n> \\nwelcome \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429912,\n            \"prospectid\": 3507957,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": {\n                \"id\": 5278,\n                \"sequencename\": \"preview sequence\",\n                \"steporder\": 3,\n                \"sequencestepid\": 11824,\n                \"prospectsequenceid\": 1141576\n            },\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-07T13:04:26.77418\",\n            \"scheduleddate\": \"2023-06-07T13:04:23.168828\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": 0,\n            \"templatename\": null,\n            \"mailinvokesource\": \"SequenceStepAuto\",\n            \"mailexternalid\": \"18895f55fc63c663\",\n            \"mailthreadid\": \"18895d2bfea3b0db\",\n            \"outplaymessageid\": \"<CADHwz-dco_T5Ttmiog1HZM3GBoVkC-ob1tuuZCEWwA+UyTtFcQ@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-cmNYoHLwY5Jx-xr0Wr68+Arc-VJ_A8xOonY6tj8Q34Hw@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"rabasa test\",\n            \"toemail\": \"rabasatest@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"Re: Intro\",\n            \"messagetext\": \"qwrewte \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \\nOn Wed, Jun 7, 2023 at 12:58 PM  000 Outplay HQ< \\nsuresh@outplayhq.com \\n> \\nOnce again welcome!!! \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \\nOn Wed, Jun 7, 2023 at 12:26 PM  000 Outplay HQ< \\nsuresh@outplayhq.com \\n> \\nwelcome \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429910,\n            \"prospectid\": 3506338,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": {\n                \"id\": 5278,\n                \"sequencename\": \"preview sequence\",\n                \"steporder\": 1,\n                \"sequencestepid\": 11822,\n                \"prospectsequenceid\": 1141577\n            },\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-07T12:58:21.886594\",\n            \"scheduleddate\": \"2023-06-07T12:47:05.867772\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": 0,\n            \"templatename\": null,\n            \"mailinvokesource\": \"SequenceStepAuto\",\n            \"mailexternalid\": \"18895efcd895dbde\",\n            \"mailthreadid\": \"18895efcd895dbde\",\n            \"outplaymessageid\": \"<CADHwz-djG-LV+1Vi98xpLhSeniaTRxEKf26STrmtg0J2nbiUzA@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-djG-LV+1Vi98xpLhSeniaTRxEKf26STrmtg0J2nbiUzA@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"one one\",\n            \"toemail\": \"oneone@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"Intro\",\n            \"messagetext\": \"welcome \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429909,\n            \"prospectid\": 3507957,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": {\n                \"id\": 5278,\n                \"sequencename\": \"preview sequence\",\n                \"steporder\": 2,\n                \"sequencestepid\": 11823,\n                \"prospectsequenceid\": 1141576\n            },\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-07T12:58:20.440634\",\n            \"scheduleddate\": \"2023-06-07T12:32:45.400935\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": 0,\n            \"templatename\": null,\n            \"mailinvokesource\": \"SequenceStepAuto\",\n            \"mailexternalid\": \"18895efc8a541582\",\n            \"mailthreadid\": \"18895d2bfea3b0db\",\n            \"outplaymessageid\": \"<CADHwz-e3KXV3K_7DtR1c7qw5jPsy4q2ZEdT2RNqPVcBHzqi2jw@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-cmNYoHLwY5Jx-xr0Wr68+Arc-VJ_A8xOonY6tj8Q34Hw@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"rabasa test\",\n            \"toemail\": \"rabasatest@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"Re: Intro\",\n            \"messagetext\": \"Once again welcome!!! \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \\nOn Wed, Jun 7, 2023 at 12:26 PM  000 Outplay HQ< \\nsuresh@outplayhq.com \\n> \\nwelcome \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429907,\n            \"prospectid\": 3507957,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": {\n                \"id\": 5278,\n                \"sequencename\": \"preview sequence\",\n                \"steporder\": 1,\n                \"sequencestepid\": 11822,\n                \"prospectsequenceid\": 1141576\n            },\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-07T12:26:37.723582\",\n            \"scheduleddate\": \"2023-06-07T12:26:32.335802\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": 0,\n            \"templatename\": null,\n            \"mailinvokesource\": \"SequenceStepAuto\",\n            \"mailexternalid\": \"18895d2bfea3b0db\",\n            \"mailthreadid\": \"18895d2bfea3b0db\",\n            \"outplaymessageid\": \"<CADHwz-cmNYoHLwY5Jx-xr0Wr68+Arc-VJ_A8xOonY6tj8Q34Hw@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-cmNYoHLwY5Jx-xr0Wr68+Arc-VJ_A8xOonY6tj8Q34Hw@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"rabasa test\",\n            \"toemail\": \"rabasatest@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"Intro\",\n            \"messagetext\": \"welcome \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nIf you'd like me to stop sending you emails, please \\nclick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429856,\n            \"prospectid\": 3528064,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 576,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"atul@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": null,\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-07T04:42:34.814004\",\n            \"scheduleddate\": \"2023-06-07T04:42:32.792309\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": null,\n            \"templatename\": null,\n            \"mailinvokesource\": \"Manual\",\n            \"mailexternalid\": \"1889429e6d929c83\",\n            \"mailthreadid\": \"1884f067e8160bf3\",\n            \"outplaymessageid\": \"<CAANnDtb5QN1dZcA1qzvgHtMgZHTWvwGeH+ZzVx03iGNzyLW5Bg@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CAANnDtZ0qT=xsQo59C0SM+8sOKQ3SrEbPthBL5BXVxayQqjG8w@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"atul@outplayhq.com\",\n            \"toname\": \"\",\n            \"toemail\": \"saravana.k@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"Re: tmp6\",\n            \"messagetext\": \"reply mail \\nSaravana Krishna \\nDeveloper \\n Armentum \\nhttps://outplayhq.com/ \\nPhone: \\n09494962048 \\n 09494962048 \\nEmail: \\nsaravan1996.krishna@gmail.com \\nAddress: \\nFlat-109,M.V.V Presidency,Old Venkojipalem, \\nText Me \\nOn May 25, 2023 at 12:00 AM Outplay HQ <atul@outplayhq.com> wrote: \\nAtul Rajput \\nUI Developer, \\nOutplay \\noutplayhq.com \\n9876543210 \\n, \\n 9632587410 \\natul@outplayhq.com \\nSector 16b, greater noida west \\nssssssssssss \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429829,\n            \"prospectid\": 2309189,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": null,\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-06T16:51:01.608431\",\n            \"scheduleddate\": \"2023-06-06T16:50:59.585221\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": null,\n            \"templatename\": null,\n            \"mailinvokesource\": \"Manual\",\n            \"mailexternalid\": \"188919e749620da3\",\n            \"mailthreadid\": \"1887c3e88e610e3e\",\n            \"outplaymessageid\": \"<CADHwz-eBXm=Ea-DL08B-2HHfJTmrehoXDDLnA8uZdZpGs3GsVw@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-ez=O0NKj3-tE9TziFk_G_HQW93ibFUmZg98tAEAiq=wA@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"picklist text\",\n            \"toemail\": \"picklist@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"Re: asdcasc\",\n            \"messagetext\": \" kasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \\nOn Jun 02, 2023 at 06:44 PM Outplay HQ <suresh@outplayhq.com> wrote: \\navsdasdv \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429698,\n            \"prospectid\": 3504371,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": null,\n            \"usertaskid\": 392211,\n            \"maildate\": \"2023-06-06T06:00:10.659151\",\n            \"scheduleddate\": \"2023-06-06T06:00:05.967092\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": null,\n            \"templatename\": null,\n            \"mailinvokesource\": \"Manual\",\n            \"mailexternalid\": \"1888f4a957c331cf\",\n            \"mailthreadid\": \"1888f4a957c331cf\",\n            \"outplaymessageid\": \"<CADHwz-c+C+bHn-K4WDLGMNaw0XeUkk1Aky6Q8YNryF2Wh7tjVw@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-c+C+bHn-K4WDLGMNaw0XeUkk1Aky6Q8YNryF2Wh7tjVw@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"Chris John\",\n            \"toemail\": \"chris.j@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"edeewde\",\n            \"messagetext\": \"efesfwefefefefefefewfer \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \",\n            \"trackopens\": true,\n            \"trackclicks\": false\n        },\n        {\n            \"prospectmailid\": 429645,\n            \"prospectid\": 3528063,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": null,\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-05T13:56:52.830451\",\n            \"scheduleddate\": \"2023-06-05T13:56:51.518161\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": null,\n            \"templatename\": null,\n            \"mailinvokesource\": \"Manual\",\n            \"mailexternalid\": \"1888bd8a86159c2f\",\n            \"mailthreadid\": \"1888bd8a86159c2f\",\n            \"outplaymessageid\": \"<CADHwz-e0yk78A5tOATochx2gJVEpbK0ZW3ELdGTRs=33xo+MRA@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-e0yk78A5tOATochx2gJVEpbK0ZW3ELdGTRs=33xo+MRA@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"sai test\",\n            \"toemail\": \"saitest@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"variable mail\",\n            \"messagetext\": \"Op_33test \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429643,\n            \"prospectid\": 3529678,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": null,\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-05T13:55:42.023681\",\n            \"scheduleddate\": \"2023-06-05T13:55:39.866669\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": null,\n            \"templatename\": null,\n            \"mailinvokesource\": \"Manual\",\n            \"mailexternalid\": \"1888bd793a059d42\",\n            \"mailthreadid\": \"1888bd793a059d42\",\n            \"outplaymessageid\": \"<CADHwz-dJMWw-8XR46cX8Nepd+Nd6Ychay5XPKdLL1c+a2C_25Q@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-dJMWw-8XR46cX8Nepd+Nd6Ychay5XPKdLL1c+a2C_25Q@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"krishnaram001\",\n            \"toemail\": \"krishnaram001@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"variable mail\",\n            \"messagetext\": \"Outplay HQ \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429580,\n            \"prospectid\": 2309189,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": null,\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-02T13:14:14.159794\",\n            \"scheduleddate\": \"2023-06-02T13:14:12.524756\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": null,\n            \"templatename\": null,\n            \"mailinvokesource\": \"Manual\",\n            \"mailexternalid\": \"1887c3e88e610e3e\",\n            \"mailthreadid\": \"1887c3e88e610e3e\",\n            \"outplaymessageid\": \"<CADHwz-ez=O0NKj3-tE9TziFk_G_HQW93ibFUmZg98tAEAiq=wA@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-ez=O0NKj3-tE9TziFk_G_HQW93ibFUmZg98tAEAiq=wA@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"picklist text\",\n            \"toemail\": \"picklist@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"asdcasc\",\n            \"messagetext\": \"avsdasdv \\nkasdc \\nasdc \\nasdv \\ndsavasdv \\n adsvasdv@martinz.co.in \\nasdfasdf \\nClick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429513,\n            \"prospectid\": 3233646,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": null,\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-01T12:38:00.287829\",\n            \"scheduleddate\": \"2023-06-01T12:37:58.876075\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": null,\n            \"templatename\": null,\n            \"mailinvokesource\": \"Manual\",\n            \"mailexternalid\": \"18876f70284b2981\",\n            \"mailthreadid\": \"18876f67478cf745\",\n            \"outplaymessageid\": \"<CADHwz-fqyb1Wdf+V5CKVGEHOPAaEmijx2hNx0gB+zLPRYtm=GQ@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CAH8kefxh5Bn3nXd_1tvn00zO-rvi=KrxK+vwa4ZLmEgDxVM79w@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"Faroqs-Now\",\n            \"toemail\": \"farooqsnow@gmail.com\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"Re: Opt out link\",\n            \"messagetext\": \"qwert \\nSaravana Krishna \\nSr Web Developer \\nArmentum \\nArmentum \\n09494962048 \\n, \\n 09494962048 \\nsaravan1996.krishna@gmail.com \\nFlat-109,M.V.V Presidency,Old Venkojipalem, \\nRead more \\nOn Jun 01, 2023 at 06:07 PM Outplay HQ <suresh@outplayhq.com> wrote: \\nSaravana Krishna \\nSr Web Developer \\nArmentum \\nArmentum \\n09494962048 \\n, \\n 09494962048 \\nsaravan1996.krishna@gmail.com \\nFlat-109,M.V.V Presidency,Old Venkojipalem, \\nRead more \\nOn Apr 06, 2023 at 01:49 PM Outplay Goa Padmanabhan Panicker <shyam.s@outplayhq.com> wrote: \\nsdasdasd \\nTera tujhme saup de \\nKya laagat hai mor \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429510,\n            \"prospectid\": 3233646,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": null,\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-01T12:37:24.008116\",\n            \"scheduleddate\": \"2023-06-01T12:37:22.085852\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": null,\n            \"templatename\": null,\n            \"mailinvokesource\": \"Manual\",\n            \"mailexternalid\": \"18876f67478cf745\",\n            \"mailthreadid\": \"18876f67478cf745\",\n            \"outplaymessageid\": \"<CADHwz-cV-NwsKcbB2YFeewn==BCtni9eoYPZcYr__KwoiXwTUg@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CAH8kefxh5Bn3nXd_1tvn00zO-rvi=KrxK+vwa4ZLmEgDxVM79w@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"Faroqs-Now\",\n            \"toemail\": \"farooqsnow@gmail.com\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"Re: Opt out link\",\n            \"messagetext\": \"Saravana Krishna \\nSr Web Developer \\nArmentum \\nArmentum \\n09494962048 \\n, \\n 09494962048 \\nsaravan1996.krishna@gmail.com \\nFlat-109,M.V.V Presidency,Old Venkojipalem, \\nRead more \\nOn Apr 06, 2023 at 01:49 PM Outplay Goa Padmanabhan Panicker <shyam.s@outplayhq.com> wrote: \\nsdasdasd \\nTera tujhme saup de \\nKya laagat hai mor \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429469,\n            \"prospectid\": 2309189,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": {\n                \"id\": 5064,\n                \"sequencename\": \"New Sequence\",\n                \"steporder\": 1,\n                \"sequencestepid\": 11328,\n                \"prospectsequenceid\": 1140281\n            },\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-02T00:30:03.781899\",\n            \"scheduleddate\": \"2023-06-02T00:30:00\",\n            \"opens\": 0,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": null,\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": 0,\n            \"templatename\": null,\n            \"mailinvokesource\": \"SequenceStepAuto\",\n            \"mailexternalid\": \"1887982ea6361949\",\n            \"mailthreadid\": \"1887982ea6361949\",\n            \"outplaymessageid\": \"<CADHwz-dPA4ww-_71VR09xp7E0jNbTv+i6UuJeXbf+iUP+YfCOw@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-dPA4ww-_71VR09xp7E0jNbTv+i6UuJeXbf+iUP+YfCOw@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"picklist text\",\n            \"toemail\": \"picklist@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"trest\",\n            \"messagetext\": \"ef \\nSaravana Krishna \\nSr Web Developer \\nArmentum \\nArmentum \\n09494962048 \\n, \\n 09494962048 \\nsaravan1996.krishna@gmail.com \\nFlat-109,M.V.V Presidency,Old Venkojipalem, \\nRead more \\nIf you'd like me to stop sending you emails, please \\nclick here \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        },\n        {\n            \"prospectmailid\": 429468,\n            \"prospectid\": 3528057,\n            \"sentby\": {\n                \"id\": 263,\n                \"email\": \"outplaytest@martinz.co.in\"\n            },\n            \"mailbox\": {\n                \"id\": 491,\n                \"mailboxtype\": \"GMail\",\n                \"connectedemail\": \"suresh@outplayhq.com\"\n            },\n            \"mailstatus\": \"Sent\",\n            \"sequence\": null,\n            \"usertaskid\": null,\n            \"maildate\": \"2023-06-01T10:37:48.993648\",\n            \"scheduleddate\": \"2023-06-01T10:37:47.590233\",\n            \"opens\": 1,\n            \"clicks\": 0,\n            \"replies\": 0,\n            \"recentopeneddate\": \"2023-06-19T09:05:32.459712\",\n            \"recentclickeddate\": null,\n            \"recentreplieddate\": null,\n            \"templateid\": null,\n            \"templatename\": null,\n            \"mailinvokesource\": \"Manual\",\n            \"mailexternalid\": \"1887688f9c0cbcd6\",\n            \"mailthreadid\": \"1887688f9c0cbcd6\",\n            \"outplaymessageid\": \"<CADHwz-fETJH8D1YGyBg8BWHxU9C7khmdHUs1YsRbtBGQ3cVw_A@mail.gmail.com>\",\n            \"outplaythreadid\": \"<CADHwz-fETJH8D1YGyBg8BWHxU9C7khmdHUs1YsRbtBGQ3cVw_A@mail.gmail.com>\",\n            \"mailtype\": \"Outbound\",\n            \"fromname\": \"Outplay HQ\",\n            \"senderemailid\": \"suresh@outplayhq.com\",\n            \"toname\": \"time51820 martinz.co.in\",\n            \"toemail\": \"time51820@martinz.co.in\",\n            \"bcc\": null,\n            \"cc\": \"\",\n            \"subject\": \"one off mail\",\n            \"messagetext\": \"time51820 \\nSaravana Krishna \\nSr Web Developer \\nArmentum \\nArmentum \\n09494962048 \\n, \\n 09494962048 \\nsaravan1996.krishna@gmail.com \\nFlat-109,M.V.V Presidency,Old Venkojipalem, \\nRead more \",\n            \"trackopens\": true,\n            \"trackclicks\": true\n        }\n    ]\n}"}],"_postman_id":"dd63ab01-f0f9-4f18-b94f-e0bcdd4ac926"}],"id":"88bc3390-ae7b-4838-bb58-546fa9fd3643","_postman_id":"88bc3390-ae7b-4838-bb58-546fa9fd3643","description":""},{"name":"Tasks","item":[{"name":"List","id":"a23ee5cd-758c-43d6-a356-34b4d0859cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"userids\": [\r\n    1\r\n  ],\r\n  \"searchtext\": null,\r\n  \"tasktype\": \"twitter\",\r\n  \"fromdate\": \"2024-07-01 00:00:00\",\r\n  \"todate\": \"2024-07-29 23:00:00\",\r\n  \"tasksource\": \"Manual\",\r\n  \"priority\": \"Low\",\r\n  \"fields\": [\r\n    {\r\n      \"fieldname\": \"first name\",\r\n      \"fieldcondition\": \"contains\",\r\n      \"fieldvalue\": \"chenna\"\r\n    }\r\n  ],\r\n  \"sequenceids\": [\r\n  ],\r\n  \"tags\": [\r\n  ],\r\n  \"stageids\": [\r\n  ],\r\n  \"accountids\": [\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/task/list?client_id=[client_id]","description":"<p><strong>Usage Limits</strong></p>\n<p>The API usage is limited to 20 calls per 10 seconds.</p>\n<h4 id=\"request\"><strong>Request</strong></h4>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tasksource</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Source of the task. Possible values include: Sequence, Manual, Trigger or Followup.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tasktype</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Specifies the type of task. Possible values include: Email, Call, LinkedIn, Twitter, Generic, Sms or WhatsApp.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>taskstatus</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Current status of the task. Possible values are:<br />Pending, Completed or Skipped.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ownerids (array[integer])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Owner ids</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prospecttags (array[string])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Prospect Tag names</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>priority</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Source of the task, Values include LOW, MEDIUM, HIGH or CRITICAL</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sequenceids (array[integer])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Sequence ids</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stages (array[string])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Prospect Stages</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>accountids (array[integer])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Account ids</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fields (array[fieldcondition])</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Conditions to apply on Prospect fields</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>pageindex (integer)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide the number of page to view data in. Per page limit is 50 tasks.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>FieldCondition Object</strong></p>\n<table><tbody><tr><td><div>fieldname (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>All the prospect fields ie, email id, phone, first name, last name etc</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fieldcondition (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Conditions to use<br />\"gte - Greater Than Equals\"<br />\"lt - Lesser Than\"<br />\"eq - Equals\"<br />\"hasvalue - Has Value\"<br />\"hasnovalue - Has No Value\"<br />\"contains - Contains\"<br />\"startwith - Start With\"<br />\"endwith - Ends With\"<br />\"is - Is\"<br />\"hasvalue - Has Value\"<br />\"hasnovalue - Has No Value\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fieldvalue (string)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Provide the value based on the field name and condition selected</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Mandatory Fields</strong></p>\n<p>If you are giving fields filter, please provide fieldname and condition, otherwise you will get 400 bad request error.</p>\n<h4 id=\"response\"><strong>Response</strong></h4>\n<p><strong>Pagination</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasmorerecords</td>\n<td>This field is boolean. It will be true if more records are present.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>The number of records per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Records</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>taskid</td>\n<td>Task id (Unique identifier for the task)</td>\n</tr>\n<tr>\n<td>tasktype</td>\n<td>Specifies the type of task to be performed.</td>\n</tr>\n<tr>\n<td>tasksource</td>\n<td>Specifies the origin of the task. Values include:  <br />Sequence, Manual, Trigger or Followup.</td>\n</tr>\n<tr>\n<td>tasksubtype</td>\n<td>Parameters specific to the task action.  <br />LinkedIn Actions: ViewProfile, ConnectionRequest, InMail, Other.  <br />Twitter Actions: Follow, Retweet, Twitter or Other.  <br />Generic Task: Task name.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>The task notes.</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>Priority level of the task. Values include:  <br />Low, Normal, Hight or Critical.</td>\n</tr>\n<tr>\n<td>taskcomments</td>\n<td>comments associated with the task completion.</td>\n</tr>\n<tr>\n<td>duedate</td>\n<td>The due date by which the task should be completed.</td>\n</tr>\n<tr>\n<td>complateddate</td>\n<td>The date when the task was completed</td>\n</tr>\n<tr>\n<td>taskstatus</td>\n<td>Current status of the task. Possible values are:  <br />Pending, Completed or Skipped.</td>\n</tr>\n<tr>\n<td>userdetails [Object]  <br />*id  <br />*email</td>\n<td>Assigned user to the task.  <br />id - user identifier  <br />email - Email address of the user.</td>\n</tr>\n<tr>\n<td>prospectid</td>\n<td>Identifier for the prospect associated with the task.</td>\n</tr>\n<tr>\n<td>opportunityid</td>\n<td>Identifier for the opportunity associated with the task.</td>\n</tr>\n<tr>\n<td>sequence [Object]  <br />*id  <br />*sequencename  <br />*steporder  <br />*sequencestepid  <br />*prospectsequenceid</td>\n<td>Sequence data associated with task.  <br />id - Sequence Identifier  <br />sequencename - Name of Sequence  <br />steporder - Step Order  <br />sequencestepid - Step Identifier  <br />prospectsequenceid  <br />id - Prospect Unique Id in the sequence</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","task","list"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"95b45853-f5dc-4e39-994e-3e796fc1dadd","name":"Tasks List","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"userids\": [\r\n    836\r\n  ],\r\n  \"searchtext\": null,\r\n  \"tasktype\": \"email\",\r\n  \"fromtime\": 0,\r\n  \"totime\": 0,\r\n  \"fromdate\": \"2023-06-01\",\r\n  \"todate\": \"2024-06-24\",\r\n  \"tasksource\": \"Manual\",\r\n  \"priority\": \"Normal\",\r\n  \"fields\": [\r\n    {\r\n      \"fieldname\": \"first name\",\r\n      \"fieldcondition\": \"contains\",\r\n      \"fieldvalue\": \"out\"\r\n    }\r\n  ],\r\n  \"sequenceids\": [\r\n  ],\r\n  \"tags\": [\r\n  ],\r\n  \"stageids\": [\r\n  ],\r\n  \"accountids\": [\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/task/list?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","task","list"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 25 Jun 2024 08:32:20 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-op-machine","value":"ANIL"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99998"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"taskid\": 309,\n            \"tasktype\": \"Email\",\n            \"tasksource\": \"Manual\",\n            \"tasksubtype\": null,\n            \"description\": \"err\",\n            \"priority\": \"Normal\",\n            \"comments\": null,\n            \"duedate\": \"2023-08-02T07:04:00\",\n            \"completeddate\": null,\n            \"taskstatus\": \"Pending\",\n            \"userDetails\": {\n                \"id\": 836,\n                \"email\": \"kj@martinz.co.in\"\n            },\n            \"prospectid\": 774,\n            \"opportunityid\": null,\n            \"sequence\": null\n        },\n        {\n            \"taskid\": 310,\n            \"tasktype\": \"Email\",\n            \"tasksource\": \"Manual\",\n            \"tasksubtype\": null,\n            \"description\": \"www\",\n            \"priority\": \"Normal\",\n            \"comments\": null,\n            \"duedate\": \"2023-08-02T07:05:00\",\n            \"completeddate\": null,\n            \"taskstatus\": \"Pending\",\n            \"userDetails\": {\n                \"id\": 836,\n                \"email\": \"kj@martinz.co.in\"\n            },\n            \"prospectid\": 774,\n            \"opportunityid\": null,\n            \"sequence\": null\n        },\n        {\n            \"taskid\": 311,\n            \"tasktype\": \"Email\",\n            \"tasksource\": \"Manual\",\n            \"tasksubtype\": null,\n            \"description\": \"wwww\",\n            \"priority\": \"Normal\",\n            \"comments\": null,\n            \"duedate\": \"2023-08-02T07:07:00\",\n            \"completeddate\": null,\n            \"taskstatus\": \"Pending\",\n            \"userDetails\": {\n                \"id\": 836,\n                \"email\": \"kj@martinz.co.in\"\n            },\n            \"prospectid\": 774,\n            \"opportunityid\": null,\n            \"sequence\": null\n        },\n        {\n            \"taskid\": 312,\n            \"tasktype\": \"Email\",\n            \"tasksource\": \"Manual\",\n            \"tasksubtype\": null,\n            \"description\": \"wwwww\",\n            \"priority\": \"Normal\",\n            \"comments\": null,\n            \"duedate\": \"2023-08-02T07:09:00\",\n            \"completeddate\": null,\n            \"taskstatus\": \"Pending\",\n            \"userDetails\": {\n                \"id\": 836,\n                \"email\": \"kj@martinz.co.in\"\n            },\n            \"prospectid\": 774,\n            \"opportunityid\": null,\n            \"sequence\": null\n        },\n        {\n            \"taskid\": 313,\n            \"tasktype\": \"Email\",\n            \"tasksource\": \"Manual\",\n            \"tasksubtype\": null,\n            \"description\": \"ddddd\",\n            \"priority\": \"Normal\",\n            \"comments\": null,\n            \"duedate\": \"2023-08-02T07:13:00\",\n            \"completeddate\": null,\n            \"taskstatus\": \"Pending\",\n            \"userDetails\": {\n                \"id\": 836,\n                \"email\": \"kj@martinz.co.in\"\n            },\n            \"prospectid\": 774,\n            \"opportunityid\": null,\n            \"sequence\": null\n        },\n        {\n            \"taskid\": 314,\n            \"tasktype\": \"Email\",\n            \"tasksource\": \"Manual\",\n            \"tasksubtype\": null,\n            \"description\": \"qqqssssss\",\n            \"priority\": \"Normal\",\n            \"comments\": null,\n            \"duedate\": \"2023-08-02T07:16:00\",\n            \"completeddate\": null,\n            \"taskstatus\": \"Pending\",\n            \"userDetails\": {\n                \"id\": 836,\n                \"email\": \"kj@martinz.co.in\"\n            },\n            \"prospectid\": 774,\n            \"opportunityid\": null,\n            \"sequence\": null\n        },\n        {\n            \"taskid\": 315,\n            \"tasktype\": \"Email\",\n            \"tasksource\": \"Manual\",\n            \"tasksubtype\": null,\n            \"description\": \"ccccccc\",\n            \"priority\": \"Normal\",\n            \"comments\": null,\n            \"duedate\": \"2023-08-02T07:18:00\",\n            \"completeddate\": null,\n            \"taskstatus\": \"Pending\",\n            \"userDetails\": {\n                \"id\": 836,\n                \"email\": \"kj@martinz.co.in\"\n            },\n            \"prospectid\": 774,\n            \"opportunityid\": null,\n            \"sequence\": null\n        },\n        {\n            \"taskid\": 316,\n            \"tasktype\": \"Email\",\n            \"tasksource\": \"Manual\",\n            \"tasksubtype\": null,\n            \"description\": \"asd\",\n            \"priority\": \"Normal\",\n            \"comments\": null,\n            \"duedate\": \"2023-08-02T07:21:00\",\n            \"completeddate\": null,\n            \"taskstatus\": \"Pending\",\n            \"userDetails\": {\n                \"id\": 836,\n                \"email\": \"kj@martinz.co.in\"\n            },\n            \"prospectid\": 774,\n            \"opportunityid\": null,\n            \"sequence\": null\n        },\n        {\n            \"taskid\": 418,\n            \"tasktype\": \"Email\",\n            \"tasksource\": \"Manual\",\n            \"tasksubtype\": null,\n            \"description\": \"new task\",\n            \"priority\": \"Normal\",\n            \"comments\": null,\n            \"duedate\": \"2024-06-20T08:24:00\",\n            \"completeddate\": null,\n            \"taskstatus\": \"Pending\",\n            \"userDetails\": {\n                \"id\": 836,\n                \"email\": \"kj@martinz.co.in\"\n            },\n            \"prospectid\": 9586,\n            \"opportunityid\": null,\n            \"sequence\": null\n        }\n    ]\n}"}],"_postman_id":"a23ee5cd-758c-43d6-a356-34b4d0859cb5"},{"name":"Get","id":"ac898e11-029c-4e3f-8681-484f0ea01b37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/task/:taskid?client_id=[client_id]","description":"<p><strong>Usage Limits</strong></p>\n<p>The API usage is limited to 20 calls per 10 seconds.</p>\n<p><strong>Request</strong></p>\n<p>Please provide the id of the prospect which you want to retrieve data for.</p>\n\n<h4 id=\"response\"><strong>Response</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>taskid</td>\n<td>Task id (Unique identifier for the task)</td>\n</tr>\n<tr>\n<td>tasktype</td>\n<td>Specifies the type of task to be performed.</td>\n</tr>\n<tr>\n<td>tasksource</td>\n<td>Specifies the origin of the task. Values include:  <br />Sequence, Manual, Trigger or Followup.</td>\n</tr>\n<tr>\n<td>tasksubtype</td>\n<td>Parameters specific to the task action.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>The task notes.</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>Priority level of the task. Values include:  <br />Low, Normal, Hight or Critical.</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>Comments associated with the task.</td>\n</tr>\n<tr>\n<td>duedate</td>\n<td>The due date by which the task should be completed.</td>\n</tr>\n<tr>\n<td>complateddate</td>\n<td>The date when the task was completed</td>\n</tr>\n<tr>\n<td>taskstatus</td>\n<td>Current status of the task. Possible values are:  <br />Pending, Completed, Skipped or Deleted.</td>\n</tr>\n<tr>\n<td>userDetails</td>\n<td>Assigned user to the task.  <br />id - user identifier  <br />email - Email address of the user.</td>\n</tr>\n<tr>\n<td>prospectid</td>\n<td>Identifier for the prospect associated with the task.</td>\n</tr>\n<tr>\n<td>opportunityid</td>\n<td>Identifier for the opportunity associated with the task.</td>\n</tr>\n<tr>\n<td>sequence [Object]  <br />*id  <br />*sequencename  <br />*steporder  <br />*sequencestepid  <br />*prospectsequenceid</td>\n<td>Sequence data associated with task.  <br />id - Sequence Identifier  <br />sequencename - Name of Sequence  <br />steporder - Step Order  <br />sequencestepid - Step Identifier  <br />prospectsequenceid  <br />id - Prospect Unique Id in the sequence</td>\n</tr>\n<tr>\n<td>prospect [Object]  <br />*prospectid  <br />*firstname  <br />*lastname  <br />*emailid</td>\n<td>Prospect details associated with task.  <br />prospectid - Prospect Identifier  <br />firstname - First name of the prospect  <br />lastname - Last name of the prospect  <br />emailid - emailid of the prospect</td>\n</tr>\n<tr>\n<td>calldetails [Object]</td>\n<td>Contains details about the call.</td>\n</tr>\n<tr>\n<td>maildetails [Object]</td>\n<td>Contains details about the email.</td>\n</tr>\n</tbody>\n</table>\n</div><p>calldetails:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>callid</td>\n<td>Unique identifier for the call record.</td>\n</tr>\n<tr>\n<td>from</td>\n<td>The recipient's phone number.</td>\n</tr>\n<tr>\n<td>to</td>\n<td>The caller's phone number.</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>The call notes.</td>\n</tr>\n<tr>\n<td>calldate</td>\n<td>Date and time of the call.</td>\n</tr>\n<tr>\n<td>outcome</td>\n<td>Outcome of the call.</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>Duration of the call.</td>\n</tr>\n<tr>\n<td>recordingurl</td>\n<td>URL to the call recording.</td>\n</tr>\n</tbody>\n</table>\n</div><p>maildetails:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>prospectmailid</td>\n<td>Unique identifier for the email record.</td>\n</tr>\n<tr>\n<td>mailstatus</td>\n<td>Status of the email.</td>\n</tr>\n<tr>\n<td>maildate</td>\n<td>Date and time the email was sent.</td>\n</tr>\n<tr>\n<td>scheduleddate</td>\n<td>Date and time the email is scheduled to be sent.</td>\n</tr>\n<tr>\n<td>mailinvokesource</td>\n<td>Source that triggered the email.</td>\n</tr>\n<tr>\n<td>mailtype</td>\n<td>Type of the email.</td>\n</tr>\n<tr>\n<td>fromname</td>\n<td>Name of the sender.</td>\n</tr>\n<tr>\n<td>senderemailid</td>\n<td>Email address of the sender.</td>\n</tr>\n<tr>\n<td>toemail</td>\n<td>Recipient's email address.</td>\n</tr>\n<tr>\n<td>bcc</td>\n<td>BCC recipients of the email.</td>\n</tr>\n<tr>\n<td>cc</td>\n<td>CC recipients of the email.</td>\n</tr>\n<tr>\n<td>subject</td>\n<td>Subject of the email.</td>\n</tr>\n<tr>\n<td>messagetext</td>\n<td>Text content of the email.</td>\n</tr>\n<tr>\n<td>trackopens</td>\n<td>Indicates if email opens are tracked.</td>\n</tr>\n<tr>\n<td>trackclicks</td>\n<td>Indicates if link clicks in the email are tracked.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","task",":taskid"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"description":{"content":"<p>Task Id</p>\n","type":"text/plain"},"type":"any","value":"","key":"taskid"}]}},"response":[{"id":"42bd2991-1c8e-473f-8d44-615ed10582a8","name":"Get","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"[client_id]","type":"text"},{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/task/363?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","task","363"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 25 Jun 2024 07:46:41 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-op-machine","value":"ANIL"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99999"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"prospect\": {\n        \"prospectid\": 4,\n        \"firstname\": \"leadco99484\",\n        \"lastname\": \"leadco99484\",\n        \"emailid\": null\n    },\n    \"maildetails\": null,\n    \"calldetails\": {\n        \"prospectcallid\": 163,\n        \"phonenumber\": null,\n        \"callsid\": null,\n        \"recordingsid\": null,\n        \"calldate\": null,\n        \"callstatus\": \"Answered\",\n        \"calloutcome\": \"Interested\",\n        \"callnotes\": \"kop\",\n        \"callduration\": null\n    },\n    \"smsdetails\": null,\n    \"taskid\": 363,\n    \"tasktype\": \"Call\",\n    \"tasksource\": \"Manual\",\n    \"tasksubtype\": null,\n    \"description\": \"call task check remainders\",\n    \"priority\": \"Normal\",\n    \"comments\": null,\n    \"duedate\": \"2024-04-14T03:26:00\",\n    \"completeddate\": \"2024-06-25T03:26:10.542233\",\n    \"taskstatus\": \"Completed\",\n    \"userDetails\": {\n        \"id\": 836,\n        \"email\": \"kj@martinz.co.in\"\n    },\n    \"prospectid\": 4,\n    \"opportunityid\": null,\n    \"sequence\": null\n}"},{"id":"4aee568c-d777-4f06-b7b9-6459d39eb629","name":"Get","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/task/1203792?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","task","1203792"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 12:55:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-77f577b586-w5nxk"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99741"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"prospect\": {\n        \"prospectid\": 4566480,\n        \"name\": \"chenna\",\n        \"emailid\": null\n    },\n    \"maildetails\": {\n        \"mailid\": 656680,\n        \"sentby\": null,\n        \"mailstatus\": \"Sent\",\n        \"maildate\": \"2024-07-02T12:21:32.830267\",\n        \"scheduleddate\": \"2024-07-02T12:21:26.27642\",\n        \"mailinvokesource\": \"Manual\",\n        \"mailtype\": \"Outbound\",\n        \"fromname\": \"nbStaging QA123 upqwewe\",\n        \"senderemailid\": \"farooq.m@outplayhq.com\",\n        \"toemail\": \"chennavoice1@martinz.co.in\",\n        \"bcc\": null,\n        \"cc\": \"\",\n        \"subject\": \"dfdfdf\",\n        \"messagetext\": \"ddfdfdfdfs \\nMD Farooq \\nS \\noftware Engineer \\nMob \\n:  91 9676064785 \\nConnect on LinkedIn \",\n        \"trackopens\": true,\n        \"trackclicks\": false\n    },\n    \"calldetails\": null,\n    \"smsdetails\": null,\n    \"taskid\": 1203792,\n    \"tasktype\": \"Email\",\n    \"tasksource\": \"Manual\",\n    \"tasksubtype\": null,\n    \"description\": \"new task notes\",\n    \"priority\": \"Normal\",\n    \"comments\": null,\n    \"duedate\": \"2024-07-02T17:49:00\",\n    \"completeddate\": \"2024-07-02T12:21:26.456189\",\n    \"taskstatus\": \"Completed\",\n    \"userdetails\": {\n        \"id\": 1,\n        \"email\": \"outplaytest@martinz.co.in\"\n    },\n    \"prospectid\": 4566480,\n    \"opportunityid\": null,\n    \"sequence\": null\n}"}],"_postman_id":"ac898e11-029c-4e3f-8681-484f0ea01b37"},{"name":"Create","id":"f8e318d9-c64f-43bd-8e7b-4ad7577f1db1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"tasktype\": \"twitter\",\r\n  \"prospectid\":4566480,\r\n  \"userid\": 13671,\r\n  \"description\": \"new task notes\",\r\n  \"duedate\": \"2024-07-02 17:49:00\",\r\n  \"taskstatus\": \"Pending\",\r\n  \"tasksubtype\": \"other\",\r\n  \"priority\": \"critical\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/task?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tasktype</td>\n<td>Specifies the type of task to be performed. Values include: Email, Call, LinkedIn, Twitter, Generic, Sms or WhatsApp.</td>\n</tr>\n<tr>\n<td>prospectid</td>\n<td>Identifier of Prospect.</td>\n</tr>\n<tr>\n<td>userid</td>\n<td>User id to assign the task.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Task notes</td>\n</tr>\n<tr>\n<td>duedate</td>\n<td>The due date by which the task should be completed.</td>\n</tr>\n<tr>\n<td>tasksubtype</td>\n<td>Parameter specific to the task action.  <br />LinkedIn Actions: ViewProfile, ConnectionRequest, InMail, Other.  <br />Twitter Actions: Follow, Retweet, Twitter or Other.</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>Priority level of the task. Values include:  <br />Low, Normal, Hight or Critical.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","task"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"b6cb52cb-815e-4f3a-baa3-3d1875f3781b","name":"Create Task","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"tasktype\": \"Email\",\r\n  \"prospectids\": [\r\n    4\r\n  ],\r\n  \"opportunityid\": null,\r\n  \"userid\": 836,\r\n  \"description\": \"new task notes\",\r\n  \"duedate\": \"2024-06-24\",\r\n  \"completeddate\": null,\r\n  \"taskstatus\": \"Pending\",\r\n  \"actionparameters\": null,\r\n  \"priority\": \"Normal\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/task?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","task"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 25 Jun 2024 08:39:31 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-op-machine","value":"ANIL"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99996"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Task created successfully.\"\n}"}],"_postman_id":"f8e318d9-c64f-43bd-8e7b-4ad7577f1db1"},{"name":"Update","id":"eeaf1fc5-ff49-4644-acec-6a5a1bd3eea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"taskid\": 1203806,\r\n  \"opportunityid\": null,\r\n  \"userid\": 13671,\r\n  \"description\": \"this is new notes\",\r\n  \"duedate\": \"2024-07-24\",\r\n  \"taskstatus\": \"Pending\",\r\n  \"actionparameters\": null,\r\n  \"priority\": \"Normal\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/task?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>taskid</td>\n<td>task identifier</td>\n</tr>\n<tr>\n<td>userid</td>\n<td>User id to assign the task.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Task notes</td>\n</tr>\n<tr>\n<td>duedate</td>\n<td>The due date by which the task should be completed.</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>Priority level of the task. Values include:  <br />Low, Normal, Hight or Critical.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","task"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"40c3a756-50c8-4dae-a722-c1b0b7f1d552","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"taskid\": 1203806,\r\n  \"opportunityid\": null,\r\n  \"userid\": 13671,\r\n  \"description\": \"this is new notes\",\r\n  \"duedate\": \"2024-07-24\",\r\n  \"taskstatus\": \"Pending\",\r\n  \"actionparameters\": null,\r\n  \"priority\": \"Normal\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/task?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","task"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 12:55:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-77f577b586-svmlr"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99739"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Task updated successfully.\"\n}"}],"_postman_id":"eeaf1fc5-ff49-4644-acec-6a5a1bd3eea2"},{"name":"Complete","id":"129b2139-a451-482b-afe5-4ed2bc199783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"taskid\": \"1186805\",\r\n    \"message\": \"In the late Vedic period, around the 6th century BCE, the small states and chiefdoms of the Ganges Plain and the north-western regions had consolidated into 16 major oligarchies and monarchies that were known as the mahajanapadas.[92][93] The emerging urbanisation gave rise to non-Vedic religious movements, two of which became independent religions. Jainism came into prominence during the life of its exemplar, Mahavira.[94] Buddhism, based on the teachings of Gautama Buddha, attracted followers from all social classes excepting the middle class; chronicling the life of the Buddha was central to the beginnings of recorded history in India.[95][96][97] In an age of increasing urban wealth, both religions held up renunciation as an ideal,[98] and both established long-lasting monastic traditions. Politically, by the 3rd century BCE, the kingdom of Magadha had annexed or reduced other states to emerge as the Mauryan Empire.[99] The empire was once thought to have controlled most of the subcontinent except the far south, but its core regions are now thought to have been separated by large autonomous areas.[100][101] The Mauryan kings are known as much for their empire-building and determined management of public life as for Ashoka's renunciation of militarism and far-flung advocacy of the Buddhist dhamma.[102][103]\",\r\n    \"scheduledate\": \"2024-07-01T09:00:00\",\r\n    \"tonumber\": \"+14152218899\",\r\n    \"fromnumber\": \"+14030000027\",\r\n    \"mark_sms_sent_from_externalsource\": false,\r\n    \"comments\": \"In the late Vedic period, around the 6th century BCE, the small states and chiefdoms of the Ganges Plain and the north-western regions had consolidated into 16 major oligarchies and monarchies that were known as the mahajanapadas.[92][93] The emerging urbanisation gave rise to non-Vedic religious movements, two of which became independent religions. Jainism came into prominence during the life of its exemplar, Mahavira.[94] Buddhism, based on the teachings of Gautama Buddha, attracted followers from all social classes excepting the middle class; chronicling the life of the Buddha was central to the beginnings of recorded history in India.[95][96][97] In an age of increasing urban wealth, both religions held up renunciation as an ideal,[98] and both established long-lasting monastic traditions. Politically, by the 3rd century BCE, the kingdom of Magadha had annexed or reduced other states to emerge as the Mauryan Empire.[99] The empire was once thought to have controlled most of the subcontinent except the far south, but its core regions are now thought to have been separated by large autonomous areas.[100][101] The Mauryan kings are known as much for their empire-building and determined management of public life as for Ashoka's renunciation of militarism and far-flung advocacy of the Buddhist dhamma.[102][103]\",\r\n    \"prospectmail\": {\r\n        \"subject\": \"Meeting Follow-up {{firstname}}\",\r\n        \"message\": \"<div style=\\\"font-size: 14px; font-family: Arial; line-height: normal\\\"><div><br></div>\\n<p>Hi {{firstname}},</p>\\n<p><br></p>\\n<p>{{spin}}hello|hi|howru{{endspin}}</p>\\n<p><br></p>\\n<p><img style=\\\"width: 612.581px;\\\" src=\\\"https://ophq-pr-staging.s3-ap-south-1.amazonaws.com/mailimages/072654-06272024-d6610.jpeg\\\">{{spin}}{{endspin}}<br></p>\\n<p>I hope this email finds you well. My name is [Your Name] and I wanted to introduce you to Redbus, the ultimate ticket booking app designed to make your travels hassle-free.<br><br></p>\\n<p>With Redbus, you'll have access to comprehensive ticket details, including rest stop information, boarding point images, and the ability to chat with co-passengers. Not only that, but Redbus also offers a convenient wake-up alarm feature to ensure you never miss your stop.<br><br></p>\\n<p>I'd love to hear your thoughts on Redbus. Do you often travel by bus? How do you currently book your tickets? Let me know if you'd like to try out Redbus and make your travel experience more hassle-free!<br><br></p>\\n<p>Looking forward to your reply.<br><br></p>\\n</div>\",\r\n        \"toemail\": \"game1974@martinz.co.in\",\r\n        \"cc\": \"cc1@martinz.co.in,cc2@martinz.co.in,cc3@martinz.co.in\",\r\n        \"trackopens\": true,\r\n        \"trackclicks\": true\r\n    },\r\n    \"prospectcall\":{ \r\n    \"calloutcome\":\"dhoni\",\r\n    \"notes\":\"Thanks for the call for the rest of the call\",\r\n    \"sequenceaction\":\"Automatic\",\r\n    \"recordingurl\":\"https://ophq-pr-staging.s3-ap-south-1.amazonaws.com/voicerecordings/9e738bbb26f1486183bbb36b4e55a91f068cfbd2ea9745408f8cbb76ebb212ba1eb900419b454f50a22197f2daf77b72.mp3\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/task/complete?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>taskid</td>\n<td>The unique identifier of the task.</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>comments associated with the task completion.  <br />[Applicable Only for LinkedIn, Twitter &amp; Generic]</td>\n</tr>\n<tr>\n<td>scheduledate</td>\n<td>The scheduled date and time of the task.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>The message content related to the task.  <br />[Applicable Only for SMS and WhatsApp tasks]</td>\n</tr>\n<tr>\n<td>tonumber</td>\n<td>The recipient's phone number.  <br />[Applicable for Call &amp; SMS]</td>\n</tr>\n<tr>\n<td>fromnumber</td>\n<td>The caller / sender's phone number.  <br />[Applicable for Call &amp; SMS]</td>\n</tr>\n<tr>\n<td>mark_sms_sent_from_externalsource  <br />[Default: false]</td>\n<td>true: If message is sent from different source and log the SMS in Outplay.  <br />false: To schedule the SMS in the Outplay.  <br />[Applicable for SMS Only]</td>\n</tr>\n<tr>\n<td>prospectmail [Object]</td>\n<td>The details of the mail task, if the task type is mail.</td>\n</tr>\n<tr>\n<td>prospectcall [Object]</td>\n<td>The details of the call task, if the task type is call.</td>\n</tr>\n</tbody>\n</table>\n</div><p>ProspectMail:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>subject</td>\n<td>The subject of the email.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>The body content of the email.</td>\n</tr>\n<tr>\n<td>toemail</td>\n<td>The recipient's email address.</td>\n</tr>\n<tr>\n<td>fromemail</td>\n<td>The sender's email address.</td>\n</tr>\n<tr>\n<td>cc</td>\n<td>The CC (carbon copy) email addresses.</td>\n</tr>\n<tr>\n<td>trackopens</td>\n<td>Indicates whether to track email opens.</td>\n</tr>\n<tr>\n<td>trackclicks</td>\n<td>Indicates whether to track clicks within the email.</td>\n</tr>\n</tbody>\n</table>\n</div><p>ProspectCall:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>calloutcome</td>\n<td>The outcome of the call.</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>Notes taken during or after the call.</td>\n</tr>\n<tr>\n<td>recordingurl</td>\n<td>URL to the call recording.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","task","complete"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"8235a2b6-f28e-44f6-bc98-9e0a8e6f03ec","name":"Complete","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"taskid\": \"1186805\",\r\n    \"message\": \"In the late Vedic period, around the 6th century BCE, the small states and chiefdoms of the Ganges Plain and the north-western regions had consolidated into 16 major oligarchies and monarchies that were known as the mahajanapadas.[92][93] The emerging urbanisation gave rise to non-Vedic religious movements, two of which became independent religions. Jainism came into prominence during the life of its exemplar, Mahavira.[94] Buddhism, based on the teachings of Gautama Buddha, attracted followers from all social classes excepting the middle class; chronicling the life of the Buddha was central to the beginnings of recorded history in India.[95][96][97] In an age of increasing urban wealth, both religions held up renunciation as an ideal,[98] and both established long-lasting monastic traditions. Politically, by the 3rd century BCE, the kingdom of Magadha had annexed or reduced other states to emerge as the Mauryan Empire.[99] The empire was once thought to have controlled most of the subcontinent except the far south, but its core regions are now thought to have been separated by large autonomous areas.[100][101] The Mauryan kings are known as much for their empire-building and determined management of public life as for Ashoka's renunciation of militarism and far-flung advocacy of the Buddhist dhamma.[102][103]\",\r\n    \"scheduledate\": \"2024-07-01T09:00:00\",\r\n    \"tonumber\": \"+14152218899\",\r\n    \"fromnumber\": \"+14030000027\",\r\n    \"mark_sms_sent_from_externalsource\": false,\r\n    \"comments\": \"In the late Vedic period, around the 6th century BCE, the small states and chiefdoms of the Ganges Plain and the north-western regions had consolidated into 16 major oligarchies and monarchies that were known as the mahajanapadas.[92][93] The emerging urbanisation gave rise to non-Vedic religious movements, two of which became independent religions. Jainism came into prominence during the life of its exemplar, Mahavira.[94] Buddhism, based on the teachings of Gautama Buddha, attracted followers from all social classes excepting the middle class; chronicling the life of the Buddha was central to the beginnings of recorded history in India.[95][96][97] In an age of increasing urban wealth, both religions held up renunciation as an ideal,[98] and both established long-lasting monastic traditions. Politically, by the 3rd century BCE, the kingdom of Magadha had annexed or reduced other states to emerge as the Mauryan Empire.[99] The empire was once thought to have controlled most of the subcontinent except the far south, but its core regions are now thought to have been separated by large autonomous areas.[100][101] The Mauryan kings are known as much for their empire-building and determined management of public life as for Ashoka's renunciation of militarism and far-flung advocacy of the Buddhist dhamma.[102][103]\",\r\n    \"prospectmail\": {\r\n        \"subject\": \"Meeting Follow-up {{firstname}}\",\r\n        \"message\": \"<div style=\\\"font-size: 14px; font-family: Arial; line-height: normal\\\"><div><br></div>\\n<p>Hi {{firstname}},</p>\\n<p><br></p>\\n<p>{{spin}}hello|hi|howru{{endspin}}</p>\\n<p><br></p>\\n<p><img style=\\\"width: 612.581px;\\\" src=\\\"https://ophq-pr-staging.s3-ap-south-1.amazonaws.com/mailimages/072654-06272024-d6610.jpeg\\\">{{spin}}{{endspin}}<br></p>\\n<p>I hope this email finds you well. My name is [Your Name] and I wanted to introduce you to Redbus, the ultimate ticket booking app designed to make your travels hassle-free.<br><br></p>\\n<p>With Redbus, you'll have access to comprehensive ticket details, including rest stop information, boarding point images, and the ability to chat with co-passengers. Not only that, but Redbus also offers a convenient wake-up alarm feature to ensure you never miss your stop.<br><br></p>\\n<p>I'd love to hear your thoughts on Redbus. Do you often travel by bus? How do you currently book your tickets? Let me know if you'd like to try out Redbus and make your travel experience more hassle-free!<br><br></p>\\n<p>Looking forward to your reply.<br><br></p>\\n</div>\",\r\n        \"toemail\": \"game1974@martinz.co.in\",\r\n        \"cc\": \"cc1@martinz.co.in,cc2@martinz.co.in,cc3@martinz.co.in\",\r\n        \"trackopens\": true,\r\n        \"trackclicks\": true\r\n    },\r\n    \"prospectcall\":{ \r\n    \"calloutcome\":\"dhoni\",\r\n    \"notes\":\"Thanks for the call for the rest of the call\",\r\n    \"sequenceaction\":\"Automatic\",\r\n    \"recordingurl\":\"https://ophq-pr-staging.s3-ap-south-1.amazonaws.com/voicerecordings/9e738bbb26f1486183bbb36b4e55a91f068cfbd2ea9745408f8cbb76ebb212ba1eb900419b454f50a22197f2daf77b72.mp3\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/task/complete?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","task","complete"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 12:21:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-79644898d5-4xhgk"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99781"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"statuscode\": 409,\n    \"message\": \"Task already completed.\"\n}"}],"_postman_id":"129b2139-a451-482b-afe5-4ed2bc199783"},{"name":"Skip","id":"f155a2e3-39e2-4197-95ba-8fbfb5fff1d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"taskids\": [ 309 ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/task/skip?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>taskids [array of integers]</td>\n<td>An array containing the IDs of tasks to be skipped.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","task","skip"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"5c1b0ee3-0ca1-43a5-8bf3-6ffd59f75087","name":"Skip","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"taskids\": [ 309 ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/task/skip?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","task","skip"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 25 Jun 2024 09:58:30 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-op-machine","value":"ANIL"},{"key":"X-RateLimit-Daily","value":"100000"},{"key":"X-RateLimit-Daily-Remaining","value":"99996"},{"key":"X-RateLimit-Burst-Interval","value":"10 Seconds"},{"key":"X-RateLimit-Max","value":"100"},{"key":"X-RateLimit-Burst-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"processed\": 0,\n    \"failed\": 1,\n    \"nextusertaskid\": null,\n    \"errors\": [\n        {\n            \"usertaskId\": 309,\n            \"prospectId\": 0,\n            \"message\": \"Cannot skip a manual task.\",\n            \"statuscode\": 3\n        }\n    ],\n    \"success\": false,\n    \"statuscode\": 0,\n    \"message\": \"Cannot skip a manual task.\"\n}"}],"_postman_id":"f155a2e3-39e2-4197-95ba-8fbfb5fff1d3"},{"name":"Delete","id":"889db60a-1226-4dfe-84af-e3f86b67fec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"taskids\": [ 1203218, 1203226, 1203219 ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/task?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>taskids [array of integers]</td>\n<td>An array containing the IDs of tasks to be deleted.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","task"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"d8551aed-b30d-4937-9545-ce8f2e67d24e","name":"Delete","originalRequest":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"taskids\": [ 1203218, 1203226, 1203219 ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/task?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","task"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 12:29:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-79644898d5-4xhgk"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99763"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"processed\": 1,\n    \"failed\": 2,\n    \"errors\": [\n        {\n            \"usertaskId\": 1203218,\n            \"message\": \"Task is no longer available.\"\n        },\n        {\n            \"usertaskId\": 1203226,\n            \"message\": \"Task is no longer available.\"\n        }\n    ],\n    \"statuscode\": 200\n}"}],"_postman_id":"889db60a-1226-4dfe-84af-e3f86b67fec9"}],"id":"ae3190fd-54ca-49ba-99fd-fa8eb59f2460","_postman_id":"ae3190fd-54ca-49ba-99fd-fa8eb59f2460","description":""},{"name":"Intelligence","item":[{"name":"Analyze Recording","id":"b8072d73-f0f6-462d-8935-6b63ce6abdcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"owner\": \"xyz@abcc.co.in\",\r\n    \"recordingurl\" : \"https://drive.usercontent.google.com/download?id=adddd:1738840351402\",\r\n    \"title\" :  \"Testing Copy api 11233\",\r\n    \"attendees\" : [\"xyz@abcc.co.in\"], \r\n    \"webhookurl\" : \"\",\r\n    \"date\" : \"2024-11-25 16:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/callanalysis/analyze?client_id=[client_id]","description":"<h3 id=\"analyze-call\">Analyze Call</h3>\n<p>This endpoint allows you to analyze a call for insights.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>owner</code>: (string) The email address of the call owner.</p>\n</li>\n<li><p><code>recordingurl</code>: (string) The URL of the call recording.</p>\n</li>\n<li><p><code>title</code>: (string) The title of the call.</p>\n</li>\n<li><p><code>attendees</code>: (array) An array of email addresses of the call attendees.</p>\n</li>\n<li><p><code>webhookurl</code>: (string) The URL for webhook notifications.</p>\n</li>\n<li><p><code>date</code>: (string) The date and time of the call. (Format yyyy-mm-dd hh24:mi:ss)</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>success</code>: (boolean) Indicates if the call analysis was successful.</p>\n</li>\n<li><p><code>statuscode</code>: (integer) The status code of the response.</p>\n</li>\n<li><p><code>message</code>: (string) Any additional message related to the call analysis.</p>\n</li>\n<li><p><code>id</code>: (integer) The ID associated with the call analysis.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","callanalysis","analyze"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"d131ae1d-4b4a-4b2e-bfa8-5c68231c88a9","name":"Analyze Recording","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"owner\": \"xyz@abcc.co.in\",\r\n    \"recordingurl\" : \"https://drive.usercontent.google.com/download?id=adddd:1738840351402\",\r\n    \"title\" :  \"Testing Copy api 11233\",\r\n    \"attendees\" : [\"xyz@abcc.co.in\"], \r\n    \"webhookurl\" : \"\",\r\n    \"date\" : \"2024-11-25 16:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/callanalysis/analyze?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","callanalysis","analyze"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2025 11:13:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-b48c94559-dxgjc"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99998"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 200,\n    \"message\": \"Meeting analysis initiated successfully.\",\n    \"id\": 31319\n}"}],"_postman_id":"b8072d73-f0f6-462d-8935-6b63ce6abdcc"},{"name":"Analysis Status","id":"1827f853-08b8-495d-b5e0-5589b960d1a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"qEQ2D3SnLV4xw4ZqrBXYdTD4AKKiI8YV0P9lUECghjTeO6KIAjFuck1sxgeUyHeD","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/callanalysis/status/:callanalysisid?client_id=[client_id]","description":"<p>This endpoint makes an HTTP GET request to retrieve the status of a call analysis with the provided callanalysisid.</p>\n","urlObject":{"protocol":"https","path":["api","v1","callanalysis","status",":callanalysisid"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"id":"364df627-1d43-4cf5-9023-90e4033d0758","type":"any","value":"","key":"callanalysisid"}]}},"response":[{"id":"2de37543-6914-42d3-8243-d460e18cc083","name":"Pending Status","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"qEQ2D3SnLV4xw4ZqrBXYdTD4AKKiI8YV0P9lUECghjTeO6KIAjFuck1sxgeUyHeD","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/callanalysis/status/:callanalysisid?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","callanalysis","status",":callanalysisid"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"key":"callanalysisid","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"statuscode\": 400,\n    \"status\": \"Pending\",\n    \"message\": \"Meeting analysis is pending.\",\n    \"result\": null\n}"},{"id":"3c53c408-0310-46dd-b47e-7c4a95eab479","name":"Completed Status","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"qEQ2D3SnLV4xw4ZqrBXYdTD4AKKiI8YV0P9lUECghjTeO6KIAjFuck1sxgeUyHeD","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/callanalysis/status/:callanalysisid?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","callanalysis","status",":callanalysisid"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"key":"callanalysisid","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 200,\n    \"status\": \"Completed\",\n    \"message\": \"Analysis completed successfully.\",\n    \"result\": {\n        \"callmetadataid\": 2324,\n        \"title\": \"Adarsh meeting call\",\n        \"callstarttime\": \"12/10/2024 09:38:23\",\n        \"callduration\": 6541,\n        \"recordingfilepath\": \"https://ap1-staging-app.outplayhq.com/exportrecording/2324\",\n        \"mimetype\": \"audio/x-wav\",\n        \"meetingtype\": \"External\",\n        \"callsource\": \"Upload\",\n        \"message\": null,\n        \"createddate\": \"2024-12-10T09:39:12.780032\",\n        \"attendees\": [\n            {\n                \"Attendeeid\": 4018228,\n                \"Name\": \"asda dsfsd\",\n                \"Emailid\": \"outplaytest@martinz.co.in\",\n                \"Phone\": null,\n                \"Type\": 2,\n                \"DisplayPicture\": null,\n                \"Email\": null\n            },\n            {\n                \"Attendeeid\": 4504835,\n                \"Name\": \"suresh 249\",\n                \"Emailid\": \"sureshanaparthy249@gmail.com\",\n                \"Phone\": null,\n                \"Type\": 2,\n                \"DisplayPicture\": null,\n                \"Email\": null\n            }\n        ],\n        \"unknownattendees\": [\n            {\n                \"Name\": null,\n                \"Phone\": null,\n                \"Email\": \"another3456@martinz.co.in\"\n            }\n        ],\n        \"analysis\": [\n            {\n                \"callanalysisid\": 3082,\n                \"outcome\": \"Follow Up\",\n                \"purpose\": \"Support\",\n                \"analysistype\": \"AccurateAnalysis\",\n                \"message\": \"AccurateAnalysis Transcription Generated!\",\n                \"transcription\": [\n                    {\n                        \"end_time\": 36375,\n                        \"start_time\": 33155,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Did you find anything on those two email consent issue.\"\n                    },\n                    {\n                        \"end_time\": 50095,\n                        \"start_time\": 49315,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Okay.\"\n                    },\n                    {\n                        \"end_time\": 55705,\n                        \"start_time\": 50715,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"And you can start verifying the pricing that is deployed.\"\n                    },\n                    {\n                        \"end_time\": 62229,\n                        \"start_time\": 56485,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Just connect with SAI and let him know what kind of what all person else we need to verify.\"\n                    },\n                    {\n                        \"end_time\": 69465,\n                        \"start_time\": 62357,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"I think we have already mentioned but still let's see like if size not blocked.\"\n                    },\n                    {\n                        \"end_time\": 74765,\n                        \"start_time\": 74125,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Okay.\"\n                    },\n                    {\n                        \"end_time\": 78435,\n                        \"start_time\": 74885,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"And there are three issues related to this User and teams.\"\n                    },\n                    {\n                        \"end_time\": 82395,\n                        \"start_time\": 78525,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Just check if all are covered as part of your fix.\"\n                    },\n                    {\n                        \"end_time\": 87967,\n                        \"start_time\": 84415,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Okay fine.\"\n                    },\n                    {\n                        \"end_time\": 94435,\n                        \"start_time\": 88111,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"And multiple recording D. You will verify with ado calls and let me know.\"\n                    },\n                    {\n                        \"end_time\": 97399,\n                        \"start_time\": 96815,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Okay.\"\n                    },\n                    {\n                        \"end_time\": 98159,\n                        \"start_time\": 97487,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Meanwhile I'll.\"\n                    },\n                    {\n                        \"end_time\": 105475,\n                        \"start_time\": 98207,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"I'll check with schedule call and if it's not working I think it should work but I'll update you working or not.\"\n                    },\n                    {\n                        \"end_time\": 125311,\n                        \"start_time\": 108975,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Okay so point 1 and 2 will be taken care like once you verify with adopts will based on that this two will be closed.\"\n                    },\n                    {\n                        \"end_time\": 132371,\n                        \"start_time\": 125503,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Point 3 I think it's a vault PR got MER mentioned but I'll check if it's not deployed.\"\n                    },\n                    {\n                        \"end_time\": 153811,\n                        \"start_time\": 132403,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"I'll execute the vault PR in AP1DB point number four you are looking into and I think these two bugs are pending.\"\n                    },\n                    {\n                        \"end_time\": 155667,\n                        \"start_time\": 153963,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So these three bugs can be verified.\"\n                    },\n                    {\n                        \"end_time\": 163155,\n                        \"start_time\": 155731,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Now you will need to check once if there are anything missing as part of your fix.\"\n                    },\n                    {\n                        \"end_time\": 184893,\n                        \"start_time\": 163235,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Just go through these three bugs and updates team.\"\n                    },\n                    {\n                        \"end_time\": 189225,\n                        \"start_time\": 184949,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Anyway we have in battle card we have made it optional, right?\"\n                    },\n                    {\n                        \"end_time\": 289825,\n                        \"start_time\": 190645,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Apart from that any other it what is the second website One of the product is enterprise and more restriction teams we are not allowing we if user is on paid CI plan then are we allowing to create teams other than battle card there is no other dependence on teams, right?\"\n                    },\n                    {\n                        \"end_time\": 296705,\n                        \"start_time\": 292445,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Battle card is optional now in teams Teams in battle card is optional.\"\n                    },\n                    {\n                        \"end_time\": 328071,\n                        \"start_time\": 314775,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So thral if there is no engagement license of or if the engagement license is in free plan then while creating the team from intelligence module we should get upgrade hook with the proper message.\"\n                    },\n                    {\n                        \"end_time\": 329835,\n                        \"start_time\": 328103,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"That is working fine, right?\"\n                    },\n                    {\n                        \"end_time\": 331703,\n                        \"start_time\": 330855,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Okay.\"\n                    },\n                    {\n                        \"end_time\": 334035,\n                        \"start_time\": 331879,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So these three bugs can be verified.\"\n                    },\n                    {\n                        \"end_time\": 336401,\n                        \"start_time\": 335905,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Okay.\"\n                    },\n                    {\n                        \"end_time\": 354245,\n                        \"start_time\": 336473,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"0.1 into Diksha you will confirm and 0.4 visual is fixing and Diksha you need to verify battle card, right?\"\n                    },\n                    {\n                        \"end_time\": 419845,\n                        \"start_time\": 411365,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Ideally if we provide that option in that template then organizer will have no other way of getting notification.\"\n                    },\n                    {\n                        \"end_time\": 459763,\n                        \"start_time\": 442915,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Put this in the channel to my tagging Pratik site.\"\n                    },\n                    {\n                        \"end_time\": 462575,\n                        \"start_time\": 459819,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"You start right away right on this pricing.\"\n                    },\n                    {\n                        \"end_time\": 530125,\n                        \"start_time\": 527305,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Can we show the engagement free plan here?\"\n                    },\n                    {\n                        \"end_time\": 643125,\n                        \"start_time\": 575765,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So the only reason why we are not enabling teams for intelligence because we don't know the impact on engagement module which is the reason we have made this teams optional battle card it concern what size having we are not enabling teams for intelligence module.\"\n                    },\n                    {\n                        \"end_time\": 656055,\n                        \"start_time\": 645555,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Okay and which is the reason like teams is optional in battle card now and roles Roles is enabled for intelligence Paid plan.\"\n                    },\n                    {\n                        \"end_time\": 661415,\n                        \"start_time\": 656395,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Right now the user goes to intelligence module and try to create a new team.\"\n                    },\n                    {\n                        \"end_time\": 665011,\n                        \"start_time\": 661835,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"We should subgrade pop up which is still fine.\"\n                    },\n                    {\n                        \"end_time\": 700699,\n                        \"start_time\": 665163,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"But it is showing the free plan because teams is team feature is part of the engagement plan as of now and engagement is on free plan Teams.\"\n                    },\n                    {\n                        \"end_time\": 710603,\n                        \"start_time\": 700827,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"No, we thought of roles and for teams we thought of making it optional in the battle card we can enable.\"\n                    },\n                    {\n                        \"end_time\": 712587,\n                        \"start_time\": 710699,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"That will not take much time to enable.\"\n                    },\n                    {\n                        \"end_time\": 718335,\n                        \"start_time\": 712651,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"But the only thing is there will be impact on engagement model if the engagement is.\"\n                    },\n                    {\n                        \"end_time\": 757375,\n                        \"start_time\": 754895,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"I think that that is what I was asking.\"\n                    },\n                    {\n                        \"end_time\": 788625,\n                        \"start_time\": 757415,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Like can we add engagement in also Team Prik is also there in the call.\"\n                    },\n                    {\n                        \"end_time\": 793445,\n                        \"start_time\": 788665,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Maybe we can take confirmation from Prik Prik.\"\n                    },\n                    {\n                        \"end_time\": 811815,\n                        \"start_time\": 798545,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So Pratik, yesterday we discussed right that battle card will make teams optional in for battle card and roles will be will enable for CI paid plan create roles.\"\n                    },\n                    {\n                        \"end_time\": 813935,\n                        \"start_time\": 812155,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So now we have done that change.\"\n                    },\n                    {\n                        \"end_time\": 829615,\n                        \"start_time\": 814355,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Now the scenario is when the user goes to intelligence module and try to create a team where engagement is on the fee plan we show up great hook which is also fine in the upgrade hook we are showing this message you are currently on free plan.\"\n                    },\n                    {\n                        \"end_time\": 833605,\n                        \"start_time\": 830065,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So this is this free plan is of engagement.\"\n                    },\n                    {\n                        \"end_time\": 851125,\n                        \"start_time\": 847105,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So should we show here like you are currently on engagement free plan.\"\n                    },\n                    {\n                        \"end_time\": 882369,\n                        \"start_time\": 878595,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Teams we thought of making optional for battle card.\"\n                    },\n                    {\n                        \"end_time\": 888805,\n                        \"start_time\": 882537,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"If we are enabling team for role plan in CA then we don't need to make optional in battle card.\"\n                    },\n                    {\n                        \"end_time\": 989007,\n                        \"start_time\": 983335,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"I think Pratik what Ram mentioned was for the growth plan will not allow for enterprise plan.\"\n                    },\n                    {\n                        \"end_time\": 989835,\n                        \"start_time\": 989031,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Will allow.\"\n                    },\n                    {\n                        \"end_time\": 1020897,\n                        \"start_time\": 1015265,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Yeah, but last yesterday I mentioned that impact will be high if we enable them.\"\n                    },\n                    {\n                        \"end_time\": 1025169,\n                        \"start_time\": 1020921,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"We have to verify engagement scheduler module on free plan.\"\n                    },\n                    {\n                        \"end_time\": 1025521,\n                        \"start_time\": 1025217,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"What.\"\n                    },\n                    {\n                        \"end_time\": 1028205,\n                        \"start_time\": 1025593,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"What is happening if team is getting created?\"\n                    },\n                    {\n                        \"end_time\": 1066553,\n                        \"start_time\": 1041585,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Yes, that's what like roles will be enabled but teams will be restricted and that's for that reason we'll make teams optional in battle card right now.\"\n                    },\n                    {\n                        \"end_time\": 1067985,\n                        \"start_time\": 1066729,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Now that is done.\"\n                    },\n                    {\n                        \"end_time\": 1076965,\n                        \"start_time\": 1068105,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"When we when the user tries to create a team in intelligence module and the engagement is on free plan we get upgrade hook that is also fin.\"\n                    },\n                    {\n                        \"end_time\": 1155063,\n                        \"start_time\": 1150895,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Okay, but in the upgrade we are showing the free plan.\"\n                    },\n                    {\n                        \"end_time\": 1157927,\n                        \"start_time\": 1155119,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So then do we need to show engagement free plan?\"\n                    },\n                    {\n                        \"end_time\": 1257115,\n                        \"start_time\": 1157991,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Because you can add that change and raise up here addiction.\"\n                    },\n                    {\n                        \"end_time\": 1658485,\n                        \"start_time\": 1532005,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"You mean opting out only with the prospect we are telling like opting out only if the prospect clicks on unsubscribe for prospect Moit regarding that API taking time that is fixed, right?\"\n                    },\n                    {\n                        \"end_time\": 1712945,\n                        \"start_time\": 1694395,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Resolution issue fixed.\"\n                    },\n                    {\n                        \"end_time\": 1864993,\n                        \"start_time\": 1857025,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"And Suresh, there was one bug like one scenario which I think for email consent which was not working.\"\n                    },\n                    {\n                        \"end_time\": 1872925,\n                        \"start_time\": 1865089,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So the scenario is if there are five there are like some participant in the call and let's Say one of the participant declined the meeting.\"\n                    },\n                    {\n                        \"end_time\": 1878725,\n                        \"start_time\": 1874625,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So even after declining email consent meal is going out.\"\n                    },\n                    {\n                        \"end_time\": 1887563,\n                        \"start_time\": 1881795,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"The cause is because with our calendar sync flow we are not updating the status.\"\n                    },\n                    {\n                        \"end_time\": 1890135,\n                        \"start_time\": 1887659,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"I think whenever the user is declining the meeting.\"\n                    },\n                    {\n                        \"end_time\": 1900775,\n                        \"start_time\": 1897315,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Trijol, what would be the impact if you fix that?\"\n                    },\n                    {\n                        \"end_time\": 1954515,\n                        \"start_time\": 1904365,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"It yeah based on the fix like if you're changing the status the actual calendar flow.\"\n                    },\n                    {\n                        \"end_time\": 1959715,\n                        \"start_time\": 1955335,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"The fix will be in the actual calendar flow not on this email consent site.\"\n                    },\n                    {\n                        \"end_time\": 1964925,\n                        \"start_time\": 1963225,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"That's why I'm pointing it out.\"\n                    },\n                    {\n                        \"end_time\": 1976801,\n                        \"start_time\": 1973145,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Okay, so when the participant declines the meeting then it's working fine.\"\n                    },\n                    {\n                        \"end_time\": 2010355,\n                        \"start_time\": 1976833,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"But when the organizer removes the participant from the call then I think we are not updating currently anyway what the fix will be like.\"\n                    },\n                    {\n                        \"end_time\": 2012419,\n                        \"start_time\": 2010475,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Currently it's not updating the status.\"\n                    },\n                    {\n                        \"end_time\": 2017991,\n                        \"start_time\": 2012467,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So we are going to update update the status whenever organizer removes the participants.\"\n                    },\n                    {\n                        \"end_time\": 2022807,\n                        \"start_time\": 2018023,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So in every calendar sync I think that status is not being updated for those participants.\"\n                    },\n                    {\n                        \"end_time\": 2024475,\n                        \"start_time\": 2022951,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So that will be the change.\"\n                    },\n                    {\n                        \"end_time\": 2026075,\n                        \"start_time\": 2024895,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"But yeah we.\"\n                    },\n                    {\n                        \"end_time\": 2043555,\n                        \"start_time\": 2042335,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Yeah let's talk.\"\n                    },\n                    {\n                        \"end_time\": 2067167,\n                        \"start_time\": 2061135,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"The fix will be in the sync flow but we need to understand why this was not getting updated.\"\n                    },\n                    {\n                        \"end_time\": 2070495,\n                        \"start_time\": 2067311,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Is this a bug or it was intentional?\"\n                    },\n                    {\n                        \"end_time\": 2072875,\n                        \"start_time\": 2071635,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"That part we need to.\"\n                    },\n                    {\n                        \"end_time\": 2075055,\n                        \"start_time\": 2072955,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"I think we need to check with Madhu once.\"\n                    },\n                    {\n                        \"end_time\": 2080283,\n                        \"start_time\": 2079115,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"But fix will be.\"\n                    },\n                    {\n                        \"end_time\": 2085895,\n                        \"start_time\": 2080379,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"If we identify the root cause fix will not be a like major code change only thing.\"\n                    },\n                    {\n                        \"end_time\": 2122725,\n                        \"start_time\": 2108364,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Find out the place where it's need to be fixed where you can check with Madhu and meanwhile if you are done with that then you can look into the other three bugs who are related to pricing and one is related to email consent.\"\n                    },\n                    {\n                        \"end_time\": 2129045,\n                        \"start_time\": 2125505,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Okay fine.\"\n                    },\n                    {\n                        \"end_time\": 2131617,\n                        \"start_time\": 2131265,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Fine.\"\n                    },\n                    {\n                        \"end_time\": 2131897,\n                        \"start_time\": 2131641,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So.\"\n                    },\n                    {\n                        \"end_time\": 2135233,\n                        \"start_time\": 2131961,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So these are the three issues which are pending with schedule.\"\n                    },\n                    {\n                        \"end_time\": 2136241,\n                        \"start_time\": 2135369,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"I think pricing.\"\n                    },\n                    {\n                        \"end_time\": 2139121,\n                        \"start_time\": 2136313,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Sai Krishna will update if things are working fine.\"\n                    },\n                    {\n                        \"end_time\": 2144525,\n                        \"start_time\": 2139273,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Battle card prediction is to update if it's working fine or not.\"\n                    },\n                    {\n                        \"end_time\": 2292341,\n                        \"start_time\": 2290045,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"I think let's target to close today.\"\n                    },\n                    {\n                        \"end_time\": 2297677,\n                        \"start_time\": 2292413,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Like if we target today then there might be some some minor bugs or something would be pending.\"\n                    },\n                    {\n                        \"end_time\": 2304239,\n                        \"start_time\": 2297781,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Can go till tomorrow first half testing wise and bug wise visual.\"\n                    },\n                    {\n                        \"end_time\": 2306075,\n                        \"start_time\": 2304287,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Let's try to close everything today.\"\n                    },\n                    {\n                        \"end_time\": 2360495,\n                        \"start_time\": 2358795,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Pricing we have to be careful.\"\n                    },\n                    {\n                        \"end_time\": 2367595,\n                        \"start_time\": 2366555,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"That is the entry point.\"\n                    },\n                    {\n                        \"end_time\": 2376625,\n                        \"start_time\": 2367635,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So if that is impacting it.\"\n                    },\n                    {\n                        \"end_time\": 2439845,\n                        \"start_time\": 2434025,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"She raised now she raised one bug which contains two issues and both are.\"\n                    },\n                    {\n                        \"end_time\": 2442865,\n                        \"start_time\": 2440185,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"I think it got broke in the last release.\"\n                    },\n                    {\n                        \"end_time\": 2444049,\n                        \"start_time\": 2442945,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"One is from day one.\"\n                    },\n                    {\n                        \"end_time\": 2446845,\n                        \"start_time\": 2444097,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"The other issue is from last release.\"\n                    },\n                    {\n                        \"end_time\": 2451645,\n                        \"start_time\": 2447385,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"So that is one bug and the other two books are related to email consent.\"\n                    },\n                    {\n                        \"end_time\": 2459259,\n                        \"start_time\": 2456435,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Yeah I fixed dictionary is not working.\"\n                    },\n                    {\n                        \"end_time\": 2462083,\n                        \"start_time\": 2459307,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"I've shared the screenshot also checking for me.\"\n                    },\n                    {\n                        \"end_time\": 2468255,\n                        \"start_time\": 2462219,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"I've asked her to verify with adopt at first and then let me know if that is working or not.\"\n                    },\n                    {\n                        \"end_time\": 5644465,\n                        \"start_time\": 2488685,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Moit do you have anything from esa It It It.\"\n                    },\n                    {\n                        \"end_time\": 6077935,\n                        \"start_time\": 6077695,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"It.\"\n                    }\n                ],\n                \"stats\": {\n                    \"total_call_duration\": 6541,\n                    \"individual_talk_duration\": {\n                        \"speaker_A\": 4232377\n                    },\n                    \"individual_longest_monolouge\": {\n                        \"speaker_A\": 4232377\n                    }\n                },\n                \"speakerreport\": {\n                    \"speakers_indentify_report\": null,\n                    \"speaker_voiceprint_mapping\": {},\n                    \"unidentified_speakers_embeddings\": {}\n                },\n                \"topics\": [\n                    {\n                        \"topic_name\": \"Tech stack\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": \"Analysing different tools and technology utilised in daily operations\"\n                    },\n                    {\n                        \"topic_name\": \"Timing\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Pricing\",\n                        \"predicted_topics\": [\n                            {\n                                \"end_time\": 55705,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"pricing\"\n                                    }\n                                ],\n                                \"start_time\": 50715,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"And you can start verifying the pricing that is deployed.\"\n                            },\n                            {\n                                \"end_time\": 289825,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"paid\"\n                                    }\n                                ],\n                                \"start_time\": 190645,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Apart from that any other it what is the second website One of the product is enterprise and more restriction teams we are not allowing we if user is on paid CI plan then are we allowing to create teams other than battle card there is no other dependence on teams, right?\"\n                            },\n                            {\n                                \"end_time\": 462575,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"pricing\"\n                                    }\n                                ],\n                                \"start_time\": 459819,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"You start right away right on this pricing.\"\n                            },\n                            {\n                                \"end_time\": 656055,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"paid\"\n                                    }\n                                ],\n                                \"start_time\": 645555,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Okay and which is the reason like teams is optional in battle card now and roles Roles is enabled for intelligence Paid plan.\"\n                            },\n                            {\n                                \"end_time\": 811815,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"paid\"\n                                    }\n                                ],\n                                \"start_time\": 798545,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So Pratik, yesterday we discussed right that battle card will make teams optional in for battle card and roles will be will enable for CI paid plan create roles.\"\n                            },\n                            {\n                                \"end_time\": 2122725,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"pricing\"\n                                    }\n                                ],\n                                \"start_time\": 2108364,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Find out the place where it's need to be fixed where you can check with Madhu and meanwhile if you are done with that then you can look into the other three bugs who are related to pricing and one is related to email consent.\"\n                            },\n                            {\n                                \"end_time\": 2136241,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"pricing\"\n                                    }\n                                ],\n                                \"start_time\": 2135369,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"I think pricing.\"\n                            },\n                            {\n                                \"end_time\": 2360495,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"pricing\"\n                                    }\n                                ],\n                                \"start_time\": 2358795,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Pricing we have to be careful.\"\n                            }\n                        ],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Question\",\n                        \"predicted_topics\": [\n                            {\n                                \"end_time\": 62229,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"what kind of\"\n                                    }\n                                ],\n                                \"start_time\": 56485,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Just connect with SAI and let him know what kind of what all person else we need to verify.\"\n                            },\n                            {\n                                \"end_time\": 189225,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"?\"\n                                    }\n                                ],\n                                \"start_time\": 184949,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Anyway we have in battle card we have made it optional, right?\"\n                            },\n                            {\n                                \"end_time\": 289825,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"are we \"\n                                    },\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"what is\"\n                                    },\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"?\"\n                                    }\n                                ],\n                                \"start_time\": 190645,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Apart from that any other it what is the second website One of the product is enterprise and more restriction teams we are not allowing we if user is on paid CI plan then are we allowing to create teams other than battle card there is no other dependence on teams, right?\"\n                            },\n                            {\n                                \"end_time\": 329835,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"?\"\n                                    }\n                                ],\n                                \"start_time\": 328103,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"That is working fine, right?\"\n                            },\n                            {\n                                \"end_time\": 354245,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"?\"\n                                    }\n                                ],\n                                \"start_time\": 336473,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"0.1 into Diksha you will confirm and 0.4 visual is fixing and Diksha you need to verify battle card, right?\"\n                            },\n                            {\n                                \"end_time\": 530125,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"can we \"\n                                    },\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"?\"\n                                    }\n                                ],\n                                \"start_time\": 527305,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Can we show the engagement free plan here?\"\n                            },\n                            {\n                                \"end_time\": 788625,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"can we \"\n                                    }\n                                ],\n                                \"start_time\": 757415,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Like can we add engagement in also Team Prik is also there in the call.\"\n                            },\n                            {\n                                \"end_time\": 1028205,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"what is\"\n                                    },\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"?\"\n                                    }\n                                ],\n                                \"start_time\": 1025593,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"What is happening if team is getting created?\"\n                            },\n                            {\n                                \"end_time\": 1157927,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"do we \"\n                                    },\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"?\"\n                                    }\n                                ],\n                                \"start_time\": 1155119,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So then do we need to show engagement free plan?\"\n                            },\n                            {\n                                \"end_time\": 1658485,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"?\"\n                                    }\n                                ],\n                                \"start_time\": 1532005,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"You mean opting out only with the prospect we are telling like opting out only if the prospect clicks on unsubscribe for prospect Moit regarding that API taking time that is fixed, right?\"\n                            },\n                            {\n                                \"end_time\": 1900775,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"?\"\n                                    }\n                                ],\n                                \"start_time\": 1897315,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Trijol, what would be the impact if you fix that?\"\n                            },\n                            {\n                                \"end_time\": 2070495,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"?\"\n                                    }\n                                ],\n                                \"start_time\": 2067311,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Is this a bug or it was intentional?\"\n                            },\n                            {\n                                \"end_time\": 5644465,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"do you \"\n                                    }\n                                ],\n                                \"start_time\": 2488685,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Moit do you have anything from esa It It It.\"\n                            }\n                        ],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Pain points\",\n                        \"predicted_topics\": [\n                            {\n                                \"end_time\": 105475,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"not working\"\n                                    }\n                                ],\n                                \"start_time\": 98207,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"I'll check with schedule call and if it's not working I think it should work but I'll update you working or not.\"\n                            },\n                            {\n                                \"end_time\": 1864993,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"not working\"\n                                    }\n                                ],\n                                \"start_time\": 1857025,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"And Suresh, there was one bug like one scenario which I think for email consent which was not working.\"\n                            },\n                            {\n                                \"end_time\": 2459259,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"not working\"\n                                    }\n                                ],\n                                \"start_time\": 2456435,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Yeah I fixed dictionary is not working.\"\n                            }\n                        ],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Next steps\",\n                        \"predicted_topics\": [\n                            {\n                                \"end_time\": 105475,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"I'll check\"\n                                    },\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"check with\"\n                                    },\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"update you \"\n                                    }\n                                ],\n                                \"start_time\": 98207,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"I'll check with schedule call and if it's not working I think it should work but I'll update you working or not.\"\n                            },\n                            {\n                                \"end_time\": 132371,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"I'll check\"\n                                    }\n                                ],\n                                \"start_time\": 125503,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Point 3 I think it's a vault PR got MER mentioned but I'll check if it's not deployed.\"\n                            },\n                            {\n                                \"end_time\": 163155,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"need to check\"\n                                    }\n                                ],\n                                \"start_time\": 155731,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Now you will need to check once if there are anything missing as part of your fix.\"\n                            },\n                            {\n                                \"end_time\": 2043555,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Semantic\",\n                                        \"score\": 0.7240100502967834,\n                                        \"phrase\": \"Let's talk on this day\"\n                                    }\n                                ],\n                                \"start_time\": 2042335,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Yeah let's talk.\"\n                            },\n                            {\n                                \"end_time\": 2075055,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"need to check\"\n                                    },\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"check with\"\n                                    }\n                                ],\n                                \"start_time\": 2072955,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"I think we need to check with Madhu once.\"\n                            },\n                            {\n                                \"end_time\": 2122725,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"check with\"\n                                    }\n                                ],\n                                \"start_time\": 2108364,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Find out the place where it's need to be fixed where you can check with Madhu and meanwhile if you are done with that then you can look into the other three bugs who are related to pricing and one is related to email consent.\"\n                            }\n                        ],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Customer goals\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Competitor\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Authority\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": \"Evaluating level of influence and decision-making power\"\n                    },\n                    {\n                        \"topic_name\": \"reports\",\n                        \"predicted_topics\": [\n                            {\n                                \"end_time\": 36375,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"email\"\n                                    }\n                                ],\n                                \"start_time\": 33155,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Did you find anything on those two email consent issue.\"\n                            },\n                            {\n                                \"end_time\": 328071,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 314775,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So thral if there is no engagement license of or if the engagement license is in free plan then while creating the team from intelligence module we should get upgrade hook with the proper message.\"\n                            },\n                            {\n                                \"end_time\": 530125,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 527305,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Can we show the engagement free plan here?\"\n                            },\n                            {\n                                \"end_time\": 643125,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 575765,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So the only reason why we are not enabling teams for intelligence because we don't know the impact on engagement module which is the reason we have made this teams optional battle card it concern what size having we are not enabling teams for intelligence module.\"\n                            },\n                            {\n                                \"end_time\": 700699,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 665163,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"But it is showing the free plan because teams is team feature is part of the engagement plan as of now and engagement is on free plan Teams.\"\n                            },\n                            {\n                                \"end_time\": 718335,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 712651,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"But the only thing is there will be impact on engagement model if the engagement is.\"\n                            },\n                            {\n                                \"end_time\": 788625,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 757415,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Like can we add engagement in also Team Prik is also there in the call.\"\n                            },\n                            {\n                                \"end_time\": 829615,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 814355,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Now the scenario is when the user goes to intelligence module and try to create a team where engagement is on the fee plan we show up great hook which is also fine in the upgrade hook we are showing this message you are currently on free plan.\"\n                            },\n                            {\n                                \"end_time\": 833605,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 830065,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So this is this free plan is of engagement.\"\n                            },\n                            {\n                                \"end_time\": 851125,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 847105,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So should we show here like you are currently on engagement free plan.\"\n                            },\n                            {\n                                \"end_time\": 1025169,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 1020921,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"We have to verify engagement scheduler module on free plan.\"\n                            },\n                            {\n                                \"end_time\": 1076965,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 1068105,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"When we when the user tries to create a team in intelligence module and the engagement is on free plan we get upgrade hook that is also fin.\"\n                            },\n                            {\n                                \"end_time\": 1157927,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 1155119,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So then do we need to show engagement free plan?\"\n                            },\n                            {\n                                \"end_time\": 1658485,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"clicks\"\n                                    }\n                                ],\n                                \"start_time\": 1532005,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"You mean opting out only with the prospect we are telling like opting out only if the prospect clicks on unsubscribe for prospect Moit regarding that API taking time that is fixed, right?\"\n                            },\n                            {\n                                \"end_time\": 1864993,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"email\"\n                                    }\n                                ],\n                                \"start_time\": 1857025,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"And Suresh, there was one bug like one scenario which I think for email consent which was not working.\"\n                            },\n                            {\n                                \"end_time\": 1878725,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"email\"\n                                    }\n                                ],\n                                \"start_time\": 1874625,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So even after declining email consent meal is going out.\"\n                            },\n                            {\n                                \"end_time\": 1959715,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"email\"\n                                    }\n                                ],\n                                \"start_time\": 1955335,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"The fix will be in the actual calendar flow not on this email consent site.\"\n                            },\n                            {\n                                \"end_time\": 2122725,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"email\"\n                                    }\n                                ],\n                                \"start_time\": 2108364,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Find out the place where it's need to be fixed where you can check with Madhu and meanwhile if you are done with that then you can look into the other three bugs who are related to pricing and one is related to email consent.\"\n                            },\n                            {\n                                \"end_time\": 2451645,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"email\"\n                                    }\n                                ],\n                                \"start_time\": 2447385,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So that is one bug and the other two books are related to email consent.\"\n                            }\n                        ],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"outplay\",\n                        \"predicted_topics\": [\n                            {\n                                \"end_time\": 328071,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 314775,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So thral if there is no engagement license of or if the engagement license is in free plan then while creating the team from intelligence module we should get upgrade hook with the proper message.\"\n                            },\n                            {\n                                \"end_time\": 530125,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 527305,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Can we show the engagement free plan here?\"\n                            },\n                            {\n                                \"end_time\": 643125,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 575765,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So the only reason why we are not enabling teams for intelligence because we don't know the impact on engagement module which is the reason we have made this teams optional battle card it concern what size having we are not enabling teams for intelligence module.\"\n                            },\n                            {\n                                \"end_time\": 700699,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 665163,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"But it is showing the free plan because teams is team feature is part of the engagement plan as of now and engagement is on free plan Teams.\"\n                            },\n                            {\n                                \"end_time\": 718335,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 712651,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"But the only thing is there will be impact on engagement model if the engagement is.\"\n                            },\n                            {\n                                \"end_time\": 788625,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 757415,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Like can we add engagement in also Team Prik is also there in the call.\"\n                            },\n                            {\n                                \"end_time\": 829615,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 814355,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Now the scenario is when the user goes to intelligence module and try to create a team where engagement is on the fee plan we show up great hook which is also fine in the upgrade hook we are showing this message you are currently on free plan.\"\n                            },\n                            {\n                                \"end_time\": 833605,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 830065,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So this is this free plan is of engagement.\"\n                            },\n                            {\n                                \"end_time\": 851125,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 847105,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So should we show here like you are currently on engagement free plan.\"\n                            },\n                            {\n                                \"end_time\": 1025169,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 1020921,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"We have to verify engagement scheduler module on free plan.\"\n                            },\n                            {\n                                \"end_time\": 1076965,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 1068105,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"When we when the user tries to create a team in intelligence module and the engagement is on free plan we get upgrade hook that is also fin.\"\n                            },\n                            {\n                                \"end_time\": 1157927,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 1155119,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So then do we need to show engagement free plan?\"\n                            }\n                        ],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"rdtfghbnjkmq\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"test\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"afsgrdtfhg\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Objection\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Competitiors\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Outreach\",\n                        \"predicted_topics\": [\n                            {\n                                \"end_time\": 36375,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"email\"\n                                    }\n                                ],\n                                \"start_time\": 33155,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Did you find anything on those two email consent issue.\"\n                            },\n                            {\n                                \"end_time\": 94435,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"calls\"\n                                    }\n                                ],\n                                \"start_time\": 88111,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"And multiple recording D. You will verify with ado calls and let me know.\"\n                            },\n                            {\n                                \"end_time\": 328071,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 314775,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So thral if there is no engagement license of or if the engagement license is in free plan then while creating the team from intelligence module we should get upgrade hook with the proper message.\"\n                            },\n                            {\n                                \"end_time\": 530125,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 527305,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Can we show the engagement free plan here?\"\n                            },\n                            {\n                                \"end_time\": 643125,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 575765,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So the only reason why we are not enabling teams for intelligence because we don't know the impact on engagement module which is the reason we have made this teams optional battle card it concern what size having we are not enabling teams for intelligence module.\"\n                            },\n                            {\n                                \"end_time\": 700699,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 665163,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"But it is showing the free plan because teams is team feature is part of the engagement plan as of now and engagement is on free plan Teams.\"\n                            },\n                            {\n                                \"end_time\": 718335,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 712651,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"But the only thing is there will be impact on engagement model if the engagement is.\"\n                            },\n                            {\n                                \"end_time\": 788625,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 757415,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Like can we add engagement in also Team Prik is also there in the call.\"\n                            },\n                            {\n                                \"end_time\": 829615,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 814355,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Now the scenario is when the user goes to intelligence module and try to create a team where engagement is on the fee plan we show up great hook which is also fine in the upgrade hook we are showing this message you are currently on free plan.\"\n                            },\n                            {\n                                \"end_time\": 833605,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 830065,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So this is this free plan is of engagement.\"\n                            },\n                            {\n                                \"end_time\": 851125,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 847105,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So should we show here like you are currently on engagement free plan.\"\n                            },\n                            {\n                                \"end_time\": 1025169,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 1020921,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"We have to verify engagement scheduler module on free plan.\"\n                            },\n                            {\n                                \"end_time\": 1076965,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 1068105,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"When we when the user tries to create a team in intelligence module and the engagement is on free plan we get upgrade hook that is also fin.\"\n                            },\n                            {\n                                \"end_time\": 1157927,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"engagement\"\n                                    }\n                                ],\n                                \"start_time\": 1155119,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So then do we need to show engagement free plan?\"\n                            },\n                            {\n                                \"end_time\": 1864993,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"email\"\n                                    }\n                                ],\n                                \"start_time\": 1857025,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"And Suresh, there was one bug like one scenario which I think for email consent which was not working.\"\n                            },\n                            {\n                                \"end_time\": 1878725,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"email\"\n                                    }\n                                ],\n                                \"start_time\": 1874625,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So even after declining email consent meal is going out.\"\n                            },\n                            {\n                                \"end_time\": 1959715,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"email\"\n                                    }\n                                ],\n                                \"start_time\": 1955335,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"The fix will be in the actual calendar flow not on this email consent site.\"\n                            },\n                            {\n                                \"end_time\": 2122725,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"email\"\n                                    }\n                                ],\n                                \"start_time\": 2108364,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"Find out the place where it's need to be fixed where you can check with Madhu and meanwhile if you are done with that then you can look into the other three bugs who are related to pricing and one is related to email consent.\"\n                            },\n                            {\n                                \"end_time\": 2451645,\n                                \"evidence\": [\n                                    {\n                                        \"type\": \"Exact\",\n                                        \"score\": 0,\n                                        \"phrase\": \"email\"\n                                    }\n                                ],\n                                \"start_time\": 2447385,\n                                \"speaker_name\": \"speaker_A\",\n                                \"speaker_text\": \"So that is one bug and the other two books are related to email consent.\"\n                            }\n                        ],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Testfarooq\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"social media\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    }\n                ],\n                \"otheranalysis\": {\n                    \"entities\": {},\n                    \"timeline\": {}\n                },\n                \"followupemail\": \"I appreciate the progress made on investigating the email consent issues and verifying the pricing implementation.\\n\\nPlease confirm the scheduled call. If any adjustments are needed, kindly update me on the working status.\\n\\nLet&#x27;s ensure bug fixes for both email consent and pricing issues are prioritized as discussed.\\n\\nLooking forward to your confirmation and further updates.\",\n                \"summary\": {\n                    \"Results\": [\n                        \"During the call, the speaker discussed progress on investigating two email consent issues and instructed to begin verifying the pricing that has been implemented.\",\n                        \"They mentioned fixing a bug related to email consent and emphasized the importance of being careful with pricing.\",\n                        \"The speaker also suggested checking with Madhu for further guidance and prioritizing the resolution of bugs related to pricing and email consent.\"\n                    ],\n                    \"Feedback\": null\n                },\n                \"actionitems\": [\n                    {\n                        \"Status\": 0,\n                        \"Source\": 4,\n                        \"Type\": 1,\n                        \"Message\": \"I'll check with schedule call and if it's not working I think it should work but I'll update you working or not.\",\n                        \"HTMLText\": \"%26lt%3Bspan%20data-source%3D%26%23x27%3Bai%26%23x27%3B%26gt%3Bspeaker_A%26lt%3B/span%26gt%3B%20mentioned%20that%20they%20will%20check%20the%20schedule%20call%20and%20update%20the%20previous%20speaker%20on%20whether%20it%20is%20working%20or%20not.\",\n                        \"When\": null,\n                        \"Time\": null,\n                        \"StartTime\": 98207,\n                        \"EndTime\": 105475,\n                        \"Addressee\": \"\",\n                        \"Addresser\": \"speaker_A\"\n                    },\n                    {\n                        \"Status\": 0,\n                        \"Source\": 4,\n                        \"Type\": 5,\n                        \"Message\": \"Point 3 I think it's a vault PR got MER mentioned but I'll check if it's not deployed.\",\n                        \"HTMLText\": \"Point%203%20was%20mentioned%20in%20the%20previous%20discussion%20about%20a%20potential%20issue%20with%20the%20PR%20deployment.\",\n                        \"When\": \"2024-12-11T00:00:00\",\n                        \"Time\": null,\n                        \"StartTime\": 125503,\n                        \"EndTime\": 132371,\n                        \"Addressee\": \"\",\n                        \"Addresser\": \"\"\n                    },\n                    {\n                        \"Status\": 0,\n                        \"Source\": 4,\n                        \"Type\": 5,\n                        \"Message\": \"Now you will need to check once if there are anything missing as part of your fix.\",\n                        \"HTMLText\": \"%26lt%3Bspan%20data-source%3D%26%23x27%3Bai%26%23x27%3B%26gt%3Bspeaker_A%26lt%3B/span%26gt%3B%20mentioned%20that%20the%20addressee%20will%20need%20to%20check%20once%20if%20there%20are%20anything%20missing%20as%20part%20of%20their%20fix.\",\n                        \"When\": null,\n                        \"Time\": null,\n                        \"StartTime\": 155731,\n                        \"EndTime\": 163155,\n                        \"Addressee\": \"\",\n                        \"Addresser\": \"\"\n                    },\n                    {\n                        \"Status\": 0,\n                        \"Source\": 4,\n                        \"Type\": 5,\n                        \"Message\": \"Yeah let's talk.\",\n                        \"HTMLText\": \"%26lt%3Bspan%20data-source%3D%26%23x27%3Bai%26%23x27%3B%26gt%3Bspeaker_A%26lt%3B/span%26gt%3B%20suggested%20discussing%20the%20topic.\",\n                        \"When\": null,\n                        \"Time\": null,\n                        \"StartTime\": 2042335,\n                        \"EndTime\": 2043555,\n                        \"Addressee\": \"\",\n                        \"Addresser\": \"\"\n                    },\n                    {\n                        \"Status\": 0,\n                        \"Source\": 4,\n                        \"Type\": 5,\n                        \"Message\": \"I think we need to check with Madhu once.\",\n                        \"HTMLText\": \"%26lt%3Bspan%20data-source%3D%26%23x27%3Bai%26%23x27%3B%26gt%3Bspeaker_A%26lt%3B/span%26gt%3B%20suggested%20that%20they%20should%20check%20with%20Madhu%20once.\",\n                        \"When\": null,\n                        \"Time\": null,\n                        \"StartTime\": 2072955,\n                        \"EndTime\": 2075055,\n                        \"Addressee\": \"\",\n                        \"Addresser\": \"\"\n                    },\n                    {\n                        \"Status\": 0,\n                        \"Source\": 4,\n                        \"Type\": 5,\n                        \"Message\": \"Find out the place where it's need to be fixed where you can check with Madhu and meanwhile if you are done with that then you can look into the other three bugs who are related to pricing and one is related to email consent.\",\n                        \"HTMLText\": \"%26lt%3Bspan%20data-source%3D%26%23x27%3Bai%26%23x27%3B%26gt%3Bspeaker_A%26lt%3B/span%26gt%3B%20suggested%20that%20the%20addressee%20find%20out%20the%20place%20where%20it%20needs%20to%20be%20fixed%20and%20check%20with%20Madhu.%20Additionally%2C%20if%20the%20addressee%20is%20done%20with%20that%2C%20they%20can%20look%20into%20the%20other%20three%20bugs%20related%20to%20pricing%20and%20one%20related%20to%20email%20consent.\",\n                        \"When\": null,\n                        \"Time\": null,\n                        \"StartTime\": 2108364,\n                        \"EndTime\": 2122725,\n                        \"Addressee\": \"\",\n                        \"Addresser\": \"\"\n                    }\n                ],\n                \"callscoring\": null,\n                \"manualscoring\": null,\n                \"pendingrequests\": null,\n                \"tones\": null,\n                \"statuscode\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"1827f853-08b8-495d-b5e0-5589b960d1a6"},{"name":"Call Details","id":"411eb9ff-9ee7-4326-ba59-f1e225fe7010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/callanalysis/:callmetadataid?client_id=[client_id]","description":"<p>This API endpoint makes an HTTP GET request to retrieve call analysis data for a specific call metadata ID.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will include a JSON object with the following fields:</p>\n<ul>\n<li><p><code>success</code> (boolean): Indicates the success status of the request.</p>\n</li>\n<li><p><code>statuscode</code> (number): Represents the status code of the response.</p>\n</li>\n<li><p><code>result</code> (object): Contains detailed call analysis information including:</p>\n<ul>\n<li><p><code>callstarttime</code> (string): The start time of the call.</p>\n</li>\n<li><p><code>callduration</code> (number): The duration of the call.</p>\n</li>\n<li><p><code>recordingfilepath</code> (string): The file path for the call recording.</p>\n</li>\n<li><p><code>meetingtype</code> (string): The type of meeting.</p>\n</li>\n<li><p><code>callsource</code> (string): The source of the call.</p>\n</li>\n<li><p><code>attendees</code> (array): An array of objects containing attendee details such as name, email, phone, type, and display picture.</p>\n</li>\n<li><p><code>analysis</code> (array): An array of objects containing analysis details such as outcomes, purposes, analysis type, transcriptions, statistics, speaker reports, topics, and other analysis data.</p>\n</li>\n<li><p><code>followupemail</code> (string): The follow-up email related to the call.</p>\n</li>\n<li><p><code>summary</code> (object): Contains results and feedback related to the call.</p>\n</li>\n<li><p><code>actionitems</code> (array): Indicates any action items related to the call.</p>\n</li>\n<li><p><code>callscoring</code> (object): Represents the call scoring information.</p>\n</li>\n<li><p><code>manualscoring</code> (object): Represents the manual scoring information.</p>\n</li>\n<li><p><code>pendingrequests</code> (array): Indicates any pending scoring requests related to the call.</p>\n</li>\n<li><p><code>tones</code> (array): Represents the tones related to the call.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","callanalysis",":callmetadataid"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"id":"d5e8d54e-f287-47ed-b728-a3ed10bc7ec5","type":"any","value":"","key":"callmetadataid"}]}},"response":[{"id":"33c662fb-a560-4d4f-98e4-2c69dc0afe3c","name":"Call Details","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/callanalysis/:callmetadataid?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","callanalysis",":callmetadataid"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[{"key":"callmetadataid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Feb 2025 11:22:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-b48c94559-b4dwp"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99996"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 200,\n    \"status\": \"Completed\",\n    \"message\": \"Analysis completed successfully.\",\n    \"result\": {\n        \"callmetadataid\": 2362,\n        \"title\": \"Call with unsub six\",\n        \"callstarttime\": \"2025-02-25 06:03:32\",\n        \"callduration\": 127,\n        \"recordingfilepath\": \"https://ap1-app.outplayhq.com/exportrecording/2362\",\n        \"mimetype\": \"audio/x-wav\",\n        \"meetingtype\": \"External\",\n        \"callsource\": \"Dialer\",\n        \"message\": null,\n        \"createddate\": \"2025-02-05T06:24:28.338375\",\n        \"attendees\": [\n            {\n                \"Attendeeid\": 1,\n                \"Name\": \"nbStaging QA123 upqwewe\",\n                \"Emailid\": \"outplaytest@martinz.co.in\",\n                \"Phone\": \"+918985434343\",\n                \"Type\": 1,\n                \"DisplayPicture\": \"https://ophq-pr.s3-us-west-1.amazonaws.com/userimages/user_072727-062820218cda7.png\",\n                \"Email\": null\n            },\n            {\n                \"Attendeeid\": 1797,\n                \"Name\": \"Outplaytest11 qa\",\n                \"Emailid\": \"outplaytest_11@martinz.co.in\",\n                \"Phone\": null,\n                \"Type\": 1,\n                \"DisplayPicture\": \"https://ophq-pr.s3-us-west-1.amazonaws.com/userimages/user_102710-092320226f05c.png\",\n                \"Email\": null\n            },\n            {\n                \"Attendeeid\": 4680340,\n                \"Name\": \"unsub six\",\n                \"Emailid\": \"unsubsix@martinz.co.in\",\n                \"Phone\": \"919953445454\",\n                \"Type\": 2,\n                \"DisplayPicture\": null,\n                \"Email\": null\n            }\n        ],\n        \"unknownattendees\": [],\n        \"analysis\": [\n            {\n                \"callanalysisid\": 3120,\n                \"outcome\": \"Others\",\n                \"purpose\": \"Sales - Follow Up\",\n                \"analysistype\": \"AccurateAnalysis\",\n                \"message\": \"AccurateAnalysis Transcription Generated!\",\n                \"transcription\": [\n                    {\n                        \"end_time\": 87590,\n                        \"start_time\": 36130,\n                        \"speaker_name\": \"speaker_A\",\n                        \"speaker_text\": \"Okay, okay.\"\n                    }\n                ],\n                \"stats\": {\n                    \"total_call_duration\": 127,\n                    \"individual_talk_duration\": {\n                        \"speaker_A\": 51460\n                    },\n                    \"individual_longest_monolouge\": {\n                        \"speaker_A\": 51460\n                    }\n                },\n                \"speakerreport\": {\n                    \"speakers_indentify_report\": null,\n                    \"speaker_voiceprint_mapping\": {\n                        \"speaker_A\": {\n                            \"score\": 0.094,\n                            \"overall_rank\": 1,\n                            \"speaker_type\": 1,\n                            \"voiceprint_speaker_name\": 1\n                        }\n                    },\n                    \"unidentified_speakers_embeddings\": {}\n                },\n                \"topics\": [\n                    {\n                        \"topic_name\": \"Tech stack\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": \"Analysing different tools and technology utilised in daily operations\"\n                    },\n                    {\n                        \"topic_name\": \"Timing\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Pricing\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Question\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Pain points\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Next steps\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Customer goals\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Competitor\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Authority\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": \"Evaluating level of influence and decision-making power\"\n                    },\n                    {\n                        \"topic_name\": \"reports\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"outplay\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"rdtfghbnjkmq\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"test\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"afsgrdtfhg\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Objection\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Competitiors\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Outreach\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"Testfarooq\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    },\n                    {\n                        \"topic_name\": \"social media\",\n                        \"predicted_topics\": [],\n                        \"topic_description\": null\n                    }\n                ],\n                \"otheranalysis\": {\n                    \"entities\": {},\n                    \"timeline\": {}\n                },\n                \"followupemail\": \"I appreciate the productive call today. It was great discussing (topics) with you.\\n\\nLooking forward to our next call. Let me know if you have any questions or need further information.\",\n                \"summary\": {\n                    \"Results\": [\n                        \"During the call, <span data-source='ai'>speaker_A</span> expressed agreement or understanding by saying \\\"Okay, okay.\\\"\"\n                    ],\n                    \"Feedback\": null\n                },\n                \"actionitems\": null,\n                \"callscoring\": null,\n                \"manualscoring\": null,\n                \"pendingrequests\": null,\n                \"tones\": null,\n                \"statuscode\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"411eb9ff-9ee7-4326-ba59-f1e225fe7010"},{"name":"Calls List","id":"c44371cf-0819-4eb9-805a-7fdde9b4f9dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/callanalysis/list?client_id=[client_id]&pageindex=1","description":"<h3 id=\"request\">Request</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageindex</td>\n<td>Index of the page to fetch.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Number of recordings to fetch per page.</td>\n</tr>\n<tr>\n<td>searchterm</td>\n<td>To search recording with any title.</td>\n</tr>\n<tr>\n<td>callsource</td>\n<td>Source of the recording  <br />Dialer = 1,  <br />Zoom = 2,  <br />GoogleMeet = 3,  <br />Outplay = 4,  <br />MSTeams = 6,  <br />Hubspot = 7,  <br />RingCentral = 8,  <br />PublicAPI = 9</td>\n</tr>\n<tr>\n<td>outcome</td>\n<td>To get recordings with matching outcome id.</td>\n</tr>\n<tr>\n<td>purpose</td>\n<td>To get recordings with matching purpose id.</td>\n</tr>\n<tr>\n<td>fromdate</td>\n<td>Meeting Date</td>\n</tr>\n<tr>\n<td>todate</td>\n<td>Meeting Date</td>\n</tr>\n<tr>\n<td>duration_from</td>\n<td>Recordings having duration greater than this (in seconds)</td>\n</tr>\n<tr>\n<td>duration_end</td>\n<td>Recordings having duration less than this (in seconds)</td>\n</tr>\n<tr>\n<td>meeting_type</td>\n<td>Internal(0) Or External (1)</td>\n</tr>\n<tr>\n<td>users</td>\n<td>List of user emails who were participants of the recordings.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pagination(object)</td>\n<td>Information about current page</td>\n</tr>\n<tr>\n<td>data(array)</td>\n<td>List of recordings</td>\n</tr>\n<tr>\n<td>callmetadataid(long)</td>\n<td>Recording Id</td>\n</tr>\n<tr>\n<td>title (string)</td>\n<td>Name of meeting</td>\n</tr>\n<tr>\n<td>callstarttime(date)</td>\n<td>Meeting Start Time</td>\n</tr>\n<tr>\n<td>callduration(int)</td>\n<td>Duration of the recording in seconds</td>\n</tr>\n<tr>\n<td>recordingfilepath(string)</td>\n<td>Recording URL</td>\n</tr>\n<tr>\n<td>mimetype(string)</td>\n<td>Media Mime Type</td>\n</tr>\n<tr>\n<td>meetingtype(string)</td>\n<td>Internal/External</td>\n</tr>\n<tr>\n<td>callsource(string)</td>\n<td>Source of the meeting</td>\n</tr>\n<tr>\n<td>createddate</td>\n<td>Recording Created date</td>\n</tr>\n<tr>\n<td>attendees(array)</td>\n<td>Details of Participants(users/prospects)</td>\n</tr>\n<tr>\n<td>unknownattendees(array)</td>\n<td>Details of Unknown Attendees</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","callanalysis","list"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"},{"key":"pageindex","value":"1"}],"variable":[]}},"response":[{"id":"f3832480-73f9-4b41-9208-0232415d9c19","name":"Calls List","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/callanalysis/list?client_id=[client_id]&pageindex=1","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","callanalysis","list"],"query":[{"key":"client_id","value":"[client_id]"},{"key":"pageindex","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 200,\n    \"data\": {\n        \"pagination\": {\n            \"page\": 1,\n            \"limit\": 10,\n            \"hasmorerecords\": true\n        },\n        \"data\": [\n            {\n                \"callmetadataid\": 2367,\n                \"title\": \"Outplay Training\",\n                \"callstarttime\": \"02/06/2025 14:41:22\",\n                \"callduration\": 18,\n                \"recordingfilepath\": \"https://ap1-app.somexyz.com/exportrecording/2367\",\n                \"mimetype\": \"audio/x-wav\",\n                \"meetingtype\": \"External\",\n                \"callsource\": \"GoogleMeet\",\n                \"createddate\": \"2025-02-06T14:42:38.682231\",\n                \"attendees\": [\n                    {\n                        \"Attendeeid\": 4793372,\n                        \"Name\": \"\",\n                        \"Emailid\": \"vaibhav.j@abcdef.co.in\",\n                        \"Type\": 2\n                    }\n                ],\n                \"unknownattendees\": []\n            },\n            {\n                \"callmetadataid\": 2338,\n                \"title\": \"Issue Tracking Meetup\",\n                \"callstarttime\": \"01/06/2025 13:30:00\",\n                \"callduration\": 28,\n                \"recordingfilepath\": \"https://ap1-app.somexyz.com/exportrecording/2338\",\n                \"mimetype\": \"audio/x-wav\",\n                \"meetingtype\": \"Internal\",\n                \"callsource\": \"GoogleMeet\",\n                \"createddate\": \"2025-01-06T13:31:52.30623\",\n                \"attendees\": [\n                    {\n                        \"Attendeeid\": 1,\n                        \"Name\": \"nbStaging QA123 upqwewe\",\n                        \"Emailid\": \"abtest@abcdef.co.in\",\n                        \"Phone\": \"+918985123232\",\n                        \"Type\": 1\n                    }\n                ],\n                \"unknownattendees\": [\n                    {\n                        \"Email\": \"vaibhav.j@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"sai.k@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"syed.h@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"pratik.j@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"luv@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"sreehari.a@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"sarvjit.k@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"manpreet.k@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"ram@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"madhu@somexyz.com\"\n                    }\n                ]\n            },\n            {\n                \"callmetadataid\": 2267,\n                \"title\": \"4:40 meeting\",\n                \"callstarttime\": \"11/04/2024 11:10:00\",\n                \"callduration\": 42,\n                \"recordingfilepath\": \"https://ap1-app.somexyz.com/exportrecording/2267\",\n                \"mimetype\": \"audio/x-wav\",\n                \"meetingtype\": \"External\",\n                \"callsource\": \"GoogleMeet\",\n                \"createddate\": \"2024-11-04T11:15:56.040345\",\n                \"attendees\": [\n                    {\n                        \"Attendeeid\": 1,\n                        \"Name\": \"nbStaging QA123 upqwewe\",\n                        \"Emailid\": \"abtest@abcdef.co.in\",\n                        \"Phone\": \"+918985123232\",\n                        \"Type\": 1\n                    },\n                    {\n                        \"Attendeeid\": 4504835,\n                        \"Name\": \"suresh 249\",\n                        \"Emailid\": \"sdbskd249@gmail.com\",\n                        \"Type\": 2\n                    }\n                ],\n                \"unknownattendees\": [\n                    {\n                        \"Email\": \"adarsh.v@somexyz.com\"\n                    }\n                ]\n            },\n            {\n                \"callmetadataid\": 2252,\n                \"title\": \"Daily Update\",\n                \"callstarttime\": \"10/08/2024 04:00:00\",\n                \"callduration\": 979,\n                \"recordingfilepath\": \"https://ap1-app.somexyz.com/exportrecording/2252\",\n                \"mimetype\": \"audio/x-wav\",\n                \"meetingtype\": \"Internal\",\n                \"callsource\": \"GoogleMeet\",\n                \"createddate\": \"2024-10-08T04:18:45.14727\",\n                \"attendees\": [\n                    {\n                        \"Attendeeid\": 1,\n                        \"Name\": \"nbStaging QA123 upqwewe\",\n                        \"Emailid\": \"abtest@abcdef.co.in\",\n                        \"Phone\": \"+918985123232\",\n                        \"Type\": 1\n                    },\n                    {\n                        \"Attendeeid\": 1189,\n                        \"Name\": \"Atul Rajput\",\n                        \"Emailid\": \"atul@somexyz.com\",\n                        \"Type\": 1\n                    }\n                ],\n                \"unknownattendees\": [\n                    {\n                        \"Email\": \"op_qa_team@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"madhu@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"ai-team@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"outplay-developers@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"product@somexyz.com\"\n                    }\n                ]\n            },\n            {\n                \"callmetadataid\": 2251,\n                \"title\": \"7:40 meeting\",\n                \"callstarttime\": \"10/08/2024 02:10:00\",\n                \"callduration\": 61,\n                \"recordingfilepath\": \"https://ap1-app.somexyz.com/exportrecording/2251\",\n                \"mimetype\": \"audio/x-wav\",\n                \"meetingtype\": \"External\",\n                \"callsource\": \"GoogleMeet\",\n                \"createddate\": \"2024-10-08T02:15:46.358633\",\n                \"attendees\": [\n                    {\n                        \"Attendeeid\": 1,\n                        \"Name\": \"nbStaging QA123 upqwewe\",\n                        \"Emailid\": \"abtest@abcdef.co.in\",\n                        \"Phone\": \"+918985123232\",\n                        \"Type\": 1\n                    },\n                    {\n                        \"Attendeeid\": 4504835,\n                        \"Name\": \"suresh 249\",\n                        \"Emailid\": \"sdbskd249@gmail.com\",\n                        \"Type\": 2\n                    }\n                ],\n                \"unknownattendees\": []\n            },\n            {\n                \"callmetadataid\": 2250,\n                \"title\": \"7:40 meeting\",\n                \"callstarttime\": \"10/08/2024 02:10:00\",\n                \"callduration\": 37,\n                \"recordingfilepath\": \"https://ap1-app.somexyz.com/exportrecording/2250\",\n                \"mimetype\": \"audio/x-wav\",\n                \"meetingtype\": \"External\",\n                \"callsource\": \"GoogleMeet\",\n                \"createddate\": \"2024-10-08T02:13:23.275094\",\n                \"attendees\": [\n                    {\n                        \"Attendeeid\": 1,\n                        \"Name\": \"nbStaging QA123 upqwewe\",\n                        \"Emailid\": \"abtest@abcdef.co.in\",\n                        \"Phone\": \"+918985123232\",\n                        \"Type\": 1\n                    },\n                    {\n                        \"Attendeeid\": 4504835,\n                        \"Name\": \"suresh 249\",\n                        \"Emailid\": \"sdbskd249@gmail.com\",\n                        \"Type\": 2\n                    }\n                ],\n                \"unknownattendees\": []\n            },\n            {\n                \"callmetadataid\": 2247,\n                \"title\": \"7:40 meeting\",\n                \"callstarttime\": \"10/08/2024 02:10:00\",\n                \"callduration\": 17,\n                \"recordingfilepath\": \"https://ap1-app.somexyz.com/exportrecording/2247\",\n                \"mimetype\": \"audio/x-wav\",\n                \"meetingtype\": \"External\",\n                \"callsource\": \"GoogleMeet\",\n                \"createddate\": \"2024-10-08T02:11:03.095894\",\n                \"attendees\": [\n                    {\n                        \"Attendeeid\": 1,\n                        \"Name\": \"nbStaging QA123 upqwewe\",\n                        \"Emailid\": \"abtest@abcdef.co.in\",\n                        \"Phone\": \"+918985123232\",\n                        \"Type\": 1\n                    },\n                    {\n                        \"Attendeeid\": 4504835,\n                        \"Name\": \"suresh 249\",\n                        \"Emailid\": \"sdbskd249@gmail.com\",\n                        \"Type\": 2\n                    }\n                ],\n                \"unknownattendees\": []\n            },\n            {\n                \"callmetadataid\": 2224,\n                \"title\": \"Production Support Issues\",\n                \"callstarttime\": \"10/04/2024 04:30:00\",\n                \"callduration\": 712,\n                \"recordingfilepath\": \"https://ap1-app.somexyz.com/exportrecording/2224\",\n                \"mimetype\": \"audio/x-wav\",\n                \"meetingtype\": \"Internal\",\n                \"callsource\": \"GoogleMeet\",\n                \"createddate\": \"2024-10-04T04:45:41.503278\",\n                \"attendees\": [\n                    {\n                        \"Attendeeid\": 1,\n                        \"Name\": \"nbStaging QA123 upqwewe\",\n                        \"Emailid\": \"abtest@abcdef.co.in\",\n                        \"Phone\": \"+918985123232\",\n                        \"Type\": 1\n                    },\n                    {\n                        \"Attendeeid\": 1181,\n                        \"Name\": \"Dcraidu\",\n                        \"Emailid\": \"dcraidu@abcdef.co.in\",\n                        \"Type\": 1\n                    }\n                ],\n                \"unknownattendees\": [\n                    {\n                        \"Email\": \"divya.g@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"sai.k@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"madhu@somexyz.com\"\n                    },\n                    {\n                        \"Email\": \"karthik.m@somexyz.com\"\n                    }\n                ]\n            },\n            {\n                \"callmetadataid\": 2186,\n                \"title\": \"5 PM meeting\",\n                \"callstarttime\": \"08/21/2024 11:30:00\",\n                \"callduration\": 359,\n                \"recordingfilepath\": \"https://ap1-app.somexyz.com/exportrecording/2186\",\n                \"mimetype\": \"audio/x-wav\",\n                \"meetingtype\": \"Internal\",\n                \"callsource\": \"GoogleMeet\",\n                \"createddate\": \"2024-08-21T11:41:22.61249\",\n                \"attendees\": [\n                    {\n                        \"Attendeeid\": 19520,\n                        \"Name\": \"Ci Ap1\",\n                        \"Emailid\": \"ciap1@abcdef.co.in\",\n                        \"Phone\": \"\",\n                        \"Type\": 1\n                    }\n                ],\n                \"unknownattendees\": [\n                    {\n                        \"Email\": \"sai.k@somexyz.com\"\n                    }\n                ]\n            },\n            {\n                \"callmetadataid\": 2163,\n                \"title\": \"3:50 PM meeting\",\n                \"callstarttime\": \"06/06/2024 10:20:00\",\n                \"callduration\": 233,\n                \"recordingfilepath\": \"https://ap1-app.somexyz.com/exportrecording/2163\",\n                \"mimetype\": \"audio/x-wav\",\n                \"meetingtype\": \"External\",\n                \"callsource\": \"GoogleMeet\",\n                \"createddate\": \"2024-06-06T10:24:38.130819\",\n                \"attendees\": [\n                    {\n                        \"Attendeeid\": 1,\n                        \"Name\": \"nbStaging QA123 upqwewe\",\n                        \"Emailid\": \"abtest@abcdef.co.in\",\n                        \"Phone\": \"+918985123232\",\n                        \"Type\": 1\n                    },\n                    {\n                        \"Attendeeid\": 4504835,\n                        \"Name\": \"suresh 249\",\n                        \"Emailid\": \"sdbskd249@gmail.com\",\n                        \"Type\": 2\n                    }\n                ],\n                \"unknownattendees\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"c44371cf-0819-4eb9-805a-7fdde9b4f9dc"}],"id":"e1e5cbda-8da9-4a7a-a37d-aa135bc58e1b","_postman_id":"e1e5cbda-8da9-4a7a-a37d-aa135bc58e1b","description":""},{"name":"Forms","item":[{"name":"SubmitMeetingForm","id":"4f1336a6-68d6-49b8-9209-94bca9e04bc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"meetingLinkPrefix\": \"<string>\",\n  \"timezoneiana\": \"<string>\",\n  \"formanswers\": {\n    \"culpa_59a\": \"<string>\"\n  },\n  \"utmparams\": {\n    \"utm_source\": \"<string>\",\n    \"utm_medium\": \"<string>\",\n    \"utm_campaign\": \"<string>\",\n    \"utm_content\": \"<string>\",\n    \"utm_term\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/form/submitmeetingform?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>meetingLinkPrefix</div><div><div><div><div></div></div></div><div></div></div></td><td><div>meeting type prefix to be copied from outplay portal</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>timezoneiana</div><div><div><div><div></div></div></div><div></div></div></td><td><div>prospect timezone in iana format</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>formanswers</div><div><div><div><div></div></div></div><div></div></div></td><td><div>All the answers submitted by the lead in key and value format. key is unique identifier and value is answer of that identifier.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>utmparams</div><div><div><div><div></div></div></div><div></div></div></td><td><div>utm details like source, campaign, content, medium, term.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Mandatory Fields</strong></p>\n<p>meetingLinkPrefix, timezoneiana &amp; formanswers are mandatory otherwise you will get 400 bad request error.</p>\n<h4 id=\"response\"><strong>Response</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>true/false</td>\n</tr>\n<tr>\n<td>message</td>\n<td>success or failure message</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","form","submitmeetingform"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"a00855d9-228b-4791-a763-7c2292adf4e5","name":"Form Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"meetingLinkPrefix\": \"a21-93567-111\",\n    \"timezoneiana\": \"Etc/GMT\",\n    \"formanswers\": {\n        \"l_name\": \"name\",\n        \"l_email\": \"emaill@martinz.co.in\"\n    },\n    \"utmparams\":{\n        \"utm_source\": \"source\",\n        \"utm_medium\": \"medium\",\n        \"utm_campaign\": \"campaign\",\n        \"utm_content\": \"content\",\n        \"utm_term\": \"term\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/form/submitmeetingform?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","form","submitmeetingform"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 29 Nov 2024 09:03:28 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-op-machine","value":"OUTPLAY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Form submitted successfully.\"\n}"}],"_postman_id":"4f1336a6-68d6-49b8-9209-94bca9e04bc7"}],"id":"45db2743-e2f3-424f-acc9-fb33276db928","_postman_id":"45db2743-e2f3-424f-acc9-fb33276db928","description":""},{"name":"Metadata","item":[{"name":"Fields","item":[{"name":"Prospect Fields","id":"2a711556-d809-4b43-9a33-1d3699906462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/metadata/field/prospect?pageindex=1&limit=50&client_id=[client_id]","description":"<h4 id=\"response\"><strong>Response</strong></h4>\n<p><strong>Pagination</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasmorerecords</td>\n<td>This field is boolean. It will be true if more records are present.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>The number of records per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Records</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category</td>\n<td>The category to which the field belongs. Possible values are \"default\" or \"custom\".</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name or label of the field.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>The data type of the field. Can be \"text\", \"Int\", \"Date\", \"MultiSelect\", etc.</td>\n</tr>\n<tr>\n<td>maxlength</td>\n<td>The maximum length of the field value. This is applicable only for text-based fields.</td>\n</tr>\n<tr>\n<td>mandatory</td>\n<td>Indicates whether the field is mandatory (true) or optional (false).</td>\n</tr>\n<tr>\n<td>createddate</td>\n<td>The date and time when the field was created.</td>\n</tr>\n<tr>\n<td>modifieddate</td>\n<td>The date and time when the field was last modified.</td>\n</tr>\n<tr>\n<td>values</td>\n<td>Array of Objects ( applicable for MultiSelect type )  <br />A list of possible values for the field.  <br />label: The display label for the value.  <br />order: The order in which the value appears.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","metadata","field","prospect"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"e7a36c2a-e125-40d9-9b13-9b18bf5538a1","name":"Prospect Fields","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/field/prospect?pageindex=1&limit=50&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","field","prospect"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Aug 2024 09:14:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-56458954ff-jh4sj"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99996"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"category\": \"default\",\n            \"name\": \"EmailID\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": true\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"FirstName\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": true\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"LastName\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"Phone\",\n            \"type\": \"text\",\n            \"maxlength\": 20,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"Title\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"linkedin\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"facebook\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"twitter\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"company\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"city\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"state\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"country\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"Prospect Interests\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": null\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"cities_travelled\",\n            \"type\": \"MultiSelect\",\n            \"createddate\": \"2023-09-11T09:49:40.464011\",\n            \"modifieddate\": \"2024-07-10T07:52:51.133037\",\n            \"values\": [\n                {\n                    \"label\": \"Goa, India\",\n                    \"order\": 0\n                },\n                {\n                    \"label\": \"Mumbai, India\",\n                    \"order\": 1\n                },\n                {\n                    \"label\": \"Delhi, India\",\n                    \"order\": 2\n                },\n                {\n                    \"label\": \"Chennai, India\",\n                    \"order\": 3\n                }\n            ]\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"rwo_landing_page__c\",\n            \"type\": \"Url\",\n            \"createddate\": \"2023-10-23T12:12:19.065703\",\n            \"modifieddate\": \"2023-10-23T12:12:19.065762\",\n            \"maxlength\": 500\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"rwo_gif__c\",\n            \"type\": \"Url\",\n            \"createddate\": \"2023-10-23T12:12:40.624807\",\n            \"modifieddate\": \"2023-10-23T12:12:40.624812\",\n            \"maxlength\": 500\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"suee_datetime\",\n            \"type\": \"DateTime\",\n            \"createddate\": \"2023-10-30T05:35:26.191785\",\n            \"modifieddate\": \"2023-10-30T05:35:26.191848\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"see_number\",\n            \"type\": \"Int\",\n            \"createddate\": \"2024-01-24T12:26:29.350606\",\n            \"modifieddate\": \"2024-01-24T12:26:29.350614\"\n        }\n    ]\n}"}],"_postman_id":"2a711556-d809-4b43-9a33-1d3699906462"},{"name":"Account Fields","id":"8ec27316-2deb-416e-831b-4295266d4b1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/metadata/field/account?pageindex=1&limit=50&client_id=[client_id]","description":"<h4 id=\"response\"><strong>Response</strong></h4>\n<p><strong>Pagination</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasmorerecords</td>\n<td>This field is boolean. It will be true if more records are present.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>The number of records per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Records</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category</td>\n<td>The category to which the field belongs. Possible values are \"default\" or \"custom\".</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name or label of the field.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>The data type of the field. Can be \"text\", \"Int\", \"Date\", \"MultiSelect\", etc.</td>\n</tr>\n<tr>\n<td>maxlength</td>\n<td>The maximum length of the field value. This is applicable only for text-based fields.</td>\n</tr>\n<tr>\n<td>mandatory</td>\n<td>Indicates whether the field is mandatory (true) or optional (false).</td>\n</tr>\n<tr>\n<td>createddate</td>\n<td>The date and time when the field was created.</td>\n</tr>\n<tr>\n<td>modifieddate</td>\n<td>The date and time when the field was last modified.</td>\n</tr>\n<tr>\n<td>values</td>\n<td>Array of Objects ( applicable for MultiSelect type )  <br />A list of possible values for the field.  <br />label: The display label for the value.  <br />order: The order in which the value appears.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","metadata","field","account"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"f55830a4-7268-4ae7-9554-b4ab7d3d6644","name":"Account Fields","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/field/account?pageindex=1&limit=50&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","field","account"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Aug 2024 16:40:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-56458954ff-jh4sj"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99996"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"category\": \"default\",\n            \"name\": \"Account Name\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": true\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"Domain\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": true\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"Website\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"City\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"Employeecount\",\n            \"type\": \"number\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"Industrytype\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"Linkedinurl\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"Twitterhandle\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"default\",\n            \"name\": \"Foundedyear\",\n            \"type\": \"text\",\n            \"maxlength\": 250,\n            \"mandatory\": false\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"acc_number\",\n            \"type\": \"multiselect\",\n            \"createddate\": \"2021-04-26T06:32:31.720815\",\n            \"modifieddate\": \"2021-04-26T06:32:31.720815\",\n            \"values\": [\n                {\n                    \"label\": \"100\",\n                    \"order\": 0\n                }\n            ]\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"ac_nopicklist1\",\n            \"type\": \"multiselect\",\n            \"createddate\": \"2021-04-26T06:34:15.470648\",\n            \"modifieddate\": \"2022-03-04T14:21:35.183087\",\n            \"values\": [\n                {\n                    \"label\": \"00\",\n                    \"order\": 0\n                },\n                {\n                    \"label\": \"01\",\n                    \"order\": 1\n                },\n                {\n                    \"label\": \"03\",\n                    \"order\": 2\n                }\n            ]\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"rlac_pl\",\n            \"type\": \"multiselect\",\n            \"createddate\": \"2022-01-21T13:05:31.485518\",\n            \"modifieddate\": \"2022-04-07T11:48:29.549548\",\n            \"values\": [\n                {\n                    \"label\": \"old\",\n                    \"order\": 0\n                },\n                {\n                    \"label\": \"new\",\n                    \"order\": 1\n                },\n                {\n                    \"label\": \"recent\",\n                    \"order\": 2\n                },\n                {\n                    \"label\": \"latest\",\n                    \"order\": 3\n                },\n                {\n                    \"label\": \"1\",\n                    \"order\": 4\n                },\n                {\n                    \"label\": \"2\",\n                    \"order\": 5\n                },\n                {\n                    \"label\": \"3\",\n                    \"order\": 6\n                }\n            ]\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"acc_rlp1\",\n            \"type\": \"lookup\",\n            \"createddate\": \"2022-02-03T11:46:26.588722\",\n            \"modifieddate\": \"2022-02-03T11:46:26.58884\",\n            \"referencetype\": \"Prospect\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"acc_rlp3\",\n            \"type\": \"lookup\",\n            \"createddate\": \"2022-02-03T11:46:52.392339\",\n            \"modifieddate\": \"2022-02-03T11:46:52.392345\",\n            \"referencetype\": \"Opportunity\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"acc_rlp4\",\n            \"type\": \"lookup\",\n            \"createddate\": \"2022-02-03T11:47:04.678872\",\n            \"modifieddate\": \"2022-02-03T11:47:04.67888\",\n            \"referencetype\": \"User\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"test123123\",\n            \"type\": \"int\",\n            \"createddate\": \"2022-02-03T16:31:54.093688\",\n            \"modifieddate\": \"2022-02-08T04:56:19.968995\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"acc_rlp11\",\n            \"type\": \"lookup\",\n            \"createddate\": \"2022-02-07T18:43:41.705303\",\n            \"modifieddate\": \"2022-02-07T18:43:41.705397\",\n            \"referencetype\": \"Prospect\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"picklist_color\",\n            \"type\": \"multiselect\",\n            \"createddate\": \"2022-02-08T11:38:53.106865\",\n            \"modifieddate\": \"2022-02-08T11:38:53.10694\",\n            \"values\": [\n                {\n                    \"label\": \"blue\",\n                    \"order\": 0\n                },\n                {\n                    \"label\": \"red\",\n                    \"order\": 1\n                },\n                {\n                    \"label\": \"green\",\n                    \"order\": 2\n                }\n            ]\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"ppp\",\n            \"type\": \"lookup\",\n            \"createddate\": \"2022-02-15T10:52:24.285267\",\n            \"modifieddate\": \"2022-02-15T10:52:24.285324\",\n            \"referencetype\": \"Prospect\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"hraccpl\",\n            \"type\": \"multiselect\",\n            \"createddate\": \"2022-03-04T14:12:24.648372\",\n            \"modifieddate\": \"2022-03-04T14:12:24.648376\",\n            \"values\": [\n                {\n                    \"label\": \"1\",\n                    \"order\": 0\n                },\n                {\n                    \"label\": \"0\",\n                    \"order\": 1\n                }\n            ]\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"hraccdt\",\n            \"type\": \"datetime\",\n            \"createddate\": \"2022-03-04T14:12:37.542184\",\n            \"modifieddate\": \"2022-03-04T14:12:37.542192\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"hracclp4\",\n            \"type\": \"lookup\",\n            \"createddate\": \"2022-03-04T14:13:39.056427\",\n            \"modifieddate\": \"2022-03-04T14:13:39.056433\",\n            \"referencetype\": \"User\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"asrt1\",\n            \"type\": \"text\",\n            \"createddate\": \"2022-03-22T12:28:45.107985\",\n            \"modifieddate\": \"2022-03-22T12:28:45.108021\",\n            \"maxlength\": 500\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"asrt2\",\n            \"type\": \"int\",\n            \"createddate\": \"2022-03-22T12:28:53.442178\",\n            \"modifieddate\": \"2022-03-22T12:28:53.442185\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"asrt3\",\n            \"type\": \"multiselect\",\n            \"createddate\": \"2022-03-22T12:29:07.194049\",\n            \"modifieddate\": \"2022-03-22T12:29:07.194055\",\n            \"values\": [\n                {\n                    \"label\": \"a\",\n                    \"order\": 0\n                },\n                {\n                    \"label\": \"b\",\n                    \"order\": 1\n                }\n            ]\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"asrt4\",\n            \"type\": \"date\",\n            \"createddate\": \"2022-03-22T12:29:15.676414\",\n            \"modifieddate\": \"2022-03-22T12:29:15.676418\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"asrt6_3\",\n            \"type\": \"lookup\",\n            \"createddate\": \"2022-03-22T12:30:28.184456\",\n            \"modifieddate\": \"2022-03-22T12:30:28.184464\",\n            \"referencetype\": \"Opportunity\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"asrt6_4\",\n            \"type\": \"lookup\",\n            \"createddate\": \"2022-03-22T12:30:47.648089\",\n            \"modifieddate\": \"2022-03-22T12:30:47.648094\",\n            \"referencetype\": \"User\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"test\",\n            \"type\": \"text\",\n            \"createddate\": \"2022-04-11T10:16:23.678852\",\n            \"modifieddate\": \"2022-04-11T10:16:23.678892\",\n            \"maxlength\": 500\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"hello\",\n            \"type\": \"int\",\n            \"createddate\": \"2022-04-19T13:58:34.41277\",\n            \"modifieddate\": \"2022-04-19T13:58:34.412807\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"raghu1234\",\n            \"type\": \"multiselect\",\n            \"createddate\": \"2022-07-06T05:36:47.510362\",\n            \"modifieddate\": \"2022-07-06T05:36:47.510461\",\n            \"values\": [\n                {\n                    \"label\": \"raghu1\",\n                    \"order\": 0\n                },\n                {\n                    \"label\": \"raghu2\",\n                    \"order\": 1\n                }\n            ]\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"cus_date\",\n            \"type\": \"date\",\n            \"createddate\": \"2022-12-12T11:31:41.498837\",\n            \"modifieddate\": \"2022-12-12T11:31:41.4989\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"asset_down\",\n            \"type\": \"text\",\n            \"createddate\": \"2023-05-09T11:44:04.894951\",\n            \"modifieddate\": \"2023-05-09T11:44:04.895111\",\n            \"maxlength\": 500\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"cus_picklist\",\n            \"type\": \"multiselect\",\n            \"createddate\": \"2023-05-10T05:28:48.056277\",\n            \"modifieddate\": \"2023-05-10T05:28:48.056401\",\n            \"values\": [\n                {\n                    \"label\": \"pick1\",\n                    \"order\": 0\n                },\n                {\n                    \"label\": \"pick2\",\n                    \"order\": 1\n                },\n                {\n                    \"label\": \"pick3\",\n                    \"order\": 2\n                }\n            ]\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"cust_url\",\n            \"type\": \"url\",\n            \"createddate\": \"2023-05-10T15:37:46.320414\",\n            \"modifieddate\": \"2023-05-10T15:37:46.320474\",\n            \"maxlength\": 500\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"cust_datetime\",\n            \"type\": \"datetime\",\n            \"createddate\": \"2023-05-10T15:38:03.412935\",\n            \"modifieddate\": \"2023-05-10T15:38:03.412941\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"custom_text\",\n            \"type\": \"text\",\n            \"createddate\": \"2023-05-10T15:38:10.761933\",\n            \"modifieddate\": \"2023-05-10T15:39:39.687495\",\n            \"maxlength\": 500\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"opp_lookup\",\n            \"type\": \"lookup\",\n            \"createddate\": \"2023-05-12T09:32:07.387574\",\n            \"modifieddate\": \"2023-05-12T09:32:07.387633\",\n            \"referencetype\": \"Opportunity\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"account_text1\",\n            \"type\": \"text\",\n            \"createddate\": \"2023-08-25T12:02:18.124506\",\n            \"modifieddate\": \"2023-08-25T12:02:18.124547\",\n            \"maxlength\": 500\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"account_text2\",\n            \"type\": \"text\",\n            \"createddate\": \"2023-08-25T12:02:29.326962\",\n            \"modifieddate\": \"2023-08-25T12:02:29.327012\",\n            \"maxlength\": 500\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"account_text3\",\n            \"type\": \"text\",\n            \"createddate\": \"2023-08-25T12:02:38.969925\",\n            \"modifieddate\": \"2023-08-25T12:02:38.969931\",\n            \"maxlength\": 500\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"account_number\",\n            \"type\": \"int\",\n            \"createddate\": \"2023-08-25T12:02:51.729037\",\n            \"modifieddate\": \"2023-08-25T12:02:51.729044\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"svwf\",\n            \"type\": \"text\",\n            \"createddate\": \"2023-11-06T05:54:01.282431\",\n            \"modifieddate\": \"2023-11-06T05:54:01.282482\",\n            \"maxlength\": 500\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"acc_userlkp\",\n            \"type\": \"lookup\",\n            \"createddate\": \"2024-01-23T06:52:17.400034\",\n            \"modifieddate\": \"2024-01-23T06:52:30.122585\",\n            \"referencetype\": \"User\"\n        },\n        {\n            \"category\": \"custom\",\n            \"name\": \"akki_acc\",\n            \"type\": \"date\",\n            \"createddate\": \"2024-02-29T06:08:48.062916\",\n            \"modifieddate\": \"2024-02-29T06:08:48.063034\"\n        }\n    ]\n}"}],"_postman_id":"8ec27316-2deb-416e-831b-4295266d4b1a"}],"id":"ba4e7ca2-62ee-479e-b22a-fb84bcfdc187","_postman_id":"ba4e7ca2-62ee-479e-b22a-fb84bcfdc187","description":""},{"name":"Account Stages","item":[{"name":"List","id":"0f8f71ab-628d-44e6-a2a3-a0606bc94594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/metadata/account/stage/list?pageindex=1&limit=100&client_id=[client_id]","description":"<h4 id=\"response\"><strong>Response</strong></h4>\n<p><strong>Pagination</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasmorerecords</td>\n<td>This field is boolean. It will be true if more records are present.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>The number of records per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Records</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The unique identifier for the record.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name associated with the record.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>The order of the record. Represents its position in a list.</td>\n</tr>\n<tr>\n<td>createddate</td>\n<td>The date and time when the stage was created.</td>\n</tr>\n<tr>\n<td>modifieddate</td>\n<td>The date and time when the stage was last modified.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","metadata","account","stage","list"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"100"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"6fafafdf-980b-4062-8938-e30e63da567f","name":"List","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/account/stage/list?pageindex=1&limit=100&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","account","stage","list"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"100"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Aug 2024 16:54:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-56458954ff-g88rk"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99994"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"id\": 25,\n            \"name\": \"Open\",\n            \"order\": 1,\n            \"createddate\": \"2020-05-11T05:49:25.21\",\n            \"modifieddate\": \"2021-01-03T16:17:23.594433\"\n        },\n        {\n            \"id\": 26,\n            \"name\": \"Working\",\n            \"order\": 2,\n            \"createddate\": \"2020-05-11T05:49:25.21\",\n            \"modifieddate\": \"2021-01-03T16:17:23.594433\"\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Completed\",\n            \"order\": 3,\n            \"createddate\": \"2020-05-11T05:49:25.21\",\n            \"modifieddate\": \"2021-01-03T16:17:23.594433\"\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Disqualified\",\n            \"order\": 4,\n            \"createddate\": \"2020-05-11T05:49:25.21\",\n            \"modifieddate\": \"2021-01-03T16:17:23.594433\"\n        }\n    ]\n}"}],"_postman_id":"0f8f71ab-628d-44e6-a2a3-a0606bc94594"},{"name":"Add","id":"21071cc2-2b7c-40c6-8cf3-609ca899f74b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Negotiating\",\r\n  \"order\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/metadata/account/stage/add?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>This property holds the name of the stage. It is required and should be a string value.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>This is an optional property that indicates the position of the stage.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","account","stage","add"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"eb301857-5df7-4784-a441-617f2d853130","name":"Add","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Negotiating\",\r\n  \"order\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/account/stage/add?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","account","stage","add"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 11:46:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-czxz8"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99994"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 8809,\n    \"success\": true,\n    \"statuscode\": 201,\n    \"message\": \"Account stage added successfully.\"\n}"}],"_postman_id":"21071cc2-2b7c-40c6-8cf3-609ca899f74b"},{"name":"Update","id":"6e1c4913-c4dd-4f40-8e91-53ebc017df86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"stageid\": 22673,\r\n  \"name\": \"Negotiating\",\r\n  \"order\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/metadata/account/stage/update?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stageid</td>\n<td>The unique identifier of the stage to be updated.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The new name of the stage. It is required and should be a string value.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>This is an optional property that indicates the position of the stage.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","account","stage","update"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"69da2423-8b71-435f-b40d-f133b3494d55","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"stageid\": 22673,\r\n  \"name\": \"Negotiating\",\r\n  \"order\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/account/stage/update?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","account","stage","update"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 13:12:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-bdc456766-x4bhc"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99993"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Account Stage updated successfully.\"\n}"}],"_postman_id":"6e1c4913-c4dd-4f40-8e91-53ebc017df86"},{"name":"Delete","id":"d771eb5d-c8c7-4f26-a724-cfd2a67d428b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/metadata/account/stage/delete?stageid=8810&client_id=[client_id]","description":"<p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","account","stage","delete"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"stageid","value":"8810"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"e3652750-6b12-4404-a0c5-9b984a53529d","name":"Delete","originalRequest":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/account/stage/delete?stageid=8810&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","account","stage","delete"],"query":[{"key":"stageid","value":"8810"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:05:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-xldng"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99984"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 0,\n    \"message\": \"Stage deleted successfully.\"\n}"}],"_postman_id":"d771eb5d-c8c7-4f26-a724-cfd2a67d428b"}],"id":"23fb6485-78ba-43ea-9b18-a902cc7a61d4","_postman_id":"23fb6485-78ba-43ea-9b18-a902cc7a61d4","description":""},{"name":"Prospect Stages","item":[{"name":"List","id":"8b75096b-d5b9-4695-9568-a564dd1a478a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/metadata/prospect/stage/list?pageindex=1&limit=100&client_id=[client_id]","description":"<h4 id=\"response\"><strong>Response</strong></h4>\n<p><strong>Pagination</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasmorerecords</td>\n<td>This field is boolean. It will be true if more records are present.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>The number of records per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Records</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The unique identifier for the record.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name associated with the record.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>The order of the record. Represents its position in a list.</td>\n</tr>\n<tr>\n<td>createddate</td>\n<td>The date and time when the stage was created.</td>\n</tr>\n<tr>\n<td>modifieddate</td>\n<td>The date and time when the stage was last modified.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","metadata","prospect","stage","list"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"100"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"4bad7da8-8ef1-46a7-97ed-183026663462","name":"List","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/prospect/stage/list?pageindex=1&limit=100&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","prospect","stage","list"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"100"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Aug 2024 17:00:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-56458954ff-jh4sj"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99992"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"id\": 51,\n            \"name\": \"Working\",\n            \"order\": 1,\n            \"createddate\": \"2020-05-11T05:49:25.193\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 52,\n            \"name\": \"Cold\",\n            \"order\": 2,\n            \"createddate\": \"2020-05-11T05:49:25.193\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 54,\n            \"name\": \"Replied\",\n            \"order\": 3,\n            \"createddate\": \"2020-05-11T05:49:25.193\",\n            \"modifieddate\": \"2024-06-24T11:55:20.360544\"\n        },\n        {\n            \"id\": 53,\n            \"name\": \"Bad Contact Info\",\n            \"order\": 4,\n            \"createddate\": \"2020-05-11T05:49:25.193\",\n            \"modifieddate\": \"2024-06-24T11:55:20.360544\"\n        },\n        {\n            \"id\": 55,\n            \"name\": \"Unresponsive\",\n            \"order\": 5,\n            \"createddate\": \"2020-05-11T05:49:25.193\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 56,\n            \"name\": \"Interested\",\n            \"order\": 6,\n            \"createddate\": \"2020-05-11T05:49:25.193\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 57,\n            \"name\": \"Not Interested\",\n            \"order\": 7,\n            \"createddate\": \"2020-05-11T05:49:25.193\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 58,\n            \"name\": \"Do Not Contact\",\n            \"order\": 8,\n            \"createddate\": \"2020-05-11T05:49:25.193\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 6820,\n            \"name\": \"Subscriber\",\n            \"order\": 9,\n            \"createddate\": \"2021-03-10T17:25:20.353327\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 6821,\n            \"name\": \"Lead\",\n            \"order\": 10,\n            \"createddate\": \"2021-03-10T17:25:20.353327\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 6822,\n            \"name\": \"Marketing Qualified Lead\",\n            \"order\": 11,\n            \"createddate\": \"2021-03-10T17:25:20.368952\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 6823,\n            \"name\": \"Sales Qualified Lead\",\n            \"order\": 12,\n            \"createddate\": \"2021-03-10T17:25:20.368952\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 6824,\n            \"name\": \"Opportunity\",\n            \"order\": 13,\n            \"createddate\": \"2021-03-10T17:25:20.368952\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 6825,\n            \"name\": \"Customer\",\n            \"order\": 14,\n            \"createddate\": \"2021-03-10T17:25:20.368952\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 6826,\n            \"name\": \"Evangelist\",\n            \"order\": 15,\n            \"createddate\": \"2021-03-10T17:25:20.368952\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 6827,\n            \"name\": \"Other\",\n            \"order\": 16,\n            \"createddate\": \"2021-03-10T17:25:20.368952\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 7230,\n            \"name\": \"-None-\",\n            \"order\": 17,\n            \"createddate\": \"2022-09-26T16:31:19.804792\",\n            \"modifieddate\": \"2024-06-24T11:59:28.700648\"\n        },\n        {\n            \"id\": 7231,\n            \"name\": \"Attempted to Contact\",\n            \"order\": 18,\n            \"createddate\": \"2022-09-26T16:31:19.821233\",\n            \"modifieddate\": \"2024-06-24T11:59:28.700648\"\n        },\n        {\n            \"id\": 7232,\n            \"name\": \"Contact in Future\",\n            \"order\": 19,\n            \"createddate\": \"2022-09-26T16:31:19.825582\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 7233,\n            \"name\": \"Contacted\",\n            \"order\": 20,\n            \"createddate\": \"2022-09-26T16:31:19.82885\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 7234,\n            \"name\": \"Junk Lead\",\n            \"order\": 21,\n            \"createddate\": \"2022-09-26T16:31:19.832133\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 7235,\n            \"name\": \"Lost Lead\",\n            \"order\": 22,\n            \"createddate\": \"2022-09-26T16:31:19.835057\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 7236,\n            \"name\": \"Not Contacted\",\n            \"order\": 23,\n            \"createddate\": \"2022-09-26T16:31:19.838268\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 7237,\n            \"name\": \"Pre-Qualified\",\n            \"order\": 24,\n            \"createddate\": \"2022-09-26T16:31:19.841412\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        },\n        {\n            \"id\": 7238,\n            \"name\": \"Not Qualified\",\n            \"order\": 25,\n            \"createddate\": \"2022-09-26T16:31:19.844309\",\n            \"modifieddate\": \"2024-02-02T14:00:03.556295\"\n        }\n    ]\n}"}],"_postman_id":"8b75096b-d5b9-4695-9568-a564dd1a478a"},{"name":"Add","id":"c150eff6-1740-422b-bed3-f78390141255","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Stage 1\",\r\n  \"order\":5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/metadata/prospect/stage/add?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>This property holds the name of the stage. It is required and should be a string value.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>This is an optional property that indicates the position of the stage in a sequence.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","prospect","stage","add"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"28be5e51-0ff0-4bb9-a8e1-8f4227c57724","name":"Add","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Stage 1\",\r\n  \"order\":5\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/prospect/stage/add?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","prospect","stage","add"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:09:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-xldng"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99981"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 18804,\n    \"success\": true,\n    \"statuscode\": 201,\n    \"message\": \"Prospect stage added successfully.\"\n}"}],"_postman_id":"c150eff6-1740-422b-bed3-f78390141255"},{"name":"Update","id":"c7b3c02e-19d5-443a-b0fa-edd86215fd02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"stageid\": 6827,\r\n  \"name\": \"Stage 5\",\r\n  \"order\": 5\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/metadata/prospect/stage/update?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stageid</td>\n<td>The unique identifier of the stage to be updated.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The new name of the stage. It is required and should be a string value.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>This is an optional property that indicates the position of the stage.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","prospect","stage","update"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"a205d0b2-d011-412e-809c-b1c209f8f93d","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"stageid\": 6827,\r\n  \"name\": \"Stage 5\",\r\n  \"order\": 5\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/prospect/stage/update?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","prospect","stage","update"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:10:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-xldng"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99980"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Prospect Stage updated successfully.\"\n}"}],"_postman_id":"c7b3c02e-19d5-443a-b0fa-edd86215fd02"},{"name":"Delete","id":"3426c175-2509-4343-a1ac-caff6eb1f043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/metadata/prospect/stage/delete?stageid=7230&client_id=[client_id]","description":"<p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","prospect","stage","delete"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"stageid","value":"7230"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"9c60b757-dc4d-407f-af68-0dde0f7718be","name":"Delete","originalRequest":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/prospect/stage/delete?stageid=7230&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","prospect","stage","delete"],"query":[{"key":"stageid","value":"7230"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:08:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-czxz8"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99982"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 0,\n    \"message\": \"Stage deleted successfully.\"\n}"}],"_postman_id":"3426c175-2509-4343-a1ac-caff6eb1f043"}],"id":"da7354b4-53e7-4732-a5fa-66ef52ab35de","_postman_id":"da7354b4-53e7-4732-a5fa-66ef52ab35de","description":""},{"name":"Sequence","item":[{"name":"Schedules","id":"89795dd2-b505-45b2-a77d-4207337d1fb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/metadata/sequence/schedules?pageindex=1&limit=50&client_id=[client_id]","description":"<h4 id=\"response\"><strong>Response</strong></h4>\n<p><strong>Pagination</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasmorerecords</td>\n<td>This field is boolean. It will be true if more records are present.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>The number of records per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Records</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The unique identifier for the schedule.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the schedule.</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>Timezone associated with the schedule (e.g., \"India Standard Time\", \"GMT Standard Time\", \"Eastern Standard Time\", \"Pacific Standard Time\").</td>\n</tr>\n<tr>\n<td>defaultholidaycalendar</td>\n<td>Reference to the default holiday calendar, if any.</td>\n</tr>\n<tr>\n<td>useprospecttimezone</td>\n<td>Indicates if the prospect's timezone should be used.</td>\n</tr>\n<tr>\n<td>useprospecttimezonebasedholidaycalendar</td>\n<td>Indicates if the prospect's timezone-based holiday calendar should be used.</td>\n</tr>\n<tr>\n<td>createddate</td>\n<td>The date and time when the stage was created.</td>\n</tr>\n<tr>\n<td>modifieddate</td>\n<td>The date and time when the stage was last modified.</td>\n</tr>\n<tr>\n<td>slots</td>\n<td>List of time slots defined for the schedule.  <br />Each slot object contains:  <br />weekday: Numeric representation of the weekday (0 for Sunday, 1 for Monday, etc.).  <br />fromtime: Start time of the slot in \"HH:MM\" format.  <br />totime: End time of the slot in \"HH:MM\" format.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","metadata","sequence","schedules"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"f89807a4-d7cc-48af-8dae-de303bad06db","name":"Schedules","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/sequence/schedules?pageindex=1&limit=50&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","sequence","schedules"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Aug 2024 17:14:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-56458954ff-g88rk"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99989"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"id\": 8,\n            \"name\": \"Default Schedule\",\n            \"timezone\": \"India Standard Time\",\n            \"defaultholidaycalendar\": null,\n            \"useprospecttimezone\": true,\n            \"useprospecttimezonebasedholidaycalendar\": false,\n            \"createddate\": \"2020-05-11T05:49:25.163\",\n            \"modifieddate\": \"2023-08-03T11:46:20.781082\",\n            \"slots\": [\n                {\n                    \"weekday\": 6,\n                    \"fromtime\": \"06:00\",\n                    \"totime\": \"23:30\"\n                },\n                {\n                    \"weekday\": 1,\n                    \"fromtime\": \"06:00\",\n                    \"totime\": \"23:30\"\n                },\n                {\n                    \"weekday\": 2,\n                    \"fromtime\": \"06:00\",\n                    \"totime\": \"23:30\"\n                },\n                {\n                    \"weekday\": 3,\n                    \"fromtime\": \"06:00\",\n                    \"totime\": \"23:30\"\n                },\n                {\n                    \"weekday\": 4,\n                    \"fromtime\": \"06:00\",\n                    \"totime\": \"23:30\"\n                },\n                {\n                    \"weekday\": 5,\n                    \"fromtime\": \"06:00\",\n                    \"totime\": \"23:30\"\n                },\n                {\n                    \"weekday\": 0,\n                    \"fromtime\": \"06:00\",\n                    \"totime\": \"23:30\"\n                }\n            ]\n        },\n        {\n            \"id\": 2372,\n            \"name\": \"US Schedule\",\n            \"timezone\": \"Pacific Standard Time\",\n            \"defaultholidaycalendar\": {\n                \"id\": 1,\n                \"name\": \"US Holidays\"\n            },\n            \"useprospecttimezone\": true,\n            \"useprospecttimezonebasedholidaycalendar\": true,\n            \"createddate\": \"2024-07-10T09:22:26.647171\",\n            \"modifieddate\": \"2024-07-10T09:22:26.647233\",\n            \"slots\": [\n                {\n                    \"weekday\": 2,\n                    \"fromtime\": \"09:00\",\n                    \"totime\": \"18:00\"\n                },\n                {\n                    \"weekday\": 3,\n                    \"fromtime\": \"09:00\",\n                    \"totime\": \"18:00\"\n                },\n                {\n                    \"weekday\": 4,\n                    \"fromtime\": \"09:00\",\n                    \"totime\": \"18:00\"\n                },\n                {\n                    \"weekday\": 5,\n                    \"fromtime\": \"09:00\",\n                    \"totime\": \"18:00\"\n                },\n                {\n                    \"weekday\": 1,\n                    \"fromtime\": \"09:00\",\n                    \"totime\": \"18:00\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"89795dd2-b505-45b2-a77d-4207337d1fb5"},{"name":"Holiday Calendars","id":"6890c0b8-0da1-46a6-9569-8f651528b7eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/metadata/sequence/holidaycalendars?pageindex=1&limit=50&client_id=[client_id]","description":"<h4 id=\"response\"><strong>Response</strong></h4>\n<p><strong>Pagination</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasmorerecords</td>\n<td>This field is boolean. It will be true if more records are present.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>The number of records per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Records</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique identifier for the holiday calendar.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Type of calendar (e.g., \"system\" or \"custom\").</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the holiday calendar.</td>\n</tr>\n<tr>\n<td>timezones</td>\n<td>Array of time zones applicable for the calendar.</td>\n</tr>\n<tr>\n<td>days</td>\n<td>Array of day objects, each with:  <br />occasionname: Name of the holiday or occasion.  <br />holidaydate: Date of the holiday in YYYY-MM-DD format.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","metadata","sequence","holidaycalendars"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"07dbd1a6-0f20-4c99-8278-007fdbc2a8d0","name":"Holiday Calendars","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/sequence/holidaycalendars?pageindex=1&limit=50&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","sequence","holidaycalendars"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Aug 2024 17:25:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-56458954ff-jh4sj"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99986"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"id\": 2,\n            \"type\": \"system\",\n            \"name\": \"indian calendar\",\n            \"timezones\": [\n                \"Asia/Barnaul\",\n                \"Asia/Beirut\",\n                \"Asia/Bishkek\",\n                \"Asia/Brunei\",\n                \"Asia/Calcutta\",\n                \"Asia/Chita\",\n                \"Asia/Colombo\",\n                \"Asia/Kolkata\"\n            ],\n            \"days\": [\n                {\n                    \"occasionname\": \"regression holkiday\",\n                    \"holidaydate\": \"2024-02-22T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"Friday Holiday\",\n                    \"holidaydate\": \"2024-02-23T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"Holiday today\",\n                    \"holidaydate\": \"2024-02-26T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"Holidayaa 28th\",\n                    \"holidaydate\": \"2024-02-28T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"Holiday tomorrow\",\n                    \"holidaydate\": \"2024-02-29T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"29th holiday\",\n                    \"holidaydate\": \"2024-04-29T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"30th holiday\",\n                    \"holidaydate\": \"2024-04-30T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"Independence Day\",\n                    \"holidaydate\": \"2024-08-15T00:00:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 1,\n            \"type\": \"system\",\n            \"name\": \"US Holiday Calendar UTC-05, UTC-07\",\n            \"timezones\": [\n                \"America/Bogota\",\n                \"America/Chicago\",\n                \"America/Denver\",\n                \"America/Los_Angeles\",\n                \"America/New_York\"\n            ],\n            \"days\": [\n                {\n                    \"occasionname\": \"26th feb\",\n                    \"holidaydate\": \"2024-02-26T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"27th feb\",\n                    \"holidaydate\": \"2024-02-27T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"Christmas Day\",\n                    \"holidaydate\": \"2024-12-25T00:00:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 3,\n            \"type\": \"system\",\n            \"name\": \"Africa Holidays\",\n            \"timezones\": [\n                \"Africa/Accra\",\n                \"Africa/Algiers\",\n                \"Africa/Bamako\",\n                \"Africa/Bangui\",\n                \"Africa/Cairo\"\n            ],\n            \"days\": [\n                {\n                    \"occasionname\": \"President Day\",\n                    \"holidaydate\": \"2024-02-20T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"Memorial krishna Day\",\n                    \"holidaydate\": \"2024-05-29T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"Juneteenth\",\n                    \"holidaydate\": \"2024-06-19T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"Independence Day\",\n                    \"holidaydate\": \"2024-08-04T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"Labor Day\",\n                    \"holidaydate\": \"2024-09-04T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"Columbus Day\",\n                    \"holidaydate\": \"2024-10-09T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"Veterans Day\",\n                    \"holidaydate\": \"2024-11-11T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"Thanksgiving Day\",\n                    \"holidaydate\": \"2024-11-23T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"Christmas Day\",\n                    \"holidaydate\": \"2024-12-25T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"New krishna Year\",\n                    \"holidaydate\": \"2025-01-01T00:00:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 50009,\n            \"type\": \"custom\",\n            \"name\": \"India Ka calendar\",\n            \"timezones\": [\n                \"Asia/Calcutta\"\n            ],\n            \"days\": [\n                {\n                    \"occasionname\": \"13th May\",\n                    \"holidaydate\": \"2024-05-13T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"14th May\",\n                    \"holidaydate\": \"2024-05-14T00:00:00\"\n                },\n                {\n                    \"occasionname\": \"15th May\",\n                    \"holidaydate\": \"2024-05-15T00:00:00\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"6890c0b8-0da1-46a6-9569-8f651528b7eb"},{"name":"Rulesets","id":"8e77272a-b667-4a91-a775-26472c35e429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"http://[location]-api.outplayhq.com/api/v1/metadata/sequence/rulesets?pageindex=1&limit=50&client_id=[client_id]","description":"<h4 id=\"response\"><strong>Response</strong></h4>\n<p><strong>Pagination</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasmorerecords</td>\n<td>This field is boolean. It will be true if more records are present.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>The number of records per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Records</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique identifier for the ruleset.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the ruleset.</td>\n</tr>\n<tr>\n<td>visibility</td>\n<td>Visibility level of the ruleset (e.g., \"Public\").</td>\n</tr>\n<tr>\n<td>user</td>\n<td>The user associated with the ruleset.</td>\n</tr>\n<tr>\n<td>isdefault</td>\n<td>Boolean indicating if this is the default ruleset.</td>\n</tr>\n<tr>\n<td>createddate</td>\n<td>The date and time when the ruleset was created.</td>\n</tr>\n<tr>\n<td>modifieddate</td>\n<td>The date and time when the ruleset was last modified.</td>\n</tr>\n<tr>\n<td>includeoptoutlink</td>\n<td>Boolean indicating if an opt-out link is included.</td>\n</tr>\n<tr>\n<td>skipsteponsmsfailure</td>\n<td>Boolean indicating if the step should be skipped if an SMS fails.</td>\n</tr>\n<tr>\n<td>pausesequenceonreply</td>\n<td>Boolean indicating if the sequence should pause upon receiving a reply.</td>\n</tr>\n<tr>\n<td>allowprospectsinmultiplesequences</td>\n<td>Boolean indicating if prospects are allowed in multiple sequences.</td>\n</tr>\n<tr>\n<td>emailpriority</td>\n<td>The priority of the emails (e.g., \"Followup_email\", \"Equally_divided\").</td>\n</tr>\n<tr>\n<td>bouncedstage</td>\n<td>The stage for bounced emails (nullable).</td>\n</tr>\n<tr>\n<td>finishedstage</td>\n<td>The stage indicating a finished sequence.</td>\n</tr>\n<tr>\n<td>repliedstage</td>\n<td>The stage for replied emails.</td>\n</tr>\n<tr>\n<td>activestage</td>\n<td>The current active stage.</td>\n</tr>\n<tr>\n<td>ooodetectionenabled</td>\n<td>Boolean indicating if out-of-office (OOO) detection is enabled.</td>\n</tr>\n<tr>\n<td>ooopredictreturndate</td>\n<td>Boolean indicating if the return date from OOO is predicted.</td>\n</tr>\n<tr>\n<td>oooautoresumesequence</td>\n<td>Boolean indicating if sequences auto-resume after OOO.</td>\n</tr>\n<tr>\n<td>ooodefaultresumedays</td>\n<td>Default number of days before resuming after OOO.</td>\n</tr>\n<tr>\n<td>skipemailstepifnoemail</td>\n<td>Boolean indicating if the email step is skipped if no email is available.</td>\n</tr>\n<tr>\n<td>skipcallstepifnophone</td>\n<td>Boolean indicating if the call step is skipped if no phone number is available.</td>\n</tr>\n<tr>\n<td>skiplinkedinstepifnourl</td>\n<td>Boolean indicating if the LinkedIn step is skipped if no URL is available.</td>\n</tr>\n<tr>\n<td>skipsmsstepifnophone</td>\n<td>Boolean indicating if the SMS step is skipped if no phone number is available.</td>\n</tr>\n<tr>\n<td>skipemailstepifemailbounced</td>\n<td>Boolean indicating if the email step is skipped if the email has bounced.</td>\n</tr>\n<tr>\n<td>skipemailverification</td>\n<td>Boolean indicating if email verification is skipped.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","path":["api","v1","metadata","sequence","rulesets"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"35c7f4a0-641b-4561-871c-e522faef4046","name":"Rulesets","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"http://[location]-api.outplayhq.com/api/v1/metadata/sequence/rulesets?pageindex=1&limit=50&client_id=[client_id]","protocol":"http","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","sequence","rulesets"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Aug 2024 17:31:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-56458954ff-jh4sj"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99985"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": true\n    },\n    \"data\": [\n        {\n            \"id\": 4,\n            \"name\": \"Ruleset 1\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"Demo Scheduled\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Ruleset 2\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": false,\n            \"pausesequenceonreply\": false,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": null,\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Ruleset 3\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Equally_divided\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Ruleset 4\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Ruleset 5\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-06-05T04:38:20.91397\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": true,\n            \"skipcallstepifnophone\": true,\n            \"skiplinkedinstepifnourl\": true,\n            \"skipsmsstepifnophone\": true,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Ruleset 6\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"Closed - Not Converted\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Ruleset 7\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-07-02T09:41:05.364465\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": null,\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": true,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": true,\n            \"skipsmsstepifnophone\": true,\n            \"skipemailstepifemailbounced\": true,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Ruleset 8\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-05-09T05:33:31.020359\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": \"Do Not Contact\",\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Ruleset 9\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": \"Meeting - Booked\",\n            \"activestage\": \"Working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Ruleset 10\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": null,\n            \"repliedstage\": null,\n            \"activestage\": \"Working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Ruleset 11\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"new-status\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Ruleset 12\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 10,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Ruleset 13\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": false,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Ruleset 14\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": null,\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Ruleset 15\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Equally_divided\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": true,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Ruleset 16\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Ruleset 17\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Ruleset 18\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"Working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Ruleset 19\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Ruleset 20\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": null,\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Ruleset 21\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"Working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 25,\n            \"name\": \"Ruleset 22\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": false,\n            \"skipsteponsmsfailure\": false,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": null,\n            \"repliedstage\": null,\n            \"activestage\": \"red\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 26,\n            \"name\": \"Ruleset 23\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": null,\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": true,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Ruleset 24\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Ruleset 25\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": null,\n            \"repliedstage\": null,\n            \"activestage\": null,\n            \"ooodetectionenabled\": true,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": true,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 29,\n            \"name\": \"Ruleset 26\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 5,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 30,\n            \"name\": \"Ruleset 27\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 10,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 31,\n            \"name\": \"Ruleset 28\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": false,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": true,\n            \"ooodefaultresumedays\": 10,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 32,\n            \"name\": \"Ruleset 29\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 33,\n            \"name\": \"Ruleset 30\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": null,\n            \"repliedstage\": null,\n            \"activestage\": null,\n            \"ooodetectionenabled\": true,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": true,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 34,\n            \"name\": \"Ruleset 31\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 35,\n            \"name\": \"Ruleset 32\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"Do Not Contact\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Ruleset 33\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": true\n        },\n        {\n            \"id\": 37,\n            \"name\": \"Ruleset 34\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": false,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"Working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 38,\n            \"name\": \"Ruleset 35\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": false,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Ruleset 36\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": null,\n            \"repliedstage\": null,\n            \"activestage\": null,\n            \"ooodetectionenabled\": true,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": true,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 40,\n            \"name\": \"Ruleset 37\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": true\n        },\n        {\n            \"id\": 41,\n            \"name\": \"Ruleset 38\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"Working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": true,\n            \"ooodefaultresumedays\": 10,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 42,\n            \"name\": \"Ruleset 39\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 10,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 43,\n            \"name\": \"Ruleset 40\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": \"Do Not Contact\",\n            \"finishedstage\": null,\n            \"repliedstage\": null,\n            \"activestage\": \"Customer\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": true,\n            \"ooodefaultresumedays\": 10,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 44,\n            \"name\": \"Ruleset 41\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": false,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": true,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 45,\n            \"name\": \"Ruleset 42\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 46,\n            \"name\": \"Ruleset 43\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": true,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": true,\n            \"ooodefaultresumedays\": 10,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 47,\n            \"name\": \"Ruleset 44\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": true,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 48,\n            \"name\": \"Ruleset 45\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": false,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"Working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 49,\n            \"name\": \"Ruleset 46\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": true,\n            \"ooodefaultresumedays\": 10,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 50,\n            \"name\": \"Ruleset 47\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": \"Closed - Not Converted\",\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 51,\n            \"name\": \"Ruleset 48\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"Working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": true,\n            \"oooautoresumesequence\": true,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 52,\n            \"name\": \"Ruleset 49\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": true,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": null,\n            \"repliedstage\": null,\n            \"activestage\": \"working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": 15,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        },\n        {\n            \"id\": 53,\n            \"name\": \"Ruleset 50\",\n            \"visibility\": \"Public\",\n            \"user\": \"outplaytest@martinz.co.in\",\n            \"isdefault\": false,\n            \"createddate\": \"2024-04-23T11:30:39.28791\",\n            \"modifieddate\": \"2024-04-23T11:30:39.28791\",\n            \"includeoptoutlink\": true,\n            \"skipsteponsmsfailure\": true,\n            \"pausesequenceonreply\": true,\n            \"allowprospectsinmultiplesequences\": false,\n            \"emailpriority\": \"Followup_email\",\n            \"bouncedstage\": null,\n            \"finishedstage\": \"Unresponsive12333\",\n            \"repliedstage\": null,\n            \"activestage\": \"Working\",\n            \"ooodetectionenabled\": false,\n            \"ooopredictreturndate\": false,\n            \"oooautoresumesequence\": false,\n            \"ooodefaultresumedays\": null,\n            \"skipemailstepifnoemail\": false,\n            \"skipcallstepifnophone\": false,\n            \"skiplinkedinstepifnourl\": false,\n            \"skipsmsstepifnophone\": false,\n            \"skipemailstepifemailbounced\": false,\n            \"skipemailverification\": false\n        }\n    ]\n}"}],"_postman_id":"8e77272a-b667-4a91-a775-26472c35e429"}],"id":"69ba900b-aa21-4032-89aa-372e51e58476","_postman_id":"69ba900b-aa21-4032-89aa-372e51e58476","description":""},{"name":"Call Outcome","item":[{"name":"List","id":"6f01260e-a37e-4068-b3c7-8c16aad09c76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/metadata/call/outcome/list?pageindex=1&limit=50&client_id=[client_id]","description":"<h4 id=\"response\"><strong>Response</strong></h4>\n<p><strong>Pagination</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasmorerecords</td>\n<td>This field is boolean. It will be true if more records are present.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>The number of records per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Records</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The unique identifier for the record.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name associated with the record.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>The type of the outcome, indicating the nature of the outcome. Possible values include:  <br />\"NoAnswer\", \"Answered\"</td>\n</tr>\n<tr>\n<td>positive</td>\n<td>Indicates whether the outcome of the record is considered positive.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>The order of the record. Represents its position in a list.</td>\n</tr>\n<tr>\n<td>voicemail</td>\n<td>Indicates whether a voicemail was left during the interaction.</td>\n</tr>\n<tr>\n<td>createddate</td>\n<td>The date and time when the outcome was created.</td>\n</tr>\n<tr>\n<td>modifieddate</td>\n<td>The date and time when the outcome was last modified.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","metadata","call","outcome","list"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"07f7f8ff-4910-4948-be23-b88a6aafb072","name":"List","originalRequest":{"method":"GET","header":[{"key":"","value":"[client_secret]","type":"text","disabled":true},{"key":"","value":"[client_secret]","type":"text","disabled":true},{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/call/outcome/list?pageindex=1&limit=50&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","call","outcome","list"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Aug 2024 17:01:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-56458954ff-g88rk"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99991"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 43,\n        \"name\": \"Interested\",\n        \"type\": \"Answered\",\n        \"positive\": true,\n        \"voicemail\": false,\n        \"order\": 1,\n        \"createddate\": \"2020-05-11T05:49:25.163\",\n        \"modifieddate\": \"2021-05-24T12:33:10.846504\"\n    },\n    {\n        \"id\": 44,\n        \"name\": \"Not Interested\",\n        \"type\": \"Answered\",\n        \"positive\": false,\n        \"voicemail\": false,\n        \"order\": 2,\n        \"createddate\": \"2020-05-11T05:49:25.163\",\n        \"modifieddate\": \"2021-05-24T12:33:10.846504\"\n    },\n    {\n        \"id\": 45,\n        \"name\": \"Followup\",\n        \"type\": \"Answered\",\n        \"positive\": true,\n        \"voicemail\": false,\n        \"order\": 3,\n        \"createddate\": \"2020-05-11T05:49:25.163\",\n        \"modifieddate\": \"2021-05-24T12:33:10.846504\"\n    },\n    {\n        \"id\": 46,\n        \"name\": \"Callback Later\",\n        \"type\": \"Answered\",\n        \"positive\": true,\n        \"voicemail\": false,\n        \"order\": 4,\n        \"createddate\": \"2020-05-11T05:49:25.163\",\n        \"modifieddate\": \"2021-05-24T12:33:10.846504\"\n    },\n    {\n        \"id\": 47,\n        \"name\": \"Wrong Number\",\n        \"type\": \"NoAnswer\",\n        \"positive\": false,\n        \"voicemail\": false,\n        \"order\": 5,\n        \"createddate\": \"2020-05-11T05:49:25.163\",\n        \"modifieddate\": \"2021-05-24T12:33:10.846504\"\n    },\n    {\n        \"id\": 48,\n        \"name\": \"No Answer\",\n        \"type\": \"NoAnswer\",\n        \"positive\": false,\n        \"voicemail\": false,\n        \"order\": 6,\n        \"createddate\": \"2020-05-11T05:49:25.163\",\n        \"modifieddate\": \"2021-05-24T12:33:10.846504\"\n    },\n    {\n        \"id\": 49,\n        \"name\": \"No Answer Left Voicemail\",\n        \"type\": \"NoAnswer\",\n        \"positive\": false,\n        \"voicemail\": true,\n        \"order\": 7,\n        \"createddate\": \"2020-05-11T05:49:25.163\",\n        \"modifieddate\": \"2021-05-24T12:33:10.846504\"\n    }\n]"}],"_postman_id":"6f01260e-a37e-4068-b3c7-8c16aad09c76"},{"name":"Add","id":"6b29ea38-1c4e-4fc1-b439-bb9147224fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Voicemail Dropped\",\r\n  \"type\": \"NoAnswer\",\r\n  \"positive\": false,\r\n  \"isvoicemail\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/metadata/call/outcome/add?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>This property holds the name of the call outcome. It is required and should be a string value.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>The type of the outcome, indicating the nature of the outcome. Values include:  <br />NoAnswer, Answered</td>\n</tr>\n<tr>\n<td>positive</td>\n<td>Indicates whether the outcome of the record is considered positive.</td>\n</tr>\n<tr>\n<td>isvoicemail</td>\n<td>Indicates whether a voicemail was left during the interaction.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>This is an optional property that indicates the position of the outcome.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","call","outcome","add"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"38abcb02-df49-4d35-b6f9-a314dfa16ce9","name":"Add","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Voicemail Dropped\",\r\n  \"type\": \"NoAnswer\",\r\n  \"positive\": false,\r\n  \"isvoicemail\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/call/outcome/add?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","call","outcome","add"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:18:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-czxz8"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99973"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 15231,\n    \"success\": true,\n    \"statuscode\": 201,\n    \"message\": \"Call outcome added successfully.\"\n}"}],"_postman_id":"6b29ea38-1c4e-4fc1-b439-bb9147224fe9"},{"name":"Update","id":"b36f3a01-6e2d-48f1-9079-0f8c2a54db7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outcomeId\": 15231,\r\n  \"name\": \"Dropped Voicemail\",\r\n  \"type\": \"NoAnswer\",\r\n  \"positive\": false,\r\n  \"isvoicemail\": true,\r\n  \"order\": 7\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/metadata/call/outcome/update?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>outcomeid</td>\n<td>The unique identifier of the outcome to be updated.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The new name of the outcome. It is required and should be a string value.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>The type of the outcome, indicating the nature of the outcome. Values include:  <br />NoAnswer, Answered</td>\n</tr>\n<tr>\n<td>positive</td>\n<td>Indicates whether the outcome of the record is considered positive.</td>\n</tr>\n<tr>\n<td>isvoicemail</td>\n<td>Indicates whether a voicemail was left during the interaction.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>This is an optional property that indicates the position of the outcome.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","call","outcome","update"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"8c269d15-8d44-4590-be05-2ead98095295","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outcomeId\": 15231,\r\n  \"name\": \"Dropped Voicemail\",\r\n  \"type\": \"NoAnswer\",\r\n  \"positive\": false,\r\n  \"isvoicemail\": true,\r\n  \"order\": 7\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/call/outcome/update?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","call","outcome","update"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:18:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-czxz8"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99972"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Call outcome updated successfully.\"\n}"}],"_postman_id":"b36f3a01-6e2d-48f1-9079-0f8c2a54db7a"},{"name":"Delete","id":"64b7a7ca-aa63-48df-882e-d02c82ac4f53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/metadata/call/outcome/delete?outcomeid=15231&client_id=[client_id]","description":"<p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","call","outcome","delete"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"outcomeid","value":"15231"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"19bac33b-3ec5-4c91-b197-db83cb5b241f","name":"Delete","originalRequest":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/call/outcome/delete?outcomeid=15231&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","call","outcome","delete"],"query":[{"key":"outcomeid","value":"15231"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:19:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-czxz8"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99971"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 1,\n    \"message\": \"Call outcome deleted successfully.\"\n}"}],"_postman_id":"64b7a7ca-aa63-48df-882e-d02c82ac4f53"}],"id":"1af9b0af-c675-4b4f-9647-5f2219329a89","_postman_id":"1af9b0af-c675-4b4f-9647-5f2219329a89","description":""},{"name":"Meeting outcome","item":[{"name":"List","id":"d45f41cc-5dfd-47e2-9c89-5e3affbc75fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/outcome/list?pageindex=1&limit=50&client_id=[client_id]","description":"<h4 id=\"response\"><strong>Response</strong></h4>\n<p><strong>Pagination</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasmorerecords</td>\n<td>This field is boolean. It will be true if more records are present.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>The number of records per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Records</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The unique identifier for the record.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name associated with the record.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>The order of the record. Represents its position in a list.</td>\n</tr>\n<tr>\n<td>createddate</td>\n<td>The date and time when the outcome was created.</td>\n</tr>\n<tr>\n<td>modifieddate</td>\n<td>The date and time when the outcome was last modified.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","metadata","meeting","outcome","list"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"c0687171-fb0a-40d8-bd82-4ec68fb621fd","name":"List","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/outcome/list?pageindex=1&limit=50&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","meeting","outcome","list"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Aug 2024 17:10:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"br"},{"key":"permissions-policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"x-op-machine","value":"staging-api-core-ap1-56458954ff-jh4sj"},{"key":"x-ratelimit-burst-interval","value":"10 Seconds"},{"key":"x-ratelimit-burst-remaining","value":"99"},{"key":"x-ratelimit-daily","value":"100000"},{"key":"x-ratelimit-daily-remaining","value":"99990"},{"key":"x-ratelimit-max","value":"100"},{"key":"x-xss-protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"id\": 40,\n            \"name\": \"Decision Pending\",\n            \"type\": \"Interested\",\n            \"order\": 1,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-01-31T09:10:58.903321\"\n        },\n        {\n            \"id\": 1608,\n            \"name\": \"No Show\",\n            \"type\": \"Missed\",\n            \"order\": 1,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-01-31T09:10:58.903321\"\n        },\n        {\n            \"id\": 41,\n            \"name\": \"Demo Scheduled\",\n            \"type\": \"Interested\",\n            \"order\": 2,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-01-31T09:10:58.903321\"\n        },\n        {\n            \"id\": 42,\n            \"name\": \"Follow Up Scheduled\",\n            \"type\": \"NotInterested\",\n            \"order\": 3,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-07-10T08:50:00.380748\"\n        },\n        {\n            \"id\": 43,\n            \"name\": \"Qualified\",\n            \"type\": \"Interested\",\n            \"order\": 4,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-01-31T09:10:58.903321\"\n        },\n        {\n            \"id\": 44,\n            \"name\": \"Send Proposal\",\n            \"type\": \"Interested\",\n            \"order\": 5,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-01-31T09:10:58.903321\"\n        }\n    ]\n}"}],"_postman_id":"d45f41cc-5dfd-47e2-9c89-5e3affbc75fd"},{"name":"Add","id":"6bb72f70-8776-45be-8909-5788db1d1045","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outcomename\": \"Not Joined\",\r\n  \"mappingtype\": \"Missed\",\r\n  \"order\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/outcome/add?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>outcomename</td>\n<td>This property holds the name of the meeting outcome. It is required and should be a string value.</td>\n</tr>\n<tr>\n<td>mappingtype</td>\n<td>Type - Interested, Notinterested, Missed</td>\n</tr>\n<tr>\n<td>order</td>\n<td>This is an optional property that indicates the position of the outcome.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","meeting","outcome","add"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"5c038a91-88e2-44a1-99ba-39b70a64c0d0","name":"Add","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outcomename\": \"Not Joined\",\r\n  \"mappingtype\": \"Missed\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/outcome/add?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","meeting","outcome","add"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:21:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-czxz8"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99969"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1671,\n    \"success\": true,\n    \"statuscode\": 201,\n    \"message\": \"Successfully added meeting outcome.\"\n}"}],"_postman_id":"6bb72f70-8776-45be-8909-5788db1d1045"},{"name":"Update","id":"57e19584-e66f-4384-bc97-95e511b36904","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"meetingoutcomeid\": 1671,\r\n  \"outcomename\": \"Missed Joining\",\r\n  \"mappingtype\": \"Notinterested\",\r\n  \"order\":4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/outcome/update?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>meetingoutcomeid</td>\n<td>The unique identifier of the outcome to be updated.</td>\n</tr>\n<tr>\n<td>outcomename</td>\n<td>The new name of the outcome. It is required and should be a string value.</td>\n</tr>\n<tr>\n<td>mappingtype</td>\n<td>Type - Interested, Notinterested, Missed</td>\n</tr>\n<tr>\n<td>order</td>\n<td>This is an optional property that indicates the position of the outcome.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","meeting","outcome","update"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"1a9e8726-bbff-475d-998a-acb71aee4fa3","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"meetingoutcomeid\": 1671,\r\n  \"outcomename\": \"Missed Joining\",\r\n  \"mappingtype\": \"Notinterested\",\r\n  \"order\":4\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/outcome/update?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","meeting","outcome","update"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:22:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-xldng"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99968"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 200,\n    \"message\": \"Successfully updated meeting outcome.\"\n}"}],"_postman_id":"57e19584-e66f-4384-bc97-95e511b36904"},{"name":"Delete","id":"ab0cd1fa-1159-425f-980b-8ee48fe014d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/outcome/delete?outcomeid=1671&client_id=[client_id]","description":"<p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","meeting","outcome","delete"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"outcomeid","value":"1671"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"6f4a8ff4-faaa-49c0-92b9-b3175eafddd4","name":"Delete","originalRequest":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/outcome/delete?outcomeid=1671&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","meeting","outcome","delete"],"query":[{"key":"outcomeid","value":"1671"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:23:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-czxz8"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99967"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 200,\n    \"message\": \"Successfully deleted meeting outcome.\"\n}"}],"_postman_id":"ab0cd1fa-1159-425f-980b-8ee48fe014d2"}],"id":"431e70f7-d9ba-460d-9594-34386ba652e1","_postman_id":"431e70f7-d9ba-460d-9594-34386ba652e1","description":""},{"name":"Meeting Purpose","item":[{"name":"List","id":"ed87e9e0-9fda-4418-8fa7-083177e3dd3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/purpose/list?pageindex=1&limit=50&client_id=[client_id]","description":"<h4 id=\"response\"><strong>Response</strong></h4>\n<p><strong>Pagination</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasmorerecords</td>\n<td>This field is boolean. It will be true if more records are present.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The current page number.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>The number of records per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Records</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The unique identifier for the record.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>The name associated with the record.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>The order of the record. Represents its position in a list.</td>\n</tr>\n<tr>\n<td>createddate</td>\n<td>The date and time when the outcome was created.</td>\n</tr>\n<tr>\n<td>modifieddate</td>\n<td>The date and time when the outcome was last modified.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","metadata","meeting","purpose","list"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"c23848ff-8493-4c11-85f9-b0157d5b8f1e","name":"List","originalRequest":{"method":"GET","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/purpose/list?pageindex=1&limit=50&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","meeting","purpose","list"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:24:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-xldng"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99966"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 50,\n        \"hasmorerecords\": false\n    },\n    \"data\": [\n        {\n            \"id\": 10,\n            \"name\": \"Demo\",\n            \"order\": 1,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-01-31T09:10:58.903321\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Discovery\",\n            \"order\": 2,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-01-31T09:10:58.903321\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Follow Up\",\n            \"order\": 3,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-01-31T09:10:58.903321\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Monthly Synch\",\n            \"order\": 4,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-01-31T09:10:58.903321\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Negotiation\",\n            \"order\": 5,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-01-31T09:10:58.903321\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Office Hours\",\n            \"order\": 6,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-01-31T09:10:58.903321\"\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Pricing\",\n            \"order\": 7,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-01-31T09:10:58.903321\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Review\",\n            \"order\": 8,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-01-31T09:10:58.903321\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Stand Up\",\n            \"order\": 9,\n            \"createddate\": \"2024-01-31T09:10:58.903321\",\n            \"modifieddate\": \"2024-01-31T09:10:58.903321\"\n        }\n    ]\n}"}],"_postman_id":"ed87e9e0-9fda-4418-8fa7-083177e3dd3c"},{"name":"Add","id":"c31f569e-67db-488b-a2a9-fa2f052c29b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"purposename\": \"Customer Support\",\r\n  \"order\" : 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/purpose/add?client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>purposename</td>\n<td>This property holds the name of the purpose. It is required and should be a string value.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>This is an optional property that indicates the position of the purpose.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","meeting","purpose","add"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"5fa4a8be-af43-4470-91fd-7749fc40358b","name":"Add","originalRequest":{"method":"POST","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"purposename\": \"Customer Support\",\r\n  \"order\" : 3\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/purpose/add?client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","meeting","purpose","add"],"query":[{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:25:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-czxz8"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99965"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2460,\n    \"success\": true,\n    \"statuscode\": 200,\n    \"message\": \"Successfully added meeting purpose.\"\n}"}],"_postman_id":"c31f569e-67db-488b-a2a9-fa2f052c29b4"},{"name":"Update","id":"3e3d5433-00cd-465d-88c8-a9580050d848","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"purposeid\": 2460,\r\n  \"purposename\": \"CS Meet\",\r\n  \"order\" : 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/purpose/update?pageindex=1&limit=50&client_id=[client_id]","description":"<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>purposeid</td>\n<td>The unique identifier of the purpose to be updated.</td>\n</tr>\n<tr>\n<td>purposename</td>\n<td>The new name of the purpose. It is required and should be a string value.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>This is an optional property that indicates the position of the purpose.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","meeting","purpose","update"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}],"variable":[]}},"response":[{"id":"ba2f458c-0686-4837-afcc-6bdf651b1ffe","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"purposeid\": 2460,\r\n  \"purposename\": \"CS Meet\",\r\n  \"order\" : 5\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/purpose/update?pageindex=1&limit=50&client_id=[client_id]","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","meeting","purpose","update"],"query":[{"key":"pageindex","value":"1"},{"key":"limit","value":"50"},{"key":"client_id","value":"[client_id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:26:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-xldng"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99964"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 200,\n    \"message\": \"Successfully updated meeting purpose.\"\n}"}],"_postman_id":"3e3d5433-00cd-465d-88c8-a9580050d848"},{"name":"Delete","id":"b1f5da2e-0df1-43a6-b0aa-9723a246ef0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/purpose/delete?client_id=[client_id]&purposeid=2460","description":"<p><strong>Response</strong></p>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Reason for failure</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Status of the operation<br />\"true\"<br />\"false\"</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>statuscode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error Code of failure</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["api","v1","metadata","meeting","purpose","delete"],"host":["[location]-api","outplayhq","com"],"query":[{"key":"client_id","value":"[client_id]"},{"key":"purposeid","value":"2460"}],"variable":[]}},"response":[{"id":"5d46e3e6-23c1-43ef-bfeb-f8f24bb87ef8","name":"Delete","originalRequest":{"method":"DELETE","header":[{"key":"X-CLIENT-SECRET","value":"[client_secret]","type":"text"}],"url":{"raw":"https://[location]-api.outplayhq.com/api/v1/metadata/meeting/purpose/delete?client_id=[client_id]&purposeid=2460","protocol":"https","host":["[location]-api","outplayhq","com"],"path":["api","v1","metadata","meeting","purpose","delete"],"query":[{"key":"client_id","value":"[client_id]"},{"key":"purposeid","value":"2460"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 12:26:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"Permissions-Policy","value":"accelerometer=(), gyroscope=(), magnetometer=(), payment=(), usb=()"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Op-Machine","value":"production-api-core-us2-777cf74b68-czxz8"},{"key":"X-Ratelimit-Burst-Interval","value":"10 Seconds"},{"key":"X-Ratelimit-Burst-Remaining","value":"99"},{"key":"X-Ratelimit-Daily","value":"100000"},{"key":"X-Ratelimit-Daily-Remaining","value":"99963"},{"key":"X-Ratelimit-Max","value":"100"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"statuscode\": 200,\n    \"message\": \"Successfully deleted meeting purpose.\"\n}"}],"_postman_id":"b1f5da2e-0df1-43a6-b0aa-9723a246ef0b"}],"id":"9c42e271-5295-4ae2-9732-baff2d5caa95","_postman_id":"9c42e271-5295-4ae2-9732-baff2d5caa95","description":""}],"id":"b6778a15-9a43-42e1-ae64-2be9e4b721f1","_postman_id":"b6778a15-9a43-42e1-ae64-2be9e4b721f1","description":""}],"event":[{"listen":"prerequest","script":{"id":"31c257d9-8492-41ab-80bd-768d629f321c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4bafa3d3-d126-4049-ad57-7c966cd93935","type":"text/javascript","exec":[""]}}],"variable":[{"key":"location","value":"[location]"},{"key":"client_id","value":"[client_id]"},{"key":"X-CLIENT-SECRET","value":"[client_secret]"}]}