{"info":{"_postman_id":"1f53d719-5c77-4c82-904a-f63ef4cf273a","name":"API Witty Version 2","description":"<html><head></head><body><p>API that provides endpoints to send messages or obtain and update data in Wittysuite from external applications.</p>\n<p>Endpoints can be executed depending on permissions. There are two roles:</p>\n<p>* <strong>Role 0</strong><br>* All operations</p>\n<p>* <strong>Role 1</strong><br>* Set/Get Metadata<br>* Send Template<br>* Send Message<br>* Get MesageInfo<br>* Get TemplateMessageInfo</p>\n<p>Developers require user data to execute their business logic or use methods to communicate with end users. Wittysuite instances are distributed in different wittysuite data centers.</p>\n<p>The data centers and their respective server <strong>base URL</strong> are given below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>DC</strong></th>\n<th><strong>Bot URL</strong></th>\n<th><strong>Agent URL</strong></th>\n<th><strong>API URL</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Core 1</td>\n<td>admin.wittybots.uy</td>\n<td>multiagent.wittybots.uy</td>\n<td>api.wittybots.uy</td>\n</tr>\n<tr>\n<td>Core 2</td>\n<td>bot.wittysuite.com</td>\n<td>agent.wittysuite.com</td>\n<td>api.wittysuite.com</td>\n</tr>\n</tbody>\n</table>\n</div><p>For each <strong>environment</strong> there is an <strong>example</strong> request and response. Look over here:</p>\n<img src=\"https://content.pstmn.io/bd5f8208-d000-4830-8f51-a555d6e5efa0/aW1hZ2UucG5n\" width=\"804\" height=\"299\">\n\n<p><strong>Note</strong>: Please have in mind the differences for specific cases noted by <strong>[Core 2]</strong> for the new environment.</p>\n<p>Such cases as:</p>\n<p><strong>-Send Template</strong>, added the parameters \"channel\" and \"serviceIdentifier\". More information below.</p>\n<p>Also the header parameter changes to header1.</p>\n<p><strong>-Get Last 100 messages</strong>, changes to different endpoint. You can also request by contact id.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"624014","collectionId":"1f53d719-5c77-4c82-904a-f63ef4cf273a","publishedId":"UV5RkzgX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-10-10T19:46:48.000Z"},"item":[{"name":"Token","event":[{"listen":"test","script":{"id":"d5b81e1b-3077-4ef5-b62b-1942152b9461","exec":["const jsonData = pm.response.json();\r","console.log(jsonData);\r","pm.collectionVariables.set(\"token\", jsonData.data);"],"type":"text/javascript"}}],"id":"878659fd-116b-4fe9-a472-03ce86faf444","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/auth.php/token","description":"<p>With this request you will get a token that you will must include in all calls. Token can be passed only in header and cannot be passed in the request param.</p>\n<p>Response:<br />\"status\" could be \"success\" or \"error\".<br />“data” field will be the token to be use.</p>\n<p>Each time this request is executed with same user, a new token is generated.<br />Token will be available for a limited period of 7 days. In case you receive \"token expired\" in Data field, it is mandatory to request a new token</p>\n<p>Permission: Any role</p>\n<p><strong>Once a new token was generated, the previous one does deprecate.</strong></p>\n","urlObject":{"protocol":"https","path":["auth.php","token"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"5d202b6b-69a5-43fa-919a-43fa1cfb8c56","name":"Token","originalRequest":{"method":"GET","header":[{"key":"username","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}],"url":"https://{{baseURL}}/auth.php/token"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": \"eyJ0eXAiO....JwYXNzd29yZCI6I1gN6jAFh0kODR7CGUzdyQRhXk\"\n}"}],"_postman_id":"878659fd-116b-4fe9-a472-03ce86faf444"},{"name":"Send","id":"d31c8932-ca02-4bc7-87d4-2ca44adc02bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"messages\": [\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"serviceIdentifier\": \"+cccyyyyyyy\",\r\n            \"idBot\": \"x\",\r\n            \"type\": \"message\",\r\n            \"text\": \"DataMessage sended to destination\"\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"SMS\",\r\n            \"type\": \"message\",\r\n            \"text\": \"DataMessage sended to destination\"\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"type\": \"message\",\r\n            \"text\": \"Choose a or b\",\r\n            \"buttons\": [\r\n                {\r\n                    \"text\": \"a\",\r\n                    \"payload\": \"a\"\r\n                },\r\n                {\r\n                    \"text\": \"b\",\r\n                    \"payload\": \"b\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"number\": \"FB-id\",\r\n            \"channel\": \"FACEBOOK\",\r\n            \"type\": \"message\",\r\n            \"text\": \"Todo bien?\"\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"location\",\r\n            \"lat\": \"lat\",\r\n            \"lng\": \"longitud\"\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"document\",\r\n            \"name\": \"fileName\",\r\n            \"url\": \"urlToDocument\",\r\n            \"base64\": \"orbase64DataDocument\"\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"image\",\r\n            \"caption\": \"caption image\",\r\n            \"url\": \"urlToimage\",\r\n            \"base64\": \"orbase64DataImage\"\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"video\",\r\n            \"name\": \"fileName\",\r\n            \"url\": \"urlToVideo\",\r\n            \"base64\": \"orbase64DataVideo\"\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"sound\",\r\n            \"name\": \"fileName\",\r\n            \"url\": \"urlToSound\",\r\n            \"base64\": \"orbase64DataSound\"\r\n        }\r\n    ]\r\n}"},"url":"https://{{baseURL}}/v2.php/send","description":"<p>Send call accept an array of messages to send responses to customers in all available channels.\nEach channel has different window timeframes where it permit to respond to customers. More information at <a href=\"https://wiki.simpletech.com.uy/books/recursos-de-apoyo/chapter/canales\">https://wiki.simpletech.com.uy/books/recursos-de-apoyo/chapter/canales</a></p>\n<p><b>Arguments</b><br />\n<b>channel</b>: WHATSAPP / WEB / SMS / FACEBOOK / INSTAGRAM<br />\n<b>type</b>: message / location / document / image / video / sound<br />\n<b>name</b> (optional): filename<br />\n<b>caption</b> (optional): message below image/video<br />\n<b>url/base64</b> (optional): it is possible to media using and url or base64 file<br />\n<b>lat-lng</b>: Mandatory in case of location type<br /></p>\n<p>Permission: Any role</p>\n","urlObject":{"protocol":"https","path":["v2.php","send"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"fbc9d23a-6a16-4371-ab22-a1c78566b509","name":"Send","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"messages\": [\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"message\",\r\n            \"text\": \"DataMessage sended to destination\"\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"channel\": \"SMS\",\r\n            \"type\": \"message\",\r\n            \"text\": \"DataMessage sended to destination\"\r\n        },\r\n        {\r\n            \"number\": \"FB-id\",\r\n            \"channel\": \"FACEBOOK\",\r\n            \"type\": \"message\",\r\n            \"text\": \"Todo bien?\"\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"location\",\r\n            \"lat\": \"lat\",\r\n            \"lng\": \"longitud\"\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"document\",\r\n            \"name\": \"fileName\",\r\n            \"url\": \"urlToDocument\",\r\n            \"base64\": \"orbase64DataDocument\"\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"image\",\r\n            \"caption\": \"caption image\",\r\n            \"url\": \"urlToimage\",\r\n            \"base64\": \"orbase64DataImage\"\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"video\",\r\n            \"name\": \"fileName\",\r\n            \"url\": \"urlToVideo\",\r\n            \"base64\": \"orbase64DataVideo\"\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"audio\",\r\n            \"name\": \"fileName\",\r\n            \"url\": \"urlToAudio\",\r\n            \"base64\": \"orbase64DataAudio\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"number\": \"cccxxxxxxxxx\",\n            \"channel\": \"WHATSAPP\",\n            \"messageId\": \"23432\",\n            \"error\": \"\"\n        },\n        {\n            \"number\": \"cccxxxxxxxxx\",\n            \"channel\": \"WHATSAPP\",\n            \"messageId\": \"24234324\",\n            \"error\": \"\"\n        },\n        {\n            \"number\": \"cccxxxxxxxxx\",\n            \"channel\": \"WHATSAPP\",\n            \"messageId\": \"567567\",\n            \"error\": \"\"\n        },\n        {\n            \"number\": \"cccxxxxxxxxx\",\n            \"channel\": \"WHATSAPP\",\n            \"messageId\": \"5454545\",\n            \"error\": \"\"\n        },\n        {\n            \"number\": \"cccxxxxxxxxx\",\n            \"channel\": \"SMS\",\n            \"messageId\": \"747474\",\n            \"error\": \"\"\n        },\n        {\n            \"number\": \"cccxxxxxxxxx\",\n            \"channel\": \"WEB\",\n            \"messageId\": \"8848484\",\n            \"error\": \"\"\n        },\n        {\n            \"number\": \"cccxxxxxxxxx\",\n            \"channel\": \"WHATSAPP\",\n            \"messageId\": \"\",\n            \"error\": \"Description error\"\n        }\n    ]\n}"},{"id":"9206b44f-9144-4b53-9010-d8af37913f98","name":"Send [Core 2]","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"messages\": [\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"serviceIdentifier\": \"+cccyyyyyyy\",\r\n            \"idBot\": \"x\",\r\n            \"type\": \"message\",\r\n            \"text\": \"DataMessage sended to destination\"\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"SMS\",\r\n            \"type\": \"message\",\r\n            \"text\": \"DataMessage sended to destination\"\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"type\": \"message\",\r\n            \"text\": \"Choose a or b\",\r\n            \"buttons\": [\r\n                {\r\n                    \"text\": \"a\",\r\n                    \"payload\": \"a\"\r\n                },\r\n                {\r\n                    \"text\": \"b\",\r\n                    \"payload\": \"b\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"number\": \"FB-id\",\r\n            \"channel\": \"FACEBOOK\",\r\n            \"type\": \"message\",\r\n            \"text\": \"Todo bien?\"\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"location\",\r\n            \"lat\": \"lat\",\r\n            \"lng\": \"longitud\"\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"document\",\r\n            \"name\": \"fileName\",\r\n            \"url\": \"urlToDocument\",\r\n            \"base64\": \"orbase64DataDocument\"\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"image\",\r\n            \"caption\": \"caption image\",\r\n            \"url\": \"urlToimage\",\r\n            \"base64\": \"orbase64DataImage\"\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"video\",\r\n            \"name\": \"fileName\",\r\n            \"url\": \"urlToVideo\",\r\n            \"base64\": \"orbase64DataVideo\"\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"type\": \"sound\",\r\n            \"name\": \"fileName\",\r\n            \"url\": \"urlToSound\",\r\n            \"base64\": \"orbase64DataSound\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:10:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n   \"status\":\"success\",\n   \"data\":{\n      \"results\":[\n         {\n            \"number\":\"cccxxxxxxxxx\",\n            \"channel\":\"WHATSAPP\",\n            \"messageId\":{\n               \"convId\":\"3900\"\n            },\n            \"error\":\"\"\n         },\n         {\n            \"number\":\"cccxxxxxxxxx\",\n            \"channel\":\"WHATSAPP\",\n            \"messageId\":{\n               \"convId\":\"3900\"\n            },\n            \"error\":\"\"\n         },\n         {\n            \"number\":\"cccxxxxxxxxx\",\n            \"channel\":\"WHATSAPP\",\n            \"messageId\":{\n               \"convId\":\"3900\"\n            },\n            \"error\":\"\"\n         },\n         {\n            \"number\":\"cccxxxxxxxxx\",\n            \"channel\":\"WHATSAPP\",\n            \"messageId\":{\n               \"convId\":\"3900\"\n            },\n            \"error\":\"\"\n         },\n         {\n            \"number\":\"cccxxxxxxxxx\",\n            \"channel\":\"SMS\",\n            \"messageId\":{\n               \"convId\":\"3900\"\n            },\n            \"error\":\"\"\n         },\n         {\n            \"number\":\"cccxxxxxxxxx\",\n            \"channel\":\"WEB\",\n            \"messageId\":{\n               \"convId\":\"3900\"\n            },\n            \"error\":\"\"\n         },\n         {\n            \"number\":\"cccxxxxxxxxx\",\n            \"channel\":\"WHATSAPP\",\n            \"messageId\":\"\",\n            \"error\":\"Description error\"\n         }\n      ]\n   }\n}"}],"_postman_id":"d31c8932-ca02-4bc7-87d4-2ca44adc02bc"},{"name":"get Message Info","id":"c2a042a6-0725-4d22-a318-2c2f9e70fed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"messageIds\":[\"3900\",\"747474\",\"3243243242\"]     \r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/getMessageInfo","description":"<p>Array of message Ids to query.<br />Message Id is received at Send response.</p>\n<p><strong>Response:</strong>  </p>\n<p><strong>channel</strong>: WHATSAPP / WEB / SMS / FACEBOOK / INSTAGRAM  </p>\n<p><strong>fromNumber</strong>: Bot source identification. (ex: in Whatsapp it is company phone number)  </p>\n<p><strong>toNumber</strong>: Customer identification. (ex: in Whatsapp it is end customer phone number)  </p>\n<p><strong>type</strong>: message / location / document / image / video / sound  </p>\n<p><strong>data</strong>: Sent data  </p>\n<p><strong>status</strong>:</p>\n<ul><li><p>0: not received</p></li><li><p>1: delivered</p></li><li><p>2: seen</p></li><li><p>99: error</p></li></ul>\n\n  \n  \n<p><strong>arrived</strong>: timestamp that was received by Wittybots<br /><strong>statusTimeStamp</strong>: last status change</p>\n","urlObject":{"protocol":"https","path":["v2.php","getMessageInfo"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"115eefb3-bc10-42eb-aa30-36c4e8a276dc","name":"get Message Info","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"messageIds\":[\"1234\",\"747474\",\"324324324\"]\r\n        \r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/getMessageInfo"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"messages\":[\r\n      {  \"messageId\":\"1234\",\"channel\":\"WHATSAPP\",\"fromNumber\":\"cccxxxxxxxxx\",\"toNumber\":\"+cccyyyyyyy\",\"type\":\"message\",\"data\":\"Hola que tal\",\"status\":\"2\", \"arrived\":\"2021-10-01 11:00:00\", \"statusTimeStamp\":\"2021-10-01 11:01:00\"},\r\n\t  {  \"messageId\":\"747474\",\"channel\":\"SMS\",\"fromNumber\":\"cccxxxxxxxxx\",\"toNumber\":\"+cccyyyyyyy\",\"type\":\"message\",\"data\":\"Muchas gracias\",\"status\":\"1\", \"arrived\":\"2021-10-01 11:00:00\", \"statusTimeStamp\":\"2021-10-01 11:01:00\"},\r\n\t  {  \"messageId\":\"324324324\",\"channel\":\"WHATSAPP\",\"fromNumber\":\"cccxxxxxxxxx\",\"toNumber\":\"+59812345678\",\"type\":\"document\",\"data\":\"fileName;S3URL\",\"status\":\"99\", \"arrived\":\"2021-10-01 11:00:00\", \"statusTimeStamp\":\"\"}  \r\n   ]\r\n}"},{"id":"85ff5bf4-bba4-479d-b5eb-979c6f7ed185","name":"get Message Info [Core 2]","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"messageIds\":[\"3900\"]     \r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/getMessageInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:13:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"messages\": [\n            {\n                \"messageId\": 3900,\n                \"fromType\": \"E\",\n                \"toAgent\": 0,\n                \"toExternalAgent\": 0,\n                \"idService\": 6,\n                \"idChatUserContact\": 5,\n                \"type\": \"message\",\n                \"data\": \"Buenas\",\n                \"cost\": 0,\n                \"status\": 2,\n                \"arrived\": \"2023-01-30 13:10:47.928282\",\n                \"statusTimeStamp\": \"2023-01-30 13:13:47.593708\",\n                \"contactIdentifier\": \"cccxxxxxxxxx\",\n                \"serviceIdentifier\": \"cccyyyyyyyyy\",\n                \"toBot\": false,\n                \"channel\": \"WHATSAPP\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c2a042a6-0725-4d22-a318-2c2f9e70fed6"},{"name":"Send Template","id":"f7e12f1a-4a33-418c-9d11-4ed33a51099d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"startDate\": \"2019-12-19\",\r\n    \"startTime\": \"00:00\",\r\n    \"endTime\": \"23:55\",\r\n    \"timezone\": \"-03:00\",\r\n    \"templateName\": \"templateNameData\",\r\n    \"channel\": \"CHANNEL\",\r\n    \"serviceIdentifier\": \"cccxxxxxxxxx\",\r\n    \"messages\": [\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"parameters\": [\r\n                {\r\n                    \"message1\": \"BodyParameterData1\"\r\n                },\r\n                {\r\n                    \"message2\": \"BodyParameterData2\"\r\n                },\r\n                {\r\n                    \"headerType\": \"HeaderTypeData\"\r\n                },\r\n                {\r\n                    \"header\": \"http://urlheader\"\r\n                },\r\n                {\r\n                    \"button1\": \"ButtonParameterData1\"\r\n                },\r\n                {\r\n                    \"button2\": \"ButtonParameterData2\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"parameters\": [\r\n                {\r\n                    \"message1\": \"BodyParameterData1\"\r\n                },\r\n                {\r\n                    \"message2\": \"BodyParameterData2\"\r\n                },\r\n                {\r\n                    \"headerType\": \"HeaderTypeData\"\r\n                },\r\n                {\r\n                    \"filename\": \"OptionalFileName\",\r\n                    \"header\": \"http://urlheader\"\r\n                },\r\n                {\r\n                    \"button1\": \"ButtonParameterData1\"\r\n                },\r\n                {\r\n                    \"button2\": \"ButtonParameterData2\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/sendTemplate","description":"<p>Templates are used in social networks and in SMS notifications to improve customer engagement offering new experiences to customers.<br />More information at <a href=\"https://wiki.simpletech.com.uy/books/recursos-de-apoyo/page/templates-mensajes-salientes\">https://wiki.simpletech.com.uy/books/recursos-de-apoyo/page/templates-mensajes-salientes</a></p>\n<p><strong>Arguments</strong></p>\n<table><tbody><tr><td><div>startDate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Templates campaign start day</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>startTime</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Templates campaign start hour</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>endTime</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Templates campaign end hour. If this time is reach, pending campaign messages will start again next day after startTime</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>Select timezone</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>templateName</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Name of template created in admin.wittybots.uy</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>channel</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Channel where the template will be sent from. \"WHATSAPP\" by default. <b>Must be capital letters</b>.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>serviceIdentifier</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Number where the template will be sent from. The first registered number by default.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>messages</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of messages to be sent</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>messages.number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Destination number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>messages.parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Each template type has it required parameters. Check it on Campaign menu at www.wittybots.uy</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Note</strong>: when sending a template with header media, you may not include the \"header\" parameter. This will send the template with the example media used when the template was created.</p>\n","urlObject":{"protocol":"https","path":["v2.php","sendTemplate"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"b1abc707-4140-4f70-a97e-6ffb8f4adace","name":"Send Template","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"startDate\": \"2019-12-19\",\r\n    \"startTime\": \"00:00\",\r\n    \"endTime\": \"23:55\",\r\n    \"timezone\": \"-03:00\",\r\n    \"templateName\": \"templateNameData\",\r\n    \"messages\": [\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"parameters\": [\r\n                {\r\n                    \"message1\": \"BodyParameterData1\"\r\n                },\r\n                {\r\n                    \"message2\": \"BodyParameterData2\"\r\n                },\r\n                {\r\n                    \"headerType\": \"HeaderTypeData\"\r\n                },\r\n                {\r\n                    \"header\": \"http://urlheader\"\r\n                },\r\n                {\r\n                    \"button1\": \"ButtonParameterData1\"\r\n                },\r\n                {\r\n                    \"button2\": \"ButtonParameterData2\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"parameters\": [\r\n                {\r\n                    \"message1\": \"BodyParameterData1\"\r\n                },\r\n                {\r\n                    \"message2\": \"BodyParameterData2\"\r\n                },\r\n                {\r\n                    \"headerType\": \"HeaderTypeData\"\r\n                },\r\n                {\r\n                    \"filename\": \"OptionalFileName\",\r\n                    \"header\": \"http://urlheader\"\r\n                },\r\n                {\r\n                    \"button1\": \"ButtonParameterData1\"\r\n                },\r\n                {\r\n                    \"button2\": \"ButtonParameterData2\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/sendTemplate"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"results\":[\r\n      {  \"number\":\"cccxxxxxxxxx\",\"templateMessageId\":\"1234\",\"error\":\"\"},\r\n      {  \"number\":\"cccxxxxxxxxx\",\"templateMessageId\":\"\",\"error\":\"Param count error\"}\r\n   ]\r\n}"},{"id":"cdb6597c-7842-432a-9dc6-e09fe82dbe98","name":"Send Template [Core 2]","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"startDate\": \"2019-12-19\",\r\n    \"startTime\": \"00:00\",\r\n    \"endTime\": \"23:55\",\r\n    \"timezone\": \"-03:00\",\r\n    \"templateName\": \"templateNameData\",\r\n    \"channel\": \"CHANNEL\",\r\n    \"serviceIdentifier\": \"cccxxxxxxxxx\",\r\n    \"messages\": [\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"parameters\": [\r\n                {\r\n                    \"message1\": \"BodyParameterData1\"\r\n                },\r\n                {\r\n                    \"message2\": \"BodyParameterData2\"\r\n                },\r\n                {\r\n                    \"headerType\": \"HeaderTypeData\"\r\n                },\r\n                {\r\n                    \"header\": \"http://urlheader\"\r\n                },\r\n                {\r\n                    \"button1\": \"ButtonParameterData1\"\r\n                },\r\n                {\r\n                    \"button2\": \"ButtonParameterData2\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"parameters\": [\r\n                {\r\n                    \"message1\": \"BodyParameterData1\"\r\n                },\r\n                {\r\n                    \"message2\": \"BodyParameterData2\"\r\n                },\r\n                {\r\n                    \"headerType\": \"HeaderTypeData\"\r\n                },\r\n                {\r\n                    \"header1\": \"http://urlheader\"\r\n                },\r\n                {\r\n                    \"button1\": \"ButtonParameterData1\"\r\n                },\r\n                {\r\n                    \"button2\": \"ButtonParameterData2\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/sendTemplate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:19:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"results\": [\n            {\n                \"number\": \"cccxxxxxxxxx\",\n                \"error\": \"\",\n                \"templateMessageId\": \"119\"\n            },\n            {\n                \"number\": \"cccxxxxxxxxx\",\n                \"error\": \"\",\n                \"templateMessageId\": \"120\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f7e12f1a-4a33-418c-9d11-4ed33a51099d"},{"name":"Put Contacts On Campaign","id":"450ccf45-1bd5-47fb-aaa1-62f4503d0415","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"campaignId\": \"1234\",\r\n    \"channel\": \"WHATSAPP\",\r\n    \"serviceIdentifier\": \"cccxxxxxxxx\",\r\n    \"messages\": [\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"parameters\": [\r\n                {\r\n                    \"message1\": \"BodyParameterData1\"\r\n                },\r\n                {\r\n                    \"message2\": \"BodyParameterData2\"\r\n                },\r\n                {\r\n                    \"headerType\": \"HeaderTypeData\"\r\n                },\r\n                {\r\n                    \"header\": \"http://urlheader\"\r\n                },\r\n                {\r\n                    \"button1\": \"ButtonParameterData1\"\r\n                },\r\n                {\r\n                    \"button2\": \"ButtonParameterData2\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"parameters\": [\r\n                {\r\n                    \"message1\": \"BodyParameterData1\"\r\n                },\r\n                {\r\n                    \"message2\": \"BodyParameterData2\"\r\n                },\r\n                {\r\n                    \"headerType\": \"HeaderTypeData\"\r\n                },\r\n                {\r\n                    \"header\": \"http://urlheader\"\r\n                },\r\n                {\r\n                    \"button1\": \"ButtonParameterData1\"\r\n                },\r\n                {\r\n                    \"button2\": \"ButtonParameterData2\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/putContactsOnCampaign","description":"<p>For Campaigns already created, you may add messages to send.</p>\n<p>\"campaignId\" parameter is mandatory and must be the one to add messages to.</p>\n<p>\"channel\" channel where the template will be sent from. \"WHATSAPP\" by default. <strong>Must be capital letters</strong>.</p>\n<p>\"serviceIdentifier\" number where the template will be sent from. The first registered number by default.</p>\n<p>\"messages\" parameter is where you provide the messages to add. Messages must match the /sendTemplate schema.</p>\n<p>For cancelled or suspended campaigns it will not resume by adding new messages.</p>\n<p>For completed campaigns it will resume and send the added messages.</p>\n","urlObject":{"protocol":"https","path":["v2.php","putContactsOnCampaign"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"9c0396e9-3de6-4aeb-99fd-cb4894627b26","name":"Put Contacts On Campaign [Core 2]","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"campaignId\": \"1234\",\r\n    \"channel\": \"WHATSAPP\",\r\n    \"serviceIdentifier\": \"cccxxxxxxxx\",\r\n    \"messages\": [\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"parameters\": [\r\n                {\r\n                    \"message1\": \"BodyParameterData1\"\r\n                },\r\n                {\r\n                    \"message2\": \"BodyParameterData2\"\r\n                },\r\n                {\r\n                    \"headerType\": \"HeaderTypeData\"\r\n                },\r\n                {\r\n                    \"header\": \"http://urlheader\"\r\n                },\r\n                {\r\n                    \"button1\": \"ButtonParameterData1\"\r\n                },\r\n                {\r\n                    \"button2\": \"ButtonParameterData2\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxxx\",\r\n            \"parameters\": [\r\n                {\r\n                    \"message1\": \"BodyParameterData1\"\r\n                },\r\n                {\r\n                    \"message2\": \"BodyParameterData2\"\r\n                },\r\n                {\r\n                    \"headerType\": \"HeaderTypeData\"\r\n                },\r\n                {\r\n                    \"header\": \"http://urlheader\"\r\n                },\r\n                {\r\n                    \"button1\": \"ButtonParameterData1\"\r\n                },\r\n                {\r\n                    \"button2\": \"ButtonParameterData2\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/putContactsOnCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:19:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"results\": [\n            {\n                \"number\": \"cccxxxxxxxxx\",\n                \"error\": \"\",\n                \"templateMessageId\": \"119\"\n            },\n            {\n                \"number\": \"cccxxxxxxxxx\",\n                \"error\": \"\",\n                \"templateMessageId\": \"120\"\n            }\n        ]\n    }\n}"}],"_postman_id":"450ccf45-1bd5-47fb-aaa1-62f4503d0415"},{"name":"get Template Message Info","id":"d2d34fb9-e547-47d4-befd-f50b53386170","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"templateMessageIds\":[\"1234\",\"747474\",\"324324324\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/getTemplateMessageInfo","description":"<p>Array of Template message Ids to query. Message Id is received at Send Template response.</p>\n<p><strong>Response</strong>:</p>\n<p><strong>channel</strong>: WHATSAPP / WEB / SMS / FACEBOOK / INSTAGRAM</p>\n<p><strong>fromNumber</strong>: Bot source identification. (ex: in Whatsapp it is company phone number)</p>\n<p><strong>toNumber</strong>: Customer identification. (ex: in Whatsapp it is end customer phone number)</p>\n<p><strong>type</strong>: message / location / document / image / video / sound</p>\n<p><strong>data</strong>: Sent data</p>\n<p><strong>campaignMessageStatus:</strong></p>\n<ul>\n<li><p>0: campaign not sent <strong>yet</strong></p>\n</li>\n<li><p>1: campaign sent</p>\n</li>\n<li><p>3: responded campaign</p>\n</li>\n<li><p>99: error sending the campaign (message was not sent)</p>\n</li>\n</ul>\n<p><strong>status</strong>: Only when the campaign was sent</p>\n<ul><li><div>0: not received</div></li><li><div>1: delivered</div></li><li><div>2: seen</div></li><li><div>99: error</div></li></ul>\n\n<p><strong>arrived</strong>: timestamp that was received by Wittybots</p>\n<p><strong>statusTimeStamp</strong>: last status change</p>\n","urlObject":{"protocol":"https","path":["v2.php","getTemplateMessageInfo"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"859c4da6-69bf-458a-80a7-c218a4ddf533","name":"get Template Message Info","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"templateMessageIds\":[\"1234\",\"747474\",\"324324324\"]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/getTemplateMessageInfo"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"messages\":[\r\n      {  \"messageId\":\"1234\",\"templateName\":\"template_name\",\"channel\":\"WHATSAPP\",\"fromNumber\":\"cccyyyyyyyyy\",\"toNumber\":\"+cccxxxxxxxxx\",\"data\":\"Hola que tal\",\"parameters\":\"[\\\"HSM_B_Channel\\\",\\\"Test\\\",\\\"text\\\",\\\"TestHeader\\\"]\",\"cost\":\"1\",\"status\":\"2\", \"arrived\":\"2021-10-01 11:00:00\", \"statusTimeStamp\":\"2021-10-01 11:01:00\"},\r\n\t  {  \"messageId\":\"747474\",\"templateName\":\"template_name\",\"channel\":\"SMS\",\"fromNumber\":\"cccyyyyyyyyy\",\"toNumber\":\"+cccxxxxxxxxx\",\"data\":\"Muchas gracias\",\"parameters\":\"[\\\"HSM_B_Channel\\\",\\\"Test\\\",\\\"text\\\",\\\"TestHeader\\\"]\",\"cost\":\"1\",\"status\":\"1\", \"arrived\":\"2021-10-01 11:00:00\", \"statusTimeStamp\":\"2021-10-01 11:01:00\"},\r\n\t  {  \"messageId\":\"324324324\",\"templateName\":\"template_name\",\"channel\":\"WHATSAPP\",\"fromNumber\":\"cccyyyyyyxxx\",\"toNumber\":\"+cccyyxxxxxxx\",\"data\":\"fileName;S3URL\",\"parameters\":\"[\\\"HSM_B_Channel\\\",\\\"Test\\\",\\\"text\\\",\\\"TestHeader\\\"]\",\"cost\":\"1\",\"status\":\"99\", \"arrived\":\"2021-10-01 11:00:00\", \"statusTimeStamp\":\"\"}\r\n   ]\r\n}"},{"id":"a8d7fdb3-f75a-4ba3-956c-78f6f035cfcd","name":"get Template Message Info [Core 2]","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"templateMessageIds\":[\"119\", \"120\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/getTemplateMessageInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:21:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"messages\": [\n            {\n                \"messageId\": 3904,\n                \"fromType\": \"C\",\n                \"toAgent\": false,\n                \"toExternalAgent\": false,\n                \"idService\": 6,\n                \"idChatUserContact\": 5,\n                \"type\": \"template\",\n                \"data\": \"{\\\"body\\\":\\\"Imagina que te encuentras realizando un *pago en la web* o en la APP y al apretar el bot\\\\u00f3n _pagar_ *te solicitan una verificaci\\\\u00f3n de doble factor*.\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Pagar\\\",\\\"payload\\\":\\\"pagar\\\"}]}\",\n                \"cost\": 0,\n                \"status\": 1,\n                \"arrived\": \"2023-01-30 13:19:21.521570\",\n                \"statusTimeStamp\": \"2023-01-30 13:19:22.712762\",\n                \"parameters\": \"[\\\"HSM_B_Channel\\\"]\",\n                \"idCampaign\": 41,\n                \"campaignMessageStatus\": 1,\n                \"contactIdentifier\": \"cccxxxxxxxxx\",\n                \"serviceIdentifier\": \"cccyyyyyyyyy\",\n                \"toBot\": false,\n                \"channel\": \"WHATSAPP\"\n            },\n            {\n                \"messageId\": 3905,\n                \"fromType\": \"C\",\n                \"toAgent\": false,\n                \"toExternalAgent\": false,\n                \"idService\": 6,\n                \"idChatUserContact\": 5,\n                \"type\": \"template\",\n                \"data\": \"{\\\"body\\\":\\\"Imagina que te encuentras realizando un *pago en la web* o en la APP y al apretar el bot\\\\u00f3n _pagar_ *te solicitan una verificaci\\\\u00f3n de doble factor*.\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Pagar\\\",\\\"payload\\\":\\\"pagar\\\"}]}\",\n                \"cost\": 0,\n                \"status\": 2,\n                \"arrived\": \"2023-01-30 13:19:21.521570\",\n                \"statusTimeStamp\": \"2023-01-30 13:19:22.712762\",\n                \"parameters\": \"[\\\"HSM_B_Channel\\\"]\",\n                \"idCampaign\": 41,\n                \"campaignMessageStatus\": 1,\n                \"contactIdentifier\": \"cccxxxxxxxxx\",\n                \"serviceIdentifier\": \"cccyyyyyyyyy\",\n                \"toBot\": false,\n                \"channel\": \"WHATSAPP\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d2d34fb9-e547-47d4-befd-f50b53386170"},{"name":"Unset","id":"3abd0d7f-b196-4469-b5ae-ae10eaafb92a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"cccxxxxxxxx\",\r\n    \"channel\": \"WHATSAPP\",\r\n    \"serviceIdentifier\": \"cccxxxxxxxy\"\r\n}"},"url":"https://{{baseURL}}/v2.php/unset","description":"<p>Unset call is used to pass control from external apps to BOT. Using this request it is possible to switch between human intervention and Witty automatic attention. In case that it is necessary to switch back to external app, you need to configure it using \"Transfer to External Agent\" action</p>\n<p><strong>Arguments</strong></p>\n<table><tbody><tr><td>to</td><td>Identification of user that is needed to switch to BOT.</td></tr><tr></tr></tbody></table>\n\n<p>User identification could be:</p>\n<ul>\n<li>Whatsapp Number: <strong>cccxxxxxxxxx</strong></li>\n<li>SMS number: <strong>SMS-cccxxxxxxxx</strong></li>\n<li>IG Id: <strong>INST-xxxxxxxxxxxxxxxx</strong></li>\n<li>FB Id: <strong>FB-USER-xxxxxxxxxxxxxxxx</strong></li>\n<li>Web: <strong>WEB-xxxxxxxxxxxxxxxx</strong></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v2.php","unset"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"2b28088d-bd77-43fc-80d2-985cd13ad8a5","name":"Unset","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"to\": \"cccxxxxxxxx\"\r\n}"},"url":"https://{{baseURL}}/v2.php/unset"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": \"ok\"\n}"}],"_postman_id":"3abd0d7f-b196-4469-b5ae-ae10eaafb92a"},{"name":"get MetaDatas","id":"2b982d3e-c3ec-4bba-9233-e1df824b2422","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"users\":[\r\n      {\r\n         \"number\":\"+cccxxxxxxx\",\r\n\t\t \"keys\":[\"age\",\"name\"]\r\n      },\r\n\t  {\r\n         \"number\":\"+cccxxxxxxxy\",\r\n\t\t \"keys\":[\"displayName\",\"otherKey\"]\r\n      } \r\n]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/getMetaData","urlObject":{"protocol":"https","path":["v2.php","getMetaData"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"eeb6a300-397f-4ffb-a3ba-23e9212a69df","name":"get MetaDatas","originalRequest":{"method":"POST","header":[{"key":"token","value":"","description":"Token obtained from using the Token endpoint","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"Content-Type header is mandatory","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"users\":[\r\n      {\r\n         \"number\":\"+cccxxxxxxxxx\",\r\n\t\t \"keys\":[\"age\",\"name\"]\r\n      },\r\n\t  {\r\n         \"number\":\"+cccxxxxxxxxy\",\r\n\t\t \"keys\":[\"displayName\",\"address\"]\r\n      } \r\n]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/getMetaData"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"users\":[\r\n      {\r\n         \"number\":\"+cccxxxxxxxxx\",\r\n\t\t \"keys\":[{\"age\":\"34\"},{\"name\":\"Juan\"}]\r\n      },\r\n\t  {\r\n         \"number\":\"+cccxxxxxxxxy\",\r\n\t\t \"keys\":[{\"displayName\":\"Jose\"},{\"address\":\"BV 1234\"}]\r\n      }     \r\n   ]\r\n}"},{"id":"3bda4434-47a1-4b59-8382-63214c87213e","name":"get MetaDatas [Core 2]","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"serviceIdentifier\": \"cccxxxxxxxy\",\r\n            \"keys\": [\r\n                \"prueba\",\r\n                \"prompt\"\r\n            ]\r\n        },\r\n        {\r\n            \"number\": \"+cccyyyyyyyyy\",\r\n            \"keys\": [\r\n                \"prueba\",\r\n                \"prompt\"\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/getMetaData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:29:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"results\": [\n            {\n                \"number\": \"+cccxxxxxxxxx\",\n                \"error\": \"\",\n                \"keys\": [\n                    {\n                        \"prueba\": \"1234\",\n                        \"error\": \"\"\n                    },\n                    {\n                        \"prompt\": \"Quien va a ser el próximo campeón uruguayo?\",\n                        \"error\": \"\"\n                    }\n                ]\n            },\n            {\n                \"number\": \"+cccyyyyyyyyy\",\n                \"error\": \"\",\n                \"keys\": [\n                    {\n                        \"prueba\": \"1234\",\n                        \"error\": \"\"\n                    },\n                    {\n                        \"prompt\": \"Quien va a ser el próximo campeón uruguayo?\",\n                        \"error\": \"\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"2b982d3e-c3ec-4bba-9233-e1df824b2422"},{"name":"set MetaDatas","id":"85390c08-8123-40f9-bcfb-01dd97bd1aba","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        {\r\n            \"number\": \"+cccxxxxxxx\",\r\n            \"keys\": [\r\n                {\r\n                    \"age\": \"24\"\r\n                },\r\n                {\r\n                    \"name\": \"Pedro\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxy\",\r\n            \"keys\": [\r\n                {\r\n                    \"displayName\": \"Maria\"\r\n                },\r\n                {\r\n                    \"otherKey\": \"{\\\"val1\\\":\\\"value1\\\",\\\"arr1\\\":[{\\\"arr11\\\":\\\"val11\\\"},{\\\"arr12\\\":\\\"val12\\\"}]}\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/setMetaData","urlObject":{"protocol":"https","path":["v2.php","setMetaData"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"1dc31bf4-d3da-477e-b25e-61097209b820","name":"set MetaDatas","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"users\":[\r\n      {\r\n         \"number\":\"+cccxxxxxxx\",\r\n\t\t \"keys\":[{\"age\":\"24\"},{\"name\":\"Pedro\"}]\r\n      },\r\n\t  {\r\n         \"number\":\"+cccxxxxxxxy\",\r\n\t\t \"keys\":[{\"displayName\":\"Maria\"},{\"otherKey\":\"{\\\"val1\\\":\\\"value1\\\",\\\"arr1\\\":[{\\\"arr11\\\":\\\"val11\\\"},{\\\"arr12\\\":\\\"val12\\\"}]}\"}]\r\n      } \r\n]\r\n}"},"url":"https://{{baseURL}}/v2.php/setMetaData"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"results\":[\r\n      {  \"number\":\"+cccxxxxxxxxx\",\"error\":\"\"},\r\n      {  \"number\":\"+cccxxxxxxxy\",\"error\":\"Number not exist\"}\r\n   ]\r\n}"},{"id":"02b874f1-93f2-468b-8e4a-a35ccaeced51","name":"set MetaDatas [Core 2]","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"serviceIdentifier\": \"cccxxxxxxxy\",\r\n            \"keys\": [\r\n                {\r\n                    \"age\": \"24\"\r\n                },\r\n                {\r\n                    \"address\": \"Coimbra 5936\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"number\": \"+cccxxxxxxxxx\",\r\n            \"keys\": [\r\n                {\r\n                    \"age\": \"24\"\r\n                },\r\n                {\r\n                    \"address\": \"Coimbra 5936\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/setMetaData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:31:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"users\": [\n            {\n                \"number\": \"+cccxxxxxxxxx\",\n                \"error\": \"\",\n                \"keys\": [\n                    {\n                        \"\": \"\",\n                        \"error\": \"\"\n                    },\n                    {\n                        \"\": \"\",\n                        \"error\": \"\"\n                    }\n                ]\n            },\n            {\n                \"number\": \"+cccxxxxxxxxx\",\n                \"error\": \"\",\n                \"keys\": [\n                    {\n                        \"\": \"\",\n                        \"error\": \"\"\n                    },\n                    {\n                        \"\": \"\",\n                        \"error\": \"\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"85390c08-8123-40f9-bcfb-01dd97bd1aba"},{"name":"get UserTags","id":"4fac9080-8f97-44a9-8ab0-7ac6745d588a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"token","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        {\r\n            \"number\": \"cccxxxxxxxx\",\r\n            \"serviceIdentifier\": \"cccyyyyyyy\",\r\n            \"channel\": \"WHATSAPP\"\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxx\",\r\n            \"serviceIdentifier\": \"ccczzzzzzz\"\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxy\"\r\n        },\r\n        {\r\n            \"number\": \"test.dev@gmail.com\",\r\n            \"channel\": \"EMAIL\"\r\n        },\r\n        {\r\n            \"number\": \"abc\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/getUserTags","description":"<p>The \"users\" array must include at least the \"number\" parameter, then the default \"channel\" is \"WHATSAPP\" and gets the first serviceIdentifier of that channel.<br />Otherwise you could specify the \"channel\" (keeps getting the first serviceIdentifier found of that channel) or you could specify serviceIdentifier directly.</p>\n<p>It returns an array of objects for each user, containing the number, any error if present, and tags with the assigned ones.</p>\n","urlObject":{"protocol":"https","path":["v2.php","getUserTags"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"32d78a84-49a9-49c9-99a4-d5ea1e20bee5","name":"get MetaDatas","originalRequest":{"method":"POST","header":[{"key":"token","value":"","description":"Token obtained from using the Token endpoint"},{"key":"Content-Type","value":"application/json","description":"Content-Type header is mandatory"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        {\r\n            \"number\": \"cccxxxxxxxx\",\r\n            \"serviceIdentifier\": \"cccyyyyyyy\",\r\n            \"channel\": \"WHATSAPP\"\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxx\",\r\n            \"serviceIdentifier\": \"ccczzzzzzz\"\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxy\"\r\n        },\r\n        {\r\n            \"number\": \"test.dev@gmail.com\",\r\n            \"channel\": \"EMAIL\"\r\n        },\r\n        {\r\n            \"number\": \"abc\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/getMetaData"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": [\r\n        {\r\n            \"number\": \"cccxxxxxxxx\",\r\n            \"error\": \"\",\r\n            \"tags\": [\r\n                \"reserved_Unattended\",\r\n                \"consulta\",\r\n                \"Inmueble\"\r\n            ]\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxx\",\r\n            \"error\": \"\",\r\n            \"tags\": [\r\n                \"reserved_Unattended\",\r\n                \"oferta\"\r\n            ]\r\n        },\r\n        {\r\n            \"number\": \"cccxxxxxxxy\",\r\n            \"error\": \"\",\r\n            \"tags\": [\r\n                \"reserved_Unattended\"\r\n            ]\r\n        },\r\n        {\r\n            \"number\": \"test.dev@gmail.com\",\r\n            \"error\": \"\",\r\n            \"tags\": [\r\n                \"reserved_Unattended\",\r\n                \"aaaa\",\r\n                \"consulta\",\r\n                \"Inmueble\",\r\n                \"oferta\"\r\n            ]\r\n        },\r\n        {\r\n            \"number\": \"abc\",\r\n            \"error\": \"Contact Not found: abc\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"4fac9080-8f97-44a9-8ab0-7ac6745d588a"},{"name":"set UserTags","id":"61e55d37-c79e-4009-822d-84fdee908a44","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"token","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        {\r\n            \"number\": \"pppxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"serviceIdentifier\": \"pppyyyyyyyy\",\r\n            \"tags\": [\r\n                \"Empresa\",\r\n                \"VIP\"\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/setUserTags","description":"<p>The \"users\" array must include at least the \"number\" and \"tags\" parameter, then the default \"channel\" is \"WHATSAPP\" and gets the first serviceIdentifier of that channel by default.<br />Otherwise you could specify the \"channel\" (keeps getting the first serviceIdentifier found of that channel) or you could specify serviceIdentifier directly.</p>\n<p>It returns an array of errors. If any is present it will indicate the user index and message describing it.</p>\n","urlObject":{"protocol":"https","path":["v2.php","setUserTags"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"df707082-99d8-4c49-be61-4c1ae90958ef","name":"get MetaDatas","originalRequest":{"method":"POST","header":[{"key":"token","value":"","description":"Token obtained from using the Token endpoint"},{"key":"Content-Type","value":"application/json","description":"Content-Type header is mandatory"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"users\": [\r\n        {\r\n            \"number\": \"pppxxxxxxxx\",\r\n            \"channel\": \"WHATSAPP\",\r\n            \"serviceIdentifier\": \"pppyyyyyyyy\",\r\n            \"tags\": [\r\n                \"Empresa\",\r\n                \"VIP\"\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/getMetaData"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": {\r\n        \"errors\": [\r\n            {\r\n                \"index\": 0,\r\n                \"message\": \"no service found or not allowed\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"61e55d37-c79e-4009-822d-84fdee908a44"},{"name":"Import Contacts From Json","id":"e1f30cf6-2a32-4509-a3ec-be911d43de3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"0\": {\r\n        \"identifier\": \"cccxxxxxxxx\",\r\n        \"reserved_displayName\": \"Contact name\",\r\n        \"family_members\":\"Lewis, John, Alice\",\r\n        \"reserved_email\": \"contact@email.com\",\r\n        \"reserved_description\": \"some description\",\r\n        \"reserved_profile_company\": \"value for custom field Company\",\r\n        \"reserved_country\": \"Country name\",\r\n        \"reserved_state\": \"City name\",\r\n        \"reserved_address\": \"Contact Address\"\r\n    },\r\n    \"1\": {\r\n        \"identifier\": \"cccyyyyyyyyy\",\r\n        \"serviceIdentifier\": \"ccczzzzzzzzz\",\r\n        \"meta_new\":\"Greetings\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/importContactsFromJson","description":"<p>Note that for every contact to import the <strong>only mandatory parameter</strong> is the \"<strong>identifier</strong>\".</p>\n<p>Beside this parameter, you may add also reserved meta-data and/or standard meta-data.</p>\n<p>Every value must be a string.</p>\n<p>The contacts created will be seen on the Agent platform on the Contacts menu as EXPIRED.</p>\n","urlObject":{"protocol":"https","path":["v2.php","importContactsFromJson"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"070c24bd-d6b4-4e5a-823c-d33e062c8fc9","name":"Import Contacts From Json","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"0\": {\r\n        \"identifier\": \"cccxxxxxxx\",\r\n        \"reserved_displayName\": \"Contact name\",\r\n        \"reserved_email\": \"contact@email.com\",\r\n        \"reserved_profile_customerNumber\": \"value 111 for custom field Customer Number\",\r\n        \"reserved_profile_company\": \"value for custom field Company 2\",\r\n        \"reserved_country\": \"Country name\",\r\n        \"reserved_state\": \"City name\",\r\n        \"reserved_address\": \"Contact Address\",\r\n        \"reserved_profile_taxId\": \"value for custom field tax id\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/importContactsFromJson"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 14:03:45 GMT"},{"key":"Server","value":"Apache/2.4.51 () OpenSSL/1.0.2k-fips"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://client.wittybots.uy"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": \"Ok\"\n}"},{"id":"f574c961-62df-458a-bf70-8546a61f8c04","name":"Import Contacts From Json [Core 2]","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"0\": {\r\n        \"identifier\": \"cccxxxxxxxx\",\r\n        \"channel\": \"WHATSAPP\",\r\n        \"serviceIdentifier\":\"cccxxxxxxxy\",\r\n        \"reserved_displayName\": \"Contact name\",\r\n        \"family_members\":\"Lewis, John, Alice\",\r\n        \"reserved_email\": \"contact@email.com\",\r\n        \"reserved_description\": \"some description\",\r\n        \"reserved_profile_company\": \"value for custom field Company\",\r\n        \"reserved_country\": \"Country name\",\r\n        \"reserved_state\": \"City name\",\r\n        \"reserved_address\": \"Contact Address\"\r\n    },\r\n    \"1\": {\r\n        \"identifier\": \"cccyyyyyyyyy\",\r\n        \"meta_new\":\"Greetings\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/importContactsFromJson"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 14:03:45 GMT"},{"key":"Server","value":"Apache/2.4.51 () OpenSSL/1.0.2k-fips"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://client.wittybots.uy"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": \"Ok\"\n}"}],"_postman_id":"e1f30cf6-2a32-4509-a3ec-be911d43de3d"},{"name":"Rules Executed","id":"84db19ab-9831-47aa-b5aa-3c7759a90deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"channel\": \"CHANNEL\",\r\n    \"serviceIdentifier\": \"cccxxxxxxxxx\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/rulesExecuted/contactIdentifier/{{contactIdentifier}}","description":"<p><strong>Channel:</strong></p>\n<ul>\n<li><p>If empty, it will take \"WHATSAPP\" by default.</p>\n</li>\n<li><p>Must be in capital letters.</p>\n</li>\n<li><p>If you do not have Whatsapp channel you must specify the channel.</p>\n</li>\n<li><p>Possible values:</p>\n<ul>\n<li><p>SMS</p>\n</li>\n<li><p>INSTAGRAM</p>\n</li>\n<li><p>FACEBOOK</p>\n</li>\n<li><p>WEB</p>\n</li>\n<li><p>EMAIL</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>ServiceIdentifier:</strong></p>\n<ul>\n<li><p>If empty, it will take the first registred serviceIdentifier for the channel specified.</p>\n</li>\n<li><p>If channel was not specified, it will take the first registred for WhatsApp.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v2.php","rulesExecuted","contactIdentifier","{{contactIdentifier}}"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"a766c632-9d19-40a6-b96b-9467c0015dad","name":"Rules Executed","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/rulesExecuted/contactIdentifier/{{contactIdentifier}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Mar 2023 14:05:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"id\": 378,\n            \"ruleId\": 733,\n            \"timestamp\": \"2022-11-04 13:14:54.735619\",\n            \"idService\": 100,\n            \"idChatUserContact\": 100\n        },\n        {\n            \"id\": 379,\n            \"ruleId\": 733,\n            \"timestamp\": \"2022-11-04 13:16:54.148562\",\n            \"idService\": 100,\n            \"idChatUserContact\": 100\n        }\n    ]\n}"}],"_postman_id":"84db19ab-9831-47aa-b5aa-3c7759a90deb"},{"name":"get Flagsinfo","id":"69d51fb3-cb1b-4f9d-8368-0d0846ab1809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/flagsinfo","description":"<p>Get information about Flags. With this it is possible to generate Flags files using flagstatusfile endpoint</p>\n","urlObject":{"protocol":"https","path":["v2.php","flagsinfo"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"f656b04d-1707-4ae6-9b55-b4f0e44e56fb","name":"get Flagsinfo","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/flagsinfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Mar 2022 12:46:57 GMT"},{"key":"Server","value":"Apache/2.4.51 () OpenSSL/1.0.2k-fips"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://client2.wittybots.uy"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"0\": \"9\",\n            \"1\": \"bienvenida\",\n            \"id\": \"9\",\n            \"name\": \"bienvenida\"\n        }\n    ]\n}"},{"id":"aabf4dc3-90f6-4c15-bdaf-c64cac57f70e","name":"get Flagsinfo [Core 2]","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/flagsinfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:40:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Emergencias - DNI válido\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Emergencias - Transfiere a agente - UCI\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Emergencias - Transfiere a agente - Administración\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Emergencias - Factura enviada\"\n        }\n    ]\n}"}],"_postman_id":"69d51fb3-cb1b-4f9d-8368-0d0846ab1809"},{"name":"get Campaignsinfo","id":"a84e93c2-9dd7-443f-97d5-79d226cb3f22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/campaignsinfo","description":"<p>Get information about Campaigns. With this it is possible to generate Campaign files using campaignstatusfile endpoint</p>\n<p>Status types:</p>\n<p>0: Active Campaign</p>\n<p>1: Campaign Running</p>\n<p>2: Campaign Paused</p>\n<p>3: Campaign Finished</p>\n<p>99: Campaign Canceled</p>\n","urlObject":{"protocol":"https","path":["v2.php","campaignsinfo"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"203e6b74-d2fd-4419-86f5-83a09acfb066","name":"get Campaignsinfo","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/campaignsinfo"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"id\": \"64\",\n            \"name\": \"Bienvenido\"\n        },\n        {\n            \"id\": \"63\",\n            \"name\": \"Flag name\"\n        }\n    ]\n}"},{"id":"e28a8520-cfe9-4106-bd16-3abe99d02cea","name":"get Campaignsinfo [Core 2]","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/campaignsinfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:41:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"id\": 3,\n            \"status\": 3,\n            \"createdTimestamp\": \"2022-09-06 15:05:36.984268\",\n            \"templateCampaignId\": 3\n        },\n        {\n            \"id\": 4,\n            \"status\": 3,\n            \"createdTimestamp\": \"2022-10-11 16:46:47.386294\",\n            \"templateCampaignId\": 4\n        },\n        {\n            \"id\": 5,\n            \"status\": 3,\n            \"createdTimestamp\": \"2022-10-18 17:42:42.699950\",\n            \"templateCampaignId\": 9\n        }\n    ]\n}"}],"_postman_id":"a84e93c2-9dd7-443f-97d5-79d226cb3f22"},{"name":"get Survey Report","id":"76a0929f-f602-465b-9187-2ee82745be62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"idSurvey\": \"xxx\",\r\n    \"from\": \"yyyy-mm-dd\",\r\n    \"to\": \"yyyy-mm-dd hh:ii\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{baseURL}}/v2.php/report/survey","description":"<p>Get information about Surveys sent.</p>\n<p>You must provide <strong>idSurvey or from</strong> parameter.</p>\n<p>idSurvey: gets information of a specific survey.</p>\n<p>from: gets surveys sent from a specific date.</p>\n<p>to: gets surveys sent until a specific date.</p>\n<p>specific date whether \"yyyy-mm-dd hh:ii\" or \"yyyy-mm-dd\"</p>\n","urlObject":{"protocol":"https","path":["v2.php","report","survey"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"77403c6c-814b-4dfd-8dee-e412175466d2","name":"get Campaignsinfo","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/campaignsinfo"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"idSurvey\": {\n            \"idSurveySent\": {\n                \"IdSurvey\": 38,\n                \"Id\": 194,\n                \"NameSurvey\": \"prueba\",\n                \"IdScheduled\": \"\",\n                \"NameScheduled\": \"individual\",\n                \"IdChatUserContact\": 27,\n                \"ContactIdentifier\": \"5989xxxxxxx\",\n                \"idServiceContact\": 10,\n                \"Channel\": \"WHATSAPP\",\n                \"IdUser\": 10,\n                \"ScheduledCreatorDisplayName\": \"Cloud Api 1\",\n                \"FromType\": \"AGENT\",\n                \"Status\": \"completed\",\n                \"DateSend\": \"2024-02-14 14:55:32.000000\",\n                \"IdRuleExecutedBot\": \"\",\n                \"DateFinished/DateCanceled\": \"2024-02-14 14:56:08.000000\",\n                \"Question 1\": \"Nombre\",\n                \"Type Question 1\": \"Input\",\n                \"Answer 1\": \"Luciano\",\n                \"Question 2\": \"Me podria enviar comprobante de pago?\",\n                \"Type Question 2\": \"Media\",\n                \"Answer 2\": \";https://corefranktest.wittybots.uy/production/api/getMedia.php?abc\",\n                \"Question 3\": \"Necesitamos comprobar que es usted mediante su voz\",\n                \"Type Question 3\": \"Media\",\n                \"Answer 3\": \";https://corefranktest.wittybots.uy/production/api/getMedia.php?abc\"\n            }\n\t\t}\n\t}\n}"}],"_postman_id":"76a0929f-f602-465b-9187-2ee82745be62"},{"name":"Generate Flags File","id":"6e655345-f618-4e8c-9ecc-f77a5ab1d5dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\":{\r\n        \"start\": \"2022-01-18\",\r\n        \"end\": \"2022-02-18\"\r\n    }\r\n}"},"url":"https://{{baseURL}}/v2.php/flagstatusfile/generate?flagId=63","urlObject":{"protocol":"https","path":["v2.php","flagstatusfile","generate"],"host":["{{baseURL}}"],"query":[{"key":"flagId","value":"63"}],"variable":[]}},"response":[{"id":"cf52838e-785d-4f60-87fe-cd9c9b83e606","name":"Generate Flags File","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\":{\r\n        \"start\": \"2022-01-18\",\r\n        \"end\": \"2022-02-18\"\r\n    }\r\n}"},"url":{"raw":"https://{{baseURL}}/v2.php/flagstatusfile/generate?flagId={{flagId}}","protocol":"https","host":["{{baseURL}}"],"path":["v2.php","flagstatusfile","generate"],"query":[{"key":"flagId","value":"{{flagId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": [{\"flagStatusFileId\":\"160\"}]\r\n}\r\n"},{"id":"c3cc177e-780d-4830-9455-38becfd2132c","name":"Generate Flags File [Core 2]","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\":{\r\n        \"start\": \"2020-01-18\",\r\n        \"end\": \"2023-02-18\"\r\n    }\r\n}"},"url":{"raw":"https://{{baseURL}}/v2.php/flagstatusfile/generate?flagId=2","protocol":"https","host":["{{baseURL}}"],"path":["v2.php","flagstatusfile","generate"],"query":[{"key":"flagId","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:44:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": \"26\"\n}"}],"_postman_id":"6e655345-f618-4e8c-9ecc-f77a5ab1d5dd"},{"name":"Query Flags File Generation Status","id":"82004b7b-7909-4780-989e-d148269a80d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/flagstatusfile/status/{{flagStatusFileId}}","description":"<p>File generation is done by background process. Delay depends on the parameters and the chosen flag.</p>\n<p>Status types:</p>\n<p>0: Request created</p>\n<p>1: Creating File</p>\n<p>2: File Created</p>\n<p>99: Error</p>\n<p>When Status is 2, path is sent</p>\n","urlObject":{"protocol":"https","path":["v2.php","flagstatusfile","status","{{flagStatusFileId}}"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"5f40be5b-a2ca-4967-97a1-7d41f14293fa","name":"Query Flags File Generation Status","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/flagstatusfile/status/{{flagStatusFileId}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": {\r\n        \"status\": \"2\",\r\n        \"path\": \"127.0.0.1\\\\statics\\\\28_2_63_1645189846.csv\"\r\n    }\r\n}\r\n"},{"id":"5f17e407-6f4b-4474-9f36-36bcdd7b4066","name":"Query Flags File Generation Status [Core 2]","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/flagstatusfile/status/{{flagStatusFileId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:46:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"status\": 2,\n        \"path\": \"https://core.wittysuite.com/production/api/getMedia.php?id=.............\"\n    }\n}"}],"_postman_id":"82004b7b-7909-4780-989e-d148269a80d7"},{"name":"Generate Campaign File","id":"6112bb3c-ef86-4ddf-a232-d8d130c9900e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{baseURL}}/v2.php/campaignstatusfile/generate?campaignId={{campaignId}}","urlObject":{"protocol":"https","path":["v2.php","campaignstatusfile","generate"],"host":["{{baseURL}}"],"query":[{"key":"campaignId","value":"{{campaignId}}"}],"variable":[]}},"response":[{"id":"74d10319-f7b6-40ae-b43d-5a0f77b6b910","name":"Generate Campaign File","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{baseURL}}/v2.php/campaignstatusfile/generate?campaignId={{campaignId}}","protocol":"https","host":["{{baseURL}}"],"path":["v2.php","campaignstatusfile","generate"],"query":[{"key":"campaignId","value":"{{campaignId}}"}]}},"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"campaignStatusFileId\": \"159\"\n        }\n    ]\n}"},{"id":"bc8d4e57-0058-4e34-bc6e-996cee911d9f","name":"Generate Campaign File [Core 2]","originalRequest":{"method":"POST","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{baseURL}}/v2.php/campaignstatusfile/generate?campaignId={{campaignId}}","protocol":"https","host":["{{baseURL}}"],"path":["v2.php","campaignstatusfile","generate"],"query":[{"key":"campaignId","value":"{{campaignId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:48:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": \"27\"\n}"}],"_postman_id":"6112bb3c-ef86-4ddf-a232-d8d130c9900e"},{"name":"Query Campaign File Generation Status","id":"4bfde47d-0bad-4fba-9c8e-66005a920c83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/campaignstatusfile/status/{{campaignStatusFileId}}","description":"<p>File generation is done by background process. Delay depends on the parameters and the chosen flag.</p>\n<p>Status types:</p>\n<p>0: Request created</p>\n<p>1: Creating File</p>\n<p>2: File Created</p>\n<p>99: Error</p>\n<p>When Status is 2, path is sent</p>\n","urlObject":{"protocol":"https","path":["v2.php","campaignstatusfile","status","{{campaignStatusFileId}}"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"9153b654-a6cd-4cc6-8456-b9500a4365b1","name":"Query Campaign File Generation Status","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"5a7c945c-9993-40fd-b1b3-6bcd6f2dd4b2","name":"Query Campaign File Generation Status [Core 2]","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/campaignstatusfile/status/{{campaignStatusFileId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:49:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"status\": 2,\n        \"path\": \"https://core.wittysuite.com/production/api/getMedia.php?id=...............\"\n    }\n}"}],"_postman_id":"4bfde47d-0bad-4fba-9c8e-66005a920c83"},{"name":"[Core  1] Get Last 100 messages","id":"85b77cec-577c-4b13-90bb-e792badf9949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.wittybots.uy/v2.php/messagelast100/userid/{{id}}","description":"<p>Get Last 100 messages from user id. ID is the user identification like whatsapp number, phone number or FB/IG user Id</p>\n","urlObject":{"protocol":"https","path":["v2.php","messagelast100","userid","{{id}}"],"host":["api","wittybots","uy"],"query":[],"variable":[]}},"response":[{"id":"102b75e6-9dc2-45c8-bec9-97af5ecb3cbd","name":"Get Last 100 messages","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/messagelast100/userid/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:56:18 GMT"},{"key":"Server","value":"Apache/2.4.51 () OpenSSL/1.0.2k-fips"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://client.wittybots.uy"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"messageId\": \"78625149\",\n            \"0\": \"78625149\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Alcanzazste el límite de consultas gratis.<br><br>Un representante de Simpletech se comunicará para discutir sobre posibles casos de uso.<br><br>¡Gracias!\",\n            \"5\": \"Alcanzazste el límite de consultas gratis.<br><br>Un representante de Simpletech se comunicará para discutir sobre posibles casos de uso.<br><br>¡Gracias!\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:46:48.7150\",\n            \"8\": \"2023-01-27 21:46:48.7150\",\n            \"statusTimeStamp\": \"2023-01-27 21:46:50.6750\",\n            \"9\": \"2023-01-27 21:46:50.6750\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78625148\",\n            \"0\": \"78625148\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Texto\",\n            \"5\": \"Texto\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 21:46:48.5246\",\n            \"8\": \"2023-01-27 21:46:48.5246\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78624371\",\n            \"0\": \"78624371\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Escribe tu consulta\",\n            \"5\": \"Escribe tu consulta\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:39:22.1485\",\n            \"8\": \"2023-01-27 21:39:22.1485\",\n            \"statusTimeStamp\": \"2023-01-27 21:39:24.0491\",\n            \"9\": \"2023-01-27 21:39:24.0491\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78624369\",\n            \"0\": \"78624369\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Texto\",\n            \"5\": \"Texto\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 21:39:21.9109\",\n            \"8\": \"2023-01-27 21:39:21.9109\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78623015\",\n            \"0\": \"78623015\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"4\": \"template\",\n            \"data\":\"{\\\"body\\\":\\\"\\¿Quieres volver a intentar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Texto\\\",\\\"payload\\\":\\\"Texto\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Imagen\\\",\\\"payload\\\":\\\"Imagen\\\"}]}\",\n            \"5\":\"{\\\"body\\\":\\\"\\¿Quieres volver a intentar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Texto\\\",\\\"payload\\\":\\\"Texto\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Imagen\\\",\\\"payload\\\":\\\"Imagen\\\"}]}\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:25:26.4154\",\n            \"8\": \"2023-01-27 21:25:26.4154\",\n            \"statusTimeStamp\": \"2023-01-27 21:25:31.3642\",\n            \"9\": \"2023-01-27 21:25:31.3642\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78623008\",\n            \"0\": \"78623008\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"image\",\n            \"4\": \"image\",\n            \"data\": \";https://client2.wittybots.uy/tmps3/client2files/63d44140b9004_cccxxxxxxxx.png\",\n            \"5\": \";https://client2.wittybots.uy/tmps3/client2files/63d44140b9004_cccxxxxxxxx.png\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:25:21.0982\",\n            \"8\": \"2023-01-27 21:25:21.0982\",\n            \"statusTimeStamp\": \"2023-01-27 21:25:24.7360\",\n            \"9\": \"2023-01-27 21:25:24.7360\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78622999\",\n            \"0\": \"78622999\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"A pitbull dressed as a ballet dancer smoking a cigar while driving a formula one car\",\n            \"5\": \"A pitbull dressed as a ballet dancer smoking a cigar while driving a formula one car\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 21:25:15.6771\",\n            \"8\": \"2023-01-27 21:25:15.6771\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78622490\",\n            \"0\": \"78622490\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Describe la imagen que quieres generar\",\n            \"5\": \"Describe la imagen que quieres generar\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:20:33.3911\",\n            \"8\": \"2023-01-27 21:20:33.3911\",\n            \"statusTimeStamp\": \"2023-01-27 21:20:35.4178\",\n            \"9\": \"2023-01-27 21:20:35.4178\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78622489\",\n            \"0\": \"78622489\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Imagen\",\n            \"5\": \"Imagen\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 21:20:33.1994\",\n            \"8\": \"2023-01-27 21:20:33.1994\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78622410\",\n            \"0\": \"78622410\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"4\": \"template\",\n            \"data\":\"{\\\"body\\\":\\\"\\¿Quieres volver a intentar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Texto\\\",\\\"payload\\\":\\\"Texto\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Imagen\\\",\\\"payload\\\":\\\"Imagen\\\"}]}\",\n            \"5\":\"{\\\"body\\\":\\\"\\¿Quieres volver a intentar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Texto\\\",\\\"payload\\\":\\\"Texto\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Imagen\\\",\\\"payload\\\":\\\"Imagen\\\"}]}\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:19:37.4499\",\n            \"8\": \"2023-01-27 21:19:37.4499\",\n            \"statusTimeStamp\": \"2023-01-27 21:19:38.9091\",\n            \"9\": \"2023-01-27 21:19:38.9091\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78622403\",\n            \"0\": \"78622403\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"image\",\n            \"4\": \"image\",\n            \"data\": \";https://client2.wittybots.uy/tmps3/client2files/63d43fe313274_cccxxxxxxxx.png\",\n            \"5\": \";https://client2.wittybots.uy/tmps3/client2files/63d43fe313274_cccxxxxxxxx.png\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:19:31.4671\",\n            \"8\": \"2023-01-27 21:19:31.4671\",\n            \"statusTimeStamp\": \"2023-01-27 21:19:34.9502\",\n            \"9\": \"2023-01-27 21:19:34.9502\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78622392\",\n            \"0\": \"78622392\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Impressionist drawing of sponge grilling burgers on a restaurant\",\n            \"5\": \"Impressionist drawing of sponge grilling burgers on a restaurant\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 21:19:26.1891\",\n            \"8\": \"2023-01-27 21:19:26.1891\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78622102\",\n            \"0\": \"78622102\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Describe la imagen que quieres generar\",\n            \"5\": \"Describe la imagen que quieres generar\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:17:30.1268\",\n            \"8\": \"2023-01-27 21:17:30.1268\",\n            \"statusTimeStamp\": \"2023-01-27 21:17:32.0414\",\n            \"9\": \"2023-01-27 21:17:32.0414\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78622101\",\n            \"0\": \"78622101\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Imagen\",\n            \"5\": \"Imagen\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 21:17:29.8924\",\n            \"8\": \"2023-01-27 21:17:29.8924\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78621849\",\n            \"0\": \"78621849\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"4\": \"template\",\n            \"data\":\"{\\\"body\\\":\\\"\\¿Quieres volver a intentar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Texto\\\",\\\"payload\\\":\\\"Texto\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Imagen\\\",\\\"payload\\\":\\\"Imagen\\\"}]}\",\n            \"5\":\"{\\\"body\\\":\\\"\\¿Quieres volver a intentar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Texto\\\",\\\"payload\\\":\\\"Texto\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Imagen\\\",\\\"payload\\\":\\\"Imagen\\\"}]}\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:15:00.2061\",\n            \"8\": \"2023-01-27 21:15:00.2061\",\n            \"statusTimeStamp\": \"2023-01-27 21:15:01.5692\",\n            \"9\": \"2023-01-27 21:15:01.5692\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78621839\",\n            \"0\": \"78621839\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Output \\n\\nNP-complete problems are a type of computational problem that is very difficult to solve. They are so difficult that no known algorithm can solve them in polynomial time (a measure of the time it takes to solve a problem). To solve an NP-complete problem, you must use a combination of heuristics, approximation algorithms, and other techniques.\\n\\nHeuristics are methods that use trial and error to find a solution. They are often used to solve problems that are too complex to solve with traditional algorithms. Approximation algorithms are methods that use mathematical formulas to approximate a solution. They are often used to solve problems that are too difficult to solve exactly.\\n\\nOnce you have identified the techniques you will use to solve the problem, you must then implement them. This involves writing code that implements the algorithms and heuristics you have chosen. Once the code is written, you must then test it to make sure it works correctly.\\n\\nFinally, you must analyze the results of your tests to determine if the solution you have found is correct. If it is, then you have successfully solved the NP-complete problem. If not, then you must go back and refine your algorithms and heuristics until you find a solution.\\n\\nNP-complete problems are very difficult to solve, but with the right combination of techniques and persistence, you can find a solution.\",\n            \"5\": \"Output \\n\\nNP-complete problems are a type of computational problem that is very difficult to solve. They are so difficult that no known algorithm can solve them in polynomial time (a measure of the time it takes to solve a problem). To solve an NP-complete problem, you must use a combination of heuristics, approximation algorithms, and other techniques.\\n\\nHeuristics are methods that use trial and error to find a solution. They are often used to solve problems that are too complex to solve with traditional algorithms. Approximation algorithms are methods that use mathematical formulas to approximate a solution. They are often used to solve problems that are too difficult to solve exactly.\\n\\nOnce you have identified the techniques you will use to solve the problem, you must then implement them. This involves writing code that implements the algorithms and heuristics you have chosen. Once the code is written, you must then test it to make sure it works correctly.\\n\\nFinally, you must analyze the results of your tests to determine if the solution you have found is correct. If it is, then you have successfully solved the NP-complete problem. If not, then you must go back and refine your algorithms and heuristics until you find a solution.\\n\\nNP-complete problems are very difficult to solve, but with the right combination of techniques and persistence, you can find a solution.\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:14:54.8458\",\n            \"8\": \"2023-01-27 21:14:54.8458\",\n            \"statusTimeStamp\": \"2023-01-27 21:14:56.7416\",\n            \"9\": \"2023-01-27 21:14:56.7416\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78621824\",\n            \"0\": \"78621824\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Explain for dummies how to solve np complete problems\",\n            \"5\": \"Explain for dummies how to solve np complete problems\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 21:14:33.4804\",\n            \"8\": \"2023-01-27 21:14:33.4804\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78621787\",\n            \"0\": \"78621787\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Escribe tu consulta\",\n            \"5\": \"Escribe tu consulta\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:14:08.6682\",\n            \"8\": \"2023-01-27 21:14:08.6682\",\n            \"statusTimeStamp\": \"2023-01-27 21:14:10.5954\",\n            \"9\": \"2023-01-27 21:14:10.5954\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78621786\",\n            \"0\": \"78621786\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Texto\",\n            \"5\": \"Texto\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 21:14:08.4907\",\n            \"8\": \"2023-01-27 21:14:08.4907\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78621679\",\n            \"0\": \"78621679\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"4\": \"template\",\n            \"data\":\"{\\\"body\\\":\\\"\\¿Quieres volver a intentar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Texto\\\",\\\"payload\\\":\\\"Texto\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Imagen\\\",\\\"payload\\\":\\\"Imagen\\\"}]}\",\n            \"5\":\"{\\\"body\\\":\\\"\\¿Quieres volver a intentar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Texto\\\",\\\"payload\\\":\\\"Texto\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Imagen\\\",\\\"payload\\\":\\\"Imagen\\\"}]}\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:13:08.4975\",\n            \"8\": \"2023-01-27 21:13:08.4975\",\n            \"statusTimeStamp\": \"2023-01-27 21:13:09.9138\",\n            \"9\": \"2023-01-27 21:13:09.9138\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78621676\",\n            \"0\": \"78621676\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"image\",\n            \"4\": \"image\",\n            \"data\": \";https://client2.wittybots.uy/tmps3/client2files/63d43e5f65dd6_cccxxxxxxxx.png\",\n            \"5\": \";https://client2.wittybots.uy/tmps3/client2files/63d43e5f65dd6_cccxxxxxxxx.png\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:13:03.7542\",\n            \"8\": \"2023-01-27 21:13:03.7542\",\n            \"statusTimeStamp\": \"2023-01-27 21:13:07.5040\",\n            \"9\": \"2023-01-27 21:13:07.5040\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78621665\",\n            \"0\": \"78621665\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Un gorila vestido de bombero jugando al volley\",\n            \"5\": \"Un gorila vestido de bombero jugando al volley\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 21:12:57.7376\",\n            \"8\": \"2023-01-27 21:12:57.7376\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78621407\",\n            \"0\": \"78621407\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Describe la imagen que quieres generar\",\n            \"5\": \"Describe la imagen que quieres generar\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:09:27.0777\",\n            \"8\": \"2023-01-27 21:09:27.0777\",\n            \"statusTimeStamp\": \"2023-01-27 21:09:29.1100\",\n            \"9\": \"2023-01-27 21:09:29.1100\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78621406\",\n            \"0\": \"78621406\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"#imagengpt\",\n            \"5\": \"#imagengpt\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 21:09:26.8695\",\n            \"8\": \"2023-01-27 21:09:26.8695\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78621329\",\n            \"0\": \"78621329\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"4\": \"template\",\n            \"data\":\"{\\\"body\\\":\\\"Seleccion\\á la tarea que quieres ejecutar:\\\\n\\\\n*Texto:* escribile a Chat GPT una consulta\\\\n\\\\n*Imagen:* describe la imagen que quieres generar\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Texto\\\",\\\"payload\\\":\\\"#textogpt\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Imagen\\\",\\\"payload\\\":\\\"#imagengpt\\\"}]}\",\n            \"5\":\"{\\\"body\\\":\\\"Seleccion\\á la tarea que quieres ejecutar:\\\\n\\\\n*Texto:* escribile a Chat GPT una consulta\\\\n\\\\n*Imagen:* describe la imagen que quieres generar\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Texto\\\",\\\"payload\\\":\\\"#textogpt\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Imagen\\\",\\\"payload\\\":\\\"#imagengpt\\\"}]}\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:08:31.8636\",\n            \"8\": \"2023-01-27 21:08:31.8636\",\n            \"statusTimeStamp\": \"2023-01-27 21:08:33.2307\",\n            \"9\": \"2023-01-27 21:08:33.2307\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78621325\",\n            \"0\": \"78621325\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Bienvenidos a la integración de <b>WittySuite</b> y <b>Chat GPT-3</b> por Simpletech.<br><br>Puedes realizar hasta <b>5 consultas</b> de forma gratuita.<br><br>¡Empecemos!\",\n            \"5\": \"Bienvenidos a la integración de <b>WittySuite</b> y <b>Chat GPT-3</b> por Simpletech.<br><br>Puedes realizar hasta <b>5 consultas</b> de forma gratuita.<br><br>¡Empecemos!\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 21:08:30.7924\",\n            \"8\": \"2023-01-27 21:08:30.7924\",\n            \"statusTimeStamp\": \"2023-01-27 21:08:32.8771\",\n            \"9\": \"2023-01-27 21:08:32.8771\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78621320\",\n            \"0\": \"78621320\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Chatgpt\",\n            \"5\": \"Chatgpt\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 21:08:29.4152\",\n            \"8\": \"2023-01-27 21:08:29.4152\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592377\",\n            \"0\": \"78592377\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"{\\\"id\\\":\\\"cmpl-6dMpv5rJDGfObNOKe30u1gA6JDydr\\\",\\\"object\\\":\\\"text_completion\\\",\\\"created\\\":1674840595,\\\"model\\\":\\\"text-davinci-003\\\",\\\"choices\\\":[{\\\"text\\\":\\\"\\\\n\\\\nThe Ford-Fulkerson algorithm is a method for finding the maximum flow in a graph. It is a greedy algorithm that works by finding augmenting paths in the graph and then using them to increase the flow. The algorithm works by starting with a flow of zero and then repeatedly finding an augmenting path and increasing the flow along that path until no more augmenting paths can be found.\\\\n\\\\nThe algorithm works by first finding a path from the source to the sink in the graph. This path is called an augmenting path. The algorithm then increases the flow along this path by the minimum capacity of the edges in the path. This process is repeated until no more augmenting paths can be found.\\\\n\\\\nTo implement the Ford-Fulkerson algorithm, we need to define a graph data structure and a function to find augmenting paths. We can then use these functions to implement the algorithm.\\\\n\\\\nFirst, we define a graph data structure. This data structure should contain a list of vertices and a list of edges. Each edge should have a capacity and a flow.\\\\n\\\\nNext, we define a function to find augmenting paths. This function should take a graph and a source and sink vertex as parameters. It should then use a depth-first search to find a path from the source to the sink. If a path is found, the function should return the path. Otherwise, it should return null.\\\\n\\\\nFinally, we implement the Ford-Fulkerson algorithm. This algorithm should take a graph, a source, and a sink as parameters. It should then repeatedly find an augmenting path and increase the flow along that path until no more augmenting paths can be found.\\\\n\\\\nThe Ford-Fulkerson algorithm is a powerful algorithm for finding the maximum flow in a graph. It is a greedy algorithm that works by finding augmenting paths in the graph and then using them to increase the flow. By implementing the algorithm, we can find the maximum flow in a graph in polynomial time.\\\",\\\"index\\\":0,\\\"logprobs\\\":null,\\\"finish_reason\\\":\\\"stop\\\"}],\\\"usage\\\":{\\\"prompt_tokens\\\":10,\\\"completion_tokens\\\":411,\\\"total_tokens\\\":421}}\\n<br><br>$exceptionwebhook<br><br>$errorwebhook<br>﻿<br>$httpError\",\n            \"5\": \"{\\\"id\\\":\\\"cmpl-6dMpv5rJDGfObNOKe30u1gA6JDydr\\\",\\\"object\\\":\\\"text_completion\\\",\\\"created\\\":1674840595,\\\"model\\\":\\\"text-davinci-003\\\",\\\"choices\\\":[{\\\"text\\\":\\\"\\\\n\\\\nThe Ford-Fulkerson algorithm is a method for finding the maximum flow in a graph. It is a greedy algorithm that works by finding augmenting paths in the graph and then using them to increase the flow. The algorithm works by starting with a flow of zero and then repeatedly finding an augmenting path and increasing the flow along that path until no more augmenting paths can be found.\\\\n\\\\nThe algorithm works by first finding a path from the source to the sink in the graph. This path is called an augmenting path. The algorithm then increases the flow along this path by the minimum capacity of the edges in the path. This process is repeated until no more augmenting paths can be found.\\\\n\\\\nTo implement the Ford-Fulkerson algorithm, we need to define a graph data structure and a function to find augmenting paths. We can then use these functions to implement the algorithm.\\\\n\\\\nFirst, we define a graph data structure. This data structure should contain a list of vertices and a list of edges. Each edge should have a capacity and a flow.\\\\n\\\\nNext, we define a function to find augmenting paths. This function should take a graph and a source and sink vertex as parameters. It should then use a depth-first search to find a path from the source to the sink. If a path is found, the function should return the path. Otherwise, it should return null.\\\\n\\\\nFinally, we implement the Ford-Fulkerson algorithm. This algorithm should take a graph, a source, and a sink as parameters. It should then repeatedly find an augmenting path and increase the flow along that path until no more augmenting paths can be found.\\\\n\\\\nThe Ford-Fulkerson algorithm is a powerful algorithm for finding the maximum flow in a graph. It is a greedy algorithm that works by finding augmenting paths in the graph and then using them to increase the flow. By implementing the algorithm, we can find the maximum flow in a graph in polynomial time.\\\",\\\"index\\\":0,\\\"logprobs\\\":null,\\\"finish_reason\\\":\\\"stop\\\"}],\\\"usage\\\":{\\\"prompt_tokens\\\":10,\\\"completion_tokens\\\":411,\\\"total_tokens\\\":421}}\\n<br><br>$exceptionwebhook<br><br>$errorwebhook<br>﻿<br>$httpError\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 17:30:10.3890\",\n            \"8\": \"2023-01-27 17:30:10.3890\",\n            \"statusTimeStamp\": \"2023-01-27 17:30:21.6986\",\n            \"9\": \"2023-01-27 17:30:21.6986\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592323\",\n            \"0\": \"78592323\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"5\",\n            \"5\": \"5\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 17:29:55.1062\",\n            \"8\": \"2023-01-27 17:29:55.1062\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592314\",\n            \"0\": \"78592314\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"<b>Este es el rincón de pruebas de Luciano, que querés probar:</b><br>1. Consultar estado de cuenta<br>2. Consultar el clima<br>3. Consultar próximos conciertos<br>4. Pasar al multiagente<br>5. Pruebas webhook (MANDA NUMERO)<br>6. Obtener ticket por numero<br>7. Comparar meta-data<br>8. Guardar meta-data<br>9. Rotacion<br>10. San Cristobal<br>11. Media<br><br>🤝\",\n            \"5\": \"<b>Este es el rincón de pruebas de Luciano, que querés probar:</b><br>1. Consultar estado de cuenta<br>2. Consultar el clima<br>3. Consultar próximos conciertos<br>4. Pasar al multiagente<br>5. Pruebas webhook (MANDA NUMERO)<br>6. Obtener ticket por numero<br>7. Comparar meta-data<br>8. Guardar meta-data<br>9. Rotacion<br>10. San Cristobal<br>11. Media<br><br>🤝\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 17:29:52.4798\",\n            \"8\": \"2023-01-27 17:29:52.4798\",\n            \"statusTimeStamp\": \"2023-01-27 17:29:54.2829\",\n            \"9\": \"2023-01-27 17:29:54.2829\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592312\",\n            \"0\": \"78592312\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"lgm\",\n            \"5\": \"lgm\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 17:29:51.4602\",\n            \"8\": \"2023-01-27 17:29:51.4602\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592247\",\n            \"0\": \"78592247\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"$responsewebhook<br><br>400<br><br>$errorwebhook<br>﻿<br>$httpError\",\n            \"5\": \"$responsewebhook<br><br>400<br><br>$errorwebhook<br>﻿<br>$httpError\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 17:29:30.7327\",\n            \"8\": \"2023-01-27 17:29:30.7327\",\n            \"statusTimeStamp\": \"2023-01-27 17:29:32.6451\",\n            \"9\": \"2023-01-27 17:29:32.6451\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592241\",\n            \"0\": \"78592241\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"5\",\n            \"5\": \"5\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 17:29:30.0652\",\n            \"8\": \"2023-01-27 17:29:30.0652\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592234\",\n            \"0\": \"78592234\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"<b>Este es el rincón de pruebas de Luciano, que querés probar:</b><br>1. Consultar estado de cuenta<br>2. Consultar el clima<br>3. Consultar próximos conciertos<br>4. Pasar al multiagente<br>5. Pruebas webhook (MANDA NUMERO)<br>6. Obtener ticket por numero<br>7. Comparar meta-data<br>8. Guardar meta-data<br>9. Rotacion<br>10. San Cristobal<br>11. Media<br><br>🤝\",\n            \"5\": \"<b>Este es el rincón de pruebas de Luciano, que querés probar:</b><br>1. Consultar estado de cuenta<br>2. Consultar el clima<br>3. Consultar próximos conciertos<br>4. Pasar al multiagente<br>5. Pruebas webhook (MANDA NUMERO)<br>6. Obtener ticket por numero<br>7. Comparar meta-data<br>8. Guardar meta-data<br>9. Rotacion<br>10. San Cristobal<br>11. Media<br><br>🤝\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 17:29:27.7386\",\n            \"8\": \"2023-01-27 17:29:27.7386\",\n            \"statusTimeStamp\": \"2023-01-27 17:29:29.5188\",\n            \"9\": \"2023-01-27 17:29:29.5188\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592229\",\n            \"0\": \"78592229\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"lgm\",\n            \"5\": \"lgm\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 17:29:26.7105\",\n            \"8\": \"2023-01-27 17:29:26.7105\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592156\",\n            \"0\": \"78592156\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"$responsewebhook<br><br>400<br><br>$errorwebhook<br>﻿<br>$httpError\",\n            \"5\": \"$responsewebhook<br><br>400<br><br>$errorwebhook<br>﻿<br>$httpError\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 17:28:59.2462\",\n            \"8\": \"2023-01-27 17:28:59.2462\",\n            \"statusTimeStamp\": \"2023-01-27 17:29:01.0046\",\n            \"9\": \"2023-01-27 17:29:01.0046\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592152\",\n            \"0\": \"78592152\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"5\",\n            \"5\": \"5\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 17:28:58.5910\",\n            \"8\": \"2023-01-27 17:28:58.5910\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592149\",\n            \"0\": \"78592149\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"<b>Este es el rincón de pruebas de Luciano, que querés probar:</b><br>1. Consultar estado de cuenta<br>2. Consultar el clima<br>3. Consultar próximos conciertos<br>4. Pasar al multiagente<br>5. Pruebas webhook (MANDA NUMERO)<br>6. Obtener ticket por numero<br>7. Comparar meta-data<br>8. Guardar meta-data<br>9. Rotacion<br>10. San Cristobal<br>11. Media<br><br>🤝\",\n            \"5\": \"<b>Este es el rincón de pruebas de Luciano, que querés probar:</b><br>1. Consultar estado de cuenta<br>2. Consultar el clima<br>3. Consultar próximos conciertos<br>4. Pasar al multiagente<br>5. Pruebas webhook (MANDA NUMERO)<br>6. Obtener ticket por numero<br>7. Comparar meta-data<br>8. Guardar meta-data<br>9. Rotacion<br>10. San Cristobal<br>11. Media<br><br>🤝\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 17:28:57.9657\",\n            \"8\": \"2023-01-27 17:28:57.9657\",\n            \"statusTimeStamp\": \"2023-01-27 17:28:59.7516\",\n            \"9\": \"2023-01-27 17:28:59.7516\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592144\",\n            \"0\": \"78592144\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"lgm\",\n            \"5\": \"lgm\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 17:28:56.9338\",\n            \"8\": \"2023-01-27 17:28:56.9338\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592024\",\n            \"0\": \"78592024\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"$responsewebhook<br><br>401<br><br>$errorwebhook<br>﻿<br>$httpError\",\n            \"5\": \"$responsewebhook<br><br>401<br><br>$errorwebhook<br>﻿<br>$httpError\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 17:28:15.8601\",\n            \"8\": \"2023-01-27 17:28:15.8601\",\n            \"statusTimeStamp\": \"2023-01-27 17:28:17.6761\",\n            \"9\": \"2023-01-27 17:28:17.6761\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592021\",\n            \"0\": \"78592021\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"5\",\n            \"5\": \"5\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 17:28:15.1611\",\n            \"8\": \"2023-01-27 17:28:15.1611\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592013\",\n            \"0\": \"78592013\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"<b>Este es el rincón de pruebas de Luciano, que querés probar:</b><br>1. Consultar estado de cuenta<br>2. Consultar el clima<br>3. Consultar próximos conciertos<br>4. Pasar al multiagente<br>5. Pruebas webhook (MANDA NUMERO)<br>6. Obtener ticket por numero<br>7. Comparar meta-data<br>8. Guardar meta-data<br>9. Rotacion<br>10. San Cristobal<br>11. Media<br><br>🤝\",\n            \"5\": \"<b>Este es el rincón de pruebas de Luciano, que querés probar:</b><br>1. Consultar estado de cuenta<br>2. Consultar el clima<br>3. Consultar próximos conciertos<br>4. Pasar al multiagente<br>5. Pruebas webhook (MANDA NUMERO)<br>6. Obtener ticket por numero<br>7. Comparar meta-data<br>8. Guardar meta-data<br>9. Rotacion<br>10. San Cristobal<br>11. Media<br><br>🤝\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-27 17:28:12.5866\",\n            \"8\": \"2023-01-27 17:28:12.5866\",\n            \"statusTimeStamp\": \"2023-01-27 17:28:14.6596\",\n            \"9\": \"2023-01-27 17:28:14.6596\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78592006\",\n            \"0\": \"78592006\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"lgm\",\n            \"5\": \"lgm\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-27 17:28:10.0317\",\n            \"8\": \"2023-01-27 17:28:10.0317\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78416302\",\n            \"0\": \"78416302\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"$responsewebhook<br><br>401<br><br>$errorwebhook<br>﻿<br>$httpError\",\n            \"5\": \"$responsewebhook<br><br>401<br><br>$errorwebhook<br>﻿<br>$httpError\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-26 14:32:30.6738\",\n            \"8\": \"2023-01-26 14:32:30.6738\",\n            \"statusTimeStamp\": \"2023-01-26 14:32:32.5179\",\n            \"9\": \"2023-01-26 14:32:32.5179\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78416299\",\n            \"0\": \"78416299\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"5\",\n            \"5\": \"5\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-26 14:32:30.0085\",\n            \"8\": \"2023-01-26 14:32:30.0085\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78416287\",\n            \"0\": \"78416287\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"<b>Este es el rincón de pruebas de Luciano, que querés probar:</b><br>1. Consultar estado de cuenta<br>2. Consultar el clima<br>3. Consultar próximos conciertos<br>4. Pasar al multiagente<br>5. Pruebas webhook (MANDA NUMERO)<br>6. Obtener ticket por numero<br>7. Comparar meta-data<br>8. Guardar meta-data<br>9. Rotacion<br>10. San Cristobal<br>11. Media<br><br>🤝\",\n            \"5\": \"<b>Este es el rincón de pruebas de Luciano, que querés probar:</b><br>1. Consultar estado de cuenta<br>2. Consultar el clima<br>3. Consultar próximos conciertos<br>4. Pasar al multiagente<br>5. Pruebas webhook (MANDA NUMERO)<br>6. Obtener ticket por numero<br>7. Comparar meta-data<br>8. Guardar meta-data<br>9. Rotacion<br>10. San Cristobal<br>11. Media<br><br>🤝\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-26 14:32:27.4685\",\n            \"8\": \"2023-01-26 14:32:27.4685\",\n            \"statusTimeStamp\": \"2023-01-26 14:32:29.1839\",\n            \"9\": \"2023-01-26 14:32:29.1839\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78416282\",\n            \"0\": \"78416282\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"lgm\",\n            \"5\": \"lgm\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-26 14:32:26.2537\",\n            \"8\": \"2023-01-26 14:32:26.2537\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78415516\",\n            \"0\": \"78415516\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"$responsewebhook<br><br>401<br><br>$errorwebhook<br>﻿<br>$httpError\",\n            \"5\": \"$responsewebhook<br><br>401<br><br>$errorwebhook<br>﻿<br>$httpError\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-26 14:28:25.1537\",\n            \"8\": \"2023-01-26 14:28:25.1537\",\n            \"statusTimeStamp\": \"2023-01-26 14:28:26.8946\",\n            \"9\": \"2023-01-26 14:28:26.8946\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78415512\",\n            \"0\": \"78415512\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"5\",\n            \"5\": \"5\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-26 14:28:24.3672\",\n            \"8\": \"2023-01-26 14:28:24.3672\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78415503\",\n            \"0\": \"78415503\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"<b>Este es el rincón de pruebas de Luciano, que querés probar:</b><br>1. Consultar estado de cuenta<br>2. Consultar el clima<br>3. Consultar próximos conciertos<br>4. Pasar al multiagente<br>5. Pruebas webhook (MANDA NUMERO)<br>6. Obtener ticket por numero<br>7. Comparar meta-data<br>8. Guardar meta-data<br>9. Rotacion<br>10. San Cristobal<br>11. Media<br><br>🤝\",\n            \"5\": \"<b>Este es el rincón de pruebas de Luciano, que querés probar:</b><br>1. Consultar estado de cuenta<br>2. Consultar el clima<br>3. Consultar próximos conciertos<br>4. Pasar al multiagente<br>5. Pruebas webhook (MANDA NUMERO)<br>6. Obtener ticket por numero<br>7. Comparar meta-data<br>8. Guardar meta-data<br>9. Rotacion<br>10. San Cristobal<br>11. Media<br><br>🤝\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-26 14:28:22.1556\",\n            \"8\": \"2023-01-26 14:28:22.1556\",\n            \"statusTimeStamp\": \"2023-01-26 14:28:23.9457\",\n            \"9\": \"2023-01-26 14:28:23.9457\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78415500\",\n            \"0\": \"78415500\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"lgm\",\n            \"5\": \"lgm\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-26 14:28:21.1575\",\n            \"8\": \"2023-01-26 14:28:21.1575\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78415382\",\n            \"0\": \"78415382\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"$responsewebhook<br><br>$errorwebhook<br>﻿<br>$httpError\",\n            \"5\": \"$responsewebhook<br><br>$errorwebhook<br>﻿<br>$httpError\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-26 14:27:42.9384\",\n            \"8\": \"2023-01-26 14:27:42.9384\",\n            \"statusTimeStamp\": \"2023-01-26 14:27:44.7883\",\n            \"9\": \"2023-01-26 14:27:44.7883\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78415377\",\n            \"0\": \"78415377\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"5\",\n            \"5\": \"5\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-26 14:27:42.3217\",\n            \"8\": \"2023-01-26 14:27:42.3217\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78415077\",\n            \"0\": \"78415077\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"<b>Este es el rincón de pruebas de Luciano, que querés probar:</b><br>1. Consultar estado de cuenta<br>2. Consultar el clima<br>3. Consultar próximos conciertos<br>4. Pasar al multiagente<br>5. Pruebas webhook (MANDA NUMERO)<br>6. Obtener ticket por numero<br>7. Comparar meta-data<br>8. Guardar meta-data<br>9. Rotacion<br>10. San Cristobal<br>11. Media<br><br>🤝\",\n            \"5\": \"<b>Este es el rincón de pruebas de Luciano, que querés probar:</b><br>1. Consultar estado de cuenta<br>2. Consultar el clima<br>3. Consultar próximos conciertos<br>4. Pasar al multiagente<br>5. Pruebas webhook (MANDA NUMERO)<br>6. Obtener ticket por numero<br>7. Comparar meta-data<br>8. Guardar meta-data<br>9. Rotacion<br>10. San Cristobal<br>11. Media<br><br>🤝\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-26 14:25:48.9476\",\n            \"8\": \"2023-01-26 14:25:48.9476\",\n            \"statusTimeStamp\": \"2023-01-26 14:26:59.4526\",\n            \"9\": \"2023-01-26 14:26:59.4526\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78415070\",\n            \"0\": \"78415070\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"lgm\",\n            \"5\": \"lgm\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-26 14:25:47.1520\",\n            \"8\": \"2023-01-26 14:25:47.1520\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78192358\",\n            \"0\": \"78192358\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"1\",\n            \"5\": \"1\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-24 15:48:11.6031\",\n            \"8\": \"2023-01-24 15:48:11.6031\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78191855\",\n            \"0\": \"78191855\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"4\": \"template\",\n            \"data\":\"{\\\"body\\\":\\\"\\¡Hola! Aqu\\í estamos de vuelta. \\\\nCuando nos contactaste no est\\ábamos disponibles.\\\\nCu\\éntanos, \\¿hay algo en lo que te podamos ayudar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Si, necesito ayuda\\\",\\\"payload\\\":\\\"1\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"No, gracias\\\",\\\"payload\\\":\\\"2\\\"}]}\",\n            \"5\":\"{\\\"body\\\":\\\"\\¡Hola! Aqu\\í estamos de vuelta. \\\\nCuando nos contactaste no est\\ábamos disponibles.\\\\nCu\\éntanos, \\¿hay algo en lo que te podamos ayudar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Si, necesito ayuda\\\",\\\"payload\\\":\\\"1\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"No, gracias\\\",\\\"payload\\\":\\\"2\\\"}]}\",\n            \"cost\": \"1\",\n            \"6\": \"1\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-24 15:46:32.5788\",\n            \"8\": \"2023-01-24 15:46:32.5788\",\n            \"statusTimeStamp\": \"2023-01-24 15:47:50.5433\",\n            \"9\": \"2023-01-24 15:47:50.5433\",\n            \"origin\": \"C\",\n            \"10\": \"C\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78191197\",\n            \"0\": \"78191197\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"4\": \"template\",\n            \"data\":\"{\\\"body\\\":\\\"Nos gustar\\ía retomar la conversaci\\ón, por favor tienes ahora unos minutos?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"\\\",\\\"buttonValue\\\":[]}\",\n            \"5\":\"{\\\"body\\\":\\\"Nos gustar\\ía retomar la conversaci\\ón, por favor tienes ahora unos minutos?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"\\\",\\\"buttonValue\\\":[]}\",\n            \"cost\": \"1\",\n            \"6\": \"1\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-24 15:43:24.5103\",\n            \"8\": \"2023-01-24 15:43:24.5103\",\n            \"statusTimeStamp\": \"2023-01-24 15:47:50.5795\",\n            \"9\": \"2023-01-24 15:47:50.5795\",\n            \"origin\": \"C\",\n            \"10\": \"C\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78016245\",\n            \"0\": \"78016245\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"<br>¡Hola! 👋 Somos <b>Simpletech</b>.<br><br>Te damos la bienvenida a nuestra cuenta oficial<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">Creemos que la buena comunicación no comienza hablando sino escuchando, por eso estamos aquí para ti.<br><br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">¿En qué te podemos ayudar?<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">1. 🚀 Asesoramiento comercial sobre nuestros productos.<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">2. 💁 Ayuda de nuestros expertos de Soporte Técnico.<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">3. 🧾 Consultas administrativas.<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">4. 🦸‍♂️ Quiero trabajar en Simpletech.<br>5. 🤳 Prueba nuestras experiencias.<br><br><i>Marca el número indicado y te pondremos en contacto con el representante más idóneo de nuestro equipo.</i>\",\n            \"5\": \"<br>¡Hola! 👋 Somos <b>Simpletech</b>.<br><br>Te damos la bienvenida a nuestra cuenta oficial<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">Creemos que la buena comunicación no comienza hablando sino escuchando, por eso estamos aquí para ti.<br><br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">¿En qué te podemos ayudar?<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">1. 🚀 Asesoramiento comercial sobre nuestros productos.<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">2. 💁 Ayuda de nuestros expertos de Soporte Técnico.<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">3. 🧾 Consultas administrativas.<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">4. 🦸‍♂️ Quiero trabajar en Simpletech.<br>5. 🤳 Prueba nuestras experiencias.<br><br><i>Marca el número indicado y te pondremos en contacto con el representante más idóneo de nuestro equipo.</i>\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-23 12:22:15.5998\",\n            \"8\": \"2023-01-23 12:22:15.5998\",\n            \"statusTimeStamp\": \"2023-01-23 12:22:18.8237\",\n            \"9\": \"2023-01-23 12:22:18.8237\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"78016239\",\n            \"0\": \"78016239\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"consulta_ticket\",\n            \"5\": \"consulta_ticket\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2023-01-23 12:22:13.2454\",\n            \"8\": \"2023-01-23 12:22:13.2454\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"75947317\",\n            \"0\": \"75947317\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"4\": \"template\",\n            \"data\": \"{\\\"body\\\":\\\"En que te podemos asistir?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Crear reclamo\\\",\\\"payload\\\":\\\"crea_ticket\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Consultar por ticket\\\",\\\"payload\\\":\\\"consulta_ticket\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Hablar con agente\\\",\\\"payload\\\":\\\"agente\\\"}]}\",\n            \"5\": \"{\\\"body\\\":\\\"En que te podemos asistir?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Crear reclamo\\\",\\\"payload\\\":\\\"crea_ticket\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Consultar por ticket\\\",\\\"payload\\\":\\\"consulta_ticket\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Hablar con agente\\\",\\\"payload\\\":\\\"agente\\\"}]}\",\n            \"cost\": \"1\",\n            \"6\": \"1\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-03 15:32:43.8736\",\n            \"8\": \"2023-01-03 15:32:43.8736\",\n            \"statusTimeStamp\": \"2023-01-03 15:35:12.4080\",\n            \"9\": \"2023-01-03 15:35:12.4080\",\n            \"origin\": \"C\",\n            \"10\": \"C\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"75947071\",\n            \"0\": \"75947071\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"4\": \"template\",\n            \"data\": \"{\\\"body\\\":\\\"En que te podemos asistir?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Crear reclamo\\\",\\\"payload\\\":\\\"crea_ticket\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Consultar por ticket\\\",\\\"payload\\\":\\\"consulta_ticket\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Hablar con agente\\\",\\\"payload\\\":\\\"agente\\\"}]}\",\n            \"5\": \"{\\\"body\\\":\\\"En que te podemos asistir?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Crear reclamo\\\",\\\"payload\\\":\\\"crea_ticket\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Consultar por ticket\\\",\\\"payload\\\":\\\"consulta_ticket\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Hablar con agente\\\",\\\"payload\\\":\\\"agente\\\"}]}\",\n            \"cost\": \"1\",\n            \"6\": \"1\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2023-01-03 15:31:42.2652\",\n            \"8\": \"2023-01-03 15:31:42.2652\",\n            \"statusTimeStamp\": \"2023-01-03 15:31:44.9865\",\n            \"9\": \"2023-01-03 15:31:44.9865\",\n            \"origin\": \"C\",\n            \"10\": \"C\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409976\",\n            \"0\": \"74409976\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"4\": \"template\",\n            \"data\":\"{\\\"body\\\":\\\"\\¿Quer\\és seguir pronosticando resultados?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"S\\í, del mismo grupo\\\",\\\"payload\\\":\\\"penca-same-group\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"S\\í, de otro grupo\\\",\\\"payload\\\":\\\"penca-other-group\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Volver al men\\ú\\\",\\\"payload\\\":\\\"penca-menu\\\"}]}\",\n            \"5\":\"{\\\"body\\\":\\\"\\¿Quer\\és seguir pronosticando resultados?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"S\\í, del mismo grupo\\\",\\\"payload\\\":\\\"penca-same-group\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"S\\í, de otro grupo\\\",\\\"payload\\\":\\\"penca-other-group\\\"},{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Volver al men\\ú\\\",\\\"payload\\\":\\\"penca-menu\\\"}]}\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2022-12-17 15:08:28.9487\",\n            \"8\": \"2022-12-17 15:08:28.9487\",\n            \"statusTimeStamp\": \"2022-12-17 15:09:05.4946\",\n            \"9\": \"2022-12-17 15:09:05.4946\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409956\",\n            \"0\": \"74409956\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"2-1\",\n            \"5\": \"2-1\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-17 15:08:23.7288\",\n            \"8\": \"2022-12-17 15:08:23.7288\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409938\",\n            \"0\": \"74409938\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Buena elección 😉<br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">Ahora debes enviar el <b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">resultado exacto</b> con el siguiente formato: 1-0\",\n            \"5\": \"Buena elección 😉<br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">Ahora debes enviar el <b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">resultado exacto</b> con el siguiente formato: 1-0\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2022-12-17 15:08:18.9476\",\n            \"8\": \"2022-12-17 15:08:18.9476\",\n            \"statusTimeStamp\": \"2022-12-17 15:08:20.9545\",\n            \"9\": \"2022-12-17 15:08:20.9545\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409937\",\n            \"0\": \"74409937\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"1\",\n            \"5\": \"1\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-17 15:08:18.6630\",\n            \"8\": \"2022-12-17 15:08:18.6630\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409928\",\n            \"0\": \"74409928\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Juega *Argentina 🇦🇷* vs *Francia 🇫🇷*<br><br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">_¿Quién ganará?_<br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">*1.* Argentina 🇦🇷<br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">*2.* Francia 🇫🇷<br>*3.* Empate\",\n            \"5\": \"Juega *Argentina 🇦🇷* vs *Francia 🇫🇷*<br><br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">_¿Quién ganará?_<br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">*1.* Argentina 🇦🇷<br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">*2.* Francia 🇫🇷<br>*3.* Empate\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-17 15:08:15.2995\",\n            \"8\": \"2022-12-17 15:08:15.2995\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409922\",\n            \"0\": \"74409922\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"2\",\n            \"5\": \"2\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-17 15:08:12.5565\",\n            \"8\": \"2022-12-17 15:08:12.5565\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409898\",\n            \"0\": \"74409898\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"\\nS﻿eleccioná el partido que querés pronosticar:<br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\"><br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">*1*.  Croacia 🇭🇷 vs Marruecos 🇲🇦<br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">*2*. Argentina 🇦🇷 vs Francia 🇫🇷 \",\n            \"5\": \"\\nS﻿eleccioná el partido que querés pronosticar:<br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\"><br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">*1*.  Croacia 🇭🇷 vs Marruecos 🇲🇦<br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">*2*. Argentina 🇦🇷 vs Francia 🇫🇷 \",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2022-12-17 15:08:06.4946\",\n            \"8\": \"2022-12-17 15:08:06.4946\",\n            \"statusTimeStamp\": \"2022-12-17 15:08:08.3866\",\n            \"9\": \"2022-12-17 15:08:08.3866\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409895\",\n            \"0\": \"74409895\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Parece que el partido seleccionado ya se jugó o se juega hoy. <br><b>Recordá que podés pronosticar un resultado hasta las 23:59 del día anterior a la disputa del partido</b>.\",\n            \"5\": \"Parece que el partido seleccionado ya se jugó o se juega hoy. <br><b>Recordá que podés pronosticar un resultado hasta las 23:59 del día anterior a la disputa del partido</b>.\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-17 15:08:05.7121\",\n            \"8\": \"2022-12-17 15:08:05.7121\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409888\",\n            \"0\": \"74409888\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"1\",\n            \"5\": \"1\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-17 15:08:02.9539\",\n            \"8\": \"2022-12-17 15:08:02.9539\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409884\",\n            \"0\": \"74409884\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"S﻿eleccioná el partido que querés pronosticar:<br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\"><br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">*1*.  Croacia 🇭🇷 vs Marruecos 🇲🇦<br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">*2*. Argentina 🇦🇷 vs Francia 🇫🇷 \",\n            \"5\": \"S﻿eleccioná el partido que querés pronosticar:<br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\"><br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">*1*.  Croacia 🇭🇷 vs Marruecos 🇲🇦<br style=\\\"box-sizing: border-box; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">*2*. Argentina 🇦🇷 vs Francia 🇫🇷 \",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2022-12-17 15:07:59.3574\",\n            \"8\": \"2022-12-17 15:07:59.3574\",\n            \"statusTimeStamp\": \"2022-12-17 15:08:01.2742\",\n            \"9\": \"2022-12-17 15:08:01.2742\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409883\",\n            \"0\": \"74409883\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"6\",\n            \"5\": \"6\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-17 15:07:58.9023\",\n            \"8\": \"2022-12-17 15:07:58.9023\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409865\",\n            \"0\": \"74409865\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"¿Cómo querés penquear hoy?<br><br>*1.* Pronosticar resultados de la fase de grupos ⚽<br>*2.* ¿Quién es el mejor de Simpletech? (Tabla de posiciones) 🥇<br>*3.* Mis pronósticos 📝️<br>*4.* Configurar notificaciones 🔊<br>*5.* Ver resultados de partidos 🤑<br>*6.* Pronosticar *FINAL* y *TERCER PUESTO* 🏆️\",\n            \"5\": \"¿Cómo querés penquear hoy?<br><br>*1.* Pronosticar resultados de la fase de grupos ⚽<br>*2.* ¿Quién es el mejor de Simpletech? (Tabla de posiciones) 🥇<br>*3.* Mis pronósticos 📝️<br>*4.* Configurar notificaciones 🔊<br>*5.* Ver resultados de partidos 🤑<br>*6.* Pronosticar *FINAL* y *TERCER PUESTO* 🏆️\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2022-12-17 15:07:55.1618\",\n            \"8\": \"2022-12-17 15:07:55.1618\",\n            \"statusTimeStamp\": \"2022-12-17 15:07:57.2583\",\n            \"9\": \"2022-12-17 15:07:57.2583\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409864\",\n            \"0\": \"74409864\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Menu\",\n            \"5\": \"Menu\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-17 15:07:54.7076\",\n            \"8\": \"2022-12-17 15:07:54.7076\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409847\",\n            \"0\": \"74409847\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"A continuación, vas a recibir un infografía de la fase de grupos del Mundial Qatar 2022. <br>Para seleccionar los partidos cuyo resultado querés pronosticar, primero envianos la <b>letra</b> del grupo correspondiente.<br><br>En cada paso, podés escribir <b>atrás</b> para retroceder en el proceso.\",\n            \"5\": \"A continuación, vas a recibir un infografía de la fase de grupos del Mundial Qatar 2022. <br>Para seleccionar los partidos cuyo resultado querés pronosticar, primero envianos la <b>letra</b> del grupo correspondiente.<br><br>En cada paso, podés escribir <b>atrás</b> para retroceder en el proceso.\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2022-12-17 15:07:46.1071\",\n            \"8\": \"2022-12-17 15:07:46.1071\",\n            \"statusTimeStamp\": \"2022-12-17 15:07:50.5097\",\n            \"9\": \"2022-12-17 15:07:50.5097\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409846\",\n            \"0\": \"74409846\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"image\",\n            \"4\": \"image\",\n            \"data\": \";https://client2.wittybots.uy/production/api/getMedia.php?id=R01WamRYQW9rL3V3WjQ1TVp2ZG5DbTJZM0tRVWxMNTExdzY0bjR4SFNsRGpaWitVS3BxVHFydVpBQmNXUTNjWFF2NjhOMExXRGRnSEo5YnFXSmFqY0J6Y1FaSlc1YTNWS3pqaUxhVGZxQ1U9\",\n            \"5\": \";https://client2.wittybots.uy/production/api/getMedia.php?id=R01WamRYQW9rL3V3WjQ1TVp2ZG5DbTJZM0tRVWxMNTExdzY0bjR4SFNsRGpaWitVS3BxVHFydVpBQmNXUTNjWFF2NjhOMExXRGRnSEo5YnFXSmFqY0J6Y1FaSlc1YTNWS3pqaUxhVGZxQ1U9\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2022-12-17 15:07:45.9365\",\n            \"8\": \"2022-12-17 15:07:45.9365\",\n            \"statusTimeStamp\": \"2022-12-17 15:07:50.9755\",\n            \"9\": \"2022-12-17 15:07:50.9755\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74409837\",\n            \"0\": \"74409837\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"pronosticos\",\n            \"5\": \"pronosticos\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-17 15:07:43.6091\",\n            \"8\": \"2022-12-17 15:07:43.6091\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74395996\",\n            \"0\": \"74395996\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"4\": \"template\",\n            \"data\":\"{\\\"body\\\":\\\"Hola Luciano Galusso! \\\\nMa\\ñana se juegan partidos que te faltan pronosticar.\\\\nNo pierdas la chance de completar la penca!\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Ver mis pronosticos\\\",\\\"payload\\\":\\\"pronosticos\\\"}]}\",\n            \"5\":\"{\\\"body\\\":\\\"Hola Luciano Galusso! \\\\nMa\\ñana se juegan partidos que te faltan pronosticar.\\\\nNo pierdas la chance de completar la penca!\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Ver mis pronosticos\\\",\\\"payload\\\":\\\"pronosticos\\\"}]}\",\n            \"cost\": \"1\",\n            \"6\": \"1\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2022-12-17 12:10:25.3256\",\n            \"8\": \"2022-12-17 12:10:25.3256\",\n            \"statusTimeStamp\": \"2022-12-17 15:07:41.7159\",\n            \"9\": \"2022-12-17 15:07:41.7159\",\n            \"origin\": \"C\",\n            \"10\": \"C\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74285441\",\n            \"0\": \"74285441\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"4\": \"template\",\n            \"data\":\"{\\\"body\\\":\\\"Hola Luciano Galusso! \\\\nMa\\ñana se juegan partidos que te faltan pronosticar.\\\\nNo pierdas la chance de completar la penca!\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Ver mis pronosticos\\\",\\\"payload\\\":\\\"pronosticos\\\"}]}\",\n            \"5\":\"{\\\"body\\\":\\\"Hola Luciano Galusso! \\\\nMa\\ñana se juegan partidos que te faltan pronosticar.\\\\nNo pierdas la chance de completar la penca!\\\",\\\"headerType\\\":null,\\\"headerValue\\\":null,\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Ver mis pronosticos\\\",\\\"payload\\\":\\\"pronosticos\\\"}]}\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2022-12-16 12:10:34.0842\",\n            \"8\": \"2022-12-16 12:10:34.0842\",\n            \"statusTimeStamp\": \"2022-12-16 13:02:23.0182\",\n            \"9\": \"2022-12-16 13:02:23.0182\",\n            \"origin\": \"C\",\n            \"10\": \"C\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74213685\",\n            \"0\": \"74213685\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"¿Cómo querés penquear hoy?<br><br>*1.* Pronosticar resultados ⚽<br>*2.* ¿Quién es el mejor de Simpletech? (Tabla de posiciones) 🥇<br>*3.* Mis pronósticos 📝️<br>*4.* Configurar notificaciones 🔊<br>*5.* Ver resultados de partidos 🤑<br>*6.* Pronosticar *Semifinales*\",\n            \"5\": \"¿Cómo querés penquear hoy?<br><br>*1.* Pronosticar resultados ⚽<br>*2.* ¿Quién es el mejor de Simpletech? (Tabla de posiciones) 🥇<br>*3.* Mis pronósticos 📝️<br>*4.* Configurar notificaciones 🔊<br>*5.* Ver resultados de partidos 🤑<br>*6.* Pronosticar *Semifinales*\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2022-12-15 16:03:12.5391\",\n            \"8\": \"2022-12-15 16:03:12.5391\",\n            \"statusTimeStamp\": \"2022-12-15 16:03:14.8966\",\n            \"9\": \"2022-12-15 16:03:14.8966\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74213677\",\n            \"0\": \"74213677\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"\\n<b>Tabla de posiciones:</b><br>1- Diego Rodríguez ...50pts\\n2- Carolina Patiño ...48pts\\n3- Magdalena Suárez ...45pts\\n4- Daniel Olhagaray ...44pts\\n_*5- Luciano Galusso ...41pts*_\\n6- Matias Michelis ...40pts\\n7- Leonardo Pendás ...38pts\\n8- Martín Ottavianelli ...37pts\\n9- Melina Cristaldo ...36pts\\n10- Ignacio Sosa ...35pts\\n\",\n            \"5\": \"\\n<b>Tabla de posiciones:</b><br>1- Diego Rodríguez ...50pts\\n2- Carolina Patiño ...48pts\\n3- Magdalena Suárez ...45pts\\n4- Daniel Olhagaray ...44pts\\n_*5- Luciano Galusso ...41pts*_\\n6- Matias Michelis ...40pts\\n7- Leonardo Pendás ...38pts\\n8- Martín Ottavianelli ...37pts\\n9- Melina Cristaldo ...36pts\\n10- Ignacio Sosa ...35pts\\n\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-15 16:03:08.2727\",\n            \"8\": \"2022-12-15 16:03:08.2727\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74213656\",\n            \"0\": \"74213656\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"A continuación, te compartimos la *tabla de posiciones de Simpletech* actualizada. \",\n            \"5\": \"A continuación, te compartimos la *tabla de posiciones de Simpletech* actualizada. \",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-15 16:02:59.2515\",\n            \"8\": \"2022-12-15 16:02:59.2515\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74213654\",\n            \"0\": \"74213654\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"2\",\n            \"5\": \"2\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-15 16:02:58.5110\",\n            \"8\": \"2022-12-15 16:02:58.5110\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74144793\",\n            \"0\": \"74144793\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"¿Cómo querés penquear hoy?<br><br>*1.* Pronosticar resultados ⚽<br>*2.* ¿Quién es el mejor de Simpletech? (Tabla de posiciones) 🥇<br>*3.* Mis pronósticos 📝️<br>*4.* Configurar notificaciones 🔊<br>*5.* Ver resultados de partidos 🤑<br>*6.* Pronosticar *Semifinales*\",\n            \"5\": \"¿Cómo querés penquear hoy?<br><br>*1.* Pronosticar resultados ⚽<br>*2.* ¿Quién es el mejor de Simpletech? (Tabla de posiciones) 🥇<br>*3.* Mis pronósticos 📝️<br>*4.* Configurar notificaciones 🔊<br>*5.* Ver resultados de partidos 🤑<br>*6.* Pronosticar *Semifinales*\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2022-12-14 21:23:02.8821\",\n            \"8\": \"2022-12-14 21:23:02.8821\",\n            \"statusTimeStamp\": \"2022-12-14 21:23:05.2360\",\n            \"9\": \"2022-12-14 21:23:05.2360\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74144784\",\n            \"0\": \"74144784\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"\\n<b>Tabla de posiciones:</b><br>1- Diego Rodríguez ...49pts\\n2- Carolina Patiño ...47pts\\n3- Magdalena Suárez ...45pts\\n4- Daniel Olhagaray ...41pts\\n5- Matias Michelis ...40pts\\n6- Leonardo Pendás ...38pts\\n_*7- Luciano Galusso ...38pts*_\\n8- Melina Cristaldo ...36pts\\n9- Martín Ottavianelli ...36pts\\n10- Ignacio Sosa ...35pts\\n\",\n            \"5\": \"\\n<b>Tabla de posiciones:</b><br>1- Diego Rodríguez ...49pts\\n2- Carolina Patiño ...47pts\\n3- Magdalena Suárez ...45pts\\n4- Daniel Olhagaray ...41pts\\n5- Matias Michelis ...40pts\\n6- Leonardo Pendás ...38pts\\n_*7- Luciano Galusso ...38pts*_\\n8- Melina Cristaldo ...36pts\\n9- Martín Ottavianelli ...36pts\\n10- Ignacio Sosa ...35pts\\n\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-14 21:22:57.8280\",\n            \"8\": \"2022-12-14 21:22:57.8280\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74144770\",\n            \"0\": \"74144770\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"A continuación, te compartimos la *tabla de posiciones de Simpletech* actualizada. \",\n            \"5\": \"A continuación, te compartimos la *tabla de posiciones de Simpletech* actualizada. \",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-14 21:22:46.5609\",\n            \"8\": \"2022-12-14 21:22:46.5609\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74144769\",\n            \"0\": \"74144769\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"2\",\n            \"5\": \"2\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-14 21:22:46.3259\",\n            \"8\": \"2022-12-14 21:22:46.3259\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74144757\",\n            \"0\": \"74144757\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"¿Cómo querés penquear hoy?<br><br>*1.* Pronosticar resultados ⚽<br>*2.* ¿Quién es el mejor de Simpletech? (Tabla de posiciones) 🥇<br>*3.* Mis pronósticos 📝️<br>*4.* Configurar notificaciones 🔊<br>*5.* Ver resultados de partidos 🤑<br>*6.* Pronosticar *Semifinales*\",\n            \"5\": \"¿Cómo querés penquear hoy?<br><br>*1.* Pronosticar resultados ⚽<br>*2.* ¿Quién es el mejor de Simpletech? (Tabla de posiciones) 🥇<br>*3.* Mis pronósticos 📝️<br>*4.* Configurar notificaciones 🔊<br>*5.* Ver resultados de partidos 🤑<br>*6.* Pronosticar *Semifinales*\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2022-12-14 21:22:42.5485\",\n            \"8\": \"2022-12-14 21:22:42.5485\",\n            \"statusTimeStamp\": \"2022-12-14 21:22:45.4790\",\n            \"9\": \"2022-12-14 21:22:45.4790\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74144752\",\n            \"0\": \"74144752\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"🎉 Te damos la bienvenida a la penca de <b>Simpletech</b> 🎉\",\n            \"5\": \"🎉 Te damos la bienvenida a la penca de <b>Simpletech</b> 🎉\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-14 21:22:41.8445\",\n            \"8\": \"2022-12-14 21:22:41.8445\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74144747\",\n            \"0\": \"74144747\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"Penca\",\n            \"5\": \"Penca\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-14 21:22:40.4710\",\n            \"8\": \"2022-12-14 21:22:40.4710\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74144740\",\n            \"0\": \"74144740\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"<br>¡Hola! 👋 Somos <b>Simpletech</b>.<br><br>Te damos la bienvenida a nuestra cuenta oficial<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">Creemos que la buena comunicación no comienza hablando sino escuchando, por eso estamos aquí para ti.<br><br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">¿En qué te podemos ayudar?<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">1. 🚀 Asesoramiento comercial sobre nuestros productos.<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">2. 💁 Ayuda de nuestros expertos de Soporte Técnico.<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">3. 🧾 Consultas administrativas.<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">4. 🦸‍♂️ Quiero trabajar en Simpletech.<br>5. 🤳 Prueba nuestras experiencias.<br><br><i>Marca el número indicado y te pondremos en contacto con el representante más idóneo de nuestro equipo.</i>\",\n            \"5\": \"<br>¡Hola! 👋 Somos <b>Simpletech</b>.<br><br>Te damos la bienvenida a nuestra cuenta oficial<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">Creemos que la buena comunicación no comienza hablando sino escuchando, por eso estamos aquí para ti.<br><br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">¿En qué te podemos ayudar?<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">1. 🚀 Asesoramiento comercial sobre nuestros productos.<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">2. 💁 Ayuda de nuestros expertos de Soporte Técnico.<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">3. 🧾 Consultas administrativas.<br style=\\\"-webkit-font-smoothing: antialiased; box-sizing: border-box;\\\">4. 🦸‍♂️ Quiero trabajar en Simpletech.<br>5. 🤳 Prueba nuestras experiencias.<br><br><i>Marca el número indicado y te pondremos en contacto con el representante más idóneo de nuestro equipo.</i>\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2022-12-14 21:22:37.7517\",\n            \"8\": \"2022-12-14 21:22:37.7517\",\n            \"statusTimeStamp\": \"2022-12-14 21:22:39.9784\",\n            \"9\": \"2022-12-14 21:22:39.9784\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"74144734\",\n            \"0\": \"74144734\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"2\",\n            \"5\": \"2\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-14 21:22:34.8456\",\n            \"8\": \"2022-12-14 21:22:34.8456\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"73805439\",\n            \"0\": \"73805439\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"¿Cómo querés penquear hoy?<br><br>*1.* Pronosticar resultados ⚽<br>*2.* ¿Quién es el mejor de Simpletech? (Tabla de posiciones) 🥇<br>*3.* Mis pronósticos 📝️<br>*4.* Configurar notificaciones 🔊<br>*5.* Ver resultados de partidos 🤑<br>*6.* Pronosticar *Semifinales*\",\n            \"5\": \"¿Cómo querés penquear hoy?<br><br>*1.* Pronosticar resultados ⚽<br>*2.* ¿Quién es el mejor de Simpletech? (Tabla de posiciones) 🥇<br>*3.* Mis pronósticos 📝️<br>*4.* Configurar notificaciones 🔊<br>*5.* Ver resultados de partidos 🤑<br>*6.* Pronosticar *Semifinales*\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"2\",\n            \"7\": \"2\",\n            \"arrived\": \"2022-12-12 15:30:19.8637\",\n            \"8\": \"2022-12-12 15:30:19.8637\",\n            \"statusTimeStamp\": \"2022-12-12 15:30:24.3427\",\n            \"9\": \"2022-12-12 15:30:24.3427\",\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"73805426\",\n            \"0\": \"73805426\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"\\n<b>Tabla de posiciones:</b><br>1- Diego Rodríguez ...49pts\\n2- Carolina Patiño ...46pts\\n3- Magdalena Suárez ...45pts\\n4- Matias Michelis ...40pts\\n5- Daniel Olhagaray ...40pts\\n6- Leonardo Pendás ...38pts\\n_*7- Luciano Galusso ...37pts*_\\n8- Melina Cristaldo ...36pts\\n9- Martín Ottavianelli ...36pts\\n10- Ignacio Sosa ...35pts\\n\",\n            \"5\": \"\\n<b>Tabla de posiciones:</b><br>1- Diego Rodríguez ...49pts\\n2- Carolina Patiño ...46pts\\n3- Magdalena Suárez ...45pts\\n4- Matias Michelis ...40pts\\n5- Daniel Olhagaray ...40pts\\n6- Leonardo Pendás ...38pts\\n_*7- Luciano Galusso ...37pts*_\\n8- Melina Cristaldo ...36pts\\n9- Martín Ottavianelli ...36pts\\n10- Ignacio Sosa ...35pts\\n\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-12 15:30:15.8204\",\n            \"8\": \"2022-12-12 15:30:15.8204\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"73805398\",\n            \"0\": \"73805398\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"A continuación, te compartimos la *tabla de posiciones de Simpletech* actualizada. \",\n            \"5\": \"A continuación, te compartimos la *tabla de posiciones de Simpletech* actualizada. \",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-12 15:30:08.0867\",\n            \"8\": \"2022-12-12 15:30:08.0867\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"B\",\n            \"10\": \"B\",\n            \"agentId\": null,\n            \"11\": null\n        },\n        {\n            \"messageId\": \"73805396\",\n            \"0\": \"73805396\",\n            \"channel\": \"WHATSAPP\",\n            \"1\": \"WHATSAPP\",\n            \"fromNumber\": \"cccxxxxxxxx\",\n            \"2\": \"cccxxxxxxxx\",\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"3\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"4\": \"message\",\n            \"data\": \"2\",\n            \"5\": \"2\",\n            \"cost\": \"0\",\n            \"6\": \"0\",\n            \"status\": \"0\",\n            \"7\": \"0\",\n            \"arrived\": \"2022-12-12 15:30:07.7018\",\n            \"8\": \"2022-12-12 15:30:07.7018\",\n            \"statusTimeStamp\": null,\n            \"9\": null,\n            \"origin\": \"U\",\n            \"10\": \"U\",\n            \"agentId\": null,\n            \"11\": null\n        }\n    ]\n}"}],"_postman_id":"85b77cec-577c-4b13-90bb-e792badf9949"},{"name":"[Core 2] Get Last 100 messages by number","id":"02b9886f-82d8-4e44-88a7-75eed411fe42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.wittysuite.com/v2.php/messagelast100/contactIdentifier/{{number}}","urlObject":{"protocol":"https","path":["v2.php","messagelast100","contactIdentifier","{{number}}"],"host":["api","wittysuite","com"],"query":[],"variable":[]}},"response":[{"id":"809f6d8f-8f05-459f-8d4a-09d085e5d394","name":"[Core 2] Get Last 100 messages by number","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/messagelast100/contactIdentifier/{{number}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:50:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"0\": 3904,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"template\",\n            \"4\": \"{\\\"body\\\":\\\"Imagina que te encuentras realizando un *pago en la web* o en la APP y al apretar el bot\\\\u00f3n _pagar_ *te solicitan una verificaci\\\\u00f3n de doble factor*.\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Pagar\\\",\\\"payload\\\":\\\"pagar\\\"}]}\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-30 13:19:21.521570\",\n            \"8\": \"2023-01-30 13:23:53.534797\",\n            \"9\": \"C\",\n            \"messageId\": 3904,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"data\": \"{\\\"body\\\":\\\"Imagina que te encuentras realizando un *pago en la web* o en la APP y al apretar el bot\\\\u00f3n _pagar_ *te solicitan una verificaci\\\\u00f3n de doble factor*.\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Pagar\\\",\\\"payload\\\":\\\"pagar\\\"}]}\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-30 13:19:21.521570\",\n            \"statusTimeStamp\": \"2023-01-30 13:23:53.534797\",\n            \"origin\": \"C\"\n        },\n        {\n            \"0\": 3900,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Buenas\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-30 13:10:47.928282\",\n            \"8\": \"2023-01-30 13:13:47.593708\",\n            \"9\": \"E\",\n            \"messageId\": 3900,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Buenas\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-30 13:10:47.928282\",\n            \"statusTimeStamp\": \"2023-01-30 13:13:47.593708\",\n            \"origin\": \"E\"\n        },\n        {\n            \"0\": 3899,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Buenas\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-30 13:08:57.462102\",\n            \"8\": \"2023-01-30 13:09:58.528624\",\n            \"9\": \"E\",\n            \"messageId\": 3899,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Buenas\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-30 13:08:57.462102\",\n            \"statusTimeStamp\": \"2023-01-30 13:09:58.528624\",\n            \"origin\": \"E\"\n        },\n        {\n            \"0\": 3898,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-30 13:06:19.844739\",\n            \"8\": \"2023-01-30 13:06:22.249201\",\n            \"9\": \"B\",\n            \"messageId\": 3898,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-30 13:06:19.844739\",\n            \"statusTimeStamp\": \"2023-01-30 13:06:22.249201\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3897,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"safsad\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-30 13:06:18.940973\",\n            \"8\": \"2023-01-30 13:06:18.948003\",\n            \"9\": \"U\",\n            \"messageId\": 3897,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"safsad\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-30 13:06:18.940973\",\n            \"statusTimeStamp\": \"2023-01-30 13:06:18.948003\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3896,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:02:36.649688\",\n            \"8\": \"2023-01-27 22:02:37.818634\",\n            \"9\": \"B\",\n            \"messageId\": 3896,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:02:36.649688\",\n            \"statusTimeStamp\": \"2023-01-27 22:02:37.818634\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3895,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Output \\n\\nEs difícil predecir quién será el próximo campeón uruguayo, ya que depende de los resultados de los equipos durante la temporada. Sin embargo, los equipos más fuertes en la actualidad son Peñarol, Nacional, Defensor Sporting y Cerro.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:02:30.948350\",\n            \"8\": \"2023-01-27 22:02:32.214085\",\n            \"9\": \"B\",\n            \"messageId\": 3895,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Output \\n\\nEs difícil predecir quién será el próximo campeón uruguayo, ya que depende de los resultados de los equipos durante la temporada. Sin embargo, los equipos más fuertes en la actualidad son Peñarol, Nacional, Defensor Sporting y Cerro.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:02:30.948350\",\n            \"statusTimeStamp\": \"2023-01-27 22:02:32.214085\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3894,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Quien va a ser el próximo campeón uruguayo?\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:02:27.293631\",\n            \"8\": \"2023-01-27 22:02:27.299841\",\n            \"9\": \"U\",\n            \"messageId\": 3894,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Quien va a ser el próximo campeón uruguayo?\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:02:27.293631\",\n            \"statusTimeStamp\": \"2023-01-27 22:02:27.299841\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3893,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:02:11.396335\",\n            \"8\": \"2023-01-27 22:02:12.563462\",\n            \"9\": \"B\",\n            \"messageId\": 3893,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:02:11.396335\",\n            \"statusTimeStamp\": \"2023-01-27 22:02:12.563462\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3892,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:02:11.286604\",\n            \"8\": \"2023-01-27 22:02:11.294642\",\n            \"9\": \"U\",\n            \"messageId\": 3892,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:02:11.286604\",\n            \"statusTimeStamp\": \"2023-01-27 22:02:11.294642\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3891,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:01:19.075358\",\n            \"8\": \"2023-01-27 22:01:20.335960\",\n            \"9\": \"B\",\n            \"messageId\": 3891,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:01:19.075358\",\n            \"statusTimeStamp\": \"2023-01-27 22:01:20.335960\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3890,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Output \\n\\nIt is impossible to predict who will be the next football world champion as the tournament has not yet been scheduled.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:01:15.532456\",\n            \"8\": \"2023-01-27 22:01:16.939353\",\n            \"9\": \"B\",\n            \"messageId\": 3890,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Output \\n\\nIt is impossible to predict who will be the next football world champion as the tournament has not yet been scheduled.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:01:15.532456\",\n            \"statusTimeStamp\": \"2023-01-27 22:01:16.939353\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3889,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Who will be the next football world champion?\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:01:13.772669\",\n            \"8\": \"2023-01-27 22:01:13.778893\",\n            \"9\": \"U\",\n            \"messageId\": 3889,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Who will be the next football world champion?\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:01:13.772669\",\n            \"statusTimeStamp\": \"2023-01-27 22:01:13.778893\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3888,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:00:44.805807\",\n            \"8\": \"2023-01-27 22:00:46.080965\",\n            \"9\": \"B\",\n            \"messageId\": 3888,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:00:44.805807\",\n            \"statusTimeStamp\": \"2023-01-27 22:00:46.080965\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3887,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:00:44.697063\",\n            \"8\": \"2023-01-27 22:00:44.703287\",\n            \"9\": \"U\",\n            \"messageId\": 3887,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:00:44.697063\",\n            \"statusTimeStamp\": \"2023-01-27 22:00:44.703287\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3886,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:00:41.824880\",\n            \"8\": \"2023-01-27 22:00:43.482502\",\n            \"9\": \"B\",\n            \"messageId\": 3886,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:00:41.824880\",\n            \"statusTimeStamp\": \"2023-01-27 22:00:43.482502\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3885,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:00:41.582293\",\n            \"8\": \"2023-01-27 22:00:43.247437\",\n            \"9\": \"B\",\n            \"messageId\": 3885,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:00:41.582293\",\n            \"statusTimeStamp\": \"2023-01-27 22:00:43.247437\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3884,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:00:41.243898\",\n            \"8\": \"2023-01-27 22:00:41.250731\",\n            \"9\": \"U\",\n            \"messageId\": 3884,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:00:41.243898\",\n            \"statusTimeStamp\": \"2023-01-27 22:00:41.250731\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3835,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 13:55:48.590150\",\n            \"8\": \"2023-01-27 13:57:27.002192\",\n            \"9\": \"B\",\n            \"messageId\": 3835,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 13:55:48.590150\",\n            \"statusTimeStamp\": \"2023-01-27 13:57:27.002192\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3834,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"buenas\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 13:55:47.777099\",\n            \"8\": \"2023-01-27 13:55:47.784126\",\n            \"9\": \"U\",\n            \"messageId\": 3834,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"buenas\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 13:55:47.777099\",\n            \"statusTimeStamp\": \"2023-01-27 13:55:47.784126\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3833,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"template\",\n            \"4\": \"{\\\"body\\\":\\\"Imagina que te encuentras realizando un *pago en la web* o en la APP y al apretar el bot\\\\u00f3n _pagar_ *te solicitan una verificaci\\\\u00f3n de doble factor*.\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Pagar\\\",\\\"payload\\\":\\\"pagar\\\"}]}\",\n            \"5\": 1,\n            \"6\": 2,\n            \"7\": \"2023-01-27 13:41:40.472015\",\n            \"8\": \"2023-01-27 13:43:49.019986\",\n            \"9\": \"C\",\n            \"messageId\": 3833,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"data\": \"{\\\"body\\\":\\\"Imagina que te encuentras realizando un *pago en la web* o en la APP y al apretar el bot\\\\u00f3n _pagar_ *te solicitan una verificaci\\\\u00f3n de doble factor*.\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Pagar\\\",\\\"payload\\\":\\\"pagar\\\"}]}\",\n            \"cost\": 1,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 13:41:40.472015\",\n            \"statusTimeStamp\": \"2023-01-27 13:43:49.019986\",\n            \"origin\": \"C\"\n        },\n        {\n            \"0\": 3832,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"template\",\n            \"4\": \"{\\\"body\\\":\\\"Imagina que te encuentras realizando un *pago en la web* o en la APP y al apretar el bot\\\\u00f3n _pagar_ *te solicitan una verificaci\\\\u00f3n de doble factor*.\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Pagar\\\",\\\"payload\\\":\\\"pagar\\\"}]}\",\n            \"5\": 1,\n            \"6\": 2,\n            \"7\": \"2023-01-27 13:38:17.262068\",\n            \"8\": \"2023-01-27 13:43:48.946304\",\n            \"9\": \"C\",\n            \"messageId\": 3832,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"data\": \"{\\\"body\\\":\\\"Imagina que te encuentras realizando un *pago en la web* o en la APP y al apretar el bot\\\\u00f3n _pagar_ *te solicitan una verificaci\\\\u00f3n de doble factor*.\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Pagar\\\",\\\"payload\\\":\\\"pagar\\\"}]}\",\n            \"cost\": 1,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 13:38:17.262068\",\n            \"statusTimeStamp\": \"2023-01-27 13:43:48.946304\",\n            \"origin\": \"C\"\n        },\n        {\n            \"0\": 3672,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"template\",\n            \"4\": \"{\\\"body\\\":\\\"Quisieramos retomar conversaci\\\\u00f3n. Tendr\\\\u00edas unos minutos para conversar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"\\\",\\\"buttonValue\\\":[]}\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-26 12:26:50.541838\",\n            \"8\": \"2023-01-26 12:27:18.175237\",\n            \"9\": \"C\",\n            \"messageId\": 3672,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"data\": \"{\\\"body\\\":\\\"Quisieramos retomar conversaci\\\\u00f3n. Tendr\\\\u00edas unos minutos para conversar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"\\\",\\\"buttonValue\\\":[]}\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-26 12:26:50.541838\",\n            \"statusTimeStamp\": \"2023-01-26 12:27:18.175237\",\n            \"origin\": \"C\"\n        },\n        {\n            \"0\": 3671,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"template\",\n            \"4\": \"{\\\"body\\\":\\\"Quisieramos retomar conversaci\\\\u00f3n. Tendr\\\\u00edas unos minutos para conversar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"\\\",\\\"buttonValue\\\":[]}\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-26 12:24:09.523065\",\n            \"8\": \"2023-01-26 12:24:13.910079\",\n            \"9\": \"C\",\n            \"messageId\": 3671,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"data\": \"{\\\"body\\\":\\\"Quisieramos retomar conversaci\\\\u00f3n. Tendr\\\\u00edas unos minutos para conversar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"\\\",\\\"buttonValue\\\":[]}\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-26 12:24:09.523065\",\n            \"statusTimeStamp\": \"2023-01-26 12:24:13.910079\",\n            \"origin\": \"C\"\n        },\n        {\n            \"0\": 3670,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:36.384115\",\n            \"8\": \"2023-01-25 13:14:37.578357\",\n            \"9\": \"B\",\n            \"messageId\": 3670,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:36.384115\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:37.578357\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3669,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Output 2\\n\\nChatGPT2 is a chatbot that uses the GPT-2 language model to generate responses to user input. It is designed to be able to generate natural-sounding conversations with users. ChatGPT2 is trained on a large corpus of conversations and is able to generate responses that are both relevant and interesting. It can be used for a variety of applications, such as customer service, virtual assistants, and more.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:31.201801\",\n            \"8\": \"2023-01-25 13:14:32.378520\",\n            \"9\": \"B\",\n            \"messageId\": 3669,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Output 2\\n\\nChatGPT2 is a chatbot that uses the GPT-2 language model to generate responses to user input. It is designed to be able to generate natural-sounding conversations with users. ChatGPT2 is trained on a large corpus of conversations and is able to generate responses that are both relevant and interesting. It can be used for a variety of applications, such as customer service, virtual assistants, and more.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:31.201801\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:32.378520\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3668,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:24.695487\",\n            \"8\": \"2023-01-25 13:14:24.702028\",\n            \"9\": \"U\",\n            \"messageId\": 3668,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:24.695487\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:24.702028\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3667,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:22.114170\",\n            \"8\": \"2023-01-25 13:14:23.630346\",\n            \"9\": \"B\",\n            \"messageId\": 3667,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:22.114170\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:23.630346\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3666,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:21.988089\",\n            \"8\": \"2023-01-25 13:14:21.995402\",\n            \"9\": \"U\",\n            \"messageId\": 3666,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:21.988089\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:21.995402\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3665,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:17.517907\",\n            \"8\": \"2023-01-25 13:14:21.794532\",\n            \"9\": \"B\",\n            \"messageId\": 3665,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:17.517907\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:21.794532\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3664,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:17.283464\",\n            \"8\": \"2023-01-25 13:14:18.526562\",\n            \"9\": \"B\",\n            \"messageId\": 3664,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:17.283464\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:18.526562\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3663,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:16.911901\",\n            \"8\": \"2023-01-25 13:14:16.918750\",\n            \"9\": \"U\",\n            \"messageId\": 3663,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:16.911901\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:16.918750\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3662,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Error chatGPT<br>{code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:14:03 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:a49f07ddd457a513b034252131008144,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:14:03 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:a49f07ddd457a513b034252131008144,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>\\ufeff<br>Traza:<br>2023-01-25 13:14:02.794224<br><br>Exception:<br>$exceptionwebhook\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:03.821755\",\n            \"8\": \"2023-01-25 13:14:05.198414\",\n            \"9\": \"B\",\n            \"messageId\": 3662,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Error chatGPT<br>{code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:14:03 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:a49f07ddd457a513b034252131008144,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:14:03 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:a49f07ddd457a513b034252131008144,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>\\ufeff<br>Traza:<br>2023-01-25 13:14:02.794224<br><br>Exception:<br>$exceptionwebhook\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:03.821755\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:05.198414\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3661,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"HTTP Error\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:03.548462\",\n            \"8\": \"2023-01-25 13:14:04.708638\",\n            \"9\": \"B\",\n            \"messageId\": 3661,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"HTTP Error\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:03.548462\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:04.708638\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3660,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"techniques for getting minimum spanning tree\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:02.867887\",\n            \"8\": \"2023-01-25 13:14:02.875036\",\n            \"9\": \"U\",\n            \"messageId\": 3660,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"techniques for getting minimum spanning tree\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:02.867887\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:02.875036\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3659,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:12:14.678634\",\n            \"8\": \"2023-01-25 13:12:15.908585\",\n            \"9\": \"B\",\n            \"messageId\": 3659,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:12:14.678634\",\n            \"statusTimeStamp\": \"2023-01-25 13:12:15.908585\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3658,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:12:14.535886\",\n            \"8\": \"2023-01-25 13:12:14.542784\",\n            \"9\": \"U\",\n            \"messageId\": 3658,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:12:14.535886\",\n            \"statusTimeStamp\": \"2023-01-25 13:12:14.542784\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3657,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:12:08.811065\",\n            \"8\": \"2023-01-25 13:12:14.509304\",\n            \"9\": \"B\",\n            \"messageId\": 3657,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:12:08.811065\",\n            \"statusTimeStamp\": \"2023-01-25 13:12:14.509304\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3656,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:12:08.577393\",\n            \"8\": \"2023-01-25 13:12:09.798590\",\n            \"9\": \"B\",\n            \"messageId\": 3656,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:12:08.577393\",\n            \"statusTimeStamp\": \"2023-01-25 13:12:09.798590\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3655,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:12:08.205790\",\n            \"8\": \"2023-01-25 13:12:08.214585\",\n            \"9\": \"U\",\n            \"messageId\": 3655,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:12:08.205790\",\n            \"statusTimeStamp\": \"2023-01-25 13:12:08.214585\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3654,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Error chatGPT<br>{code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:09:18 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:d4f27185ffd75ee010bb5d0d7f2fe03f,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:09:18 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:d4f27185ffd75ee010bb5d0d7f2fe03f,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>\\ufeff<br>Traza:<br>2023-01-25 13:09:17.301431<br><br>Exception:<br>$exceptionwebhook\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:18.325774\",\n            \"8\": \"2023-01-25 13:09:19.623008\",\n            \"9\": \"B\",\n            \"messageId\": 3654,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Error chatGPT<br>{code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:09:18 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:d4f27185ffd75ee010bb5d0d7f2fe03f,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:09:18 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:d4f27185ffd75ee010bb5d0d7f2fe03f,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>\\ufeff<br>Traza:<br>2023-01-25 13:09:17.301431<br><br>Exception:<br>$exceptionwebhook\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:18.325774\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:19.623008\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3653,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"HTTP Error\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:18.092614\",\n            \"8\": \"2023-01-25 13:09:19.176019\",\n            \"9\": \"B\",\n            \"messageId\": 3653,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"HTTP Error\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:18.092614\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:19.176019\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3652,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"prove lagrange theorem\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:17.381109\",\n            \"8\": \"2023-01-25 13:09:17.389129\",\n            \"9\": \"U\",\n            \"messageId\": 3652,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"prove lagrange theorem\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:17.381109\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:17.389129\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3651,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:12.562589\",\n            \"8\": \"2023-01-25 13:09:13.604113\",\n            \"9\": \"B\",\n            \"messageId\": 3651,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:12.562589\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:13.604113\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3650,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:12.443333\",\n            \"8\": \"2023-01-25 13:09:12.449700\",\n            \"9\": \"U\",\n            \"messageId\": 3650,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:12.443333\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:12.449700\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3649,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:10.585588\",\n            \"8\": \"2023-01-25 13:09:11.768428\",\n            \"9\": \"B\",\n            \"messageId\": 3649,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:10.585588\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:11.768428\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3648,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:10.328293\",\n            \"8\": \"2023-01-25 13:09:11.556447\",\n            \"9\": \"B\",\n            \"messageId\": 3648,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:10.328293\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:11.556447\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3647,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:09.894185\",\n            \"8\": \"2023-01-25 13:09:09.900975\",\n            \"9\": \"U\",\n            \"messageId\": 3647,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:09.894185\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:09.900975\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3646,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Error chatGPT<br>{code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:08:34 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:899187f784595f98d7bac0be37b23523,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:08:34 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:899187f784595f98d7bac0be37b23523,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>\\ufeff<br>Traza:<br>2023-01-25 13:08:33.869814<br><br>Exception:<br>$exceptionwebhook\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:34.845807\",\n            \"8\": \"2023-01-25 13:08:36.161762\",\n            \"9\": \"B\",\n            \"messageId\": 3646,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Error chatGPT<br>{code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:08:34 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:899187f784595f98d7bac0be37b23523,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:08:34 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:899187f784595f98d7bac0be37b23523,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>\\ufeff<br>Traza:<br>2023-01-25 13:08:33.869814<br><br>Exception:<br>$exceptionwebhook\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:34.845807\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:36.161762\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3645,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"HTTP Error\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:34.603420\",\n            \"8\": \"2023-01-25 13:08:35.870447\",\n            \"9\": \"B\",\n            \"messageId\": 3645,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"HTTP Error\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:34.603420\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:35.870447\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3644,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"prove lagrange theorem\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:33.948276\",\n            \"8\": \"2023-01-25 13:08:33.955568\",\n            \"9\": \"U\",\n            \"messageId\": 3644,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"prove lagrange theorem\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:33.948276\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:33.955568\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3643,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:32.395795\",\n            \"8\": \"2023-01-25 13:08:33.885163\",\n            \"9\": \"B\",\n            \"messageId\": 3643,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:32.395795\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:33.885163\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3642,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:32.271410\",\n            \"8\": \"2023-01-25 13:08:32.278084\",\n            \"9\": \"U\",\n            \"messageId\": 3642,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:32.271410\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:32.278084\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3641,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:28.748250\",\n            \"8\": \"2023-01-25 13:08:30.146665\",\n            \"9\": \"B\",\n            \"messageId\": 3641,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:28.748250\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:30.146665\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3640,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:28.436751\",\n            \"8\": \"2023-01-25 13:08:29.752200\",\n            \"9\": \"B\",\n            \"messageId\": 3640,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:28.436751\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:29.752200\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3639,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:28.043437\",\n            \"8\": \"2023-01-25 13:08:28.049956\",\n            \"9\": \"U\",\n            \"messageId\": 3639,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:28.043437\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:28.049956\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3638,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Error chatGPT<br>{code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:07:46 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:37c88b9821950a05958beadbf993d5a4,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:07:46 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:37c88b9821950a05958beadbf993d5a4,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>2023-01-25 13:07:46.171900<br>$exceptionwebhook\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:47.270563\",\n            \"8\": \"2023-01-25 13:07:48.584445\",\n            \"9\": \"B\",\n            \"messageId\": 3638,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Error chatGPT<br>{code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:07:46 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:37c88b9821950a05958beadbf993d5a4,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:07:46 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:37c88b9821950a05958beadbf993d5a4,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>2023-01-25 13:07:46.171900<br>$exceptionwebhook\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:47.270563\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:48.584445\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3637,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"HTTP Error\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:47.013858\",\n            \"8\": \"2023-01-25 13:07:48.199472\",\n            \"9\": \"B\",\n            \"messageId\": 3637,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"HTTP Error\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:47.013858\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:48.199472\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3636,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"prove lagrange theorem\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:46.257571\",\n            \"8\": \"2023-01-25 13:07:46.267947\",\n            \"9\": \"U\",\n            \"messageId\": 3636,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"prove lagrange theorem\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:46.257571\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:46.267947\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3635,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:41.845152\",\n            \"8\": \"2023-01-25 13:07:43.798210\",\n            \"9\": \"B\",\n            \"messageId\": 3635,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:41.845152\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:43.798210\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3634,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:41.722577\",\n            \"8\": \"2023-01-25 13:07:41.729908\",\n            \"9\": \"U\",\n            \"messageId\": 3634,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:41.722577\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:41.729908\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3633,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:38.356318\",\n            \"8\": \"2023-01-25 13:07:39.960494\",\n            \"9\": \"B\",\n            \"messageId\": 3633,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:38.356318\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:39.960494\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3632,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:38.109623\",\n            \"8\": \"2023-01-25 13:07:39.847809\",\n            \"9\": \"B\",\n            \"messageId\": 3632,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:38.109623\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:39.847809\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3631,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:37.703363\",\n            \"8\": \"2023-01-25 13:07:37.713060\",\n            \"9\": \"U\",\n            \"messageId\": 3631,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:37.703363\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:37.713060\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3630,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Error chatGPT<br>{code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:06:43 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:57ac65b677a9b86a73b9c72d4f3b6548,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:06:43 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:57ac65b677a9b86a73b9c72d4f3b6548,strict-transport-security:max-age=15724800; includeSubDomains}}.code\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:06:43.870239\",\n            \"8\": \"2023-01-25 13:06:45.498077\",\n            \"9\": \"B\",\n            \"messageId\": 3630,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Error chatGPT<br>{code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:06:43 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:57ac65b677a9b86a73b9c72d4f3b6548,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:06:43 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:57ac65b677a9b86a73b9c72d4f3b6548,strict-transport-security:max-age=15724800; includeSubDomains}}.code\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:06:43.870239\",\n            \"statusTimeStamp\": \"2023-01-25 13:06:45.498077\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3629,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"HTTP Error\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:06:43.636306\",\n            \"8\": \"2023-01-25 13:06:45.394603\",\n            \"9\": \"B\",\n            \"messageId\": 3629,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"HTTP Error\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:06:43.636306\",\n            \"statusTimeStamp\": \"2023-01-25 13:06:45.394603\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3628,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"prove lagrange theorem\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:06:42.966360\",\n            \"8\": \"2023-01-25 13:06:42.972920\",\n            \"9\": \"U\",\n            \"messageId\": 3628,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"prove lagrange theorem\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:06:42.966360\",\n            \"statusTimeStamp\": \"2023-01-25 13:06:42.972920\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3627,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:06:07.511871\",\n            \"8\": \"2023-01-25 13:06:08.805724\",\n            \"9\": \"B\",\n            \"messageId\": 3627,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:06:07.511871\",\n            \"statusTimeStamp\": \"2023-01-25 13:06:08.805724\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3626,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:06:07.393366\",\n            \"8\": \"2023-01-25 13:06:07.400754\",\n            \"9\": \"U\",\n            \"messageId\": 3626,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:06:07.393366\",\n            \"statusTimeStamp\": \"2023-01-25 13:06:07.400754\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3625,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:05:56.809070\",\n            \"8\": \"2023-01-25 13:05:58.490594\",\n            \"9\": \"B\",\n            \"messageId\": 3625,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:05:56.809070\",\n            \"statusTimeStamp\": \"2023-01-25 13:05:58.490594\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3624,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:05:56.567183\",\n            \"8\": \"2023-01-25 13:05:58.198587\",\n            \"9\": \"B\",\n            \"messageId\": 3624,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:05:56.567183\",\n            \"statusTimeStamp\": \"2023-01-25 13:05:58.198587\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3623,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:05:56.189249\",\n            \"8\": \"2023-01-25 13:05:56.196235\",\n            \"9\": \"U\",\n            \"messageId\": 3623,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:05:56.189249\",\n            \"statusTimeStamp\": \"2023-01-25 13:05:56.196235\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3618,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Error chatGPT<br><br>response webhook $responsewebhook<br><br>Error Webhook $errorwebhook<br><br>Exception Webhook $exceptionwebhook\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 13:21:30.679820\",\n            \"8\": \"2023-01-24 13:21:31.965317\",\n            \"9\": \"B\",\n            \"messageId\": 3618,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Error chatGPT<br><br>response webhook $responsewebhook<br><br>Error Webhook $errorwebhook<br><br>Exception Webhook $exceptionwebhook\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 13:21:30.679820\",\n            \"statusTimeStamp\": \"2023-01-24 13:21:31.965317\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3617,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"HTTP Error\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 13:21:30.440328\",\n            \"8\": \"2023-01-24 13:21:31.707474\",\n            \"9\": \"B\",\n            \"messageId\": 3617,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"HTTP Error\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 13:21:30.440328\",\n            \"statusTimeStamp\": \"2023-01-24 13:21:31.707474\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3616,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"NP-Complete problems explanation and examples\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 13:21:29.766377\",\n            \"8\": \"2023-01-24 13:21:29.774112\",\n            \"9\": \"U\",\n            \"messageId\": 3616,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"NP-Complete problems explanation and examples\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 13:21:29.766377\",\n            \"statusTimeStamp\": \"2023-01-24 13:21:29.774112\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3615,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 13:14:53.292733\",\n            \"8\": \"2023-01-24 13:14:54.524065\",\n            \"9\": \"B\",\n            \"messageId\": 3615,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 13:14:53.292733\",\n            \"statusTimeStamp\": \"2023-01-24 13:14:54.524065\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3614,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 13:14:53.147258\",\n            \"8\": \"2023-01-24 13:14:53.156914\",\n            \"9\": \"U\",\n            \"messageId\": 3614,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 13:14:53.147258\",\n            \"statusTimeStamp\": \"2023-01-24 13:14:53.156914\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3613,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:48:23.175110\",\n            \"8\": \"2023-01-24 12:48:24.374857\",\n            \"9\": \"B\",\n            \"messageId\": 3613,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:48:23.175110\",\n            \"statusTimeStamp\": \"2023-01-24 12:48:24.374857\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3612,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"image\",\n            \"4\": \";https://oaidalleapiprodscus.blob.core.windows.net/private/org-27EgT9bnoqNgnmETcHSMNqa3/user-Hm5YHjzaiZPgds2wxCySAgUC/img-ZIFbKrq6GsXfhncf5xFJl7kz.png?st=2023-01-24T11%3A48%3A18Z&se=2023-01-24T13%3A48%3A18Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-01-24T09%3A55%3A47Z&ske=2023-01-25T09%3A55%3A47Z&sks=b&skv=2021-08-06&sig=Gzj/6Dsf7m03UxQ92duqZPBn3svY68d7Jw5ONX96ehE%3D\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:48:18.439583\",\n            \"8\": \"2023-01-24 12:48:22.473044\",\n            \"9\": \"B\",\n            \"messageId\": 3612,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"image\",\n            \"data\": \";https://oaidalleapiprodscus.blob.core.windows.net/private/org-27EgT9bnoqNgnmETcHSMNqa3/user-Hm5YHjzaiZPgds2wxCySAgUC/img-ZIFbKrq6GsXfhncf5xFJl7kz.png?st=2023-01-24T11%3A48%3A18Z&se=2023-01-24T13%3A48%3A18Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-01-24T09%3A55%3A47Z&ske=2023-01-25T09%3A55%3A47Z&sks=b&skv=2021-08-06&sig=Gzj/6Dsf7m03UxQ92duqZPBn3svY68d7Jw5ONX96ehE%3D\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:48:18.439583\",\n            \"statusTimeStamp\": \"2023-01-24 12:48:22.473044\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3611,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"a walking whale listening to pink floyd\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:48:13.407677\",\n            \"8\": \"2023-01-24 12:48:13.414439\",\n            \"9\": \"U\",\n            \"messageId\": 3611,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"a walking whale listening to pink floyd\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:48:13.407677\",\n            \"statusTimeStamp\": \"2023-01-24 12:48:13.414439\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3610,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:47:39.640516\",\n            \"8\": \"2023-01-24 12:47:40.988955\",\n            \"9\": \"B\",\n            \"messageId\": 3610,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:47:39.640516\",\n            \"statusTimeStamp\": \"2023-01-24 12:47:40.988955\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3609,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Image Generation\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:47:39.508628\",\n            \"8\": \"2023-01-24 12:47:39.515800\",\n            \"9\": \"U\",\n            \"messageId\": 3609,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Image Generation\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:47:39.508628\",\n            \"statusTimeStamp\": \"2023-01-24 12:47:39.515800\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3608,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:47:38.134898\",\n            \"8\": \"2023-01-24 12:47:39.375954\",\n            \"9\": \"B\",\n            \"messageId\": 3608,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:47:38.134898\",\n            \"statusTimeStamp\": \"2023-01-24 12:47:39.375954\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3607,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Output \\n\\nDijkstras algorithm is an algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks. It was conceived by computer scientist Edsger W. Dijkstra in 1956 and published three years later. The algorithm exists in many variants; Dijkstras original variant found the shortest path between two nodes, but a more common variant fixes a single node as the source node and finds shortest paths from the source to all other nodes in the graph, producing a shortest-path tree.\\n\\nThe algorithm works by maintaining a set of nodes for which the shortest path from the source node is known. Initially, this set contains only the source node. The algorithm then iterates through the nodes of the graph, calculating the shortest path to each node it encounters. At each iteration, it examines the nodes that are adjacent to the nodes in the known set, and updates the shortest-path estimate for each node not yet in the known set. When the algorithm has finished, the known set contains the shortest paths to all the nodes in the graph.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:47:32.526809\",\n            \"8\": \"2023-01-24 12:47:39.425946\",\n            \"9\": \"B\",\n            \"messageId\": 3607,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Output \\n\\nDijkstras algorithm is an algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks. It was conceived by computer scientist Edsger W. Dijkstra in 1956 and published three years later. The algorithm exists in many variants; Dijkstras original variant found the shortest path between two nodes, but a more common variant fixes a single node as the source node and finds shortest paths from the source to all other nodes in the graph, producing a shortest-path tree.\\n\\nThe algorithm works by maintaining a set of nodes for which the shortest path from the source node is known. Initially, this set contains only the source node. The algorithm then iterates through the nodes of the graph, calculating the shortest path to each node it encounters. At each iteration, it examines the nodes that are adjacent to the nodes in the known set, and updates the shortest-path estimate for each node not yet in the known set. When the algorithm has finished, the known set contains the shortest paths to all the nodes in the graph.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:47:32.526809\",\n            \"statusTimeStamp\": \"2023-01-24 12:47:39.425946\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3606,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"dijkstra algorithm explanation\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:47:25.243197\",\n            \"8\": \"2023-01-24 12:47:25.249813\",\n            \"9\": \"U\",\n            \"messageId\": 3606,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"dijkstra algorithm explanation\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:47:25.243197\",\n            \"statusTimeStamp\": \"2023-01-24 12:47:25.249813\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3605,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:45:07.371013\",\n            \"8\": \"2023-01-24 12:45:08.699266\",\n            \"9\": \"B\",\n            \"messageId\": 3605,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:45:07.371013\",\n            \"statusTimeStamp\": \"2023-01-24 12:45:08.699266\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3604,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:45:07.238987\",\n            \"8\": \"2023-01-24 12:45:07.245571\",\n            \"9\": \"U\",\n            \"messageId\": 3604,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:45:07.238987\",\n            \"statusTimeStamp\": \"2023-01-24 12:45:07.245571\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3603,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:44:56.851169\",\n            \"8\": \"2023-01-24 12:44:58.735295\",\n            \"9\": \"B\",\n            \"messageId\": 3603,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:44:56.851169\",\n            \"statusTimeStamp\": \"2023-01-24 12:44:58.735295\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3602,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:44:56.599294\",\n            \"8\": \"2023-01-24 12:44:58.460182\",\n            \"9\": \"B\",\n            \"messageId\": 3602,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:44:56.599294\",\n            \"statusTimeStamp\": \"2023-01-24 12:44:58.460182\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3601,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:44:56.387491\",\n            \"8\": \"2023-01-24 12:44:56.401901\",\n            \"9\": \"U\",\n            \"messageId\": 3601,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:44:56.387491\",\n            \"statusTimeStamp\": \"2023-01-24 12:44:56.401901\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3550,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-23 13:40:33.942378\",\n            \"8\": \"2023-01-23 13:40:35.464858\",\n            \"9\": \"B\",\n            \"messageId\": 3550,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-23 13:40:33.942378\",\n            \"statusTimeStamp\": \"2023-01-23 13:40:35.464858\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3549,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"sdhdgf\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-23 13:40:33.154516\",\n            \"8\": \"2023-01-23 13:40:33.161189\",\n            \"9\": \"U\",\n            \"messageId\": 3549,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"sdhdgf\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-23 13:40:33.154516\",\n            \"statusTimeStamp\": \"2023-01-23 13:40:33.161189\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3548,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"sdfhgfdg\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-23 13:40:13.351690\",\n            \"8\": \"2023-01-23 13:40:13.358589\",\n            \"9\": \"U\",\n            \"messageId\": 3548,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"sdfhgfdg\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-23 13:40:13.351690\",\n            \"statusTimeStamp\": \"2023-01-23 13:40:13.358589\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3547,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-23 12:27:45.296250\",\n            \"8\": \"2023-01-23 12:28:10.658432\",\n            \"9\": \"B\",\n            \"messageId\": 3547,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-23 12:27:45.296250\",\n            \"statusTimeStamp\": \"2023-01-23 12:28:10.658432\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3546,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"prueba\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-23 12:27:44.107608\",\n            \"8\": \"2023-01-23 12:27:44.114464\",\n            \"9\": \"U\",\n            \"messageId\": 3546,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"prueba\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-23 12:27:44.107608\",\n            \"statusTimeStamp\": \"2023-01-23 12:27:44.114464\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3165,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"sdfhgs\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-03 15:47:53.557219\",\n            \"8\": \"2023-01-03 15:47:55.460817\",\n            \"9\": \"E\",\n            \"messageId\": 3165,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"sdfhgs\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-03 15:47:53.557219\",\n            \"statusTimeStamp\": \"2023-01-03 15:47:55.460817\",\n            \"origin\": \"E\"\n        },\n        {\n            \"0\": 3164,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-03 15:42:58.014379\",\n            \"8\": \"2023-01-03 15:43:00.254954\",\n            \"9\": \"B\",\n            \"messageId\": 3164,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-03 15:42:58.014379\",\n            \"statusTimeStamp\": \"2023-01-03 15:43:00.254954\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3163,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"sdfgsdf\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-03 15:42:57.132383\",\n            \"8\": \"2023-01-03 15:42:57.140974\",\n            \"9\": \"U\",\n            \"messageId\": 3163,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"sdfgsdf\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-03 15:42:57.132383\",\n            \"statusTimeStamp\": \"2023-01-03 15:42:57.140974\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3147,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-02 12:50:27.333982\",\n            \"8\": \"2023-01-02 12:50:29.514781\",\n            \"9\": \"B\",\n            \"messageId\": 3147,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-02 12:50:27.333982\",\n            \"statusTimeStamp\": \"2023-01-02 12:50:29.514781\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3146,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"dsfhg\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-02 12:50:26.388874\",\n            \"8\": \"2023-01-02 12:50:26.396308\",\n            \"9\": \"U\",\n            \"messageId\": 3146,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"dsfhg\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-02 12:50:26.388874\",\n            \"statusTimeStamp\": \"2023-01-02 12:50:26.396308\",\n            \"origin\": \"U\"\n        }\n    ]\n}"}],"_postman_id":"02b9886f-82d8-4e44-88a7-75eed411fe42"},{"name":"[Core 2] Get Last 100 messages by id","id":"565c6cfb-9ab2-4fb7-b02d-4e87e172371f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.wittysuite.com/v2.php/messagelast100/idContact/{{id}}","urlObject":{"protocol":"https","path":["v2.php","messagelast100","idContact","{{id}}"],"host":["api","wittysuite","com"],"query":[],"variable":[]}},"response":[{"id":"8c49e41b-01d5-4011-b093-99fcbb8ab51b","name":"[Core 2] Get Last 100 messages by id","originalRequest":{"method":"GET","header":[{"key":"token","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{baseURL}}/v2.php/messagelast100/idContact/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Jan 2023 13:51:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"https://core.wittysuite.com"},{"key":"Access-Control-Allow-Headers","value":"token, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"DELETE, PUT, POST, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"0\": 3904,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"template\",\n            \"4\": \"{\\\"body\\\":\\\"Imagina que te encuentras realizando un *pago en la web* o en la APP y al apretar el bot\\\\u00f3n _pagar_ *te solicitan una verificaci\\\\u00f3n de doble factor*.\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Pagar\\\",\\\"payload\\\":\\\"pagar\\\"}]}\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-30 13:19:21.521570\",\n            \"8\": \"2023-01-30 13:23:53.534797\",\n            \"9\": \"C\",\n            \"messageId\": 3904,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"data\": \"{\\\"body\\\":\\\"Imagina que te encuentras realizando un *pago en la web* o en la APP y al apretar el bot\\\\u00f3n _pagar_ *te solicitan una verificaci\\\\u00f3n de doble factor*.\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Pagar\\\",\\\"payload\\\":\\\"pagar\\\"}]}\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-30 13:19:21.521570\",\n            \"statusTimeStamp\": \"2023-01-30 13:23:53.534797\",\n            \"origin\": \"C\"\n        },\n        {\n            \"0\": 3900,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Buenas\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-30 13:10:47.928282\",\n            \"8\": \"2023-01-30 13:13:47.593708\",\n            \"9\": \"E\",\n            \"messageId\": 3900,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Buenas\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-30 13:10:47.928282\",\n            \"statusTimeStamp\": \"2023-01-30 13:13:47.593708\",\n            \"origin\": \"E\"\n        },\n        {\n            \"0\": 3899,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Buenas\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-30 13:08:57.462102\",\n            \"8\": \"2023-01-30 13:09:58.528624\",\n            \"9\": \"E\",\n            \"messageId\": 3899,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Buenas\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-30 13:08:57.462102\",\n            \"statusTimeStamp\": \"2023-01-30 13:09:58.528624\",\n            \"origin\": \"E\"\n        },\n        {\n            \"0\": 3898,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-30 13:06:19.844739\",\n            \"8\": \"2023-01-30 13:06:22.249201\",\n            \"9\": \"B\",\n            \"messageId\": 3898,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-30 13:06:19.844739\",\n            \"statusTimeStamp\": \"2023-01-30 13:06:22.249201\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3897,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"safsad\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-30 13:06:18.940973\",\n            \"8\": \"2023-01-30 13:06:18.948003\",\n            \"9\": \"U\",\n            \"messageId\": 3897,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"safsad\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-30 13:06:18.940973\",\n            \"statusTimeStamp\": \"2023-01-30 13:06:18.948003\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3896,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:02:36.649688\",\n            \"8\": \"2023-01-27 22:02:37.818634\",\n            \"9\": \"B\",\n            \"messageId\": 3896,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:02:36.649688\",\n            \"statusTimeStamp\": \"2023-01-27 22:02:37.818634\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3895,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Output \\n\\nEs difícil predecir quién será el próximo campeón uruguayo, ya que depende de los resultados de los equipos durante la temporada. Sin embargo, los equipos más fuertes en la actualidad son Peñarol, Nacional, Defensor Sporting y Cerro.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:02:30.948350\",\n            \"8\": \"2023-01-27 22:02:32.214085\",\n            \"9\": \"B\",\n            \"messageId\": 3895,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Output \\n\\nEs difícil predecir quién será el próximo campeón uruguayo, ya que depende de los resultados de los equipos durante la temporada. Sin embargo, los equipos más fuertes en la actualidad son Peñarol, Nacional, Defensor Sporting y Cerro.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:02:30.948350\",\n            \"statusTimeStamp\": \"2023-01-27 22:02:32.214085\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3894,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Quien va a ser el próximo campeón uruguayo?\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:02:27.293631\",\n            \"8\": \"2023-01-27 22:02:27.299841\",\n            \"9\": \"U\",\n            \"messageId\": 3894,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Quien va a ser el próximo campeón uruguayo?\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:02:27.293631\",\n            \"statusTimeStamp\": \"2023-01-27 22:02:27.299841\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3893,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:02:11.396335\",\n            \"8\": \"2023-01-27 22:02:12.563462\",\n            \"9\": \"B\",\n            \"messageId\": 3893,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:02:11.396335\",\n            \"statusTimeStamp\": \"2023-01-27 22:02:12.563462\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3892,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:02:11.286604\",\n            \"8\": \"2023-01-27 22:02:11.294642\",\n            \"9\": \"U\",\n            \"messageId\": 3892,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:02:11.286604\",\n            \"statusTimeStamp\": \"2023-01-27 22:02:11.294642\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3891,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:01:19.075358\",\n            \"8\": \"2023-01-27 22:01:20.335960\",\n            \"9\": \"B\",\n            \"messageId\": 3891,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:01:19.075358\",\n            \"statusTimeStamp\": \"2023-01-27 22:01:20.335960\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3890,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Output \\n\\nIt is impossible to predict who will be the next football world champion as the tournament has not yet been scheduled.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:01:15.532456\",\n            \"8\": \"2023-01-27 22:01:16.939353\",\n            \"9\": \"B\",\n            \"messageId\": 3890,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Output \\n\\nIt is impossible to predict who will be the next football world champion as the tournament has not yet been scheduled.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:01:15.532456\",\n            \"statusTimeStamp\": \"2023-01-27 22:01:16.939353\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3889,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Who will be the next football world champion?\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:01:13.772669\",\n            \"8\": \"2023-01-27 22:01:13.778893\",\n            \"9\": \"U\",\n            \"messageId\": 3889,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Who will be the next football world champion?\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:01:13.772669\",\n            \"statusTimeStamp\": \"2023-01-27 22:01:13.778893\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3888,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:00:44.805807\",\n            \"8\": \"2023-01-27 22:00:46.080965\",\n            \"9\": \"B\",\n            \"messageId\": 3888,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:00:44.805807\",\n            \"statusTimeStamp\": \"2023-01-27 22:00:46.080965\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3887,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:00:44.697063\",\n            \"8\": \"2023-01-27 22:00:44.703287\",\n            \"9\": \"U\",\n            \"messageId\": 3887,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:00:44.697063\",\n            \"statusTimeStamp\": \"2023-01-27 22:00:44.703287\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3886,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:00:41.824880\",\n            \"8\": \"2023-01-27 22:00:43.482502\",\n            \"9\": \"B\",\n            \"messageId\": 3886,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:00:41.824880\",\n            \"statusTimeStamp\": \"2023-01-27 22:00:43.482502\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3885,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:00:41.582293\",\n            \"8\": \"2023-01-27 22:00:43.247437\",\n            \"9\": \"B\",\n            \"messageId\": 3885,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:00:41.582293\",\n            \"statusTimeStamp\": \"2023-01-27 22:00:43.247437\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3884,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 22:00:41.243898\",\n            \"8\": \"2023-01-27 22:00:41.250731\",\n            \"9\": \"U\",\n            \"messageId\": 3884,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 22:00:41.243898\",\n            \"statusTimeStamp\": \"2023-01-27 22:00:41.250731\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3835,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 13:55:48.590150\",\n            \"8\": \"2023-01-27 13:57:27.002192\",\n            \"9\": \"B\",\n            \"messageId\": 3835,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 13:55:48.590150\",\n            \"statusTimeStamp\": \"2023-01-27 13:57:27.002192\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3834,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"buenas\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-27 13:55:47.777099\",\n            \"8\": \"2023-01-27 13:55:47.784126\",\n            \"9\": \"U\",\n            \"messageId\": 3834,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"buenas\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 13:55:47.777099\",\n            \"statusTimeStamp\": \"2023-01-27 13:55:47.784126\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3833,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"template\",\n            \"4\": \"{\\\"body\\\":\\\"Imagina que te encuentras realizando un *pago en la web* o en la APP y al apretar el bot\\\\u00f3n _pagar_ *te solicitan una verificaci\\\\u00f3n de doble factor*.\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Pagar\\\",\\\"payload\\\":\\\"pagar\\\"}]}\",\n            \"5\": 1,\n            \"6\": 2,\n            \"7\": \"2023-01-27 13:41:40.472015\",\n            \"8\": \"2023-01-27 13:43:49.019986\",\n            \"9\": \"C\",\n            \"messageId\": 3833,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"data\": \"{\\\"body\\\":\\\"Imagina que te encuentras realizando un *pago en la web* o en la APP y al apretar el bot\\\\u00f3n _pagar_ *te solicitan una verificaci\\\\u00f3n de doble factor*.\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Pagar\\\",\\\"payload\\\":\\\"pagar\\\"}]}\",\n            \"cost\": 1,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 13:41:40.472015\",\n            \"statusTimeStamp\": \"2023-01-27 13:43:49.019986\",\n            \"origin\": \"C\"\n        },\n        {\n            \"0\": 3832,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"template\",\n            \"4\": \"{\\\"body\\\":\\\"Imagina que te encuentras realizando un *pago en la web* o en la APP y al apretar el bot\\\\u00f3n _pagar_ *te solicitan una verificaci\\\\u00f3n de doble factor*.\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Pagar\\\",\\\"payload\\\":\\\"pagar\\\"}]}\",\n            \"5\": 1,\n            \"6\": 2,\n            \"7\": \"2023-01-27 13:38:17.262068\",\n            \"8\": \"2023-01-27 13:43:48.946304\",\n            \"9\": \"C\",\n            \"messageId\": 3832,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"data\": \"{\\\"body\\\":\\\"Imagina que te encuentras realizando un *pago en la web* o en la APP y al apretar el bot\\\\u00f3n _pagar_ *te solicitan una verificaci\\\\u00f3n de doble factor*.\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"reply\\\",\\\"buttonValue\\\":[{\\\"type\\\":\\\"quick_reply\\\",\\\"text\\\":\\\"Pagar\\\",\\\"payload\\\":\\\"pagar\\\"}]}\",\n            \"cost\": 1,\n            \"status\": 2,\n            \"arrived\": \"2023-01-27 13:38:17.262068\",\n            \"statusTimeStamp\": \"2023-01-27 13:43:48.946304\",\n            \"origin\": \"C\"\n        },\n        {\n            \"0\": 3672,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"template\",\n            \"4\": \"{\\\"body\\\":\\\"Quisieramos retomar conversaci\\\\u00f3n. Tendr\\\\u00edas unos minutos para conversar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"\\\",\\\"buttonValue\\\":[]}\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-26 12:26:50.541838\",\n            \"8\": \"2023-01-26 12:27:18.175237\",\n            \"9\": \"C\",\n            \"messageId\": 3672,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"data\": \"{\\\"body\\\":\\\"Quisieramos retomar conversaci\\\\u00f3n. Tendr\\\\u00edas unos minutos para conversar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"\\\",\\\"buttonValue\\\":[]}\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-26 12:26:50.541838\",\n            \"statusTimeStamp\": \"2023-01-26 12:27:18.175237\",\n            \"origin\": \"C\"\n        },\n        {\n            \"0\": 3671,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"template\",\n            \"4\": \"{\\\"body\\\":\\\"Quisieramos retomar conversaci\\\\u00f3n. Tendr\\\\u00edas unos minutos para conversar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"\\\",\\\"buttonValue\\\":[]}\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-26 12:24:09.523065\",\n            \"8\": \"2023-01-26 12:24:13.910079\",\n            \"9\": \"C\",\n            \"messageId\": 3671,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"template\",\n            \"data\": \"{\\\"body\\\":\\\"Quisieramos retomar conversaci\\\\u00f3n. Tendr\\\\u00edas unos minutos para conversar?\\\",\\\"headerType\\\":null,\\\"headerValue\\\":\\\"\\\",\\\"footer\\\":\\\"\\\",\\\"buttonType\\\":\\\"\\\",\\\"buttonValue\\\":[]}\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-26 12:24:09.523065\",\n            \"statusTimeStamp\": \"2023-01-26 12:24:13.910079\",\n            \"origin\": \"C\"\n        },\n        {\n            \"0\": 3670,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:36.384115\",\n            \"8\": \"2023-01-25 13:14:37.578357\",\n            \"9\": \"B\",\n            \"messageId\": 3670,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:36.384115\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:37.578357\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3669,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Output 2\\n\\nChatGPT2 is a chatbot that uses the GPT-2 language model to generate responses to user input. It is designed to be able to generate natural-sounding conversations with users. ChatGPT2 is trained on a large corpus of conversations and is able to generate responses that are both relevant and interesting. It can be used for a variety of applications, such as customer service, virtual assistants, and more.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:31.201801\",\n            \"8\": \"2023-01-25 13:14:32.378520\",\n            \"9\": \"B\",\n            \"messageId\": 3669,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Output 2\\n\\nChatGPT2 is a chatbot that uses the GPT-2 language model to generate responses to user input. It is designed to be able to generate natural-sounding conversations with users. ChatGPT2 is trained on a large corpus of conversations and is able to generate responses that are both relevant and interesting. It can be used for a variety of applications, such as customer service, virtual assistants, and more.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:31.201801\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:32.378520\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3668,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:24.695487\",\n            \"8\": \"2023-01-25 13:14:24.702028\",\n            \"9\": \"U\",\n            \"messageId\": 3668,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:24.695487\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:24.702028\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3667,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:22.114170\",\n            \"8\": \"2023-01-25 13:14:23.630346\",\n            \"9\": \"B\",\n            \"messageId\": 3667,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:22.114170\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:23.630346\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3666,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:21.988089\",\n            \"8\": \"2023-01-25 13:14:21.995402\",\n            \"9\": \"U\",\n            \"messageId\": 3666,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:21.988089\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:21.995402\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3665,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:17.517907\",\n            \"8\": \"2023-01-25 13:14:21.794532\",\n            \"9\": \"B\",\n            \"messageId\": 3665,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:17.517907\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:21.794532\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3664,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:17.283464\",\n            \"8\": \"2023-01-25 13:14:18.526562\",\n            \"9\": \"B\",\n            \"messageId\": 3664,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:17.283464\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:18.526562\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3663,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:16.911901\",\n            \"8\": \"2023-01-25 13:14:16.918750\",\n            \"9\": \"U\",\n            \"messageId\": 3663,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:16.911901\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:16.918750\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3662,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Error chatGPT<br>{code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:14:03 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:a49f07ddd457a513b034252131008144,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:14:03 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:a49f07ddd457a513b034252131008144,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>\\ufeff<br>Traza:<br>2023-01-25 13:14:02.794224<br><br>Exception:<br>$exceptionwebhook\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:03.821755\",\n            \"8\": \"2023-01-25 13:14:05.198414\",\n            \"9\": \"B\",\n            \"messageId\": 3662,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Error chatGPT<br>{code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:14:03 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:a49f07ddd457a513b034252131008144,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:14:03 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:a49f07ddd457a513b034252131008144,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>\\ufeff<br>Traza:<br>2023-01-25 13:14:02.794224<br><br>Exception:<br>$exceptionwebhook\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:03.821755\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:05.198414\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3661,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"HTTP Error\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:03.548462\",\n            \"8\": \"2023-01-25 13:14:04.708638\",\n            \"9\": \"B\",\n            \"messageId\": 3661,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"HTTP Error\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:03.548462\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:04.708638\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3660,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"techniques for getting minimum spanning tree\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:14:02.867887\",\n            \"8\": \"2023-01-25 13:14:02.875036\",\n            \"9\": \"U\",\n            \"messageId\": 3660,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"techniques for getting minimum spanning tree\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:14:02.867887\",\n            \"statusTimeStamp\": \"2023-01-25 13:14:02.875036\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3659,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:12:14.678634\",\n            \"8\": \"2023-01-25 13:12:15.908585\",\n            \"9\": \"B\",\n            \"messageId\": 3659,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:12:14.678634\",\n            \"statusTimeStamp\": \"2023-01-25 13:12:15.908585\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3658,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:12:14.535886\",\n            \"8\": \"2023-01-25 13:12:14.542784\",\n            \"9\": \"U\",\n            \"messageId\": 3658,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:12:14.535886\",\n            \"statusTimeStamp\": \"2023-01-25 13:12:14.542784\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3657,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:12:08.811065\",\n            \"8\": \"2023-01-25 13:12:14.509304\",\n            \"9\": \"B\",\n            \"messageId\": 3657,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:12:08.811065\",\n            \"statusTimeStamp\": \"2023-01-25 13:12:14.509304\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3656,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:12:08.577393\",\n            \"8\": \"2023-01-25 13:12:09.798590\",\n            \"9\": \"B\",\n            \"messageId\": 3656,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:12:08.577393\",\n            \"statusTimeStamp\": \"2023-01-25 13:12:09.798590\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3655,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:12:08.205790\",\n            \"8\": \"2023-01-25 13:12:08.214585\",\n            \"9\": \"U\",\n            \"messageId\": 3655,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:12:08.205790\",\n            \"statusTimeStamp\": \"2023-01-25 13:12:08.214585\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3654,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Error chatGPT<br>{code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:09:18 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:d4f27185ffd75ee010bb5d0d7f2fe03f,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:09:18 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:d4f27185ffd75ee010bb5d0d7f2fe03f,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>\\ufeff<br>Traza:<br>2023-01-25 13:09:17.301431<br><br>Exception:<br>$exceptionwebhook\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:18.325774\",\n            \"8\": \"2023-01-25 13:09:19.623008\",\n            \"9\": \"B\",\n            \"messageId\": 3654,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Error chatGPT<br>{code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:09:18 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:d4f27185ffd75ee010bb5d0d7f2fe03f,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:400,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.)\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: null\\\\n    }\\\\n}\\\\n,body:{error:{message:We could not parse the JSON body of your request. (HINT: This likely means you arent using your HTTP library correctly. The OpenAI API expects a JSON payload, but what was sent was not valid JSON. If you have trouble figuring out how to fix this, please send an email to support@openai.com and include any relevant code youd like help with.),type:invalid_request_error,param:null,code:null}},headers:{0:HTTP\\\\/2 400,date:Wed, 25 Jan 2023 13:09:18 GMT,content-type:application\\\\/json; charset=utf-8,content-length:476,vary:Origin,x-request-id:d4f27185ffd75ee010bb5d0d7f2fe03f,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>\\ufeff<br>Traza:<br>2023-01-25 13:09:17.301431<br><br>Exception:<br>$exceptionwebhook\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:18.325774\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:19.623008\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3653,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"HTTP Error\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:18.092614\",\n            \"8\": \"2023-01-25 13:09:19.176019\",\n            \"9\": \"B\",\n            \"messageId\": 3653,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"HTTP Error\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:18.092614\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:19.176019\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3652,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"prove lagrange theorem\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:17.381109\",\n            \"8\": \"2023-01-25 13:09:17.389129\",\n            \"9\": \"U\",\n            \"messageId\": 3652,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"prove lagrange theorem\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:17.381109\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:17.389129\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3651,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:12.562589\",\n            \"8\": \"2023-01-25 13:09:13.604113\",\n            \"9\": \"B\",\n            \"messageId\": 3651,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:12.562589\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:13.604113\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3650,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:12.443333\",\n            \"8\": \"2023-01-25 13:09:12.449700\",\n            \"9\": \"U\",\n            \"messageId\": 3650,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:12.443333\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:12.449700\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3649,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:10.585588\",\n            \"8\": \"2023-01-25 13:09:11.768428\",\n            \"9\": \"B\",\n            \"messageId\": 3649,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:10.585588\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:11.768428\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3648,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:10.328293\",\n            \"8\": \"2023-01-25 13:09:11.556447\",\n            \"9\": \"B\",\n            \"messageId\": 3648,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:10.328293\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:11.556447\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3647,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:09:09.894185\",\n            \"8\": \"2023-01-25 13:09:09.900975\",\n            \"9\": \"U\",\n            \"messageId\": 3647,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:09:09.894185\",\n            \"statusTimeStamp\": \"2023-01-25 13:09:09.900975\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3646,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Error chatGPT<br>{code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:08:34 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:899187f784595f98d7bac0be37b23523,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:08:34 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:899187f784595f98d7bac0be37b23523,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>\\ufeff<br>Traza:<br>2023-01-25 13:08:33.869814<br><br>Exception:<br>$exceptionwebhook\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:34.845807\",\n            \"8\": \"2023-01-25 13:08:36.161762\",\n            \"9\": \"B\",\n            \"messageId\": 3646,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Error chatGPT<br>{code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:08:34 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:899187f784595f98d7bac0be37b23523,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:08:34 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:899187f784595f98d7bac0be37b23523,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>\\ufeff<br>Traza:<br>2023-01-25 13:08:33.869814<br><br>Exception:<br>$exceptionwebhook\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:34.845807\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:36.161762\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3645,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"HTTP Error\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:34.603420\",\n            \"8\": \"2023-01-25 13:08:35.870447\",\n            \"9\": \"B\",\n            \"messageId\": 3645,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"HTTP Error\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:34.603420\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:35.870447\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3644,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"prove lagrange theorem\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:33.948276\",\n            \"8\": \"2023-01-25 13:08:33.955568\",\n            \"9\": \"U\",\n            \"messageId\": 3644,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"prove lagrange theorem\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:33.948276\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:33.955568\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3643,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:32.395795\",\n            \"8\": \"2023-01-25 13:08:33.885163\",\n            \"9\": \"B\",\n            \"messageId\": 3643,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:32.395795\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:33.885163\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3642,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:32.271410\",\n            \"8\": \"2023-01-25 13:08:32.278084\",\n            \"9\": \"U\",\n            \"messageId\": 3642,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:32.271410\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:32.278084\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3641,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:28.748250\",\n            \"8\": \"2023-01-25 13:08:30.146665\",\n            \"9\": \"B\",\n            \"messageId\": 3641,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:28.748250\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:30.146665\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3640,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:28.436751\",\n            \"8\": \"2023-01-25 13:08:29.752200\",\n            \"9\": \"B\",\n            \"messageId\": 3640,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:28.436751\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:29.752200\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3639,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:08:28.043437\",\n            \"8\": \"2023-01-25 13:08:28.049956\",\n            \"9\": \"U\",\n            \"messageId\": 3639,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:08:28.043437\",\n            \"statusTimeStamp\": \"2023-01-25 13:08:28.049956\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3638,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Error chatGPT<br>{code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:07:46 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:37c88b9821950a05958beadbf993d5a4,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:07:46 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:37c88b9821950a05958beadbf993d5a4,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>2023-01-25 13:07:46.171900<br>$exceptionwebhook\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:47.270563\",\n            \"8\": \"2023-01-25 13:07:48.584445\",\n            \"9\": \"B\",\n            \"messageId\": 3638,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Error chatGPT<br>{code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:07:46 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:37c88b9821950a05958beadbf993d5a4,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:07:46 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:37c88b9821950a05958beadbf993d5a4,strict-transport-security:max-age=15724800; includeSubDomains}}.code<br>2023-01-25 13:07:46.171900<br>$exceptionwebhook\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:47.270563\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:48.584445\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3637,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"HTTP Error\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:47.013858\",\n            \"8\": \"2023-01-25 13:07:48.199472\",\n            \"9\": \"B\",\n            \"messageId\": 3637,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"HTTP Error\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:47.013858\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:48.199472\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3636,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"prove lagrange theorem\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:46.257571\",\n            \"8\": \"2023-01-25 13:07:46.267947\",\n            \"9\": \"U\",\n            \"messageId\": 3636,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"prove lagrange theorem\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:46.257571\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:46.267947\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3635,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:41.845152\",\n            \"8\": \"2023-01-25 13:07:43.798210\",\n            \"9\": \"B\",\n            \"messageId\": 3635,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:41.845152\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:43.798210\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3634,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:41.722577\",\n            \"8\": \"2023-01-25 13:07:41.729908\",\n            \"9\": \"U\",\n            \"messageId\": 3634,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:41.722577\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:41.729908\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3633,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:38.356318\",\n            \"8\": \"2023-01-25 13:07:39.960494\",\n            \"9\": \"B\",\n            \"messageId\": 3633,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:38.356318\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:39.960494\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3632,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:38.109623\",\n            \"8\": \"2023-01-25 13:07:39.847809\",\n            \"9\": \"B\",\n            \"messageId\": 3632,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:38.109623\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:39.847809\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3631,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:07:37.703363\",\n            \"8\": \"2023-01-25 13:07:37.713060\",\n            \"9\": \"U\",\n            \"messageId\": 3631,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:07:37.703363\",\n            \"statusTimeStamp\": \"2023-01-25 13:07:37.713060\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3630,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Error chatGPT<br>{code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:06:43 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:57ac65b677a9b86a73b9c72d4f3b6548,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:06:43 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:57ac65b677a9b86a73b9c72d4f3b6548,strict-transport-security:max-age=15724800; includeSubDomains}}.code\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:06:43.870239\",\n            \"8\": \"2023-01-25 13:06:45.498077\",\n            \"9\": \"B\",\n            \"messageId\": 3630,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Error chatGPT<br>{code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:06:43 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:57ac65b677a9b86a73b9c72d4f3b6548,strict-transport-security:max-age=15724800; includeSubDomains}}<br><br>Codigo error: {code:401,raw_body:{\\\\n    \\\\error\\\\: {\\\\n        \\\\message\\\\: \\\\Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.\\\\,\\\\n        \\\\type\\\\: \\\\invalid_request_error\\\\,\\\\n        \\\\param\\\\: null,\\\\n        \\\\code\\\\: \\\\invalid_api_key\\\\\\\\n    }\\\\n}\\\\n,body:{error:{message:Incorrect API key provided: sk-Mf4r5**************************************ipN5. You can find your API key at https:\\\\/\\\\/beta.openai.com.,type:invalid_request_error,param:null,code:invalid_api_key}},headers:{0:HTTP\\\\/2 401,date:Wed, 25 Jan 2023 13:06:43 GMT,content-type:application\\\\/json; charset=utf-8,content-length:279,vary:Origin,x-request-id:57ac65b677a9b86a73b9c72d4f3b6548,strict-transport-security:max-age=15724800; includeSubDomains}}.code\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:06:43.870239\",\n            \"statusTimeStamp\": \"2023-01-25 13:06:45.498077\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3629,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"HTTP Error\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:06:43.636306\",\n            \"8\": \"2023-01-25 13:06:45.394603\",\n            \"9\": \"B\",\n            \"messageId\": 3629,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"HTTP Error\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:06:43.636306\",\n            \"statusTimeStamp\": \"2023-01-25 13:06:45.394603\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3628,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"prove lagrange theorem\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:06:42.966360\",\n            \"8\": \"2023-01-25 13:06:42.972920\",\n            \"9\": \"U\",\n            \"messageId\": 3628,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"prove lagrange theorem\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:06:42.966360\",\n            \"statusTimeStamp\": \"2023-01-25 13:06:42.972920\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3627,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:06:07.511871\",\n            \"8\": \"2023-01-25 13:06:08.805724\",\n            \"9\": \"B\",\n            \"messageId\": 3627,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:06:07.511871\",\n            \"statusTimeStamp\": \"2023-01-25 13:06:08.805724\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3626,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:06:07.393366\",\n            \"8\": \"2023-01-25 13:06:07.400754\",\n            \"9\": \"U\",\n            \"messageId\": 3626,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:06:07.393366\",\n            \"statusTimeStamp\": \"2023-01-25 13:06:07.400754\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3625,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:05:56.809070\",\n            \"8\": \"2023-01-25 13:05:58.490594\",\n            \"9\": \"B\",\n            \"messageId\": 3625,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:05:56.809070\",\n            \"statusTimeStamp\": \"2023-01-25 13:05:58.490594\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3624,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:05:56.567183\",\n            \"8\": \"2023-01-25 13:05:58.198587\",\n            \"9\": \"B\",\n            \"messageId\": 3624,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:05:56.567183\",\n            \"statusTimeStamp\": \"2023-01-25 13:05:58.198587\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3623,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-25 13:05:56.189249\",\n            \"8\": \"2023-01-25 13:05:56.196235\",\n            \"9\": \"U\",\n            \"messageId\": 3623,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-25 13:05:56.189249\",\n            \"statusTimeStamp\": \"2023-01-25 13:05:56.196235\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3618,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Error chatGPT<br><br>response webhook $responsewebhook<br><br>Error Webhook $errorwebhook<br><br>Exception Webhook $exceptionwebhook\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 13:21:30.679820\",\n            \"8\": \"2023-01-24 13:21:31.965317\",\n            \"9\": \"B\",\n            \"messageId\": 3618,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Error chatGPT<br><br>response webhook $responsewebhook<br><br>Error Webhook $errorwebhook<br><br>Exception Webhook $exceptionwebhook\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 13:21:30.679820\",\n            \"statusTimeStamp\": \"2023-01-24 13:21:31.965317\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3617,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"HTTP Error\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 13:21:30.440328\",\n            \"8\": \"2023-01-24 13:21:31.707474\",\n            \"9\": \"B\",\n            \"messageId\": 3617,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"HTTP Error\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 13:21:30.440328\",\n            \"statusTimeStamp\": \"2023-01-24 13:21:31.707474\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3616,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"NP-Complete problems explanation and examples\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 13:21:29.766377\",\n            \"8\": \"2023-01-24 13:21:29.774112\",\n            \"9\": \"U\",\n            \"messageId\": 3616,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"NP-Complete problems explanation and examples\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 13:21:29.766377\",\n            \"statusTimeStamp\": \"2023-01-24 13:21:29.774112\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3615,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 13:14:53.292733\",\n            \"8\": \"2023-01-24 13:14:54.524065\",\n            \"9\": \"B\",\n            \"messageId\": 3615,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 13:14:53.292733\",\n            \"statusTimeStamp\": \"2023-01-24 13:14:54.524065\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3614,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 13:14:53.147258\",\n            \"8\": \"2023-01-24 13:14:53.156914\",\n            \"9\": \"U\",\n            \"messageId\": 3614,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 13:14:53.147258\",\n            \"statusTimeStamp\": \"2023-01-24 13:14:53.156914\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3613,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:48:23.175110\",\n            \"8\": \"2023-01-24 12:48:24.374857\",\n            \"9\": \"B\",\n            \"messageId\": 3613,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:48:23.175110\",\n            \"statusTimeStamp\": \"2023-01-24 12:48:24.374857\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3612,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"image\",\n            \"4\": \";https://oaidalleapiprodscus.blob.core.windows.net/private/org-27EgT9bnoqNgnmETcHSMNqa3/user-Hm5YHjzaiZPgds2wxCySAgUC/img-ZIFbKrq6GsXfhncf5xFJl7kz.png?st=2023-01-24T11%3A48%3A18Z&se=2023-01-24T13%3A48%3A18Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-01-24T09%3A55%3A47Z&ske=2023-01-25T09%3A55%3A47Z&sks=b&skv=2021-08-06&sig=Gzj/6Dsf7m03UxQ92duqZPBn3svY68d7Jw5ONX96ehE%3D\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:48:18.439583\",\n            \"8\": \"2023-01-24 12:48:22.473044\",\n            \"9\": \"B\",\n            \"messageId\": 3612,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"image\",\n            \"data\": \";https://oaidalleapiprodscus.blob.core.windows.net/private/org-27EgT9bnoqNgnmETcHSMNqa3/user-Hm5YHjzaiZPgds2wxCySAgUC/img-ZIFbKrq6GsXfhncf5xFJl7kz.png?st=2023-01-24T11%3A48%3A18Z&se=2023-01-24T13%3A48%3A18Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2023-01-24T09%3A55%3A47Z&ske=2023-01-25T09%3A55%3A47Z&sks=b&skv=2021-08-06&sig=Gzj/6Dsf7m03UxQ92duqZPBn3svY68d7Jw5ONX96ehE%3D\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:48:18.439583\",\n            \"statusTimeStamp\": \"2023-01-24 12:48:22.473044\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3611,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"a walking whale listening to pink floyd\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:48:13.407677\",\n            \"8\": \"2023-01-24 12:48:13.414439\",\n            \"9\": \"U\",\n            \"messageId\": 3611,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"a walking whale listening to pink floyd\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:48:13.407677\",\n            \"statusTimeStamp\": \"2023-01-24 12:48:13.414439\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3610,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:47:39.640516\",\n            \"8\": \"2023-01-24 12:47:40.988955\",\n            \"9\": \"B\",\n            \"messageId\": 3610,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:47:39.640516\",\n            \"statusTimeStamp\": \"2023-01-24 12:47:40.988955\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3609,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Image Generation\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:47:39.508628\",\n            \"8\": \"2023-01-24 12:47:39.515800\",\n            \"9\": \"U\",\n            \"messageId\": 3609,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Image Generation\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:47:39.508628\",\n            \"statusTimeStamp\": \"2023-01-24 12:47:39.515800\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3608,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:47:38.134898\",\n            \"8\": \"2023-01-24 12:47:39.375954\",\n            \"9\": \"B\",\n            \"messageId\": 3608,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Do you want to try again?<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:47:38.134898\",\n            \"statusTimeStamp\": \"2023-01-24 12:47:39.375954\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3607,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Output \\n\\nDijkstras algorithm is an algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks. It was conceived by computer scientist Edsger W. Dijkstra in 1956 and published three years later. The algorithm exists in many variants; Dijkstras original variant found the shortest path between two nodes, but a more common variant fixes a single node as the source node and finds shortest paths from the source to all other nodes in the graph, producing a shortest-path tree.\\n\\nThe algorithm works by maintaining a set of nodes for which the shortest path from the source node is known. Initially, this set contains only the source node. The algorithm then iterates through the nodes of the graph, calculating the shortest path to each node it encounters. At each iteration, it examines the nodes that are adjacent to the nodes in the known set, and updates the shortest-path estimate for each node not yet in the known set. When the algorithm has finished, the known set contains the shortest paths to all the nodes in the graph.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:47:32.526809\",\n            \"8\": \"2023-01-24 12:47:39.425946\",\n            \"9\": \"B\",\n            \"messageId\": 3607,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Output \\n\\nDijkstras algorithm is an algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks. It was conceived by computer scientist Edsger W. Dijkstra in 1956 and published three years later. The algorithm exists in many variants; Dijkstras original variant found the shortest path between two nodes, but a more common variant fixes a single node as the source node and finds shortest paths from the source to all other nodes in the graph, producing a shortest-path tree.\\n\\nThe algorithm works by maintaining a set of nodes for which the shortest path from the source node is known. Initially, this set contains only the source node. The algorithm then iterates through the nodes of the graph, calculating the shortest path to each node it encounters. At each iteration, it examines the nodes that are adjacent to the nodes in the known set, and updates the shortest-path estimate for each node not yet in the known set. When the algorithm has finished, the known set contains the shortest paths to all the nodes in the graph.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:47:32.526809\",\n            \"statusTimeStamp\": \"2023-01-24 12:47:39.425946\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3606,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"dijkstra algorithm explanation\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:47:25.243197\",\n            \"8\": \"2023-01-24 12:47:25.249813\",\n            \"9\": \"U\",\n            \"messageId\": 3606,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"dijkstra algorithm explanation\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:47:25.243197\",\n            \"statusTimeStamp\": \"2023-01-24 12:47:25.249813\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3605,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Write the prompt you want to test for completion.\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:45:07.371013\",\n            \"8\": \"2023-01-24 12:45:08.699266\",\n            \"9\": \"B\",\n            \"messageId\": 3605,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Write the prompt you want to test for completion.\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:45:07.371013\",\n            \"statusTimeStamp\": \"2023-01-24 12:45:08.699266\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3604,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Completion\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:45:07.238987\",\n            \"8\": \"2023-01-24 12:45:07.245571\",\n            \"9\": \"U\",\n            \"messageId\": 3604,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Completion\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:45:07.238987\",\n            \"statusTimeStamp\": \"2023-01-24 12:45:07.245571\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3603,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:44:56.851169\",\n            \"8\": \"2023-01-24 12:44:58.735295\",\n            \"9\": \"B\",\n            \"messageId\": 3603,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Select the task you want the model to perform:<br><br><b>Completion:</b> Given a prompt, the model will return a predicted completion.<br><br><b>Image Generation:</b> Given a prompt, the model will generate a new image.<button type=\\\"button\\\" title=\\\"Payload: Completion\\\" payload=\\\"Completion\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Completion\\\">Completion</button><button type=\\\"button\\\" title=\\\"Payload: Image Generation\\\" payload=\\\"Image Generation\\\" class=\\\"btn btn-info webButton\\\" value=\\\"Image Generation\\\">Image Generation</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:44:56.851169\",\n            \"statusTimeStamp\": \"2023-01-24 12:44:58.735295\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3602,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:44:56.599294\",\n            \"8\": \"2023-01-24 12:44:58.460182\",\n            \"9\": \"B\",\n            \"messageId\": 3602,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"Welcome to the Integration of Wittysuite and Chatgpt by Simpletech.<br><br>You have 10 free calls to ChatGPT.<br><br>Lets begin!\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:44:56.599294\",\n            \"statusTimeStamp\": \"2023-01-24 12:44:58.460182\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3601,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"chatgpt\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-24 12:44:56.387491\",\n            \"8\": \"2023-01-24 12:44:56.401901\",\n            \"9\": \"U\",\n            \"messageId\": 3601,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"chatgpt\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-24 12:44:56.387491\",\n            \"statusTimeStamp\": \"2023-01-24 12:44:56.401901\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3550,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-23 13:40:33.942378\",\n            \"8\": \"2023-01-23 13:40:35.464858\",\n            \"9\": \"B\",\n            \"messageId\": 3550,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-23 13:40:33.942378\",\n            \"statusTimeStamp\": \"2023-01-23 13:40:35.464858\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3549,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"sdhdgf\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-23 13:40:33.154516\",\n            \"8\": \"2023-01-23 13:40:33.161189\",\n            \"9\": \"U\",\n            \"messageId\": 3549,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"sdhdgf\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-23 13:40:33.154516\",\n            \"statusTimeStamp\": \"2023-01-23 13:40:33.161189\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3548,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"sdfhgfdg\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-23 13:40:13.351690\",\n            \"8\": \"2023-01-23 13:40:13.358589\",\n            \"9\": \"U\",\n            \"messageId\": 3548,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"sdfhgfdg\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-23 13:40:13.351690\",\n            \"statusTimeStamp\": \"2023-01-23 13:40:13.358589\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3547,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-23 12:27:45.296250\",\n            \"8\": \"2023-01-23 12:28:10.658432\",\n            \"9\": \"B\",\n            \"messageId\": 3547,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-23 12:27:45.296250\",\n            \"statusTimeStamp\": \"2023-01-23 12:28:10.658432\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3546,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"prueba\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-23 12:27:44.107608\",\n            \"8\": \"2023-01-23 12:27:44.114464\",\n            \"9\": \"U\",\n            \"messageId\": 3546,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"prueba\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-23 12:27:44.107608\",\n            \"statusTimeStamp\": \"2023-01-23 12:27:44.114464\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3165,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"sdfhgs\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-03 15:47:53.557219\",\n            \"8\": \"2023-01-03 15:47:55.460817\",\n            \"9\": \"E\",\n            \"messageId\": 3165,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"sdfhgs\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-03 15:47:53.557219\",\n            \"statusTimeStamp\": \"2023-01-03 15:47:55.460817\",\n            \"origin\": \"E\"\n        },\n        {\n            \"0\": 3164,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-03 15:42:58.014379\",\n            \"8\": \"2023-01-03 15:43:00.254954\",\n            \"9\": \"B\",\n            \"messageId\": 3164,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-03 15:42:58.014379\",\n            \"statusTimeStamp\": \"2023-01-03 15:43:00.254954\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3163,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"sdfgsdf\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-03 15:42:57.132383\",\n            \"8\": \"2023-01-03 15:42:57.140974\",\n            \"9\": \"U\",\n            \"messageId\": 3163,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"sdfgsdf\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-03 15:42:57.132383\",\n            \"statusTimeStamp\": \"2023-01-03 15:42:57.140974\",\n            \"origin\": \"U\"\n        },\n        {\n            \"0\": 3147,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-02 12:50:27.333982\",\n            \"8\": \"2023-01-02 12:50:29.514781\",\n            \"9\": \"B\",\n            \"messageId\": 3147,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"<b style=\\\"box-sizing: border-box; font-weight: bold; font-family: poppins, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\\\">🙂</b> Hola! Te damos la bienvenida a Witty <br><br>O escribe <b>ayuda</b> si deseas hablar con un asesor<button type=\\\"button\\\" title=\\\"Payload: esto puede ser rec\\\" payload=\\\"esto puede ser rec\\\" class=\\\"btn btn-info webButton\\\" value=\\\"esto puede ser rec\\\">¿cómo te va?</button><button type=\\\"button\\\" title=\\\"Payload: 20car\\\" payload=\\\"20car\\\" class=\\\"btn btn-info webButton\\\" value=\\\"20car\\\">Esto es un requisito</button>\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-02 12:50:27.333982\",\n            \"statusTimeStamp\": \"2023-01-02 12:50:29.514781\",\n            \"origin\": \"B\"\n        },\n        {\n            \"0\": 3146,\n            \"1\": 6,\n            \"2\": \"cccyyyyyyyy\",\n            \"3\": \"message\",\n            \"4\": \"dsfhg\",\n            \"5\": 0,\n            \"6\": 2,\n            \"7\": \"2023-01-02 12:50:26.388874\",\n            \"8\": \"2023-01-02 12:50:26.396308\",\n            \"9\": \"U\",\n            \"messageId\": 3146,\n            \"idService\": 6,\n            \"toNumber\": \"cccyyyyyyyy\",\n            \"type\": \"message\",\n            \"data\": \"dsfhg\",\n            \"cost\": 0,\n            \"status\": 2,\n            \"arrived\": \"2023-01-02 12:50:26.388874\",\n            \"statusTimeStamp\": \"2023-01-02 12:50:26.396308\",\n            \"origin\": \"U\"\n        }\n    ]\n}"}],"_postman_id":"565c6cfb-9ab2-4fb7-b02d-4e87e172371f"},{"name":"Oldest Unanswered Message","id":"58df90fc-7132-4a86-a45f-2efbf5ae4e91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"token","value":"","type":"text"}],"url":"https://{{baseURL}}/v2.php/oldestUnansweredMessage/{{idBot}}/{{queue}}","description":"<p>Returns the oldest unanswered message in the queue identified by its numeric ID or by its name, or <code>null</code> if no unanswered messages exist.</p>\n","urlObject":{"protocol":"https","path":["v2.php","oldestUnansweredMessage","{{idBot}}","{{queue}}"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"f10a9762-a631-4d7c-a32d-311aafd249e2","name":"Oldest Unanswered Message","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"token","value":"","type":"text"}],"url":"https://{{baseURL}}/v2.php/oldestUnansweredMessage/12/89"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": \"2025-05-13 13:51:07.174587\"\n}"}],"_postman_id":"58df90fc-7132-4a86-a45f-2efbf5ae4e91"}],"event":[{"listen":"prerequest","script":{"id":"d90b931e-2e42-40bb-a478-f7e2b80f099e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9b61eb61-36d6-4a8e-b265-4e3d3b735a65","type":"text/javascript","exec":[""]}}],"variable":[{"key":"token","value":""}]}