Davidson Gomes
181768d91f
Merge pull request #336 from jaison-x/adjust-filename-chatwoot
...
perf(chatwoot): only use a axios request to get file mimetype if necessary
2023-12-29 19:11:22 -03:00
Davidson Gomes
2dcd4d8fd3
fix: Correction in chatwoot text formatting and render list message
2023-12-29 19:10:59 -03:00
jaison-x
d909550134
fix(chatwoot): add file extension to var fileName
2023-12-29 18:42:07 -03:00
jaison-x
c564ec41e2
perf(chatwoot): Only use a axios request to get mimetype file if necessary
2023-12-29 18:15:05 -03:00
Davidson Gomes
af94a0e174
Merge pull request #334 from jaison-x/adjust-filename-chatwoot
...
fix(chatwoot): when possible use the original file extension
2023-12-29 17:10:43 -03:00
jaison-x
fcd8815fca
fix(chatwoot): when possible use the original file extension
...
In some cases mimeTypes.extension() return false to csv and other file types
2023-12-29 14:52:16 -03:00
Davidson Gomes
5bd3f28117
Merge pull request #332 from jaison-x/adjust-filename-chatwoot
...
fix(chatwoot): when receiving a file from whatsapp, use the original filename in chatwoot if possible
2023-12-29 10:36:17 -03:00
Davidson Gomes
384bde333e
Merge pull request #331 from jaison-x/pr
...
refactor(chatwoot): remove message ids cache in chatwoot to use chatwoot's api itself
2023-12-29 10:36:01 -03:00
Davidson Gomes
d06ec604b9
version: 1.6.2
2023-12-29 10:34:23 -03:00
Davidson Gomes
d8ce23f2a0
fix: exchange rabbitmq
2023-12-29 09:46:59 -03:00
Davidson Gomes
3ccb983377
fix: chatwoot service
2023-12-28 18:24:29 -03:00
Davidson Gomes
19fb9fcd31
fix: webhook
2023-12-28 18:20:38 -03:00
Davidson Gomes
6983f385fc
fix: correction in typebot text formatting
2023-12-28 18:07:24 -03:00
Davidson Gomes
2aadd1cac5
fix: Adjust in webhook_base64
2023-12-28 17:32:19 -03:00
jaison-x
bfa7d429bd
refactor(chatwoot): remove message ids cache in chatwoot to use chatwoot's api itself.
...
Remove use of disc cache to optimize performance.
BREAKING CHANGE: to make this, we need to use the param `source_id` from message in chatwoot.
This param is only available from api in chatwoot version => 3.4.0.
2023-12-28 14:43:50 -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
jaison-x
8b5f73badd
fix: added support to use source_id to check chatwoot's webhook needs to be ignored.
...
With this, messageCache is used to support Chatwoot version <= 3.3.1.
After this version we can remove use of message cache and use only the source_id field to check chatwoot's webhook needs to be ignored. It's have much better performance.
2023-12-27 13:56:32 -03:00
jaison-x
49aa1ea17c
fix: when receiving a file from whatsapp, use the original filename in chatwoot when possible
2023-12-26 01:21:05 -03:00
jaison-x
7430897085
fix: when receiving a file from whatsapp, use the original filename in chatwoot when possible
2023-12-25 23:58:07 -03:00
jaison-x
82894a1c4f
refactor: change the message ids cache in chatwoot to use a in memory cache
...
Remove use of disc cache for optimize performance.
To make this, we need change to use only one instance of ChatwootService in entire application.
2023-12-25 22:29:03 -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
cadc038966
Merge remote-tracking branch 'upstream/develop' into pr
2023-12-20 17:54:52 -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
fb61fb7849
Merge pull request #310 from gabrielpastori1/disable-docs-manager
...
Add options to disable docs and manager
2023-12-20 10:02:46 -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
Davidson Gomes
97b3f9b3c7
fix: Fix the problem when disconnecting the instance and connecting again using mongodb
2023-12-20 09:55:51 -03:00
Gabriel Pastori
9363301d2a
Add DISABLE_DOCS and DISABLE_MANAGER
2023-12-19 21:18:40 -03:00
Davidson Gomes
d93a826e28
Merge pull request #309 from jaison-x/pr
...
fix: message can be undefined
2023-12-19 18:59:59 -03:00
jaison-x
244fe0835e
Update chatwoot.service.ts
...
fix: message can be undefined
2023-12-19 18:49:31 -03:00
Rajeh Taher
4e27c22292
fix: message retry
2023-12-19 22:28:50 +02:00
Davidson Gomes
53ee270096
Merge pull request #307 from gabrielpastori1/chatwoot-format
...
Chatwoot Agent Name
2023-12-19 17:15:32 -03:00
Gabriel Pastori
a00ad20c08
chatwoot agent available_name
2023-12-19 16:41:52 -03:00
Davidson Gomes
e8764dd1c6
fix: Fix the problem when disconnecting the instance and connecting again using mongodb
2023-12-19 14:55:16 -03:00
Davidson Gomes
7bf7c96587
Merge pull request #301 from drauber/addLogInfo
...
Add connected number and instance name to connected log
2023-12-19 14:27:41 -03:00
Davidson Gomes
72b857a92f
Merge pull request #299 from gabrielpastori1/chatwoot-format
...
Chatwoot format
2023-12-19 14:27:05 -03:00
Douglas Rauber at Nitro
380d6a43a5
Add connected number and instance name to connected log
2023-12-19 08:02:29 -03:00
Gabriel Pastori
076f2b492e
fix: chatwoot media process
2023-12-18 21:23:56 -03:00
Davidson Gomes
8bfc62a3b2
fix: adjusts in typebot
2023-12-18 16:27:37 -03:00
Davidson Gomes
d39776a314
fix: fixed the pairing code
2023-12-18 15:27:22 -03:00
Davidson Gomes
35641d0543
fix: fixed the pairing code
2023-12-18 15:24:19 -03:00
Gabriel Pastori
fb24b7eaa7
Merge branch 'develop' into chatwoot-format
2023-12-17 13:30:54 -03:00
Gabriel Pastori
8d04198309
fix: monospace and bold
2023-12-17 13:24:43 -03:00
Davidson Gomes
da796347c4
fix: include instance Id field in the instance configuration
2023-12-17 09:37:18 -03:00
Davidson Gomes
4ba5cfceaf
fix: include instance Id field in the instance configuration
2023-12-17 07:50:17 -03:00
Davidson Gomes
7cc324e1c0
fix: include instance Id field in the instance configuration
2023-12-17 07:04:33 -03:00
Davidson Gomes
cf89601269
fix: include instance Id field in the instance configuration
2023-12-17 06:59:05 -03:00
Gabriel Pastori
5aa89d85f3
fix: remove comments
2023-12-16 18:39:46 -03:00
Gabriel Pastori
4ed1edf53d
chatwoot_sign_delimiter
2023-12-16 17:23:39 -03:00
Gabriel Pastori
1be1326b52
Refactor message formatting in ChatwootService (Bold, italic, etc)
2023-12-16 15:58:01 -03:00
Gabriel Pastori
ff82987144
simple add keep open
2023-12-15 12:39:07 -03:00
Davidson Gomes
f612a45550
fix: correction sending s3/minio media to chatwoot and typebot
2023-12-14 17:20:37 -03:00
Davidson Gomes
182dce4840
fix: correction sending s3/minio media to chatwoot and typebot
2023-12-14 16:42:03 -03:00
Davidson Gomes
4e41e072d6
fix: correction sending s3/minio media to chatwoot and typebot
2023-12-14 16:13:15 -03:00
Davidson Gomes
a369c16db8
fix: correction sending s3/minio media to chatwoot and typebot
2023-12-14 15:59:06 -03:00
Davidson Gomes
1fc820787a
fix: correction sending s3/minio media to chatwoot and typebot
2023-12-14 15:57:34 -03:00
Davidson Gomes
d3a83ba89e
fix: correction sending s3/minio media to chatwoot and typebot
2023-12-14 15:35:17 -03:00
Davidson Gomes
20fb66e2f7
fix: correction sending s3/minio media to chatwoot and typebot
2023-12-14 11:50:05 -03:00
Davidson Gomes
a44646161b
fix: variables in typebot
2023-12-14 08:35:45 -03:00
Davidson Gomes
379855714e
version: 1.6.0
2023-12-12 17:44:00 -03:00
Davidson Gomes
ff06cd7643
feat: Added support for new typebot API
2023-12-12 16:55:46 -03:00
Davidson Gomes
ade3952016
fix: Fixed issue sending contact to Chatwoot via iOS
2023-12-12 16:28:01 -03:00
Davidson Gomes
f246516a6e
fix: fixed issue where CSAT opened a new ticket when reopen_conversation was disabled
2023-12-12 16:08:09 -03:00
Davidson Gomes
c296bf4178
fix: Fixed problem that did not generate qrcode with the chatwoot_conversation_pending option enabled
2023-12-12 15:46:10 -03:00
Davidson Gomes
1568554a1c
feat: added reply, delete and message reaction in chatwoot v3.3.1
2023-12-12 15:24:54 -03:00
Davidson Gomes
ae66be197e
feat: added reply, delete and message reaction in chatwoot v3.3.1
2023-12-12 15:16:09 -03:00
Davidson Gomes
64c1440c46
fix: correction of chatwoot functioning with admin flows
2023-12-12 13:56:41 -03:00
Davidson Gomes
f069a41390
fix: added restart instance when update profile pricture
2023-12-11 18:17:18 -03:00
Davidson Gomes
7ee5bcecff
fix: added restart instance when update profile pricture
2023-12-11 18:15:24 -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
Davidson Gomes
324d46120b
feat: new manager
2023-12-11 15:31:43 -03:00
Davidson Gomes
87baec5ff8
Merge pull request #250 from gabrielpastori1/manager
...
Add Manager
2023-12-11 15:27:43 -03:00
Gabriel Pastori
b2e144f35c
add manager
2023-12-11 15:06:42 -03:00
Davidson Gomes
87a8e25662
Merge pull request #249 from gabrielpastori1/typebot-auto-create-session
...
fix: only create if is paused
2023-12-11 12:57:51 -03:00
Gabriel Pastori
8e88f00fb2
fix: only create if is paused
2023-12-11 12:42:09 -03:00
Davidson Gomes
d14505d59a
Merge pull request #248 from gabrielpastori1/fix-chatwoot-find
...
Fix chatwoot find
2023-12-11 12:32:19 -03:00
Davidson Gomes
1e6d4347fa
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
2023-12-11 12:09:08 -03:00
Davidson Gomes
b8d9a8c072
fix: adjusted return from queries in mongodb
2023-12-11 12:08:58 -03:00
Gabriel Pastori
fd15ae5e8c
Fix condition to check for empty result object
2023-12-11 12:00:33 -03:00
Davidson Gomes
fb6377414b
Merge pull request #237 from gabrielpastori1/add-send-presence
...
Add sendPresence
2023-12-11 10:47:26 -03:00
Davidson Gomes
9a5dbe055e
fix: adjusts in connection
2023-12-08 18:44:52 -03:00
Gabriel Pastori
42dd280aca
change sendPresence from sendMessage to chat
2023-12-08 18:40:48 -03:00
Davidson Gomes
41b2946cdc
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
2023-12-06 15:22:08 -03:00
Davidson Gomes
a90f0f2c59
Fixes in mongodb and chatwoot
2023-12-06 15:21:50 -03:00
Gabriel Pastori
4222c0e53b
Fix logger message in sendPresence route
2023-12-06 00:32:27 -03:00
Gabriel Pastori
ee0f0f0be0
add send presence router
2023-12-06 00:31:35 -03:00
Gabriel Pastori
aa891489f0
Add session creation for typebot service
2023-12-03 21:00:26 -03:00
Davidson Gomes
4c69b059d4
proxy
2023-12-01 21:24:38 -03:00
Davidson Gomes
2de0b61726
fix: adjusts in proxy
2023-12-01 20:09:19 -03:00
Davidson Gomes
d75163aa57
test: adjusts wasocket
2023-12-01 15:04:57 -03:00
Davidson Gomes
e49f30641e
test: adjusts wasocket
2023-12-01 14:30:20 -03:00
Davidson Gomes
1631c2c342
test: adjusts wasocket
2023-12-01 09:42:56 -03:00
Davidson Gomes
cf7de369b2
test: adjusts wasocket
2023-12-01 08:22:40 -03:00
Davidson Gomes
78c03d8f2f
test: adjusts wasocket
2023-12-01 08:21:36 -03:00
Davidson Gomes
876320b849
feat: added compatibility with typebot v2
2023-11-30 17:13:05 -03:00
Davidson Gomes
3c19bdfaa9
fix: Removed await from webhook when sending a message
2023-11-30 07:09:11 -03:00