Davidson Gomes
3b1a16844e
fix: update create jid to BR numbers
2024-02-15 18:50:08 -03:00
Judson Cairo
b2c51b4b8c
Implement contact upsert in messaging-history.set
2024-02-12 11:46:51 -03:00
Judson Cairo
3df4e8d2ba
Changed label update to chat instead of contacts
2024-02-08 15:38:27 -03:00
Judson Cairo
e8d32066b4
Add 'add' field to the 'label' object in swagger.yaml and update event handling in whatsapp.service.ts
2024-02-08 13:31:56 -03:00
Judson Cairo
6d3779eb83
Merge branch 'develop' into feat/labels
2024-02-08 13:10:23 -03:00
Judson Cairo
c7bed04c80
Add labels property to ContactRaw model and update labels in LABELS_ASSOCIATION event
2024-02-08 13:05:06 -03:00
Judson Cairo
23f1b4ac03
Implementation of Whatsapp labels management
2024-02-08 09:16:24 -03:00
Judson Cairo
27900c214f
Extracted profile picture request from contacts.upsert function
2024-02-07 18:42:12 -03:00
Judson Cairo
35cdce0d52
Check multiple numbers only once in the database
2024-02-07 08:53:47 -03:00
Davidson Gomes
d8ca480b19
Merge pull request #395 from jaison-x/import-messages-chatwoot
...
feat(chatwoot): import history messages to chatwoot on whatsapp connection
2024-02-05 15:26:21 -03:00
jaison-x
8a5ebe83a3
feat(chatwoot): import history messages to chatwoot on whatsapp connection
...
Messages are imported direct to chatwoot database. Media and group messages are ignored.
New env.yml variables:
CHATWOOT_IMPORT_DATABASE_CONNECTION_URI: URI to connect direct on chatwoot database.
CHATWOOT_IMPORT_PLACEHOLDER_MEDIA_MESSAGE: Indicates to use a text placeholder on media messages.
New instance setting:
sync_full_history: Indicates to request a full history sync to baileys.
New chatwoot options:
import_contacts: Indicates to import contacts.
import_messages: Indicates to import messages.
days_limit_import_messages: Number of days to limit history messages to import.
2024-02-02 15:32:34 -03:00
Deivison Lincoln
b3adde3a7a
Feat Reject Message If is not a valid wpp number
2024-02-01 23:42:52 -03:00
Leandro Santos Rocha
7439d2401d
Fix error ;
2024-01-31 11:39:04 -03:00
Leandro Santos Rocha
dfb1ee0c56
Adjust to use the same jid
2024-01-31 11:37:19 -03:00
Leandro Santos Rocha
3da73b821d
Removed console.log
2024-01-31 10:55:37 -03:00
Leandro Rocha
66b82ac10a
If contact stored with name, name added in return
2024-01-31 10:50:04 -03:00
Davidson Gomes
56dfc2ae82
Merge pull request #377 from judsonjuniorr/validate-numbers
...
Improvement on numbers validation
2024-01-29 11:27:48 -03:00
Judson Junior
eb96c9fece
Added new validation on the 9 digit
...
This is to prevent returning another jid when only one digit is different and not the 9 digit
2024-01-23 18:37:31 -03:00
Judson Junior
ed6c50621c
Improved the method of numbers validation
2024-01-23 18:16:15 -03:00
Judson Junior
9e5bf93580
Fix polls in message sending
2024-01-22 13:39:11 -03:00
Davidson Gomes
9d685da12d
Merge pull request #374 from judsonjuniorr/proxy-improvements
...
Proxy improvements
2024-01-21 18:16:15 -03:00
Davidson Gomes
6bb40eb502
Merge pull request #373 from leandrosroc/develop
...
Join in Group by Invite Code
2024-01-21 18:14:40 -03:00
Judson Junior
5292e569d9
Remove unused dependencies and refactor proxy handling
...
In some tests made on the testProxy function, the `new ProxyAgent()` was not working, even adding it the IP result was the same.
I've change it to the `new HttpsProxyAgent()` and it worked.
Refactored the proxy agent to center the same function/creation the same where it is used
2024-01-21 13:54:42 -03:00
Judson Junior
82e111f1be
Fix proxy handling in WAStartupService preventing instance to be created
2024-01-21 13:01:35 -03:00
Leandro Rocha
e19e37eef4
Join in Group by Invite Code
2024-01-21 02:13:24 -03:00
Judson Junior
440ff2f3ea
Add number parameter to OnWhatsAppDto constructor
2024-01-20 11:44:10 -03:00
Davidson Gomes
69a323691f
Merge pull request #370 from leandrosroc/main
...
fix: Sending status message
2024-01-19 16:38:59 -03:00
Leandro Santos Rocha
4357fcf7ef
Adjusted so that when it is "list", it sends correctly
2024-01-18 21:30:49 -03:00
Leandro Rocha
5f79513617
fix: Sending status message
2024-01-18 20:25:58 -03:00
jaison-x
c75dfcd499
feat(chatwoot): read messages from whatsapp in chatwoot
...
It works only with messages read from whatsapp to chatwoot.
2024-01-15 20:40:29 -03:00
jaison-x
2d8b5f04e9
feat(cacheservice): add suport to use use redis in cacheservice
2024-01-12 16:04:55 -03:00
Davidson Gomes
ba9f97bc3e
Merge pull request #355 from AlanMartines/main
...
Fix: Corrects the generation of the hash variable name
2024-01-11 12:57:17 -03:00
Alan Martines
933d787108
Fix: Corrects the generation of the hash variable name, error when generating with white spaces and special characters.
2024-01-10 09:27:25 -04:00
Davidson Gomes
8cfd9c44ab
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
2024-01-07 19:11:07 -03:00
Davidson Gomes
3ddff84be0
test: docker with platform arm
2024-01-07 19:10:56 -03:00
jaison-x
f376047632
perf(chatwoot): create cache for the most used/expensive functions in chatwoot
2024-01-03 18:42:54 -03:00
Davidson Gomes
7373eea842
feat: Added update message endpoint
2024-01-03 10:18:20 -03:00
Davidson Gomes
a446df4620
fix: Adjusts the quoted message, now has contextInfo in the message Raw
2024-01-02 14:04:54 -03:00
Davidson Gomes
306c6dd21d
fix: Adjusts the quoted message, now has contextInfo in the message Raw
2024-01-02 13:49:31 -03:00
Davidson Gomes
d8ce23f2a0
fix: exchange rabbitmq
2023-12-29 09:46:59 -03:00
Davidson Gomes
2aadd1cac5
fix: Adjust in webhook_base64
2023-12-28 17:32:19 -03:00
Davidson Gomes
3238150b92
fix: Proxy configuration improvements
2023-12-28 10:36:23 -03:00
Davidson Gomes
3603571967
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
2023-12-28 10:36:01 -03:00
Davidson Gomes
7c2a8c0abb
fix: Proxy configuration improvements
2023-12-28 10:35:41 -03:00
w3nder
3bb4217a45
fix: Correção na Função sendList
...
Ao disparar uma lista de mensagens, agora enviamos elas com o tipo 'PRODUCT_LIST' e realizamos a correção necessária na função patchMessageBeforeSending para o tipo 'SINGLE_SELECT'
2023-12-24 14:32:05 -03:00
jaison-x
a44cd0373e
fix: simple adjust in key object
2023-12-21 07:42:33 -03:00
jaison-x
89a37a1771
fix: show message Connection successfully established after a sucessfull connection on chatwoot
2023-12-20 18:11:41 -03:00
jaison-x
07e8449379
fix: when deleting a message in whatsapp, delete the message in chatwoot too
...
The message model schema was changed. Old format in message model was field chatwootMessageId. Now we have a document chatwoot with new properties.
I cant find a simple way to create a migration function up then the old field was no migrate to new format.
2023-12-20 17:53:37 -03:00
Davidson Gomes
060a945aea
fix: Fix the problem when disconnecting the instance and connecting again using mongodb
2023-12-20 09:56:53 -03:00
Davidson Gomes
2797250f34
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
2023-12-20 09:56:32 -03:00