Davidson Gomes
51c873c19e
prisma orm: all endpoints ok
2024-06-06 17:01:48 -03:00
Davidson Gomes
272bed1351
feat: prisma
2024-06-06 01:08:24 -03:00
Neander de Souza
8e9a1e2ba5
feat: method to mark chat as unread
2024-05-06 09:08:36 -03:00
Davidson Gomes
94f5c130bf
fix: reorganization of files and folders
2024-04-12 17:22:11 -03:00
Davidson Gomes
8ece6fb998
fix: reorganization of files and folders
2024-04-12 17:13:15 -03:00
Luis-Fernando
2b8b6b086b
Removido obrigatoriedade de descrição dos rows do sendList
...
Removida a obrigatoriedade da descrição do rows para ser algo opcional.
Isso permite os "circulos" das opções ficarem mais alinhados com os titulos sem a necessidade de adicionar espaço em branco caso não queira adicionar a descrição.
{
"number": "559999999999 (Recipient number with Country Code)",
"options": {
"delay": 1200,
"presence": "composing"
},
"listMessage": {
"title": "List Title",
"description": "List description",
"buttonText": "Click Here",
"footerText": "footer list\nhttps://examplelink.com.br ",
"sections": [
{
"title": "Row tilte 01",
"rows": [
{
"title": "Title row 01",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
"rowId": "rowId 001"
},
{
"title": "Title row 02",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
"rowId": "rowId 002"
}
]
}
}
Depois:
{
"number": "559999999999 (Recipient number with Country Code)",
"options": {
"delay": 1200,
"presence": "composing"
},
"listMessage": {
"title": "List Title",
"description": "List description",
"buttonText": "Click Here",
"footerText": "footer list\nhttps://examplelink.com.br ",
"sections": [
{
"title": "Row tilte 01",
"rows": [
{
"title": "Title row 01",
// "description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,", //podendo remover por completo como foi feito no Title row 02 abaixo ou apenas comentar a descrição
"rowId": "rowId 001"
},
{
"title": "Title row 02",
"rowId": "rowId 002"
}
]
}
}
2024-04-02 17:59:54 -03:00
Diego Vieira
e58f1d778e
feat(endpoint): add setPresence endpoint
2024-03-19 00:58:45 +00:00
w3nder
fa513bf784
Update blockUserSchema in validate.schema.ts
2024-02-20 17:47:38 -03:00
w3nder
249489e697
Add blockUser functionality
2024-02-20 17:05:07 -03:00
Davidson Gomes
ab89ef8db3
feat: whatsapp cloud api components in template
2024-02-17 18:41:35 -03:00
Davidson Gomes
0525501b87
feat: whatsapp cloud api
2024-02-17 17:42:49 -03:00
Judson Cairo
23f1b4ac03
Implementation of Whatsapp labels management
2024-02-08 09:16:24 -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
Leandro Rocha
e19e37eef4
Join in Group by Invite Code
2024-01-21 02:13:24 -03:00
Davidson Gomes
7373eea842
feat: Added update message endpoint
2024-01-03 10:18:20 -03:00
Davidson Gomes
7c2a8c0abb
fix: Proxy configuration improvements
2023-12-28 10:35:41 -03:00
Gabriel Pastori
4ed1edf53d
chatwoot_sign_delimiter
2023-12-16 17:23:39 -03:00
Davidson Gomes
7a24f52782
feat: added auto_create to the chatwoot set to create the inbox automatically or not
2023-12-11 17:32:07 -03:00
Gabriel Pastori
ee0f0f0be0
add send presence router
2023-12-06 00:31:35 -03:00
Davidson Gomes
6c9e86e17a
feat: sqs
2023-11-20 17:52:36 -03:00
Davidson Gomes
10c7e81e02
Added webhooks for typebot events
2023-08-23 07:54:46 -03:00
Davidson Gomes
03637b2d4d
Added listening_from_me option in Set Typebot
2023-08-23 07:27:40 -03:00
Davidson Gomes
a2cd57d9c6
feat: Inegration with Chama AI
2023-08-19 10:42:41 -03:00
Davidson Gomes
dd2caf720c
Added Typebot integration
2023-08-18 12:24:05 -03:00
Davidson Gomes
7c5d94c19e
feat: Added Typebot integration
2023-08-07 15:43:57 -03:00
Davidson Gomes
f3cb8c531b
feat: added proxy endpoint
2023-08-07 12:10:33 -03:00
Davidson Gomes
3b3118d764
Added Typebot integration
2023-08-04 15:00:55 -03:00
Davidson Gomes
e05c48979d
feat: Added rabbitmq to send events
2023-08-02 17:28:52 -03:00
Davidson Gomes
24c880343b
feat: Added websocket with lib socket.io
2023-08-02 16:11:19 -03:00
Alan Mosko
52533d4b38
Adição de Get Last Message e Archive por Chat
2023-07-27 09:23:44 -03:00
Alan Mosko
dc3d59bae1
wip
2023-07-26 11:12:00 -03:00
Alan Mosko
ddc75d710f
wip
2023-07-26 11:08:14 -03:00
Alan Mosko
5482601b41
Squashed commit of the following:
...
commit fb6e58b3c4
Merge: 1d3d557
67e9845
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:39:37 2023 -0300
Merge branch 'release/1.4.5'
commit 67e98456bb
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:39:27 2023 -0300
fix: Fix mids going duplicated in chatwoot
commit 3e47420534
Merge: 3f41974
1d3d557
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:38:44 2023 -0300
Merge tag '1.4.5' into develop
* Fixed problems in localization template in chatwoot
* Fix mids going duplicated in chatwoot
commit 1d3d557c43
Merge: 6b926dc
3f41974
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:38:36 2023 -0300
Merge branch 'release/1.4.5'
commit 3f41974a75
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:38:22 2023 -0300
fix: Fix mids going duplicated in chatwoot
commit 3e3c7397a5
Merge: de0c9a1
dcb5170
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:36:10 2023 -0300
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
commit dcb51702e7
Merge: 4769d75
dd0c1e2
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:36:01 2023 -0300
Merge pull request #30 from codephix/patch-1
Update whatsapp.service.ts
commit de0c9a1eff
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:34:10 2023 -0300
fix: fixed problems in localization template
commit dd0c1e20a7
Author: CodePhix <contato@codephix.com>
Date: Tue Jul 25 19:59:42 2023 -0300
Update whatsapp.service.ts
commit 4769d75dc3
Merge: ecae077
6b926dc
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 16:20:04 2023 -0300
Merge tag '1.4.4' into develop
* Fixed chatwoot line wrap issue
* Solved receive location in chatwoot
* When requesting the pairing code, it also brings the qr code
* Option reopen_conversation in chatwoot endpoint
* Option conversation_pending in chatwoot endpoint
commit 6b926dc697
Merge: 2b6dbfd
ecae077
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 16:19:54 2023 -0300
Merge branch 'release/1.4.4'
commit ecae077c6d
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 16:16:49 2023 -0300
fix: Option conversation_pending in chatwoot endpoint
commit 78ab1bed35
Merge: 6bb1abd
2b6dbfd
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 15:31:16 2023 -0300
Merge tag '1.4.4' into develop
* Fixed chatwoot line wrap issue
* Solved receive location in chatwoot
* When requesting the pairing code, it also brings the qr code
* Option reopen_conversation in chatwoot endpoint
* Option conversation_pending in chatwoot endpoint
commit 2b6dbfde6b
Merge: 82b1567
6bb1abd
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 15:31:06 2023 -0300
Merge branch 'release/1.4.4'
commit 6bb1abd7f0
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 15:29:42 2023 -0300
fix: Option conversation_pending in chatwoot endpoint
commit aef92240cc
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 15:20:21 2023 -0300
fix: Option conversation_pending in chatwoot endpoint
commit f0d8c2d095
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 13:19:15 2023 -0300
fix: Solved receive location in chatwoot
commit 14529f2c35
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 12:47:35 2023 -0300
fix: When requesting the pairing code, it also brings the qr code
commit 89f40d54d9
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 12:41:54 2023 -0300
fix: Solved receive location in chatwoot
commit 4c006970a2
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 11:52:26 2023 -0300
fix: Fixed chatwoot line wrap issue
commit de676041df
Merge: 1cd7291
82b1567
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 10:51:53 2023 -0300
Merge tag '1.4.3' into develop
* Adjusts in settings with options always_online, read_messages and read_status
* Fixed send webhook for event CALL
* Create instance with settings
commit 82b1567ae5
Merge: f95f312
1cd7291
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 10:51:42 2023 -0300
Merge branch 'release/1.4.3'
commit 1cd7291068
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 10:51:28 2023 -0300
version: 1.4.3
commit fdee1df5b3
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 10:42:45 2023 -0300
fix: Create instance with settings
commit c314d00ccd
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 10:42:34 2023 -0300
fix: Create instance with settings
commit 62e2a8a6e3
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 10:23:18 2023 -0300
fix: Fixed send webhook for event CALL
commit a12231a0aa
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 09:57:28 2023 -0300
fix: Adjusts in settings with options always_online, read_messages and read_status
commit 183efd427a
Merge: 4d9ca4b
f95f312
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:52:58 2023 -0300
Merge tag '1.4.2' into develop
* Fixed validation is set settings
* Adjusts in group validations
* Ajusts in sticker message to chatwoot
commit f95f3126c3
Merge: cc91f2e
4d9ca4b
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:52:46 2023 -0300
Merge branch 'release/1.4.2'
commit 4d9ca4b451
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:52:34 2023 -0300
version: 1.4.2
commit c76334a68a
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:32:29 2023 -0300
fix: Ajusts in sticker message to chatwoot
commit f475391ba6
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:32:15 2023 -0300
fix: Ajusts in sticker message to chatwoot
commit b77f22790b
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:13:18 2023 -0300
fix: Fixed validation is set settings
commit 757a578c6e
Merge: c582476
f8e1892
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:12:51 2023 -0300
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
commit c5824767c8
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:11:49 2023 -0300
fix: Fixed validation is set settings
commit 84f3f07279
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:11:15 2023 -0300
fix: Fixed validation is set settings
commit f8e1892eee
Merge: 036a8ed
58ed6f3
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:08:24 2023 -0300
fix: group validation
Group validation
commit 036a8edca0
Merge: 3d8e6f4
ef4be6a
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:07:05 2023 -0300
fix: Promote All Participants in Create Group
Promote All Participants in Create Group
commit 58ed6f395f
Author: Alan Mosko <moskoweb@gmail.com>
Date: Mon Jul 24 19:59:09 2023 -0300
Validação de Grupo
commit ef4be6a612
Author: Alan Mosko <moskoweb@gmail.com>
Date: Mon Jul 24 19:53:03 2023 -0300
Start
commit 3d8e6f4394
Merge: 8b6e577
0cc1f18
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 19:08:39 2023 -0300
fix: Fixed mentions
Fixed mentions
commit 0cc1f18a7e
Author: Alan Mosko <moskoweb@gmail.com>
Date: Mon Jul 24 19:05:32 2023 -0300
[BUG] Correção de mencionar
Caso seja enviado everyOne como false sem passar nada no mentioned
commit 8b6e577b8f
Merge: f9abd90
cc91f2e
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 18:28:57 2023 -0300
Merge tag '1.4.1' into develop
* Fixed reconnect with pairing code or qrcode
* Fixed problem in createJid
2023-07-26 10:59:15 -03:00
Alan Mosko
249aecbc0d
wip
2023-07-26 10:58:13 -03:00
Davidson Gomes
f9abd90cc9
fix: connection state
2023-07-24 18:28:01 -03:00
Davidson Gomes
2f3d6f7e63
fix: Fixed problem with fileSha256 appearing when sending a sticker in chatwoot
2023-07-24 11:48:10 -03:00
Davidson Gomes
20abdd2908
fix: Adjusts in createJid to sendContact
...
Adjusts in createJid to sendContact
2023-07-24 11:17:35 -03:00
Alan Mosko
28c2c7285c
Gerar Wuid no SendContact
2023-07-24 11:15:58 -03:00
Davidson Gomes
3ca8ab12a4
fix: Adjusts in createJid
...
Adjusts in createJid
2023-07-24 11:13:30 -03:00
Alan Mosko
fd82aa143c
wip
2023-07-24 11:10:32 -03:00
Davidson Gomes
73d9cd62a5
feat: Created settings Controller
2023-07-24 09:42:29 -03:00
Davidson Gomes
798eb90bed
feat: Added fetch profile endpoint in chat controller and link preview option in send text message
2023-07-23 22:24:21 -03:00
Davidson Gomes
8f4d44a212
Added connection functionality via pairing code
2023-07-21 20:37:58 -03:00
Davidson Gomes
3cf0ced62e
test: status/stories
2023-07-18 20:23:18 -03:00
Davidson Gomes
e6b0addb6c
feat: added messages.delete event
2023-07-16 18:16:05 -03:00
Davidson Gomes
b9eb8d45b2
fix: removed link preview endpoint, now it's done automatically from sending conventional text
2023-07-16 17:57:37 -03:00
Davidson Gomes
be782ba512
feat: Added returning or non-returning participants option in fetchAllGroups
2023-07-13 07:19:32 -03:00
Davidson Gomes
0fc3b47c88
feat: chatwoot integration completed
2023-07-13 00:27:18 -03:00
Davidson Gomes
57b61070d9
feat: Save chatwoot creds
2023-07-12 15:41:07 -03:00
Davidson Gomes
86ce00365a
fix: Adjusts in env files, removed save old_messages
2023-07-12 14:39:43 -03:00