{"info":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","description":"<html><head></head><body><h1 id=\"comece-por-aqui\">📄 Comece por aqui</h1>\n<p>Nesta documentação você irá aprender como integrar funil de vendas e contatos na Wappbot via API.</p>\n<h2 id=\"por-que-usar-uma-api\"><strong>Por que usar uma API?</strong></h2>\n<p>APIs (Interfaces de Programação de Aplicações) facilitam a integração entre sistemas, permitindo que aplicativos se comuniquem de forma eficiente e segura. Elas ajudam a automatizar processos, aumentar a produtividade e conectar diferentes serviços de maneira ágil, possibilitando a criação de experiências mais ricas e conectadas. Com uma API bem estruturada, você pode expandir as funcionalidades de seus sistemas e facilitar a inovação sem reinventar a roda.</p>\n<h2 id=\"autenticação\">Autenticação</h2>\n<p>Como a maioria das APIs, a API da Hubiss requer que você providencie uma chave API para realizar suas requisições.</p>\n<h2 id=\"como-recuperar-o-token-da-api-na-hubiss\">Como recuperar o token da API na Hubiss?</h2>\n<p>Para gerar seu novo Token de Autenticação, você deve clicar no ícone do canto superior direito, clicar em Desenvolvedores (API).</p>\n<img src=\"https://content.pstmn.io/b3c9812c-039c-4422-b7a7-4b567a38b256/aW1hZ2UucG5n\" width=\"450\" height=\"355\">\n\n<p>Na página aberta, preencha os dados solicitados e clique em Gerar Token, então um novo token será gerado para você.</p>\n<img src=\"https://content.pstmn.io/bbd6a8bf-a4c7-4ed3-a5d2-cd2a8f3b3e58/aW1hZ2UucG5n\" width=\"506\" height=\"288\">\n\n<p>&gt; Por questões de segurança, a Wappbot não pode recuperar o Token Antigo de forma alguma e nem mantém salvo.<br>Portanto o único responsável pelo seu Token é você, guarde-o em um lugar seguro, de preferência com senha.</p>\n<h2 id=\"realizando-requisições-com-a-chave-api\">Realizando requisições com a chave api</h2>\n<p>Em toda documentação dos endpoints, ao lado direito da tela você vai encontrar os comandos prontos para rodar, basta copiar e adaptar o código a sua realidade.<br>Nossa autenticação no momento é utilizada o padrão Bearer, ou seja, em toda requisição realizada, você deve estar enviando no cabeçalho da requisição como exemplo sempre o seguinte comando:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-shell\">curl --request GET \\\n     --url 'https://wappbot.pro/api/v1/funnels?per_page=15¤t_page=1' \\\n     --header 'Accept: application/json' \\\n     --header 'Authorization: Bearer api_key'\n\n</code></pre>\n<h2 id=\"limitação\">Limitação</h2>\n<p>Em toda listagem de itens, por padrão irá retornar 15 registros, com um limite de 100 registros por página.</p>\n<h2 id=\"limite-de-requisições\">Limite de requisições</h2>\n<p>Seja gentil. Lançaremos um erro número 429 (Too Many Requests) se você enviar muitas solicitações rapidamente. Cada token tem no máximo 10 solicitações por segundo.</p>\n<h2 id=\"paginação\">Paginação</h2>\n<p>Em todas as requisições de listagem de dados retornam uma coleção de recursos que são paginados.<br>Por exemplo, a consulta de funis.<br>Toda a resposta paginada é retornada no seguinte formato:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": [\n        {\n            ...\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://wappbot.pro/api/v1/funnels?page=1\",\n        \"last\": \"https://wappbot.pro/api/v1/funnels?page=2\",\n        \"prev\": null,\n        \"next\": \"https://wappbot.pro/api/v1/funnels?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 27,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"« Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/funnels?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/funnels?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/funnels?page=2\",\n                \"label\": \"Next »\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://wappbot.pro/api/v1/funnels\",\n        \"per_page\": 1,\n        \"to\": 2,\n        \"total\": 27\n    }\n}\n\n</code></pre>\n<p>Para usar os parâmetros aqui informados, você deve envia-los por GET na requisição desejada.<br>Abaixo segue os parâmetros que alteram a forma como a requisição é retornada.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Nome</strong></th>\n<th><strong>Descrição</strong></th>\n<th><strong>Exemplo</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>per_page</td>\n<td>Limita o número de registros para apresentar em cada página</td>\n<td>10</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Define o número da página atual com o número de registros informado</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Para facilitar o entendimento e navegação sequencial dos dados, disponibilizaremos automaticamente links para navegar entre a próxima página ou página anterior. </p>\n</blockquote>\n<h2 id=\"erros\">Erros</h2>\n<h3 id=\"erros-400\">Erros 400</h3>\n<p>Geralmente acontece quando você fornece algo na requisição que faça quebrar com a requisição, por exemplo um json quebrado.</p>\n<h3 id=\"erros-401\">Erros 401</h3>\n<p>Acontecem quando sua chave de acesso não funciona ou está errado.<br>Verifique se o seu token mudou e se a sua conta continua válida na Wappbot.</p>\n<h3 id=\"erros-404\">Erros 404</h3>\n<p>Acontecem quando um registro que você está buscando ou querendo excluir não existe na Hubiss.</p>\n<h3 id=\"erros-422\">Erros 422</h3>\n<p>Acontecem geralmente por uma falta de padronização na sua requisição.<br>Aqui o sistema retornará um aviso de erro com a lista de erros que ocorreram na validação da sua requisição.<br>Atente-se ao retorno e sempre leia a documentação novamente para entender se você não tratou uma requisição de forma incorreta.</p>\n<p>Estrutura de Retorno Padrão</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": false,\n    \"message\": \"Validation errors\",\n    \"data\": {\n        \"status\": [\n            \"Cannot change status now, check documentation\"\n        ]\n    }\n}\n\n</code></pre>\n<h3 id=\"erros-500---501\">Erros 500 - 501</h3>\n<p>Ocorrem quando ocorreu um erro interno no servidor, pode ser qualquer coisa, não se preocupe que quando um erro assim acontece a Wappbot é automaticamente notificada para resolver o problema o quanto antes.<br>Caso o problema continue por muito tempo, por favor, entre em contato conosco para verificar como está o andamento da resolução desse erro.</p>\n<h2 id=\"dúvida-ou-sugestão\"><strong>Dúvida ou sugestão?</strong></h2>\n<p>Estamos sempre felizes em lhe ajudar da melhor maneira possível, sinta-se a vontade para entrar em contato conosco por e-mail: <a href=\"https://mailto:api@wappbot.pro\">api@wappbot.pro</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"📄 Comece por aqui","slug":"comece-por-aqui"}],"owner":"40030440","collectionId":"35b426a9-2962-44d4-b19c-69507064f711","publishedId":"2sAYBViC5Q","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-11-27T03:40:19.000Z"},"item":[{"name":"Funis","item":[{"name":"Listar funis","id":"b4ecf1e6-ddb3-41c9-aa88-acbf4e3ba6b6","request":{"method":"GET","header":[],"url":"https://wappbot.pro/api/v1/funnels","description":"<p>Recupera uma lista de todos os funis cadastrados na sua conta.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["funnels"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"530b744c-ae8b-4b9f-a385-7b83173cbb3a","name":"Resposta de Sucesso","originalRequest":{"method":"GET","header":[],"url":"https://wappbot.pro/api/v1/funnels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 17:41:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=egkGE3jE8OIFLWz1fA6L2IagHrBuLMGAdEKxTPtUyjMDBrFuyhmGKYtpPQpCki%2Bq4f4wPI3gaHpRYNx6LWy943d%2BsM3TpsjK1cJqUVyjOVoTXUr9HY3RNuOTfjKdTQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e93e8162b5e0827-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=3004&min_rtt=2848&rtt_var=1180&sent=4&recv=5&lost=0&retrans=0&sent_bytes=2827&recv_bytes=786&delivery_rate=1016853&cwnd=251&unsent_bytes=0&cid=be642d9d9b98e2da&ts=567&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"active\": true,\n            \"name\": \"Padrão\",\n            \"default\": true,\n            \"repeatable\": true,\n            \"order\": 1,\n            \"weekdays\": \"0,1,2,3,4,5,6\",\n            \"schedule_range\": \"00:00-23:59\",\n            \"allow_share\": false,\n            \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-1-2c6e6eec-d9c3-11ee-8079-02001702ead8\",\n            \"allow_send_to_converted_contacts\": true,\n            \"on_added_move_kanban_status_id\": null,\n            \"on_end_repeat\": false,\n            \"on_end_repeat_after_minutes\": null,\n            \"created_at\": \"2024-03-03T22:04:38\",\n            \"updated_at\": \"2024-04-18T20:25:16\"\n        },\n        {\n            \"id\": 2,\n            \"active\": true,\n            \"name\": \"Apresentação\",\n            \"default\": false,\n            \"repeatable\": false,\n            \"order\": 1,\n            \"weekdays\": \"\",\n            \"schedule_range\": \"\",\n            \"allow_share\": false,\n            \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-2-779b3329-d9c3-11ee-8079-02001702ead8\",\n            \"allow_send_to_converted_contacts\": true,\n            \"on_added_move_kanban_status_id\": null,\n            \"on_end_repeat\": false,\n            \"on_end_repeat_after_minutes\": null,\n            \"created_at\": \"2024-03-03T22:06:44\",\n            \"updated_at\": \"2024-03-03T22:17:40\"\n        },\n        {\n            \"id\": 3,\n            \"active\": true,\n            \"name\": \"Falar conosco\",\n            \"default\": false,\n            \"repeatable\": false,\n            \"order\": 1,\n            \"weekdays\": \"\",\n            \"schedule_range\": \"\",\n            \"allow_share\": false,\n            \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-3-077994e6-d9c4-11ee-8079-02001702ead8\",\n            \"allow_send_to_converted_contacts\": true,\n            \"on_added_move_kanban_status_id\": null,\n            \"on_end_repeat\": false,\n            \"on_end_repeat_after_minutes\": null,\n            \"created_at\": \"2024-03-03T22:10:45\",\n            \"updated_at\": \"2024-03-03T22:17:34\"\n        },\n        {\n            \"id\": 4,\n            \"active\": true,\n            \"name\": \"Conhecer Planos\",\n            \"default\": false,\n            \"repeatable\": false,\n            \"order\": 1,\n            \"weekdays\": \"\",\n            \"schedule_range\": \"\",\n            \"allow_share\": false,\n            \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-4-290f7db4-d9c4-11ee-8079-02001702ead8\",\n            \"allow_send_to_converted_contacts\": true,\n            \"on_added_move_kanban_status_id\": null,\n            \"on_end_repeat\": false,\n            \"on_end_repeat_after_minutes\": null,\n            \"created_at\": \"2024-03-03T22:11:42\",\n            \"updated_at\": \"2024-03-03T22:17:13\"\n        },\n        {\n            \"id\": 5,\n            \"active\": true,\n            \"name\": \"Programa de Afiliados\",\n            \"default\": false,\n            \"repeatable\": false,\n            \"order\": 1,\n            \"weekdays\": \"\",\n            \"schedule_range\": \"\",\n            \"allow_share\": false,\n            \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-5-e700d612-d9c4-11ee-8079-02001702ead8\",\n            \"allow_send_to_converted_contacts\": true,\n            \"on_added_move_kanban_status_id\": null,\n            \"on_end_repeat\": false,\n            \"on_end_repeat_after_minutes\": null,\n            \"created_at\": \"2024-03-03T22:17:00\",\n            \"updated_at\": \"2024-03-03T22:17:00\"\n        },\n        {\n            \"id\": 6,\n            \"active\": true,\n            \"name\": \"Testar Grátis 7 dias\",\n            \"default\": false,\n            \"repeatable\": false,\n            \"order\": 1,\n            \"weekdays\": \"\",\n            \"schedule_range\": \"\",\n            \"allow_share\": false,\n            \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-6-64918946-d9c5-11ee-8079-02001702ead8\",\n            \"allow_send_to_converted_contacts\": true,\n            \"on_added_move_kanban_status_id\": null,\n            \"on_end_repeat\": false,\n            \"on_end_repeat_after_minutes\": null,\n            \"created_at\": \"2024-03-03T22:20:31\",\n            \"updated_at\": \"2024-03-03T22:20:31\"\n        },\n        {\n            \"id\": 7,\n            \"active\": true,\n            \"name\": \"teste\",\n            \"default\": false,\n            \"repeatable\": false,\n            \"order\": 1,\n            \"weekdays\": \"\",\n            \"schedule_range\": \"\",\n            \"allow_share\": false,\n            \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-7-c02bb519-004c-11ef-b776-02001703a75d\",\n            \"allow_send_to_converted_contacts\": false,\n            \"on_added_move_kanban_status_id\": null,\n            \"on_end_repeat\": false,\n            \"on_end_repeat_after_minutes\": null,\n            \"created_at\": \"2024-04-21T23:05:11\",\n            \"updated_at\": \"2024-10-29T22:48:15\"\n        },\n        {\n            \"id\": 8,\n            \"active\": true,\n            \"name\": \"Comprar Seguidor Para Rede Social\",\n            \"default\": false,\n            \"repeatable\": true,\n            \"order\": 1,\n            \"weekdays\": \"\",\n            \"schedule_range\": \"\",\n            \"allow_share\": false,\n            \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-8-9a2abda8-1332-11ef-b776-02001703a75d\",\n            \"allow_send_to_converted_contacts\": true,\n            \"on_added_move_kanban_status_id\": null,\n            \"on_end_repeat\": false,\n            \"on_end_repeat_after_minutes\": null,\n            \"created_at\": \"2024-05-16T00:15:52\",\n            \"updated_at\": \"2024-05-16T00:15:52\"\n        },\n        {\n            \"id\": 9,\n            \"active\": true,\n            \"name\": \"Automatizado grupo Suporte\",\n            \"default\": false,\n            \"repeatable\": true,\n            \"order\": 1,\n            \"weekdays\": \"\",\n            \"schedule_range\": \"\",\n            \"allow_share\": false,\n            \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-9-87fe7e7a-92f7-11ef-a826-02001703a75d\",\n            \"allow_send_to_converted_contacts\": false,\n            \"on_added_move_kanban_status_id\": null,\n            \"on_end_repeat\": true,\n            \"on_end_repeat_after_minutes\": 4320,\n            \"created_at\": \"2024-10-25T14:35:30\",\n            \"updated_at\": \"2024-10-27T21:47:37\"\n        },\n        {\n            \"id\": 11,\n            \"active\": true,\n            \"name\": \"Validar e-mail\",\n            \"default\": false,\n            \"repeatable\": true,\n            \"order\": 1,\n            \"weekdays\": \"\",\n            \"schedule_range\": \"\",\n            \"allow_share\": false,\n            \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-11-cf979e8e-9c3d-11ef-a826-02001703a75d\",\n            \"allow_send_to_converted_contacts\": true,\n            \"on_added_move_kanban_status_id\": null,\n            \"on_end_repeat\": false,\n            \"on_end_repeat_after_minutes\": null,\n            \"created_at\": \"2024-11-06T09:51:16\",\n            \"updated_at\": \"2024-11-06T09:51:16\"\n        },\n        {\n            \"id\": 12,\n            \"active\": false,\n            \"name\": \"Nome teste\",\n            \"default\": false,\n            \"repeatable\": false,\n            \"order\": 1,\n            \"weekdays\": \"\",\n            \"schedule_range\": \"\",\n            \"allow_share\": false,\n            \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-12-238a0efa-accf-11ef-b6d6-02001703a75d\",\n            \"allow_send_to_converted_contacts\": false,\n            \"on_added_move_kanban_status_id\": null,\n            \"on_end_repeat\": false,\n            \"on_end_repeat_after_minutes\": null,\n            \"created_at\": \"2024-11-27T11:51:52\",\n            \"updated_at\": \"2024-11-27T11:51:52\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://wappbot.pro/api/v1/funnels?page=1\",\n        \"last\": \"https://wappbot.pro/api/v1/funnels?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"« Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/funnels?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next \\\"\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://wappbot.pro/api/v1/funnels\",\n        \"per_page\": 20,\n        \"to\": 11,\n        \"total\": 11\n    }\n}"},{"id":"31cc6fef-ee31-4456-b34b-77fad6792c1e","name":"Não Autorizado","originalRequest":{"method":"GET","header":[],"url":"https://wappbot.pro/api/v1/funnels"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 27 Nov 2024 14:21:51 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=s8HXwA0Ai41MdfhqXhNK74%2BeeeZzd8IABUGCVBO2jax%2BcoY6qh4RrNhmF4tfXtTbtMoJTASFGiLL87u30oG7p1ew72vP4OFaQod1JBDJGyjJ0AR0C2QDlnxz3X%2FOOQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e92c459f96182b7-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1438&min_rtt=1313&rtt_var=581&sent=4&recv=5&lost=0&retrans=0&sent_bytes=2827&recv_bytes=734&delivery_rate=2205635&cwnd=248&unsent_bytes=0&cid=2093a08406a75794&ts=463&x=0\""}],"cookie":[],"responseTime":null,"body":"Unauthorized."}],"_postman_id":"b4ecf1e6-ddb3-41c9-aa88-acbf4e3ba6b6"},{"name":"Recuperar um Funil","event":[{"listen":"test","script":{"id":"346a3e98-3b3f-4cf1-9658-cb617f4be5d5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bff9e4ce-02c8-4c07-9fc0-747626c7ad05","request":{"method":"GET","header":[],"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}","description":"<p>Recupera os detalhes de um funil.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["funnels","{{funnelId}}"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d6c267ab-8fe0-4b0e-93a8-dab1201a771b","name":"Resposta de Sucesso","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 3|iQLfln0K8Tbh2IJkCMzaoCIWT1zw0BLiVb1SagcI2188ca8d","type":"text"}],"url":"https://wappbot.pro/api/v1/funnels/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 14:23:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=rxbTYnMKDhQa9pLMGpVlQE%2FJ%2FWcL9uxBADgfgyMIahQ08AHvYkSNPGJdC3pA4qBZYFO6VenJAR2VsA2aUPLF42lUQ9Q4nPpLQagziq3HIb10su7%2BTJiwZDqFd%2BCL8Q%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e92c755ece5391c-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2425&min_rtt=2360&rtt_var=932&sent=4&recv=5&lost=0&retrans=0&sent_bytes=2826&recv_bytes=788&delivery_rate=1227118&cwnd=243&unsent_bytes=0&cid=f4fd8f12ba195951&ts=494&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"active\": true,\n        \"name\": \"Padrão\",\n        \"default\": true,\n        \"repeatable\": true,\n        \"order\": 1,\n        \"weekdays\": \"0,1,2,3,4,5,6\",\n        \"schedule_range\": \"00:00-23:59\",\n        \"allow_share\": false,\n        \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-1-2c6e6eec-d9c3-11ee-8079-02001702ead8\",\n        \"allow_send_to_converted_contacts\": true,\n        \"on_added_move_kanban_status_id\": null,\n        \"on_end_repeat\": false,\n        \"on_end_repeat_after_minutes\": null,\n        \"created_at\": \"2024-03-03T22:04:38\",\n        \"updated_at\": \"2024-04-18T20:25:16\"\n    }\n}"},{"id":"2e7bb9a4-bd96-4b6d-b86f-2fb643466e17","name":"Não autorizado","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authentication}}2","type":"text"}],"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 27 Nov 2024 14:24:11 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=n6jrgIOHZiFVMI8lIVcZR3XWL%2BvbEj9yphI41sipb%2FMMA3oLw%2BChkRsLKVkCBDeYy%2B1MeraLkCiSbkadX%2Ba%2FaLIjk5HWMa6%2B1F%2Bk1uc0nKY1SGMGmDxofOeq1aQXNw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e92c7c76feed6cd-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1971&min_rtt=1782&rtt_var=804&sent=4&recv=5&lost=0&retrans=0&sent_bytes=2828&recv_bytes=789&delivery_rate=1625140&cwnd=251&unsent_bytes=0&cid=3a124b4cfb3290ad&ts=451&x=0\""}],"cookie":[],"responseTime":null,"body":"Unauthorized."},{"id":"062576e9-75c1-4f44-8de0-aaa0ebac4580","name":"Não encontrado","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authentication}}","type":"text"}],"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}2"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 14:24:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=IoLYIhUidlBYX5Rn%2FdxsSxTDOJk8fFUyJoJKWh9mxwnL2jXmYFc5CpFIQv7dKO7krF9g94YBMCc11apzUn3lSkFzjdAOPs%2FPZLoPPGb5fucZlniJuXA46dS5D1cl4Q%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e92c83daf60d6cd-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2065&min_rtt=1782&rtt_var=790&sent=7&recv=7&lost=0&retrans=0&sent_bytes=4221&recv_bytes=1125&delivery_rate=1625140&cwnd=253&unsent_bytes=0&cid=3a124b4cfb3290ad&ts=19136&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource 12 not found\"\n}"}],"_postman_id":"bff9e4ce-02c8-4c07-9fc0-747626c7ad05"},{"name":"Cadastrar Funil","event":[{"listen":"test","script":{"id":"bc33af8a-60c7-47ea-bf73-a43213a9bead","exec":[""],"type":"text/javascript","packages":{}}}],"id":"49870987-9e93-434f-9bd7-c093a7d336ed","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"active\": true,\n    \"name\": \"Nome teste\",\n    \"funnel_group_id\": null,\n    \"default\": false,\n    \"repeatable\": false,\n    \"order\": 1,\n    \"weekdays\": \"1,2,3,6\",\n    \"schedule_range\": \"06:00-08:00\",\n    \"allow_share\": false,\n    \"allow_send_to_converted_contacts\": false,\n    \"on_added_move_kanban_status_id\": null,\n    \"on_end_repeat\": false,\n    \"on_end_repeat_after_minutes\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://wappbot.pro/api/v1/funnels","description":"<p>Cadastra um funil na Wappbot.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["funnels"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"913ffd3e-243b-492c-bfcf-fdda6242471e","name":"Funil Padrão","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"active\": true,\n\t\"name\": \"Nome teste\",\n\t\"funnel_group_id\": null,\n\t\"default\": true,\n\t\"repeatable\": false,\n\t\"order\": 1,\n\t\"weekdays\": \"1,2,3,6\",\n\t\"schedule_range\": \"06:00-08:00\",\n\t\"allow_share\": false,\n\t\"allow_send_to_converted_contacts\": false,\n\t\"on_added_move_kanban_status_id\": null,\n\t\"on_end_repeat\": false,\n\t\"on_end_repeat_after_minutes\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://wappbot.pro/api/v1/funnels"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"active\": true,\n    \"name\": \"Padrão\",\n    \"default\": true,\n    \"repeatable\": true,\n    \"order\": 1,\n    \"weekdays\": \"0,1,2,3,4,5,6\",\n    \"schedule_range\": \"00:00-23:59\",\n    \"allow_share\": false,\n    \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-1-2c6e6eec-d9c3-11ee-8079-02001702ead8\",\n    \"allow_send_to_converted_contacts\": true,\n    \"on_added_move_kanban_status_id\": null,\n    \"on_end_repeat\": false,\n    \"on_end_repeat_after_minutes\": null,\n    \"created_at\": \"2024-03-03T22:04:38\",\n    \"updated_at\": \"2024-04-18T20:25:16\"\n}"},{"id":"692e288f-57ad-4504-af37-a6ea861ec652","name":"Funil Normal","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"active\": false,\n\t\"name\": \"Nome teste\",\n\t\"funnel_group_id\": null,\n\t\"default\": false,\n\t\"repeatable\": false,\n\t\"order\": 1,\n\t\"weekdays\": \"\",\n\t\"schedule_range\": \"\",\n\t\"allow_share\": false,\n\t\"allow_send_to_converted_contacts\": false,\n\t\"on_added_move_kanban_status_id\": null,\n\t\"on_end_repeat\": false,\n\t\"on_end_repeat_after_minutes\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://wappbot.pro/api/v1/funnels"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 14:51:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=1OshmRGccE8WDPGij5COPe70RVkSnOmo4ZTJx3wxoJDyBK4ElBXQ4EvLNg1mLqbGI29w09QYNXCRAptfntVkhDG0ioU%2B9KpCbhIetsoM6gYsyhMy2yNoeac0xVf%2BNg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e92f053795c0660-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1745&min_rtt=1594&rtt_var=706&sent=4&recv=5&lost=0&retrans=0&sent_bytes=2827&recv_bytes=1254&delivery_rate=1816813&cwnd=220&unsent_bytes=0&cid=be39eec65e39f48e&ts=484&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 12,\n        \"active\": false,\n        \"name\": \"Nome teste\",\n        \"default\": false,\n        \"repeatable\": false,\n        \"order\": 1,\n        \"weekdays\": \"\",\n        \"schedule_range\": \"\",\n        \"allow_share\": false,\n        \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-12-238a0efa-accf-11ef-b6d6-02001703a75d\",\n        \"allow_send_to_converted_contacts\": false,\n        \"on_added_move_kanban_status_id\": null,\n        \"on_end_repeat\": false,\n        \"on_end_repeat_after_minutes\": null,\n        \"created_at\": \"2024-11-27T11:51:52\",\n        \"updated_at\": \"2024-11-27T11:51:52\"\n    },\n    \"success\": true,\n    \"message\": \"Registration Completed Successfully\"\n}"},{"id":"e800a24a-2ba0-4313-afc6-1b700b600d01","name":"Já existe Funil padrão cadastrado","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"active\": true,\n\t\"name\": \"Nome teste\",\n\t\"funnel_group_id\": null,\n\t\"default\": true,\n\t\"repeatable\": false,\n\t\"order\": 1,\n\t\"weekdays\": \"1,2,3,6\",\n\t\"schedule_range\": \"06:00-08:00\",\n\t\"allow_share\": false,\n\t\"allow_send_to_converted_contacts\": false,\n\t\"on_added_move_kanban_status_id\": 1,\n\t\"on_end_repeat\": false,\n\t\"on_end_repeat_after_minutes\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://wappbot.pro/api/v1/funnels"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 14:52:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=bks2EuIOTzqJxM7RzqQSfhFkS4VMlxlF%2FWEIxJg%2B9d0Ky04qWks9aGqWpfJyt9zHy962mHVuJxcHTe%2F04%2FdAcECMgTlaQn2iwdXHKcJX3U0vt6e4A4Ovob4pEHszVg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e92f1c22f6039ac-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2472&min_rtt=2262&rtt_var=998&sent=4&recv=5&lost=0&retrans=0&sent_bytes=2827&recv_bytes=1267&delivery_rate=1280282&cwnd=251&unsent_bytes=0&cid=7dcdee587fbe5226&ts=470&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Validation errors\",\n    \"data\": {\n        \"default\": [\n            \"A default funnel already exists. Only one default funnel is allowed.\"\n        ]\n    }\n}"}],"_postman_id":"49870987-9e93-434f-9bd7-c093a7d336ed"},{"name":"Atualizar um Funil","event":[{"listen":"test","script":{"id":"ec9839cb-de51-4699-b255-4301f4eede96","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1a59575d-ccc0-47b6-8863-746c850f2dd3","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"active\": true,\n\t\"name\": \"Nome teste editei\",\n\t\"funnel_group_id\": null,\n\t\"default\": false,\n\t\"repeatable\": true,\n\t\"order\": 1,\n\t\"weekdays\": \"\",\n\t\"schedule_range\": \"\",\n\t\"allow_share\": true,\n\t\"allow_send_to_converted_contacts\": false,\n\t\"on_added_move_kanban_status_id\": null,\n\t\"on_end_repeat\": true,\n\t\"on_end_repeat_after_minutes\": 92\n}"},"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}","description":"<p>Atualiza um funil na Wappbot</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["funnels","{{funnelId}}"],"host":["https://wappbot.pro/api/v1"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"5f812e53-0ac4-4d72-bf1d-bc7d2b3cbc91","name":"Resposta de sucesso","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"active\": true,\n\t\"name\": \"Nome teste editei\",\n\t\"funnel_group_id\": null,\n\t\"default\": false,\n\t\"repeatable\": true,\n\t\"order\": 1,\n\t\"weekdays\": \"\",\n\t\"schedule_range\": \"\",\n\t\"allow_share\": true,\n\t\"allow_send_to_converted_contacts\": false,\n\t\"on_added_move_kanban_status_id\": null,\n\t\"on_end_repeat\": true,\n\t\"on_end_repeat_after_minutes\": 92\n}"},"url":{"raw":"https://wappbot.pro/api/v1/funnels/{{funnelId}}","host":["https://wappbot.pro/api/v1"],"path":["funnels","{{funnelId}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 17:51:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=LHHkByuX7WbOzsk55yZKrAGWDI7972HWsL9%2F%2BxK0xbSN3ZWBZMLzeP%2F9OjxXHlGXYothFOL22W%2FM1NwECNbEZHBS7phvxf45Wpp%2BIVWY1qxVrBiRjcs8nO5v%2F48mag%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e93f6c16fd75aff-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2113&min_rtt=1897&rtt_var=865&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1432&delivery_rate=763310&cwnd=248&unsent_bytes=0&cid=0e4935e731c10d4b&ts=832&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 12,\n        \"active\": true,\n        \"name\": \"Nome teste editei\",\n        \"default\": false,\n        \"repeatable\": true,\n        \"order\": 1,\n        \"weekdays\": \"\",\n        \"schedule_range\": \"\",\n        \"allow_share\": true,\n        \"share_url\": \"https://wappbot.pro/admin/share/funnel/1-12-238a0efa-accf-11ef-b6d6-02001703a75d\",\n        \"allow_send_to_converted_contacts\": false,\n        \"on_added_move_kanban_status_id\": null,\n        \"on_end_repeat\": true,\n        \"on_end_repeat_after_minutes\": 92,\n        \"created_at\": \"2024-11-27T11:51:52\",\n        \"updated_at\": \"2024-11-27T14:51:01\"\n    },\n    \"success\": true,\n    \"message\": \"Registration Updated Successfully\"\n}"},{"id":"70caf585-7cc5-48b3-862d-4fa1e15c5ebc","name":"Erro de validação dos campos","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"active\": true,\n\t\"name\": \"Nome teste editei\",\n\t\"funnel_group_id\": null,\n\t\"default\": false,\n\t\"repeatable\": true,\n\t\"order\": 1,\n\t\"weekdays\": \"1,2,3,6\",\n\t\"schedule_range\": \"06:00-08:00\",\n\t\"allow_share\": true,\n\t\"allow_send_to_converted_contacts\": false,\n\t\"on_added_move_kanban_status_id\": 1,\n\t\"on_end_repeat\": true,\n\t\"on_end_repeat_after_minutes\": 92\n}"},"url":{"raw":"https://wappbot.pro/api/v1/funnels/{{funnelId}}","host":["https://wappbot.pro/api/v1"],"path":["funnels","{{funnelId}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 17:46:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=nFXFK2hoDgMhFD82c0yFfPrIlmtz0z%2FusJNzWhwtjTGECPZEpwzSieh2w%2Fg%2Bs9A3U%2BVczRGgfSwlQub%2BZlo1tzp2cVV%2FTwVQt4zeXOzhi3ZqPHvAmf7UmKeBF1C2kA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e93f092cc439c72-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2097&min_rtt=1870&rtt_var=863&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1447&delivery_rate=774331&cwnd=247&unsent_bytes=0&cid=6da1d79bc7811a0c&ts=493&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Validation errors\",\n    \"data\": {\n        \"on_added_move_kanban_status_id\": [\n            \"The selected on added move kanban status id field is invalid.\"\n        ]\n    }\n}"},{"id":"175f790a-56b6-479f-9e0b-0d66ab39e977","name":"Não encontrado","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"active\": true,\n\t\"name\": \"Nome teste editei\",\n\t\"funnel_group_id\": null,\n\t\"default\": false,\n\t\"repeatable\": true,\n\t\"order\": 1,\n\t\"weekdays\": \"1,2,3,6\",\n\t\"schedule_range\": \"06:00-08:00\",\n\t\"allow_share\": true,\n\t\"allow_send_to_converted_contacts\": false,\n\t\"on_added_move_kanban_status_id\": null,\n\t\"on_end_repeat\": true,\n\t\"on_end_repeat_after_minutes\": 92\n}"},"url":{"raw":"https://wappbot.pro/api/v1/funnels/{{funnelId}}","host":["https://wappbot.pro/api/v1"],"path":["funnels","{{funnelId}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 17:47:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=U%2FCzNDx7VIIBX8bqTHdrmIUx3Eb1sv%2FvsOb%2FNZUMnb1z2KEvdU9b2GTT3NCQsih3KtUpdPiUHpu2DXAD9v6IlDHlEhPPN4dGjZfTLw7%2Bg9oRn2MASiaE9O0bTTyIIg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e93f15e08e8e5c1-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1758&min_rtt=1667&rtt_var=690&sent=4&recv=5&lost=0&retrans=0&sent_bytes=2826&recv_bytes=1195&delivery_rate=1737252&cwnd=239&unsent_bytes=0&cid=c52c59cfa50e1497&ts=458&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource  not found\"\n}"},{"id":"a7ce000a-9c3e-46c8-8a33-70395268d2bb","name":"Não autorizado","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"active\": true,\n\t\"name\": \"Nome teste editei\",\n\t\"funnel_group_id\": null,\n\t\"default\": false,\n\t\"repeatable\": true,\n\t\"order\": 1,\n\t\"weekdays\": \"\",\n\t\"schedule_range\": \"\",\n\t\"allow_share\": true,\n\t\"allow_send_to_converted_contacts\": false,\n\t\"on_added_move_kanban_status_id\": null,\n\t\"on_end_repeat\": true,\n\t\"on_end_repeat_after_minutes\": 92\n}"},"url":{"raw":"https://wappbot.pro/api/v1/funnels/{{funnelId}}","host":["https://wappbot.pro/api/v1"],"path":["funnels","{{funnelId}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 27 Nov 2024 17:50:42 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=imALWhlvMT9H7KozfTIreSjbCn0O3P8R7iFAw0y8XuwC8G5UQEpQrZufxLHKqjhO%2BRVz9FB5fQT2wVYS1Ebv0hq9mklEDuIyZyCC5gujbt8vtOShP%2FUxz%2B0tNB37EQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e93f64a9aad07cf-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1856&min_rtt=1630&rtt_var=773&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1433&delivery_rate=888343&cwnd=239&unsent_bytes=0&cid=2ec681e4423c7452&ts=450&x=0\""}],"cookie":[],"responseTime":null,"body":"Unauthorized."}],"_postman_id":"1a59575d-ccc0-47b6-8863-746c850f2dd3"},{"name":"Excluir um funil","event":[{"listen":"test","script":{"id":"3fbb5dbe-1e2a-45ae-8e4e-914b55f498f7","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0bcfe72f-9a64-483f-8824-09a713562fae","request":{"method":"DELETE","header":[],"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}","description":"<p>Exclui um funil na Wappbot.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["funnels","{{funnelId}}"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"8de2c7c7-2f02-44bb-b576-e8c5dc35aa48","name":"Resposta de sucesso","originalRequest":{"method":"DELETE","header":[],"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 27 Nov 2024 17:56:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=0GW%2BM1BzKcahCkyyjd7ParBkuLvWJtrXC0rpkys7Ha4IKUGTWVQkw0Lra59JNknwvtOMNUJi19hpyEZ4I8txLrnxIz2Os5Cj2o7i2qUGkKNlQzBKyYQXFK9D%2F%2BlUQg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e93fe9d0dc557ac-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1615&min_rtt=1385&rtt_var=683&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1047&delivery_rate=1045487&cwnd=238&unsent_bytes=0&cid=edd57c52766b2b97&ts=503&x=0\""}],"cookie":[],"responseTime":null,"body":null},{"id":"621701a7-9307-474b-9066-f43430ae827c","name":"Não encontrado","originalRequest":{"method":"DELETE","header":[],"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 17:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=4bb9aFP6hkDhl%2FdUMSZk1fzDEGQmxM%2FirB6%2FFzg26whbEaLqdeJxhJw%2Bk%2F2QChNFavmn85L3QFyLjYopUtwH6Xn3aoywCFA%2BNZxE7aXBMfQz56Zq0fjyz3bvO1Zk9A%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e93ff5ade3e57ac-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=6689&min_rtt=1385&rtt_var=10660&sent=5&recv=7&lost=0&retrans=0&sent_bytes=1582&recv_bytes=1386&delivery_rate=1045487&cwnd=239&unsent_bytes=0&cid=edd57c52766b2b97&ts=30593&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource 12 not found\"\n}"},{"id":"ae058ef5-ba5e-4181-a974-4240aee3c507","name":"Não autorizado","originalRequest":{"method":"DELETE","header":[],"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 27 Nov 2024 17:57:09 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=bqZGB8f8FuP0pRrmfs4I5YvJahGngJV90%2FoiTjqZMIojYXoH4EhJ1OOkqS8Yz5NyJ6kmg7Gnu%2BndE%2FadjCrzd0H3Fi5CohcLfXl0vzSbwNP9N4Z65DiCWVq2S3GyMQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e93ffbdfd8af272-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2903&min_rtt=2726&rtt_var=1149&sent=4&recv=5&lost=0&retrans=0&sent_bytes=2828&recv_bytes=718&delivery_rate=1062362&cwnd=252&unsent_bytes=0&cid=bfec33b41363099b&ts=417&x=0\""}],"cookie":[],"responseTime":null,"body":"Unauthorized."}],"_postman_id":"0bcfe72f-9a64-483f-8824-09a713562fae"}],"id":"f305fb94-a3ca-4de1-b5c7-85e4644c512a","description":"<p>Possibilita listar,cadastrar, editar e excluir os funis e suas mensagens na Wappbot.</p>\n<p>Caso sentir a necessidade de incluir algum novo campo na API, envie uma solicitação para: <a href=\"https://mailto:api@wappbot.pro\">api@wappbot.pro</a></p>\n","_postman_id":"f305fb94-a3ca-4de1-b5c7-85e4644c512a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}}},{"name":"Mensagens do Funil","item":[{"name":"Listar Mensagens","id":"c05769f1-be26-4834-a928-7df1a418fc4c","request":{"method":"GET","header":[],"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}/messages","description":"<p>Recupera uma lista de todos os funis cadastrados na sua conta.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["funnels","{{funnelId}}","messages"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f388be44-ea30-46b4-bcd1-ead990cc432e","name":"Resposta de sucesso","originalRequest":{"method":"GET","header":[],"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}/messages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:15:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=Ai9rEuAmE0BMrNAhU78AdJH7c63IsM75rAFk9PSOjeTfDOgluG3Tcp0VT3OkaQuRlSaIoJWvClbf%2BUpOFFGkoZj11WR%2B%2Fd5cOTH7zxXB6vLJjtI37OtEVKTRl3duKQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e941aca3a61c94c-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=3070&min_rtt=2854&rtt_var=1224&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1053&delivery_rate=507358&cwnd=250&unsent_bytes=0&cid=6da7057a88943fc4&ts=595&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 78,\n            \"funnel_id\": 13,\n            \"order\": 109,\n            \"name\": \"Texto teste\",\n            \"type\": \"photo\",\n            \"text\": \"legenda aqui\",\n            \"typing_duration\": 0,\n            \"audio\": null,\n            \"video\": null,\n            \"image\": \"https://grihvy7kbcoq.compat.objectstorage.sa-saopaulo-1.oraclecloud.com/wappbot/1/images/6ab752609cee3dcf193a6c8aaa7c7ed3.png\",\n            \"document\": null,\n            \"vcard\": null,\n            \"days_after_last_message\": 0,\n            \"hours_after_last_message\": 0,\n            \"minutes_after_last_message\": 0,\n            \"seconds_after_last_message\": 0,\n            \"audio_time\": 0,\n            \"send_recording\": false,\n            \"menu_itens\": null,\n            \"only_continue_if\": 0,\n            \"allow_send_off_funnel_time\": true,\n            \"send_link_preview\": true,\n            \"created_at\": \"2024-11-27T15:10:19\",\n            \"updated_at\": \"2024-11-27T15:10:19\"\n        },\n        {\n            \"id\": 77,\n            \"funnel_id\": 13,\n            \"order\": 118,\n            \"name\": \"Texto teste\",\n            \"type\": \"vcard\",\n            \"text\": \"vcardzão\",\n            \"typing_duration\": 0,\n            \"audio\": null,\n            \"video\": null,\n            \"image\": null,\n            \"document\": null,\n            \"vcard\": \"5548996338116\",\n            \"days_after_last_message\": 0,\n            \"hours_after_last_message\": 0,\n            \"minutes_after_last_message\": 0,\n            \"seconds_after_last_message\": 0,\n            \"audio_time\": 0,\n            \"send_recording\": false,\n            \"menu_itens\": null,\n            \"only_continue_if\": 0,\n            \"allow_send_off_funnel_time\": true,\n            \"send_link_preview\": true,\n            \"created_at\": \"2024-11-27T15:09:37\",\n            \"updated_at\": \"2024-11-27T15:09:37\"\n        },\n        {\n            \"id\": 76,\n            \"funnel_id\": 13,\n            \"order\": 201,\n            \"name\": \"Menu teste\",\n            \"type\": \"menu\",\n            \"text\": \"Opa, tudo bom? Bem vindo ao canal de atendimento do Wappbot.\\r\\nPor favor, selecione uma opção do que você deseja e informe o número fechou?\",\n            \"typing_duration\": 0,\n            \"audio\": null,\n            \"video\": null,\n            \"image\": null,\n            \"document\": null,\n            \"vcard\": \"(55\",\n            \"days_after_last_message\": 0,\n            \"hours_after_last_message\": 0,\n            \"minutes_after_last_message\": 0,\n            \"seconds_after_last_message\": 0,\n            \"audio_time\": 0,\n            \"send_recording\": false,\n            \"menu_itens\": [\n                {\n                    \"code\": 1,\n                    \"name\": \"Quero conhecer melhor\",\n                    \"funnel_id\": 2\n                },\n                {\n                    \"code\": 2,\n                    \"name\": \"Quero falar com alguém\",\n                    \"funnel_id\": 3\n                },\n                {\n                    \"code\": 3,\n                    \"name\": \"Quero conhecer os planos\",\n                    \"funnel_id\": 4\n                },\n                {\n                    \"code\": 4,\n                    \"name\": \"Conhecer programa de afiliados\",\n                    \"funnel_id\": 5\n                },\n                {\n                    \"code\": 5,\n                    \"name\": \"Testar Grátis por 7 dias\",\n                    \"funnel_id\": 6\n                },\n                {\n                    \"code\": 6,\n                    \"name\": \"Comprar Seguidores/Curtidas para Rede Social\",\n                    \"funnel_id\": 8\n                }\n            ],\n            \"only_continue_if\": 0,\n            \"allow_send_off_funnel_time\": true,\n            \"send_link_preview\": true,\n            \"created_at\": \"2024-11-27T15:08:58\",\n            \"updated_at\": \"2024-11-27T15:08:58\"\n        },\n        {\n            \"id\": 75,\n            \"funnel_id\": 13,\n            \"order\": 130,\n            \"name\": \"Texto teste\",\n            \"type\": \"text\",\n            \"text\": \"Opa, tudo bom? Bem vindo ao canal de atendimento do Wappbot.\\r\\nPor favor, selecione uma opção do que você deseja e informe o número fechou?\",\n            \"typing_duration\": 10,\n            \"audio\": null,\n            \"video\": null,\n            \"image\": null,\n            \"document\": null,\n            \"vcard\": null,\n            \"days_after_last_message\": 90,\n            \"hours_after_last_message\": 90,\n            \"minutes_after_last_message\": 90,\n            \"seconds_after_last_message\": 90,\n            \"audio_time\": 0,\n            \"send_recording\": false,\n            \"menu_itens\": null,\n            \"only_continue_if\": 0,\n            \"allow_send_off_funnel_time\": false,\n            \"send_link_preview\": false,\n            \"created_at\": \"2024-11-27T15:08:03\",\n            \"updated_at\": \"2024-11-27T15:08:03\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://wappbot.pro/api/v1/funnels/13/messages?page=1\",\n        \"last\": \"https://wappbot.pro/api/v1/funnels/13/messages?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"« Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/funnels/13/messages?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next \\\"\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://wappbot.pro/api/v1/funnels/13/messages\",\n        \"per_page\": 20,\n        \"to\": 4,\n        \"total\": 4\n    }\n}"}],"_postman_id":"c05769f1-be26-4834-a928-7df1a418fc4c"},{"name":"Recuperar uma mensagem","event":[{"listen":"test","script":{"id":"346a3e98-3b3f-4cf1-9658-cb617f4be5d5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"99a0e399-e50e-4e01-a01d-5037ac5fc759","request":{"method":"GET","header":[],"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}/messages/{{funnelMessageId}}","description":"<p>Recupera os detalhes de um funil.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["funnels","{{funnelId}}","messages","{{funnelMessageId}}"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"64487c39-873d-4c35-aa30-dfff64183910","name":"Resposta de sucesso","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authentication}}","type":"text","disabled":true}],"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}/messages/{{funnelMessageId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:16:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=tAQBxw5lXmGu%2B414x2fRj1b9FU4cSAlqomR4DiWsg9xh3qk8qDMc5h8yTsbvZb0y%2FfX1PC7qPK%2FpIikSH99JYGza7u2LCStU%2BZYxX4UxJMqtSSw0FbgssPguPbvrtQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e941c812aca3922-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2950&min_rtt=2854&rtt_var=1139&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1056&delivery_rate=507358&cwnd=244&unsent_bytes=0&cid=cc41d95591eb1521&ts=463&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 78,\n        \"funnel_id\": 13,\n        \"order\": 109,\n        \"name\": \"Texto teste\",\n        \"type\": \"photo\",\n        \"text\": \"legenda aqui\",\n        \"typing_duration\": 0,\n        \"audio\": null,\n        \"video\": null,\n        \"image\": \"https://grihvy7kbcoq.compat.objectstorage.sa-saopaulo-1.oraclecloud.com/wappbot/1/images/6ab752609cee3dcf193a6c8aaa7c7ed3.png\",\n        \"document\": null,\n        \"vcard\": null,\n        \"days_after_last_message\": 0,\n        \"hours_after_last_message\": 0,\n        \"minutes_after_last_message\": 0,\n        \"seconds_after_last_message\": 0,\n        \"audio_time\": 0,\n        \"send_recording\": false,\n        \"menu_itens\": null,\n        \"only_continue_if\": 0,\n        \"allow_send_off_funnel_time\": true,\n        \"send_link_preview\": true,\n        \"created_at\": \"2024-11-27T15:10:19\",\n        \"updated_at\": \"2024-11-27T15:10:19\"\n    }\n}"}],"_postman_id":"99a0e399-e50e-4e01-a01d-5037ac5fc759"},{"name":"Cadastrar uma mensagem","event":[{"listen":"test","script":{"id":"bc33af8a-60c7-47ea-bf73-a43213a9bead","exec":[""],"type":"text/javascript","packages":{}}}],"id":"24acaca9-5efa-4ef2-b0cf-ca5c780b9f5e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"order\": 109,\n\t\"name\": \"Texto teste\",\n\t\"type\": \"photo\",\n\t\"text\": \"legenda aqui\",\n\t\"typing_duration\": 0,\n\t\"audio\": null,\n\t\"video\": null,\n\t\"image\": \"data:image/png;base64,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\",\n\t\"document\": null,\n\t\"vcard\": \"\",\n\t\"days_after_last_message\": 0,\n\t\"hours_after_last_message\": 0,\n\t\"minutes_after_last_message\": 0,\n\t\"seconds_after_last_message\": 0,\n\t\"calculated_time\": 0,\n\t\"send_recording\": false,\n\t\"menu_itens\": null,\n\t\"only_continue_if\": 0,\n\t\"allow_send_off_funnel_time\": true,\n\t\"send_link_preview\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}/messages","description":"<p>Cadastra um funil na Wappbot.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["funnels","{{funnelId}}","messages"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"cb2f44a5-b09f-474a-96b9-b1779a224274","name":"Mensagem de Texto normal","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"order\": 130,\n\t\"name\": \"Texto teste\",\n\t\"type\": \"text\",\n\t\"text\": \"Opa, tudo bom? Bem vindo ao canal de atendimento do Wappbot.\\r\\nPor favor, selecione uma opção do que você deseja e informe o número fechou?\",\n\t\"typing_duration\": 10,\n\t\"audio\": null,\n\t\"video\": null,\n\t\"image\": null,\n\t\"document\": null,\n\t\"vcard\": \"\",\n\t\"days_after_last_message\": 90,\n\t\"hours_after_last_message\": 90,\n\t\"minutes_after_last_message\": 90,\n\t\"seconds_after_last_message\": 90,\n\t\"send_recording\": true,\n\t\"menu_itens\": null,\n\t\"only_continue_if\": 0,\n\t\"allow_send_off_funnel_time\": false,\n\t\"send_link_preview\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}/messages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:08:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=iC0K8%2FGo7AC5yWkPjlO3N%2BEGgk1euNeCFgt7AM0ARuAHZo%2FweP%2Fpq4lJ%2Fprb8rwNjBczEsm1sYjCEw3RGe2E2WnW8eccq07WOvYqgcfS1PhphiFpRMqeNcH11cxiNg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e940fb5acc0f268-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2472&min_rtt=2342&rtt_var=747&sent=6&recv=7&lost=0&retrans=0&sent_bytes=1629&recv_bytes=2690&delivery_rate=1220396&cwnd=253&unsent_bytes=0&cid=1e7dde02392f7f9a&ts=19644&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 75,\n        \"funnel_id\": 13,\n        \"order\": 130,\n        \"name\": \"Texto teste\",\n        \"type\": \"text\",\n        \"text\": \"Opa, tudo bom? Bem vindo ao canal de atendimento do Wappbot.\\r\\nPor favor, selecione uma opção do que você deseja e informe o número fechou?\",\n        \"typing_duration\": 10,\n        \"audio\": null,\n        \"video\": null,\n        \"image\": null,\n        \"document\": null,\n        \"vcard\": null,\n        \"days_after_last_message\": 90,\n        \"hours_after_last_message\": 90,\n        \"minutes_after_last_message\": 90,\n        \"seconds_after_last_message\": 90,\n        \"audio_time\": 0,\n        \"send_recording\": false,\n        \"menu_itens\": null,\n        \"only_continue_if\": 0,\n        \"allow_send_off_funnel_time\": false,\n        \"send_link_preview\": false,\n        \"created_at\": \"2024-11-27T15:08:03\",\n        \"updated_at\": \"2024-11-27T15:08:03\"\n    },\n    \"success\": true,\n    \"message\": \"Registration Completed Successfully\"\n}"},{"id":"7dc66554-74f8-44f9-9705-f3cb5f125a54","name":"Mensagem de menu de opções","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"order\": 201,\n\t\"name\": \"Menu teste\",\n\t\"type\": \"menu\",\n\t\"text\": \"Opa, tudo bom? Bem vindo ao canal de atendimento do Wappbot.\\r\\nPor favor, selecione uma opção do que você deseja e informe o número fechou?\",\n\t\"typing_duration\": 0,\n\t\"audio\": null,\n\t\"video\": null,\n\t\"image\": null,\n\t\"document\": null,\n\t\"vcard\": \"(55\",\n\t\"days_after_last_message\": 0,\n\t\"hours_after_last_message\": 0,\n\t\"minutes_after_last_message\": 0,\n\t\"seconds_after_last_message\": 0,\n\t\"calculated_time\": 0,\n\t\"send_recording\": false,\n\t\"menu_itens\": [\n\t\t{\n\t\t\t\"code\": 1,\n\t\t\t\"name\": \"Quero conhecer melhor\",\n\t\t\t\"funnel_id\": 2\n\t\t},\n\t\t{\n\t\t\t\"code\": 2,\n\t\t\t\"name\": \"Quero falar com alguém\",\n\t\t\t\"funnel_id\": 3\n\t\t},\n\t\t{\n\t\t\t\"code\": 3,\n\t\t\t\"name\": \"Quero conhecer os planos\",\n\t\t\t\"funnel_id\": 4\n\t\t},\n\t\t{\n\t\t\t\"code\": 4,\n\t\t\t\"name\": \"Conhecer programa de afiliados\",\n\t\t\t\"funnel_id\": 5\n\t\t},\n\t\t{\n\t\t\t\"code\": 5,\n\t\t\t\"name\": \"Testar Grátis por 7 dias\",\n\t\t\t\"funnel_id\": 6\n\t\t},\n\t\t{\n\t\t\t\"code\": 6,\n\t\t\t\"name\": \"Comprar Seguidores\\/Curtidas para Rede Social\",\n\t\t\t\"funnel_id\": 8\n\t\t}\n\t],\n\t\"only_continue_if\": 0,\n\t\"allow_send_off_funnel_time\": true,\n\t\"send_link_preview\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}/messages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:08:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=TRs4cjJ7x1PrIAkLJa8KKcbLJmLAksv6fMbKapcz029%2BR%2BhzgtGgpUQ%2BCeq4k%2FDgClcAXDhRdsOaHB4G7Cyz2wLt5MzTJyttJE4qm%2FqSdUcNLugEyc%2Bll%2BvifAVT%2FA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e941108880a5968-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1376&min_rtt=1230&rtt_var=565&sent=3&recv=6&lost=0&retrans=0&sent_bytes=219&recv_bytes=2222&delivery_rate=1177235&cwnd=248&unsent_bytes=0&cid=32a238377ace9b72&ts=485&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 76,\n        \"funnel_id\": 13,\n        \"order\": 201,\n        \"name\": \"Menu teste\",\n        \"type\": \"menu\",\n        \"text\": \"Opa, tudo bom? Bem vindo ao canal de atendimento do Wappbot.\\r\\nPor favor, selecione uma opção do que você deseja e informe o número fechou?\",\n        \"typing_duration\": 0,\n        \"audio\": null,\n        \"video\": null,\n        \"image\": null,\n        \"document\": null,\n        \"vcard\": \"(55\",\n        \"days_after_last_message\": 0,\n        \"hours_after_last_message\": 0,\n        \"minutes_after_last_message\": 0,\n        \"seconds_after_last_message\": 0,\n        \"audio_time\": 0,\n        \"send_recording\": false,\n        \"menu_itens\": [\n            {\n                \"code\": 1,\n                \"name\": \"Quero conhecer melhor\",\n                \"funnel_id\": 2\n            },\n            {\n                \"code\": 2,\n                \"name\": \"Quero falar com alguém\",\n                \"funnel_id\": 3\n            },\n            {\n                \"code\": 3,\n                \"name\": \"Quero conhecer os planos\",\n                \"funnel_id\": 4\n            },\n            {\n                \"code\": 4,\n                \"name\": \"Conhecer programa de afiliados\",\n                \"funnel_id\": 5\n            },\n            {\n                \"code\": 5,\n                \"name\": \"Testar Grátis por 7 dias\",\n                \"funnel_id\": 6\n            },\n            {\n                \"code\": 6,\n                \"name\": \"Comprar Seguidores/Curtidas para Rede Social\",\n                \"funnel_id\": 8\n            }\n        ],\n        \"only_continue_if\": 0,\n        \"allow_send_off_funnel_time\": true,\n        \"send_link_preview\": true,\n        \"created_at\": \"2024-11-27T15:08:58\",\n        \"updated_at\": \"2024-11-27T15:08:58\"\n    },\n    \"success\": true,\n    \"message\": \"Registration Completed Successfully\"\n}"},{"id":"893eac7f-9d3d-414e-98be-75763fc1f9ee","name":"Mensagem de cartão de contato","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"order\": 118,\n\t\"name\": \"Texto teste\",\n\t\"type\": \"vcard\",\n\t\"text\": \"vcardzão\",\n\t\"typing_duration\": 0,\n\t\"audio\": null,\n\t\"video\": null,\n\t\"image\": null,\n\t\"document\": null,\n\t\"vcard\": \"5548996338116\",\n\t\"days_after_last_message\": 0,\n\t\"hours_after_last_message\": 0,\n\t\"minutes_after_last_message\": 0,\n\t\"seconds_after_last_message\": 0,\n\t\"calculated_time\": 0,\n\t\"send_recording\": false,\n\t\"menu_itens\": null,\n\t\"only_continue_if\": 0,\n\t\"allow_send_off_funnel_time\": true,\n\t\"send_link_preview\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}/messages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:09:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=PU7g8Mqzt9RLylEfMLLZPSJJyFO8EmbeJYUPo78ZADqyAB286dyi2%2BkqujDBhVobf9iwy8R44NPYVlbqYa9o0ojOVwj5Umsfc3M9LIx1hsOqIv3HO3V4RTMeNLhIzQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e9411ff0a8bc93f-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1574&min_rtt=1443&rtt_var=635&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1595&delivery_rate=1003465&cwnd=250&unsent_bytes=0&cid=c960c9d25539b67d&ts=467&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 77,\n        \"funnel_id\": 13,\n        \"order\": 118,\n        \"name\": \"Texto teste\",\n        \"type\": \"vcard\",\n        \"text\": \"vcardzão\",\n        \"typing_duration\": 0,\n        \"audio\": null,\n        \"video\": null,\n        \"image\": null,\n        \"document\": null,\n        \"vcard\": \"5548996338116\",\n        \"days_after_last_message\": 0,\n        \"hours_after_last_message\": 0,\n        \"minutes_after_last_message\": 0,\n        \"seconds_after_last_message\": 0,\n        \"audio_time\": 0,\n        \"send_recording\": false,\n        \"menu_itens\": null,\n        \"only_continue_if\": 0,\n        \"allow_send_off_funnel_time\": true,\n        \"send_link_preview\": true,\n        \"created_at\": \"2024-11-27T15:09:37\",\n        \"updated_at\": \"2024-11-27T15:09:37\"\n    },\n    \"success\": true,\n    \"message\": \"Registration Completed Successfully\"\n}"},{"id":"71aa0865-84eb-4d4e-82bb-9cec034e1951","name":"Mensagem de imagem","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"order\": 109,\n\t\"name\": \"Texto teste\",\n\t\"type\": \"photo\",\n\t\"text\": \"legenda aqui\",\n\t\"typing_duration\": 0,\n\t\"audio\": null,\n\t\"video\": null,\n\t\"image\": \"data:image/png;base64,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\",\n\t\"document\": null,\n\t\"vcard\": \"\",\n\t\"days_after_last_message\": 0,\n\t\"hours_after_last_message\": 0,\n\t\"minutes_after_last_message\": 0,\n\t\"seconds_after_last_message\": 0,\n\t\"calculated_time\": 0,\n\t\"send_recording\": false,\n\t\"menu_itens\": null,\n\t\"only_continue_if\": 0,\n\t\"allow_send_off_funnel_time\": true,\n\t\"send_link_preview\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}/messages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:10:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=OW84%2BAhPj61uIGgbObx3dSft2fJnI9X%2F5hO%2Ff8pRfEsjLG1Ed%2BnO7bnO8Tbnbh%2BjUUKNKma07Q1x%2FCDZtzSGpnCdr8W9rNmw2mG0gUNyto%2FtURtvy%2BIn22r8g91QeA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e9413023dd820b2-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2193&min_rtt=2085&rtt_var=859&sent=6&recv=16&lost=0&retrans=0&sent_bytes=219&recv_bytes=15595&delivery_rate=694484&cwnd=238&unsent_bytes=0&cid=2cc0960db3e6ab8d&ts=761&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 78,\n        \"funnel_id\": 13,\n        \"order\": 109,\n        \"name\": \"Texto teste\",\n        \"type\": \"photo\",\n        \"text\": \"legenda aqui\",\n        \"typing_duration\": 0,\n        \"audio\": null,\n        \"video\": null,\n        \"image\": \"https://grihvy7kbcoq.compat.objectstorage.sa-saopaulo-1.oraclecloud.com/wappbot/1/images/6ab752609cee3dcf193a6c8aaa7c7ed3.png\",\n        \"document\": null,\n        \"vcard\": null,\n        \"days_after_last_message\": 0,\n        \"hours_after_last_message\": 0,\n        \"minutes_after_last_message\": 0,\n        \"seconds_after_last_message\": 0,\n        \"audio_time\": 0,\n        \"send_recording\": false,\n        \"menu_itens\": null,\n        \"only_continue_if\": 0,\n        \"allow_send_off_funnel_time\": true,\n        \"send_link_preview\": true,\n        \"created_at\": \"2024-11-27T15:10:19\",\n        \"updated_at\": \"2024-11-27T15:10:19\"\n    },\n    \"success\": true,\n    \"message\": \"Registration Completed Successfully\"\n}"}],"_postman_id":"24acaca9-5efa-4ef2-b0cf-ca5c780b9f5e"},{"name":"Atualizar uma mensagem","event":[{"listen":"test","script":{"id":"ec9839cb-de51-4699-b255-4301f4eede96","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d008ef18-21af-406b-9bd0-3915709f2ecc","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\t\"order\": 139,\n\t\t\"name\": \"Texto teste editei\",\n\t\t\"type\": \"text\",\n\t\t\"text\": \"teste\",\n\t\t\"typing_duration\": 10,\n\t\t\"audio\": null,\n\t\t\"video\": null,\n\t\t\"image\": null,\n\t\t\"document\": null,\n\t\t\"vcard\": null,\n\t\t\"days_after_last_message\": 90,\n\t\t\"hours_after_last_message\": 90,\n\t\t\"minutes_after_last_message\": 90,\n\t\t\"seconds_after_last_message\": 90,\n\t\t\"audio_time\": 0,\n\t\t\"send_recording\": false,\n\t\t\"menu_itens\": null,\n\t\t\"only_continue_if\": 0,\n\t\t\"allow_send_off_funnel_time\": false,\n\t\t\"send_link_preview\": false,\n\t\t\"created_at\": \"2024-11-26T14:13:23\",\n\t\t\"updated_at\": \"2024-11-26T14:13:23\"\n\t}"},"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}/messages/{{funnelMessageId}}","description":"<p>Atualiza um funil na Wappbot</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["funnels","{{funnelId}}","messages","{{funnelMessageId}}"],"host":["https://wappbot.pro/api/v1"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"b2853444-8de6-48dc-891d-6b080b7852c6","name":"Resposta de sucesso","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\t\"order\": 139,\n\t\t\"name\": \"Texto teste editei\",\n\t\t\"type\": \"text\",\n\t\t\"text\": \"teste\",\n\t\t\"typing_duration\": 10,\n\t\t\"audio\": null,\n\t\t\"video\": null,\n\t\t\"image\": null,\n\t\t\"document\": null,\n\t\t\"vcard\": null,\n\t\t\"days_after_last_message\": 90,\n\t\t\"hours_after_last_message\": 90,\n\t\t\"minutes_after_last_message\": 90,\n\t\t\"seconds_after_last_message\": 90,\n\t\t\"audio_time\": 0,\n\t\t\"send_recording\": false,\n\t\t\"menu_itens\": null,\n\t\t\"only_continue_if\": 0,\n\t\t\"allow_send_off_funnel_time\": false,\n\t\t\"send_link_preview\": false,\n\t\t\"created_at\": \"2024-11-26T14:13:23\",\n\t\t\"updated_at\": \"2024-11-26T14:13:23\"\n\t}"},"url":{"raw":"https://wappbot.pro/api/v1/funnels/{{funnelId}}/messages/{{funnelMessageId}}","host":["https://wappbot.pro/api/v1"],"path":["funnels","{{funnelId}}","messages","{{funnelMessageId}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:18:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=j6gErYu3BvSFEP433iSD2sa2MwCdqE9w8Fknctbz4U9G%2BaGoBKZxqf9XE2Yc780a%2BKYvXhvnXkPvdew2HWpm3zP9MK0RZXRIHpKo7FTP0jk6PlE4cEl657bH2JrG9Q%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e941e50bda0c997-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2079&min_rtt=1959&rtt_var=821&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1689&delivery_rate=739152&cwnd=229&unsent_bytes=0&cid=d1e50beaa6e563fa&ts=475&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 78,\n        \"funnel_id\": 13,\n        \"order\": 139,\n        \"name\": \"Texto teste editei\",\n        \"type\": \"text\",\n        \"text\": \"teste\",\n        \"typing_duration\": 10,\n        \"audio\": null,\n        \"video\": null,\n        \"image\": \"https://grihvy7kbcoq.compat.objectstorage.sa-saopaulo-1.oraclecloud.com/wappbot/1/images/6ab752609cee3dcf193a6c8aaa7c7ed3.png\",\n        \"document\": null,\n        \"vcard\": null,\n        \"days_after_last_message\": 90,\n        \"hours_after_last_message\": 90,\n        \"minutes_after_last_message\": 90,\n        \"seconds_after_last_message\": 90,\n        \"audio_time\": 0,\n        \"send_recording\": false,\n        \"menu_itens\": null,\n        \"only_continue_if\": 0,\n        \"allow_send_off_funnel_time\": false,\n        \"send_link_preview\": false,\n        \"created_at\": \"2024-11-27T15:10:19\",\n        \"updated_at\": \"2024-11-27T15:18:02\"\n    },\n    \"success\": true,\n    \"message\": \"Registration Updated Successfully\"\n}"}],"_postman_id":"d008ef18-21af-406b-9bd0-3915709f2ecc"},{"name":"Excluir uma mensagem","event":[{"listen":"test","script":{"id":"3fbb5dbe-1e2a-45ae-8e4e-914b55f498f7","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1c71d795-e2bc-4abb-9dc1-9c8d642b39e8","request":{"method":"DELETE","header":[],"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}/messages/{{funnelMessageId}}","description":"<p>Exclui um funil na Wappbot.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["funnels","{{funnelId}}","messages","{{funnelMessageId}}"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"c9a784cd-940b-4762-8a2b-45cd3226daaf","name":"Resposta de sucesso","originalRequest":{"method":"DELETE","header":[],"url":"https://wappbot.pro/api/v1/funnels/{{funnelId}}/messages/{{funnelMessageId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:18:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=vShlFl58lcEvyeW%2FTNdaY02bLJ1mbA399QwAEQf57IqUvN3hPWZq2FJByyoxJvmy9tD2UVKM5eERTbuCXT2XrImHuvDApfR0N6AGATSBfb2yPhXkgmG4LuXRksyvhQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e941eedda9bd6d4-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2118&min_rtt=1926&rtt_var=859&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1059&delivery_rate=751817&cwnd=250&unsent_bytes=0&cid=95c3a3e16207125a&ts=572&x=0\""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1c71d795-e2bc-4abb-9dc1-9c8d642b39e8"}],"id":"409d0513-4d66-4d5c-af6e-7a7ac9754fc5","description":"<p>Possibilita cadastrar as mensagens nos funis de vendas na Wappbot.</p>\n<p>Caso sentir a necessidade de incluir algum novo campo na API, envie uma solicitação para: <a href=\"https://mailto:api@wappbot.pro\">api@wappbot.pro</a></p>\n","_postman_id":"409d0513-4d66-4d5c-af6e-7a7ac9754fc5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}}},{"name":"Contatos","item":[{"name":"Listar contatos","id":"6a14c84d-8ac5-428c-9691-6910d94f588c","request":{"method":"GET","header":[],"url":"https://wappbot.pro/api/v1/contacts","description":"<p>Recupera uma lista de todos os contatos</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["contacts"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"7419dc88-92ca-4b61-b8ce-d16658191d3d","name":"Resposta de sucesso","originalRequest":{"method":"GET","header":[],"url":"https://wappbot.pro/api/v1/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:22:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=QCEu2mINk191zVXNiCjVU%2FX49vEM%2FxnPDds%2B%2FlRzTo4ASGw%2BbHoDj1dvygBx2OiWqxb3S5zBLsgHjs7sbZQALU5HU0WCNiW1I7jC5qdezH68O6X%2Feqdn0gBxBGr%2Fng%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e9424ebebb1c9b9-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2338&min_rtt=2212&rtt_var=920&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1042&delivery_rate=654611&cwnd=248&unsent_bytes=0&cid=f4ced45d087ac378&ts=463&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 154,\n            \"whatsapp_number\": \"1231321\",\n            \"name\": \"Nome Teste\",\n            \"blocked\": false,\n            \"converted\": false,\n            \"ended_default_funnel\": false,\n            \"do_not_contact\": false,\n            \"email\": null,\n            \"type\": \"phone_number\",\n            \"profile_picture\": null,\n            \"origin\": \"callback\",\n            \"whatsapp_validated\": true,\n            \"is_valid_whatsapp_number\": true,\n            \"contact_status_id\": null,\n            \"kanban_order\": 111,\n            \"contact_origin_id\": null,\n            \"address_name\": null,\n            \"address_number\": null,\n            \"address_complement\": null,\n            \"zip_code\": null,\n            \"city\": null,\n            \"state\": null,\n            \"neighborhood\": null,\n            \"country_id\": null,\n            \"website\": null,\n            \"company_name\": null,\n            \"company_fantasy_name\": null,\n            \"lead_value\": \"0.00\",\n            \"description\": null,\n            \"sex\": null,\n            \"document_type\": null,\n            \"document_primary_number\": null,\n            \"document_secondary_number\": null,\n            \"assigned_employee_id\": null,\n            \"last_contact_date_at\": \"\",\n            \"last_received_message_at\": \"2024-11-25T00:03:12\",\n            \"last_google_contacts_sync_at\": \"2024-11-24T23:50:35\",\n            \"stop_sending_message_at\": \"\",\n            \"ended_default_funnel_at\": \"\",\n            \"converted_at\": \"\",\n            \"blocked_at\": \"\",\n            \"created_at\": \"2024-11-24T23:50:26\",\n            \"updated_at\": \"2024-11-25T00:03:13\"\n        },\n        {\n            \"id\": 153,\n            \"whatsapp_number\": \"554899999999\",\n            \"name\": \"Nome Teste 2\",\n            \"blocked\": false,\n            \"converted\": false,\n            \"ended_default_funnel\": true,\n            \"do_not_contact\": false,\n            \"email\": null,\n            \"type\": \"phone_number\",\n            \"profile_picture\": null,\n            \"origin\": \"callback\",\n            \"whatsapp_validated\": true,\n            \"is_valid_whatsapp_number\": true,\n            \"contact_status_id\": 5,\n            \"kanban_order\": 24,\n            \"contact_origin_id\": null,\n            \"address_name\": null,\n            \"address_number\": null,\n            \"address_complement\": null,\n            \"zip_code\": null,\n            \"city\": null,\n            \"state\": null,\n            \"neighborhood\": null,\n            \"country_id\": null,\n            \"website\": null,\n            \"company_name\": null,\n            \"company_fantasy_name\": null,\n            \"lead_value\": \"0.00\",\n            \"description\": null,\n            \"sex\": null,\n            \"document_type\": null,\n            \"document_primary_number\": null,\n            \"document_secondary_number\": null,\n            \"assigned_employee_id\": null,\n            \"last_contact_date_at\": \"\",\n            \"last_received_message_at\": \"2024-11-20T15:00:41\",\n            \"last_google_contacts_sync_at\": \"2024-11-20T14:56:08\",\n            \"stop_sending_message_at\": \"\",\n            \"ended_default_funnel_at\": \"2024-11-20T14:59:04\",\n            \"converted_at\": \"\",\n            \"blocked_at\": \"\",\n            \"created_at\": \"2024-11-20T14:56:05\",\n            \"updated_at\": \"2024-11-22T00:06:36\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://wappbot.pro/api/v1/contacts?page=1\",\n        \"last\": \"https://wappbot.pro/api/v1/contacts?page=8\",\n        \"prev\": null,\n        \"next\": \"https://wappbot.pro/api/v1/contacts?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 8,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"« Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/contacts?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/contacts?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/contacts?page=3\",\n                \"label\": \"3\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/contacts?page=4\",\n                \"label\": \"4\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/contacts?page=5\",\n                \"label\": \"5\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/contacts?page=6\",\n                \"label\": \"6\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/contacts?page=7\",\n                \"label\": \"7\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/contacts?page=8\",\n                \"label\": \"8\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/contacts?page=2\",\n                \"label\": \"Next \\\"\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://wappbot.pro/api/v1/contacts\",\n        \"per_page\": 20,\n        \"to\": 20,\n        \"total\": 143\n    }\n}"}],"_postman_id":"6a14c84d-8ac5-428c-9691-6910d94f588c"},{"name":"Recuperar um Contato","event":[{"listen":"test","script":{"id":"346a3e98-3b3f-4cf1-9658-cb617f4be5d5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5f406627-3c55-4734-adea-24f6d780199c","request":{"method":"GET","header":[],"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}","description":"<p>Recupera os detalhes de um contato</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["contacts","{{contactId}}"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"344f1455-df9c-459d-8d3a-b063aff29743","name":"Resposta de sucesso","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authentication}}","type":"text","disabled":true}],"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:25:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=rAXw%2F4wgeSEGzJDii3xc6EgarUy9ZvF8LkqhE0nsTc2hiBK%2F%2BVTeYm4DcghpHPnYXBD9YAwDvu8%2B8BPmXfg8HjzRbygkaarcok79BPwPqNwg3AOsQO004tqNoG7M4g%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e94291da8bf9c8b-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2574&min_rtt=2463&rtt_var=1003&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1046&delivery_rate=587900&cwnd=250&unsent_bytes=0&cid=2d3264aba1d03878&ts=470&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 154,\n        \"whatsapp_number\": \"2222222222\",\n        \"name\": \"Contato Teste\",\n        \"blocked\": false,\n        \"converted\": false,\n        \"ended_default_funnel\": false,\n        \"do_not_contact\": false,\n        \"email\": null,\n        \"type\": \"phone_number\",\n        \"profile_picture\": null,\n        \"origin\": \"callback\",\n        \"whatsapp_validated\": true,\n        \"is_valid_whatsapp_number\": true,\n        \"contact_status_id\": null,\n        \"kanban_order\": 111,\n        \"contact_origin_id\": null,\n        \"address_name\": null,\n        \"address_number\": null,\n        \"address_complement\": null,\n        \"zip_code\": null,\n        \"city\": null,\n        \"state\": null,\n        \"neighborhood\": null,\n        \"country_id\": null,\n        \"website\": null,\n        \"company_name\": null,\n        \"company_fantasy_name\": null,\n        \"lead_value\": \"0.00\",\n        \"description\": null,\n        \"sex\": null,\n        \"document_type\": null,\n        \"document_primary_number\": null,\n        \"document_secondary_number\": null,\n        \"assigned_employee_id\": null,\n        \"last_contact_date_at\": \"\",\n        \"last_received_message_at\": \"2024-11-25T00:03:12\",\n        \"last_google_contacts_sync_at\": \"2024-11-24T23:50:35\",\n        \"stop_sending_message_at\": \"\",\n        \"ended_default_funnel_at\": \"\",\n        \"converted_at\": \"\",\n        \"blocked_at\": \"\",\n        \"created_at\": \"2024-11-24T23:50:26\",\n        \"updated_at\": \"2024-11-25T00:03:13\"\n    }\n}"}],"_postman_id":"5f406627-3c55-4734-adea-24f6d780199c"},{"name":"Cadastrar Contato","event":[{"listen":"test","script":{"id":"bc33af8a-60c7-47ea-bf73-a43213a9bead","exec":[""],"type":"text/javascript","packages":{}}}],"id":"80ab96d4-d261-4de7-9d4b-31e7164c1555","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"whatsapp_number\": \"554899999982\",\n\t\"name\": \"seunome\",\n\t\"blocked\": true,\n\t\"converted\": true,\n\t\"ended_default_funnel\": true,\n\t\"do_not_contact\": true,\n\t\"email\": null,\n\t\"website\": null,\n\t\"lead_value\": \"10.95\",\n\t\"description\": \"opa\"\n}","options":{"raw":{"language":"json"}}},"url":"https://wappbot.pro/api/v1/contacts","description":"<p>Cadastra um contato</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["contacts"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"aff41115-1baa-4177-902c-c84028e20c9b","name":"Resposta de Sucesso","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"whatsapp_number\": \"554899999982\",\n\t\"name\": \"seunome\",\n\t\"blocked\": true,\n\t\"converted\": true,\n\t\"ended_default_funnel\": true,\n\t\"do_not_contact\": true,\n\t\"email\": null,\n\t\"website\": null,\n\t\"lead_value\": \"10.95\",\n\t\"description\": \"opa\"\n}","options":{"raw":{"language":"json"}}},"url":"https://wappbot.pro/api/v1/contacts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:27:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=Gr5ax04gexR9CAEZxdPkhjlbkxWi%2FGdgCl9BMgmnF3lAlztF21HrpRBkLy2%2F%2BZi78T313YwNoc6NZOUTIHXogwQD52NJku6nrYp9R6Nj9Z3PpZSEyruVwcmL88vkww%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e942b8c7f785968-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2146&min_rtt=1971&rtt_var=864&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1329&delivery_rate=734652&cwnd=248&unsent_bytes=0&cid=2dd42e9febbbcd6d&ts=638&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 155,\n        \"whatsapp_number\": \"554899999982\",\n        \"name\": \"seunome\",\n        \"blocked\": true,\n        \"converted\": true,\n        \"ended_default_funnel\": true,\n        \"do_not_contact\": true,\n        \"email\": null,\n        \"type\": \"phone_number\",\n        \"profile_picture\": null,\n        \"origin\": \"api\",\n        \"whatsapp_validated\": true,\n        \"is_valid_whatsapp_number\": true,\n        \"contact_status_id\": null,\n        \"kanban_order\": 112,\n        \"contact_origin_id\": null,\n        \"address_name\": null,\n        \"address_number\": null,\n        \"address_complement\": null,\n        \"zip_code\": null,\n        \"city\": null,\n        \"state\": null,\n        \"neighborhood\": null,\n        \"country_id\": null,\n        \"website\": null,\n        \"company_name\": null,\n        \"company_fantasy_name\": null,\n        \"lead_value\": \"10.95\",\n        \"description\": \"opa\",\n        \"sex\": null,\n        \"document_type\": null,\n        \"document_primary_number\": null,\n        \"document_secondary_number\": null,\n        \"assigned_employee_id\": null,\n        \"last_contact_date_at\": \"\",\n        \"last_received_message_at\": \"2024-11-27T15:27:04\",\n        \"last_google_contacts_sync_at\": \"\",\n        \"stop_sending_message_at\": \"2024-11-27T15:27:04\",\n        \"ended_default_funnel_at\": \"2024-11-27T15:27:04\",\n        \"converted_at\": \"2024-11-27T15:27:04\",\n        \"blocked_at\": \"2024-11-27T15:27:04\",\n        \"created_at\": \"2024-11-27T15:27:04\",\n        \"updated_at\": \"2024-11-27T15:27:04\"\n    },\n    \"success\": true,\n    \"message\": \"Registration Completed Successfully\"\n}"}],"_postman_id":"80ab96d4-d261-4de7-9d4b-31e7164c1555"},{"name":"Atualizar um Contato","event":[{"listen":"test","script":{"id":"ec9839cb-de51-4699-b255-4301f4eede96","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5a9285dc-e8eb-423b-abfc-585254d9dabd","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"whatsapp_number\": \"554899999983\",\n\t\"name\": \"seunome editado\",\n\t\"blocked\": true,\n\t\"converted\": true,\n\t\"ended_default_funnel\": true,\n\t\"do_not_contact\": true,\n\t\"email\": null,\n\t\"website\": null,\n\t\"lead_value\": \"10.95\",\n\t\"description\": \"opa\"\n}"},"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}","description":"<p>Atualiza um contato</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["contacts","{{contactId}}"],"host":["https://wappbot.pro/api/v1"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"902e2742-e6fd-403e-a2df-bdf3517396d0","name":"Resposta de sucesso","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"whatsapp_number\": \"554899999983\",\n\t\"name\": \"seunome editado\",\n\t\"blocked\": true,\n\t\"converted\": true,\n\t\"ended_default_funnel\": true,\n\t\"do_not_contact\": true,\n\t\"email\": null,\n\t\"website\": null,\n\t\"lead_value\": \"10.95\",\n\t\"description\": \"opa\"\n}"},"url":{"raw":"https://wappbot.pro/api/v1/contacts/{{contactId}}","host":["https://wappbot.pro/api/v1"],"path":["contacts","{{contactId}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:29:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=XfFu38EgtPm35GNK%2BSzh3ihQPXC6aK92W3ldbj1ep3Di%2Bih9HFciH6BycX%2B4bx8%2F02Um1vwF4ebg3Oeje%2FPd6pSK9q3MOSDTxIW5ntyS2J7zj%2FXp5hO8CRmx4S3eTQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e942f91a8b9e623-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2524&min_rtt=2364&rtt_var=629&sent=9&recv=9&lost=0&retrans=0&sent_bytes=2684&recv_bytes=2604&delivery_rate=1209185&cwnd=254&unsent_bytes=0&cid=73dd62d0a277e5d6&ts=40428&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 155,\n        \"whatsapp_number\": \"554899999983\",\n        \"name\": \"seunome editado\",\n        \"blocked\": true,\n        \"converted\": true,\n        \"ended_default_funnel\": true,\n        \"do_not_contact\": true,\n        \"email\": null,\n        \"type\": \"phone_number\",\n        \"profile_picture\": null,\n        \"origin\": \"api\",\n        \"whatsapp_validated\": true,\n        \"is_valid_whatsapp_number\": true,\n        \"contact_status_id\": null,\n        \"kanban_order\": 112,\n        \"contact_origin_id\": null,\n        \"address_name\": null,\n        \"address_number\": null,\n        \"address_complement\": null,\n        \"zip_code\": null,\n        \"city\": null,\n        \"state\": null,\n        \"neighborhood\": null,\n        \"country_id\": null,\n        \"website\": null,\n        \"company_name\": null,\n        \"company_fantasy_name\": null,\n        \"lead_value\": \"10.95\",\n        \"description\": \"opa\",\n        \"sex\": null,\n        \"document_type\": null,\n        \"document_primary_number\": null,\n        \"document_secondary_number\": null,\n        \"assigned_employee_id\": null,\n        \"last_contact_date_at\": \"\",\n        \"last_received_message_at\": \"2024-11-27T15:27:04\",\n        \"last_google_contacts_sync_at\": \"2024-11-27T15:27:08\",\n        \"stop_sending_message_at\": \"2024-11-27T15:29:48\",\n        \"ended_default_funnel_at\": \"2024-11-27T15:29:48\",\n        \"converted_at\": \"2024-11-27T15:29:48\",\n        \"blocked_at\": \"2024-11-27T15:29:48\",\n        \"created_at\": \"2024-11-27T15:27:04\",\n        \"updated_at\": \"2024-11-27T15:29:48\"\n    },\n    \"success\": true,\n    \"message\": \"Registration Updated Successfully\"\n}"}],"_postman_id":"5a9285dc-e8eb-423b-abfc-585254d9dabd"},{"name":"Excluir um Contato","event":[{"listen":"test","script":{"id":"3fbb5dbe-1e2a-45ae-8e4e-914b55f498f7","exec":[""],"type":"text/javascript","packages":{}}}],"id":"fe5181bd-feae-42b3-878a-96a47a821b39","request":{"method":"DELETE","header":[],"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}","description":"<p>Exclui um contato</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["contacts","{{contactId}}"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"8109f08e-8b61-4b0b-8f79-65d27c8bf71c","name":"Resposta de sucesso","originalRequest":{"method":"DELETE","header":[],"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:30:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=20SnTNzlgeBn0YT1sPap%2F4q6eQp%2F5gB%2Bc2bOnQ9553rwFYaJt5jNc6srbiYvX39HoWJtOvWZrUFA9kVqLhdohWdkNhsdDtHPbsQL3NRdEe%2Br1OFPWtVE3qN19srcmQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e94308fba0c05dc-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1655&min_rtt=1504&rtt_var=672&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1049&delivery_rate=962765&cwnd=249&unsent_bytes=0&cid=8624d0a8d7b5ce93&ts=560&x=0\""}],"cookie":[],"responseTime":null,"body":null},{"id":"d17e37cc-b8a7-4a6f-b195-e21b396ad365","name":"Não encontrado","originalRequest":{"method":"DELETE","header":[],"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:30:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=HEZxax7Q9vXB7nJmcXsSbCA72G88QI026jvR89DXiqk8DdG%2BbrsxOG5%2FQ9ZiUghzk%2FkEplqNOdMfSuBnwGpA%2BML%2B19%2FQPKfzUjAX%2Bs%2BxNkh6YGr11aF9789F2T9OLA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e9431190b7705d7-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1756&min_rtt=1639&rtt_var=698&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1049&delivery_rate=883465&cwnd=247&unsent_bytes=0&cid=ed422a5c19e5867b&ts=441&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource 155 not found\"\n}"}],"_postman_id":"fe5181bd-feae-42b3-878a-96a47a821b39"}],"id":"33a0ba63-7694-495e-b4b2-64cd7c21e6d3","description":"<p>Possibilita listar,cadastrar,editar e excluir seus contatos na Wappbot.</p>\n<p>Caso sentir a necessidade de incluir algum novo campo na API, envie uma solicitação para: <a href=\"https://mailto:api@wappbot.pro\">api@wappbot.pro</a></p>\n","_postman_id":"33a0ba63-7694-495e-b4b2-64cd7c21e6d3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}}},{"name":"Funis do Contato","item":[{"name":"Listar Funis do Contato","id":"b128720e-9fbc-442f-96ba-a0bf501338ae","request":{"method":"GET","header":[],"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}/funnels","description":"<p>Recupera uma lista de todos os funis adicionados a um contato.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["contacts","{{contactId}}","funnels"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"4c0bd01c-3881-42dd-a37a-a490f141ac90","name":"Resposta de sucesso","originalRequest":{"method":"GET","header":[],"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}/funnels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:32:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=W2aXz5nVhWyE%2B0U6RIM0vNxdyrCtHbGrkrHQSja5Gk73LBqAoaBgCT010XIt5JzEGLoz6tadNBAeWMLdqcwfp55FODGUJ%2FbdVjnajepm8L%2F2LzMzhubHALUmculKyQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e943347df28c967-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2401&min_rtt=2164&rtt_var=981&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1054&delivery_rate=669131&cwnd=250&unsent_bytes=0&cid=5ee683849b59791e&ts=449&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 241,\n            \"contact_id\": 154,\n            \"funnel_id\": 1,\n            \"current_message_order\": 1,\n            \"funnel_ended\": false,\n            \"current_processing\": false,\n            \"waiting_reply\": true,\n            \"trigger_id\": null,\n            \"time_sending_presence\": 0,\n            \"origin\": \"callback\",\n            \"date_processing\": \"\",\n            \"estimated_end_date_processing\": \"\",\n            \"scheduled_send_date\": \"2024-11-24T23:50:59\",\n            \"last_message_date\": \"2024-11-24T23:50:59\",\n            \"created_at\": \"2024-11-24T23:50:27\",\n            \"updated_at\": \"2024-11-24T23:50:59\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://wappbot.pro/api/v1/contacts/154/funnels?page=1\",\n        \"last\": \"https://wappbot.pro/api/v1/contacts/154/funnels?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"« Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://wappbot.pro/api/v1/contacts/154/funnels?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next \\\"\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://wappbot.pro/api/v1/contacts/154/funnels\",\n        \"per_page\": 20,\n        \"to\": 1,\n        \"total\": 1\n    }\n}"}],"_postman_id":"b128720e-9fbc-442f-96ba-a0bf501338ae"},{"name":"Recuperar uma mensagem","event":[{"listen":"test","script":{"id":"346a3e98-3b3f-4cf1-9658-cb617f4be5d5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e97ec8c1-cfa3-4ce7-b5ed-d8dcf7534c3f","request":{"method":"GET","header":[],"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}/funnels/{{contactFunnelId}}","description":"<p>Recupera os detalhes de um funil adicionado a um contato</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["contacts","{{contactId}}","funnels","{{contactFunnelId}}"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"244db0fb-14cc-45ea-8ee6-7580f7fe81c6","name":"Não encontrado","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authentication}}","type":"text","disabled":true}],"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}/funnels/{{contactFunnelId}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:33:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=%2F4tQd%2BZQn1DN4VOEOiwYIRwUeqcWXTKCMBe1rFqi583JPaw9IItLbXXcsDz4FBqayKk0B%2FOmi5MikxBF%2FN%2F3aAObdcr7SCfOjeY5i%2FXRcsNQOxiIxIp4MGWMuj0gNw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e9434523ed05908-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1659&min_rtt=1619&rtt_var=636&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1058&delivery_rate=894379&cwnd=187&unsent_bytes=0&cid=a1f90e9e2a5273ec&ts=450&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource 151 not found\"\n}"},{"id":"1fcd8826-3dff-40ac-8ed6-d7174e05139d","name":"Resposta de sucesso","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authentication}}","type":"text","disabled":true}],"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}/funnels/{{contactFunnelId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:33:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=nccDDwRhL3OkjOfBowx8rqdxmHt%2BorBMY93bBOhX4zN3GSeEkHnopDE9g2HuX6Y%2BXD9WngyJc4V9yOcbIXotBlbt91vX6SDf%2BSxbhxtA%2Bexd9VBw3gC4LczLffjUgw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e9434c63aefd704-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1751&min_rtt=1488&rtt_var=746&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1058&delivery_rate=973118&cwnd=250&unsent_bytes=0&cid=0f5977c3d24aadd4&ts=489&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 241,\n        \"contact_id\": 154,\n        \"funnel_id\": 1,\n        \"current_message_order\": 1,\n        \"funnel_ended\": false,\n        \"current_processing\": false,\n        \"waiting_reply\": true,\n        \"trigger_id\": null,\n        \"time_sending_presence\": 0,\n        \"origin\": \"callback\",\n        \"date_processing\": \"\",\n        \"estimated_end_date_processing\": \"\",\n        \"scheduled_send_date\": \"2024-11-24T23:50:59\",\n        \"last_message_date\": \"2024-11-24T23:50:59\",\n        \"created_at\": \"2024-11-24T23:50:27\",\n        \"updated_at\": \"2024-11-24T23:50:59\"\n    }\n}"}],"_postman_id":"e97ec8c1-cfa3-4ce7-b5ed-d8dcf7534c3f"},{"name":"Cadastrar uma mensagem","event":[{"listen":"test","script":{"id":"bc33af8a-60c7-47ea-bf73-a43213a9bead","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d1f6f38a-4e57-4207-be99-aa346c50c73a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"funnel_id\": 1,\n\t\"current_message_order\": 1,\n\t\"funnel_ended\": true,\n\t\"waiting_reply\": false,\n\t\"scheduled_send_date\": \"2024-06-19 08:03:25\"\n}","options":{"raw":{"language":"json"}}},"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}/funnels","description":"<p>Cadastra um funil em um contato</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["contacts","{{contactId}}","funnels"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ebbc3dd3-4b85-4f71-8d67-ca1393ee3221","name":"Resposta de sucesso","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"funnel_id\": 1,\n\t\"current_message_order\": 1,\n\t\"funnel_ended\": true,\n\t\"waiting_reply\": false,\n\t\"scheduled_send_date\": \"2024-06-19 08:03:25\"\n}","options":{"raw":{"language":"json"}}},"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}/funnels"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:34:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=OslvIlNBWhOt%2F5olemgo%2B1iLqj%2FWkdMDRyqdw9l723dGlGceEefxvJC2vllW6Pvytf4hBCbVZ1CXgO42tml7EaMibauIl6QHCN3TUkJ%2FvJiKFwStoWEkkJeKSt1Rvw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e9435c02ba33b36-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2297&min_rtt=2066&rtt_var=939&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1251&delivery_rate=700871&cwnd=243&unsent_bytes=0&cid=5a124c945332c117&ts=576&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 243,\n        \"contact_id\": 154,\n        \"funnel_id\": 1,\n        \"current_message_order\": 1,\n        \"funnel_ended\": true,\n        \"current_processing\": false,\n        \"waiting_reply\": false,\n        \"trigger_id\": null,\n        \"time_sending_presence\": 0,\n        \"origin\": \"api\",\n        \"date_processing\": \"\",\n        \"estimated_end_date_processing\": \"\",\n        \"scheduled_send_date\": \"2024-06-19T08:03:25\",\n        \"last_message_date\": \"\",\n        \"created_at\": \"2024-11-27T15:34:02\",\n        \"updated_at\": \"2024-11-27T15:34:02\"\n    },\n    \"success\": true,\n    \"message\": \"Registration Completed Successfully\"\n}"}],"_postman_id":"d1f6f38a-4e57-4207-be99-aa346c50c73a"},{"name":"Atualizar uma mensagem","event":[{"listen":"test","script":{"id":"ec9839cb-de51-4699-b255-4301f4eede96","exec":[""],"type":"text/javascript","packages":{}}}],"id":"cbd2c246-7aa2-40db-8015-1455f0c23373","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"current_message_order\": 2,\n\t\"funnel_ended\": true,\n\t\"waiting_reply\": false,\n\t\"scheduled_send_date\": \"\"\n}"},"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}/funnels/{{contactFunnelId}}","description":"<p>Atualiza um funil em um contato</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["contacts","{{contactId}}","funnels","{{contactFunnelId}}"],"host":["https://wappbot.pro/api/v1"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"9f280606-a03a-4a68-b540-e324ba2f628a","name":"Resposta de sucesso","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"current_message_order\": 2,\n\t\"funnel_ended\": true,\n\t\"waiting_reply\": false,\n\t\"scheduled_send_date\": \"\"\n}"},"url":{"raw":"https://wappbot.pro/api/v1/contacts/{{contactId}}/funnels/{{contactFunnelId}}","host":["https://wappbot.pro/api/v1"],"path":["contacts","{{contactId}}","funnels","{{contactFunnelId}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:35:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=LwDCUVCYVfL3x%2BumhQqTZFK%2F%2BsbuX4Kr6w3VOn23IqdCcY9jA4k9wPPC9xydfETaPx5QgooGYpbNrFl6wQq6SJ7ilzqH0ajcy91H5ZVQBXClpvNbDoe%2F2lnornu%2F0A%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e9437b28ffd595c-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1588&min_rtt=1406&rtt_var=658&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1218&delivery_rate=1029871&cwnd=243&unsent_bytes=0&cid=ae4902ab1eb4506b&ts=509&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 243,\n        \"contact_id\": 154,\n        \"funnel_id\": 1,\n        \"current_message_order\": 2,\n        \"funnel_ended\": true,\n        \"current_processing\": false,\n        \"waiting_reply\": false,\n        \"trigger_id\": null,\n        \"time_sending_presence\": 0,\n        \"origin\": \"api\",\n        \"date_processing\": \"\",\n        \"estimated_end_date_processing\": \"\",\n        \"scheduled_send_date\": \"\",\n        \"last_message_date\": \"\",\n        \"created_at\": \"2024-11-27T15:34:02\",\n        \"updated_at\": \"2024-11-27T15:35:21\"\n    },\n    \"success\": true,\n    \"message\": \"Registration Updated Successfully\"\n}"}],"_postman_id":"cbd2c246-7aa2-40db-8015-1455f0c23373"},{"name":"Excluir uma mensagem","event":[{"listen":"test","script":{"id":"3fbb5dbe-1e2a-45ae-8e4e-914b55f498f7","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0558db1c-495f-47cc-b2b2-f70bfd223063","request":{"method":"DELETE","header":[],"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}/funnels/{{contactFunnelId}}","description":"<p>Exclui um funil de um contato.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}},"urlObject":{"path":["contacts","{{contactId}}","funnels","{{contactFunnelId}}"],"host":["https://wappbot.pro/api/v1"],"query":[],"variable":[]}},"response":[{"id":"fb2871ea-30d2-4691-a055-782c76f25738","name":"Resposta de sucesso","originalRequest":{"method":"DELETE","header":[],"url":"https://wappbot.pro/api/v1/contacts/{{contactId}}/funnels/{{contactFunnelId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 27 Nov 2024 18:35:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=jsA34IMKywHa5nubv2nBhQaa9PbIxPZS7c8%2Fc%2BZW0vRwSIipNndUFgFHbqPtFRhLUcEF%2Fowy6zix5BBq70Kteyje8hdkUal2eoTMe38YmQvhIkmUKgg5twsc1dVCJQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8e94382b394dc957-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1774&min_rtt=1676&rtt_var=698&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1061&delivery_rate=863961&cwnd=250&unsent_bytes=0&cid=a996dc3d96391e2a&ts=472&x=0\""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0558db1c-495f-47cc-b2b2-f70bfd223063"}],"id":"7499a22a-3496-4100-8219-c278ac9bfc27","description":"<p>Possibilita disparar um funil de vendas para um de seus contatos na Wappbot.</p>\n<p>Caso sentir a necessidade de incluir algum novo campo na API, envie uma solicitação para: <a href=\"https://mailto:api@wappbot.pro\">api@wappbot.pro</a></p>\n","_postman_id":"7499a22a-3496-4100-8219-c278ac9bfc27","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"35b426a9-2962-44d4-b19c-69507064f711","id":"35b426a9-2962-44d4-b19c-69507064f711","name":"Documentação da API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"44d4d23c-02ed-4b38-9e6a-3c8377c6c3f2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c9c459ff-9cee-4837-8cf7-65502b64e979","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://wappbot.pro/api/v1"}]}