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
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
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
a9c087c45f
correction of messages sent by the api and typebot not appearing in chatwoot
2023-10-02 16:10:04 -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
Davidson Gomes
3fdb3fa673
fix: Remove rabbitmq queues when delete instances
2023-09-30 07:20:57 -03:00
Davidson Gomes
f6b6d23e93
Merge pull request #133 from francisbreit/fetch-instances
...
Correção de nao recebimento de midias armazenadas mo minio/s3 Update whatsapp.service.ts
2023-09-28 17:47:17 -03:00
Davidson Gomes
50be69f3d3
Merge pull request #132 from IsraelXabregas/chatwoot-model-fix-schema-db
...
Fix chatwootSchema in chatwoot model to store reopen_conversation and conversation_pending options
2023-09-28 17:45:13 -03:00
Francis Breit
b648334323
Corrigir nao recebimento de midias minio/s3 - finalizado- Update whatsapp.service.tsUpdate whatsapp.service.ts
...
Correção nao recebimento de midias com urls do minio/s3 .
Urls sem o nome da extensão da midia impediam o envio das mensagens por erro na detecção do mimetype.
Imagem e Video
2023-09-26 14:15:50 -03:00
Francis Breit
916972aeb1
Update whatsapp.service.ts
2023-09-26 13:52:11 -03:00
Francis Breit
3893e01af9
Corrigir nao recebimento de midias minio/s3 Update whatsapp.service.ts
...
Correção nao recebimento de midias com urls do minio/s3 .
Urls sem o nome da extensão da midia impediam o envio das mensagens por erro na detecção do mimetype.
2023-09-26 13:27:58 -03:00
Israel Xabregas Ramos
7835f32c8b
Fix chatwootSchema in chatwoot model to store reopen_conversation and conversation_pending options
2023-09-25 20:45:14 -03:00
Matheus Gomes
37302244ee
Update typebot.service.ts
2023-09-25 16:37:43 -03:00
Matheus Gomes
f1be7ddb83
Update typebot.service.ts
2023-09-25 16:22:41 -03:00
Matheus Gomes
7447a65a83
Update typebot.service.ts
2023-09-25 16:05:18 -03:00
Matheus Gomes
129009d602
Update typebot.service.ts
2023-09-25 15:55:12 -03:00
Matheus Gomes
c656bd6f4b
Enhancement of Session Initialization in "StartTypebot" Function
...
Enhanced "StartTypebot" to initialize sessionIDs during the initial interaction, improving user experience on WhatsApp and preventing unexpected bot restarts.
2023-09-25 02:38:37 -03:00
Francis Breit
ee343f2fa1
Update monitor.service.ts
...
Evolution ap i 1.5.1 - Problemas ao ler / consultar instancias (FETCH_INSTANCES)
Ao consultar instancias as mesmas nao apareciam, seja via manager, seja via postman
2023-09-20 11:13:43 -03:00
Davidson Gomes
707aa22a6d
Added support for messaging with ads on chatwoot
2023-09-17 13:48:27 -03:00
Davidson Gomes
32da15fa8a
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
2023-09-17 13:35:58 -03:00
Davidson Gomes
def6576fb9
Merge branch 'develop' into ads-preview-1.5.1
2023-09-17 13:35:18 -03:00
Davidson Gomes
196c10b253
Merge pull request #108 from raimartinsb/EvolutionAPI-develop
...
[Improvement] - Send and Update source_id of messages to chatwoot
2023-09-17 13:32:27 -03:00
AdsonCicilioti
cfdca38d59
add: fixed crop (cover) ads imge thumbnail with Jimp library
2023-09-13 00:04:02 -03:00
AdsonCicilioti
ccd90a69ee
add: initial support for preview and reference from messages with Ads metadata
2023-09-12 13:43:17 -03:00
AdsonCicilioti
c16f962d2b
chore: compreensive var name for conversation
term
2023-09-12 13:39:40 -03:00
Davidson Gomes
8fccf69ceb
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
2023-09-11 09:39:13 -03:00
Davidson Gomes
adc8833670
fix: Debug Bad Request
2023-09-11 09:39:09 -03:00
Davidson Gomes
ecbf90ded8
Merge pull request #99 from moskoweb/bug-bad-request
...
fix: Debug Bad Request
2023-09-11 09:38:28 -03:00
raimartinsb
c5d2d7782a
Merge branch 'develop' of https://github.com/EvolutionAPI/evolution-api into EvolutionAPI-develop
2023-09-11 08:08:18 -03:00
raimartinsb
72dae22ef4
Configuration to update source_id only when desired
2023-09-11 07:44:09 -03:00
Alan Mosko
9a9cd41009
wip
2023-09-06 16:24:13 -03:00
Alan Mosko
0c4c8162c2
wip
2023-09-06 16:18:48 -03:00
Alan Mosko
d47cc5d5f4
wip
2023-09-06 16:11:59 -03:00