Davidson Gomes
783c00a1d9
fix: Added mimetype field when sending media
2023-10-25 10:29:24 -03:00
Davidson Gomes
bc70ec8b07
fix: start session
2023-10-25 08:19:44 -03:00
Davidson Gomes
50e1efe5d7
fix: start session
2023-10-25 07:00:58 -03:00
Davidson Gomes
d8629e53f1
fix: start session
2023-10-24 13:16:35 -03:00
Davidson Gomes
cc9df1dabb
fix: start session
2023-10-24 12:06:20 -03:00
Davidson Gomes
cd6cb8182e
fix: start session
2023-10-24 12:05:58 -03:00
Davidson Gomes
daadc6cb68
fix: adjusts in proxy
2023-10-18 18:09:26 -03:00
Davidson Gomes
e157a2a36b
fix: adjusts in proxy
2023-10-18 18:09:01 -03:00
Davidson Gomes
d8d7debfee
fix: lid messages
2023-10-11 17:27:49 -03:00
Davidson Gomes
a82b206fe6
test: messages.upsert
2023-10-10 10:00:11 -03:00
Davidson Gomes
a4416214c8
Merge tag '1.5.4' into develop
...
* Baileys logger typing issue resolved
* Solved problem with duplicate messages in chatwoot
2023-10-09 20:43:50 -03:00
Davidson Gomes
8fe75cd210
Merge branch 'release/1.5.4'
2023-10-09 20:43:40 -03:00
Davidson Gomes
303effebbc
version: 1.5.4
2023-10-09 20:43:30 -03:00
Davidson Gomes
f32a34190d
fix: adjusts logger
2023-10-09 20:17:01 -03:00
Davidson Gomes
8588ef1d8a
fix: adjusts logger
2023-10-09 20:15:53 -03:00
Davidson Gomes
51ec4821f3
fix: adjusts logger
2023-10-09 20:14:50 -03:00
Davidson Gomes
957033a7bb
ajustes
2023-10-09 19:57:26 -03:00
Davidson Gomes
62c74deac3
fix: Solved problem with duplicate messages in chatwoot
2023-10-09 18:00:14 -03:00
Davidson Gomes
29fd448998
Merge tag '1.5.3' into develop
...
* Swagger documentation
* Added base 64 sending option via webhook
* Remove rabbitmq queues when delete instances
* Improvement in restart instance to completely redo the connection
* Update node version: v20
* Correction of messages sent by the api and typebot not appearing in chatwoot
* Adjustment to start typebot, added startSession parameter
* Chatwoot now receives messages sent via api and typebot
* Fixed problem with starting with an input in typebot
* Added check to ensure variables are not empty before executing foreach in start typebot
2023-10-06 18:55:52 -03:00
Davidson Gomes
e55cb08a6a
Merge branch 'release/1.5.3'
2023-10-06 18:55:44 -03:00
Davidson Gomes
047359e8dc
version: 1.5.3
2023-10-06 18:55:36 -03:00
Davidson Gomes
eb814e181a
adjusts in swagger
2023-10-06 18:45:26 -03:00
Davidson Gomes
857031ff5a
adjusts in swagger
2023-10-06 18:05:37 -03:00
Davidson Gomes
d5eeb68714
feat: webhook base64 option
2023-10-05 17:05:41 -03:00
Davidson Gomes
966b287026
feat: webhook base64 option
2023-10-05 16:01:47 -03:00
Davidson Gomes
a348729109
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
2023-10-05 15:59:59 -03:00
Davidson Gomes
1f29b7733e
Merge pull request #163 from w3nder/develop
...
Fix: Variables null
2023-10-05 15:59:39 -03:00
Davidson Gomes
e26ae30f6f
feat: webhook base64 option
2023-10-05 15:57:53 -03:00
Davidson Gomes
547943a05c
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
2023-10-05 15:54:53 -03:00
Davidson Gomes
46aa229531
fix: adjusts in swagger
2023-10-05 15:54:46 -03:00
Davidson Gomes
28bd796289
Merge pull request #161 from moraisamilton/develop
...
Recuperar base64 de media enviada por webhook
2023-10-05 15:54:20 -03:00
Wender Teixeira
6a3f82ed7e
Fix: Variables null
2023-10-05 11:43:18 -03:00
Amilton Morais
523f3301c0
Update wa.types.ts
...
Foi criado novas propriedades para recuperar Base64 da media enviada por webhook.
2023-10-03 17:20:14 -03:00
Amilton Morais
f085343a99
Update whatsapp.service.ts
...
Foi criado novo código para recuperar Base64 da media enviada por webhook.
2023-10-03 17:18:58 -03:00
Amilton Morais
f76a924700
Update webhook.service.ts
...
Foi criado novo variavel "webhook_base64:false' para retorno erro.
2023-10-03 17:13:58 -03:00
Amilton Morais
f8e3b76a4a
Update webhook.model.ts
...
Foi criado novas propriedades para recuperar Base64 da media enviada por webhook.
2023-10-03 16:59:06 -03:00
Amilton Morais
b8f1e8a7ef
Update instance.dto.ts
...
Foi criado novas propriedades "webhook_base64?: boolean;" para recuperar Base64 da media enviada por webhook.
2023-10-03 16:56:44 -03:00
Amilton Morais
d007fc49d8
Update instance.controller.ts
...
Foi criado novas propriedades para recuperar Base64 da media enviada por webhook.
2023-10-03 16:45:05 -03:00
Amilton Morais
f6d8ebd8d3
Update dev-env.yml
...
Inserido nova variável WEBHOOK_BASE64 para recuperar Base64 da media enviar por webhook.
2023-10-03 16:39:04 -03:00
Davidson Gomes
6ff9c4578a
Fixed problem with starting with an input in typebot
2023-10-02 18:23:03 -03:00
Davidson Gomes
33acfe1464
chatwoot now receives messages sent via api and typebot
2023-10-02 17:59:54 -03:00
Davidson Gomes
f5eeb16bb1
Adjustment to start typebot, added startSession parameter
2023-10-02 17:05:22 -03:00
Davidson Gomes
c35c5faaa4
correction of messages sent by the api and typebot not appearing in chatwoot
2023-10-02 16:17:28 -03:00
Davidson Gomes
8425ebc13f
Merge pull request #156 from EvolutionAPI/revert-154-evolution-api-1.5.2-develop-francis
...
Revert "Start Typebot com opção de ativar chatbot ou não"
2023-10-02 16:10:45 -03:00
Davidson Gomes
6fc37a4298
Revert "Start Typebot com opção de ativar chatbot ou não"
2023-10-02 19:10:34 +00:00
Davidson Gomes
99f3e77c12
Merge pull request #154 from francisbreit/evolution-api-1.5.2-develop-francis
...
Start Typebot com opção de ativar chatbot ou não
2023-10-02 16:10:29 -03:00
Davidson Gomes
a9c087c45f
correction of messages sent by the api and typebot not appearing in chatwoot
2023-10-02 16:10:04 -03:00
Francis Breit
3f4333087f
Start Typebot com opção de ativar chatbot ou não
...
Foi criada a variável enabled_typebot (não obrigatória)
enabled_typebot igual a true ou vazio: o comportamento do "startTypebot" atua como a nova funcionalidadede sessões persistentes (v1.5.2) onde o flow do Typebot disparado atua como chatbot.
enabled_typebot igual a false: o comportamento do "startTypebot" atua como era na Evolution v.1.5.1 onde o flow do Typebot disparado atua como mensagem simples, nao ativa o chatbot e funciona apenas como mensagens simples.
Obs1: Se setada como true ou se for omitida essa variável no comando start Typebot, enabled_typebot será assumida como true, ou seja, start typebot aciona o flow com o chatbot ativado, imediatamente após o envio, aguardando interação do contato.. Se, antes do acionamento do start typebot, tiver um outro chatbot ativo, o mesmo será substituído pelo novo, ora enviado.
Obs2: Se setada como false, dispara apenas como notificação e não ativa o bot. se tiver outro bot ativo na instancia o mesmo continuará ativo, após disparada a mensagem
2023-10-02 11:56:24 -03:00
Davidson Gomes
e1ac29683d
wip: swagger
2023-10-02 09:24:53 -03:00
Davidson Gomes
5c74cbfe19
improvement in restart instance to completely redo the connection
2023-09-30 16:36:32 -03:00