Davidson Gomes
7e9132fcfe
chore: Remove DEL\_TEMP\_INSTANCES variable and related functionality
...
The DEL\_TEMP\_INSTANCES variable and its related functionality have been removed from the .env.example, CHANGELOG.md, and src/api/services/monitor.service.ts files. The `delInstanceFiles` and `deleteTempInstances` methods have been removed from the MonitoringService class. This change simplifies the codebase and removes unnecessary functionality that was not being used.
Please note that this change does not impact the current functionalities of the application. However, it's important to update the documentation and any other related files accordingly. Make sure to test the application thoroughly to ensure there are no unintended consequences from this change.
2024-07-17 18:52:40 -03:00
Davidson Gomes
d76816eb9c
Fix: Resolve 'not find name' issue in WhatsApp service
...
Resolves an issue where a name was not being found in the WhatsApp service. This fix updates the 'name' property in the WhatsApp service to use 'remoteJid' instead of 'id' when searching for contacts. This change affects the 'src/api/services/channels/whatsapp.baileys.service.ts' file and is reflected in the latest CHANGELOG.md update.
Note: The 'not find name' issue was initially addressed in the previous CHANGELOG.md version but was reintroduced due to a change in the contacts search logic. This commit aims to definitively resolve the issue.
2024-07-17 18:49:39 -03:00
Davidson Gomes
d1098cfcae
fix: Update version and fix data saving function
...
This commit updates the package version from 2.0.1-beta to 2.0.2-beta and fixes an issue with the function of saving or not saving data in the database. It modifies the package.json and CHANGELOG.md files.
Note: The CHANGELOG.md file includes a detailed list of changes and can be reviewed for more information.
2024-07-17 18:43:44 -03:00
Davidson Gomes
1e96878e5f
fix: Improve database saving functionality
...
This commit fixes an issue with data being inconsistently saved in the database. It introduces a new configuration option to enable/disable saving of chat and contact data, as well as message updates and historic data.
The following files were modified:
- .env.example
- CHANGELOG.md
- src/api/services/channels/whatsapp.baileys.service.ts
- src/config/env.config.ts
The 'DATABASE_SAVE_DATA_NEW_MESSAGE', 'DATABASE_SAVE_DATA_MESSAGE_UPDATE', 'DATABASE_SAVE_DATA_CONTACTS', 'DATABASE_SAVE_DATA_CHATS', and 'DATABASE_SAVE_DATA_HISTORIC' options have been added to the 'SaveData' interface in 'env.config.ts'. These options control whether new messages, message updates, contacts, chats, and historic data are saved in the database, respectively. The 'DATABASE_SAVE_DATA_HISTORIC' option is new and allows for more granular control over what data is saved.
The 'WhatsappBaileysService' in 'whatsapp.baileys.service.ts' has been updated to check these configuration options before saving data in the database. This ensures that data is only saved when explicitly allowed.
The 'CHANGELOG.md' has been updated to reflect these changes.
2024-07-17 18:41:11 -03:00
Davidson Gomes
19e9ff9cc8
Fix: Resolved issue with Chatwoot not receiving messages sent by Typebot
...
Modified: CHANGELOG.md, src/api/integrations/typebot/services/typebot.service.ts
This commit resolves an issue where Chatwoot was not receiving messages sent by Typebot. The necessary changes were made to the typebot service file and the changelog was updated accordingly.
2024-07-17 15:49:03 -03:00
Davidson Gomes
7a675e7b37
fix(CHANGELOG): update version from alpha to beta
...
- Updated the version from 2.0.0 (alpha) to 2.0.0 (beta) in the CHANGELOG.md file.
- This change reflects the progression of the project towards a beta version.
2024-07-14 12:29:16 -03:00
Davidson Gomes
585421c514
chore: Update changelog with new features and bug fixes
...
- Update CHANGELOG.md with new typebot integration improvements
- Media sent to typebot now goes as a template string, example: imageMessage|MESSAGE\_ID
- Added debounce time for typebot messages
- Tagging in chatwoot contact by instance
- Ignore jids configuration added to typebot (will be used for both groups and contacts)
- When S3 integration enabled, the media sent to typebot now goes as a template string, example: imageMessage|MEDIA\_URL
- Fix typo in CHANGELOG.md: * Media sent to typebot now goes as a template string, example: imageMessage:MESSAGE\_ID (corrected to |)
Please review the updated changelog for accuracy and completeness.
2024-07-14 10:50:38 -03:00
Davidson Gomes
db1ab7404b
chore: Update environment variables and add Minio/S3 integration
...
Updated .env.example with new environment variables for Minio/S3 integration.
Added configuration for Minio/S3 endpoint, bucket, access key, secret key, and other related settings.
Updated CHANGELOG.md to include the Minio/S3 integration.
This change allows for the addition of Minio/S3 as a storage option for the project, improving flexibility and scalability.
2024-07-13 16:09:20 -03:00
Davidson Gomes
d3ab402d94
chore: Update changelog with new changes
...
- Add support for ignoring jids configuration in typebot
- Update regex and fallback implementation in typebot
- Enable tagging in chatwoot contact by instance
- Add support for managing WhatsApp templates via official API
The changelog has been updated to reflect the recent changes in the project. This includes the addition of a new feature to ignore jids configuration in typebot, updates to the regex and fallback implementation in typebot, the ability to enable tagging in chatwoot contact by instance, and support for managing WhatsApp templates via the official API. These changes improve the functionality and maintainability of the project.
2024-07-12 20:18:39 -03:00
Davidson Gomes
480cc67927
feat: Fixes and implementation of regex and fallback in typebot
2024-07-12 20:03:53 -03:00
Davidson Gomes
aab62e4b03
chore: Update CHANGELOG, Dockerfile and add CI workflow for publishing latest Docker image
...
- Update CHANGELOG.md to include the new Docker workflow
- Update Dockerfile to improve the build process
- Add a new GitHub Actions workflow (.github/workflows/publish\_docker\_image\_latest.yml) to publish the latest Docker image on push to the 'v2.0.0' branch
This change allows for easier deployment of the latest version of the application, with an updated Dockerfile and a new GitHub Actions workflow to handle publishing the Docker image.
2024-07-03 17:25:38 -03:00
Davidson Gomes
b5683aed2a
chore: Update 'baileys' dependency to use 'EvolutionAPI' repository
...
The 'baileys' dependency in the 'package.json' file has been updated to use the 'EvolutionAPI' repository instead of 'WhiskeySockets'. This change ensures that the latest version of 'baileys' is used, which includes improvements in group message sending and cache utilization.
Modified files:
- package.json
2024-06-27 17:49:48 -03:00
Davidson Gomes
aa79c1bfd7
feat: tagging in chatwoot contact by instance
2024-06-12 15:18:37 -03:00
Davidson Gomes
fa14b7b1a9
feat: Added debounce time for typebot messages
2024-06-11 17:56:45 -03:00
Davidson Gomes
31258a9b85
feat: Organization configuration and logo in chatwoot bot contact
2024-06-11 10:09:04 -03:00
Davidson Gomes
99999eae5d
fix: reply with media message
2024-06-10 14:50:03 -03:00
Davidson Gomes
21d984969a
fix: Correction of audio sending, now we can speed it up and have the audio wireframe
2024-06-10 07:45:43 -03:00
Davidson Gomes
184009bc4b
docker
2024-06-09 16:54:44 -03:00
Davidson Gomes
828ac2f383
Merge branch 'develop' into v2.0.0
2024-06-09 08:55:22 -03:00
Davidson Gomes
c898f1e62a
v1.8.1
2024-06-08 21:32:50 -03:00
Davidson Gomes
81a62373f8
changelog
2024-06-08 21:32:01 -03:00
Davidson Gomes
2002e1c38d
changelog
2024-06-08 21:31:02 -03:00
Davidson Gomes
e7b0bb53b9
changelog
2024-06-08 21:30:38 -03:00
Davidson Gomes
1f817df5f6
fix: Correction of variables breaking lines in typebot
2024-06-08 21:27:58 -03:00
Davidson Gomes
49daf5719b
changelog
2024-06-08 21:24:33 -03:00
Davidson Gomes
ee9cdc51c0
adjusts in typebot
2024-06-08 19:22:12 -03:00
Davidson Gomes
9178fd74a9
changelog
2024-06-08 19:05:16 -03:00
Davidson Gomes
56df0caab0
fix: now in typebot we wait until the terminal block to accept the user's message, if it arrives before the block is sent, it is ignored
2024-06-08 15:09:55 -03:00
Davidson Gomes
be65b93d59
fix: Correction of variables breaking lines in typebot
2024-06-08 13:41:44 -03:00
Davidson Gomes
dbb309eaa0
changelog
2024-06-07 13:00:54 -03:00
Davidson Gomes
a578384e85
chore: Simplified payloads and instance endpoint
2024-06-07 11:09:08 -03:00
Davidson Gomes
0bb9940d05
changelog
2024-06-06 18:45:42 -03:00
Davidson Gomes
ea0ef20979
changelog
2024-06-06 18:43:15 -03:00
Davidson Gomes
51c873c19e
prisma orm: all endpoints ok
2024-06-06 17:01:48 -03:00
Davidson Gomes
99c8cc0242
prima orm: instance controller ok
2024-06-06 16:14:22 -03:00
Davidson Gomes
36ec67cef9
feat: prisma and remove mongodb
2024-06-06 14:47:58 -03:00
Davidson Gomes
696261d749
New method of saving sessions to a file using worker
2024-06-01 09:54:56 -03:00
Davidson Gomes
2e9c14a0a8
fix: security fix in fetch instance with client key when not connected to mongodb
2024-05-27 16:35:59 -03:00
Davidson Gomes
3a5cfbf36f
fix: Build in docker for linux/amd64, linux/arm64 platforms
2024-05-27 16:17:22 -03:00
Davidson Gomes
b5ec79daae
fix: Build in docker for linux/amd64, linux/arm64 platforms
2024-05-27 16:07:03 -03:00
Davidson Gomes
e4b6f4ff0d
correction in message formatting when generated by AI as markdown in typebot
2024-05-27 09:23:53 -03:00
Davidson Gomes
f0d40eea15
New global mode for rabbitmq events
2024-05-24 18:48:54 -03:00
Davidson Gomes
f7dcab3736
Now in the manager, when logging in with the client's apikey, the listing only shows the instance corresponding to the provided apikey (only with MongoDB)
2024-05-23 11:31:45 -03:00
Davidson Gomes
67afbd6a77
v1.7.5
2024-05-21 08:53:35 -03:00
Davidson Gomes
95907b3cea
v 1.7.4
2024-04-28 09:47:06 -03:00
Davidson Gomes
14c210c771
fix: new version baileys
2024-04-28 09:41:22 -03:00
Davidson Gomes
00e7fcc46b
changelog
2024-04-27 13:13:43 -03:00
Davidson Gomes
d95791cc18
changelog
2024-04-27 13:12:29 -03:00
Davidson Gomes
c85619efcf
fix: Recovering messages lost with redis cache
2024-04-18 17:33:09 -03:00
Davidson Gomes
27f9ae1e56
fix: Recovering messages lost with redis cache
2024-04-18 17:31:10 -03:00
Davidson Gomes
4dd5533202
fix: Adjusts in proxy on fetchAgent
2024-04-18 12:54:00 -03:00
Davidson Gomes
a4d1740754
fix: Adjusts in proxy on fetchAgent
2024-04-18 12:53:55 -03:00
Davidson Gomes
5e288d57ea
changelog
2024-04-18 12:12:11 -03:00
Davidson Gomes
61bd5b3484
fix: Adjusts in redis for save instances
2024-04-18 10:39:24 -03:00
Davidson Gomes
27f67142c8
changelog
2024-04-17 18:46:50 -03:00
Davidson Gomes
07ff61c070
changelog
2024-04-17 18:25:35 -03:00
Davidson Gomes
b6c56551bc
fix: Revert pull request #523
2024-04-16 19:13:25 -03:00
Davidson Gomes
1379228196
fix: Revert pull request #523
2024-04-16 19:12:03 -03:00
Davidson Gomes
d6e19b9273
adjusts in v1.7.3
2024-04-16 19:08:44 -03:00
Davidson Gomes
96ae97664c
v 1.7.2
2024-04-12 17:31:58 -03:00
Davidson Gomes
8ece6fb998
fix: reorganization of files and folders
2024-04-12 17:13:15 -03:00
Davidson Gomes
86e978faad
fix: send contact.upsert via webhook
2024-04-12 12:51:13 -03:00
Davidson Gomes
d5d8f2a318
fix: send contact.upsert via webhook
2024-04-12 12:33:31 -03:00
Davidson Gomes
6e2a3a410a
fix: audio encoding
2024-04-12 11:20:18 -03:00
Davidson Gomes
e153515847
adjusts in redis
2024-04-09 07:31:37 -03:00
Davidson Gomes
324dc01699
v 1.7.1
2024-04-03 10:19:59 -03:00
Davidson Gomes
f11d468e31
ajustes wa business
2024-04-03 08:14:56 -03:00
Davidson Gomes
73bd55dfac
changelog
2024-04-03 07:06:41 -03:00
Davidson Gomes
286fe03500
v 1.7.0
2024-03-11 18:23:58 -03:00
Davidson Gomes
da341a95c6
fix: writing over 20s now loops until finished
2024-02-28 13:47:54 -03:00
Davidson Gomes
f469c2e65d
feat: whatsapp cloud api
2024-02-17 17:43:25 -03:00
Davidson Gomes
3a37fd9d32
fix: typebot's wait now pauses the flow and composing is defined by the delay_message parameter in set typebot
2024-02-16 10:31:15 -03:00
Judson Cairo
23f1b4ac03
Implementation of Whatsapp labels management
2024-02-08 09:16:24 -03:00
Davidson Gomes
058acc5042
changelog
2024-01-29 11:43:42 -03:00
Davidson Gomes
7373eea842
feat: Added update message endpoint
2024-01-03 10:18:20 -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
85d1825236
version: 1.6.2
2023-12-29 19:12:29 -03:00
Davidson Gomes
2dcd4d8fd3
fix: Correction in chatwoot text formatting and render list message
2023-12-29 19:10:59 -03:00
Davidson Gomes
5f4a1b96ce
fix: correction in typebot text formatting
2023-12-28 18:08:30 -03:00
Davidson Gomes
2aadd1cac5
fix: Adjust in webhook_base64
2023-12-28 17:32:19 -03:00
Davidson Gomes
7c2a8c0abb
fix: Proxy configuration improvements
2023-12-28 10:35:41 -03:00
Davidson Gomes
3e358e5d26
version: 1.6.1
2023-12-22 11:43:58 -03:00
Davidson Gomes
dc5dae04eb
fix: when deleting a message in whatsapp, delete the message in chatwoot too
2023-12-22 11:43:10 -03:00
Davidson Gomes
1f65731165
fix: Add options to disable docs and manager
2023-12-20 10:03:44 -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
547f981c47
fix: adjusts in typebot
2023-12-18 16:46:04 -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
b4ce45bc4b
Add new env and fix message formatting in Chatwoot to changelog
2023-12-17 13:25:03 -03:00
Davidson Gomes
cf89601269
fix: include instance Id field in the instance configuration
2023-12-17 06:59:05 -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
87027ea2d0
update: manager
2023-12-12 18:16:02 -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
3e904aa160
fix: correction of chatwoot functioning with admin flows
2023-12-12 13:56:47 -03:00
Davidson Gomes
d4a33e2290
fix: added restart instance when update profile pricture
2023-12-11 18:16:11 -03:00
Davidson Gomes
48f6ee8846
feat: added auto_create to the chatwoot set to create the inbox automatically or not
2023-12-11 17:32:19 -03:00
Davidson Gomes
324d46120b
feat: new manager
2023-12-11 15:31:43 -03:00
Davidson Gomes
b8d9a8c072
fix: adjusted return from queries in mongodb
2023-12-11 12:08:58 -03:00
Davidson Gomes
a90f0f2c59
Fixes in mongodb and chatwoot
2023-12-06 15:21:50 -03:00
Davidson Gomes
359bd9f762
fix: adjusts in proxy
2023-12-01 20:09:22 -03:00
Davidson Gomes
876320b849
feat: added compatibility with typebot v2
2023-11-30 17:13:05 -03:00
Davidson Gomes
a1d13f8ff3
changelog
2023-11-30 07:12:14 -03:00
Davidson Gomes
3c19bdfaa9
fix: Removed await from webhook when sending a message
2023-11-30 07:09:11 -03:00
Davidson Gomes
4362de2198
fix: adjusts in validation to messages.upsert
2023-11-30 07:01:26 -03:00
Davidson Gomes
57fb3c9785
fix: fixed lids messages
2023-11-27 19:58:23 -03:00
Davidson Gomes
a277d36696
feat: sqs
2023-11-20 17:53:29 -03:00
Davidson Gomes
783c00a1d9
fix: Added mimetype field when sending media
2023-10-25 10:29:24 -03:00
Davidson Gomes
cc9df1dabb
fix: start session
2023-10-24 12:06:20 -03:00
Davidson Gomes
daadc6cb68
fix: adjusts in proxy
2023-10-18 18:09:26 -03:00
Davidson Gomes
303effebbc
version: 1.5.4
2023-10-09 20:43:30 -03:00
Davidson Gomes
62c74deac3
fix: Solved problem with duplicate messages in chatwoot
2023-10-09 18:00:14 -03:00
Davidson Gomes
047359e8dc
version: 1.5.3
2023-10-06 18:55:36 -03:00
Davidson Gomes
966b287026
feat: webhook base64 option
2023-10-05 16:01:47 -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
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
0ef5d884cc
version: 1.5.2
2023-09-28 17:56:47 -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
Davidson Gomes
e1c8928ed9
Added support for messaging with ads on chatwoot
2023-09-17 13:52:54 -03:00
Davidson Gomes
1f98940445
Added support for messaging with ads on chatwoot
2023-09-17 13:48:42 -03:00
Davidson Gomes
707aa22a6d
Added support for messaging with ads on chatwoot
2023-09-17 13:48:27 -03:00
Davidson Gomes
adc8833670
fix: Debug Bad Request
2023-09-11 09:39:09 -03:00
Davidson Gomes
9b72b3e332
Added webhook to send errors
2023-08-25 09:01:48 -03:00
Davidson Gomes
c03919be2d
Added ChamaAI integration
2023-08-23 08:58:49 -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
deb8f2a0b7
Added send and date_time in webhook data
2023-08-18 12:48:30 -03:00
Davidson Gomes
5c247e3d2c
Added send and date_time in webhook data
2023-08-18 12:46:47 -03:00
Davidson Gomes
deb07d2b7f
Messages sent by the api now arrive in chatwoot
2023-08-18 08:44:13 -03:00
Davidson Gomes
07ad5756eb
fix: Fixed issue that did not output base64 averages
2023-08-09 16:57:23 -03:00
Davidson Gomes
a16b5f4644
feat: added proxy endpoint
2023-08-07 12:10:53 -03:00
Davidson Gomes
d99ccd9df6
Added Typebot integration
2023-08-04 15:03:08 -03:00
Davidson Gomes
ab5289a136
feat: Added rabbitmq to send events
2023-08-02 17:29:09 -03:00
Davidson Gomes
b3b4ee7a28
fix: If you pass empty events in create instance and set webhook it is understood as all
2023-08-02 14:48:02 -03:00
Davidson Gomes
79864e97d6
feat: Added websocket with lib socket.io
2023-08-02 13:08:30 -03:00
Davidson Gomes
ed5e66e430
fix: Update view manager
2023-08-01 18:01:29 -03:00
Davidson Gomes
b88656829e
feat: Added env var QRCODE_COLOR
2023-07-31 15:51:05 -03:00
Davidson Gomes
aefe6a5943
feat: Added Get Last Message and Archive for Chat
2023-07-31 15:30:48 -03:00
Davidson Gomes
38f61cdf75
fix: Update Dockerfile
2023-07-31 15:28:00 -03:00
Davidson Gomes
0dca009c01
fix: Adjustment in the saving of contacts, saving the information of the number and Jid
2023-07-31 13:42:37 -03:00
Davidson Gomes
8afcfde078
add: Added extra files for chatwoot and appsmith
2023-07-31 12:26:50 -03:00
Davidson Gomes
9ea1eaf3ed
fix: Encoded spaces in chatwoot webhook
2023-07-31 10:55:24 -03:00
Davidson Gomes
66d06afaf7
feat: New instance manager in /manager route
2023-07-30 11:03:12 -03:00
Davidson Gomes
fe2b9774d8
fix: Solved problem when disconnecting from the instance the instance was deleted
2023-07-29 11:09:56 -03:00
Davidson Gomes
65e2ecf88e
version: 1.4.8
2023-07-27 10:28:26 -03:00
Davidson Gomes
9af7f67930
version: 1.4.7
2023-07-27 08:52:45 -03:00
Davidson Gomes
f74a7e87bd
version: 1.4.7
2023-07-27 08:48:03 -03:00
Davidson Gomes
d3fce5fc89
fix: Fixed problem of getting message when deleting message in chatwoot
2023-07-27 08:45:02 -03:00
Davidson Gomes
127d5b97c4
fix: fixed error return bug
2023-07-27 08:36:18 -03:00
Davidson Gomes
1bf2278f31
version: 1.4.6
2023-07-26 17:54:29 -03:00
Davidson Gomes
73e92f9ef5
version: 1.4.6
2023-07-26 17:41:06 -03:00
Davidson Gomes
312ee249b6
version: 1.4.6
2023-07-26 17:39:59 -03:00
Davidson Gomes
1b93aac8c5
fix: When conversation reopens is pending when conversation pending is true
2023-07-26 17:33:31 -03:00
Davidson Gomes
85ca0683ed
fix: fixed bug of creating new inbox by chatwoot
2023-07-26 17:15:09 -03:00
Davidson Gomes
3f41974a75
fix: Fix mids going duplicated in chatwoot
2023-07-26 09:38:22 -03:00
Davidson Gomes
de0c9a1eff
fix: fixed problems in localization template
2023-07-26 09:34:10 -03:00
Davidson Gomes
6bb1abd7f0
fix: Option conversation_pending in chatwoot endpoint
2023-07-25 15:29:42 -03:00
Davidson Gomes
aef92240cc
fix: Option conversation_pending in chatwoot endpoint
2023-07-25 15:20:21 -03:00
Davidson Gomes
14529f2c35
fix: When requesting the pairing code, it also brings the qr code
2023-07-25 12:47:35 -03:00
Davidson Gomes
89f40d54d9
fix: Solved receive location in chatwoot
2023-07-25 12:41:54 -03:00
Davidson Gomes
4c006970a2
fix: Fixed chatwoot line wrap issue
2023-07-25 11:52:26 -03:00
Davidson Gomes
1cd7291068
version: 1.4.3
2023-07-25 10:51:28 -03:00
Davidson Gomes
fdee1df5b3
fix: Create instance with settings
2023-07-25 10:42:45 -03:00
Davidson Gomes
62e2a8a6e3
fix: Fixed send webhook for event CALL
2023-07-25 10:23:18 -03:00
Davidson Gomes
a12231a0aa
fix: Adjusts in settings with options always_online, read_messages and read_status
2023-07-25 09:57:28 -03:00
Davidson Gomes
4d9ca4b451
version: 1.4.2
2023-07-24 20:52:34 -03:00
Davidson Gomes
c76334a68a
fix: Ajusts in sticker message to chatwoot
2023-07-24 20:32:29 -03:00
Davidson Gomes
c5824767c8
fix: Fixed validation is set settings
2023-07-24 20:11:49 -03:00
Davidson Gomes
8d1f2313ac
version: 1.4.1
2023-07-24 18:28:39 -03:00
Davidson Gomes
f9abd90cc9
fix: connection state
2023-07-24 18:28:01 -03:00
Davidson Gomes
f7293255cf
fix: Fixed reconnect with pairing code or qrcode
2023-07-24 18:21:11 -03:00
Davidson Gomes
1c30728880
version: 1.4.0
2023-07-24 17:05:18 -03:00
Davidson Gomes
8d91e7cb1d
feat: Added encoding option in endpoint sendWhatsAppAudio
2023-07-24 16:21:29 -03:00
Davidson Gomes
68d980795a
fix: fix in chatwoot set, sign msg can now be disabled
2023-07-24 15:13:46 -03:00
Davidson Gomes
45c11a5a8e
fix: fix in chatwoot set, sign msg can now be disabled
2023-07-24 15:12:13 -03:00
Davidson Gomes
4d00351db7
fix: command to create new instances set to /new_instance:<NAME>:<NUMBER>
2023-07-24 15:05:26 -03:00
Davidson Gomes
fff420b652
fix: command to create new instances set to /new_instance:<NAME>:<NUMBER>
2023-07-24 15:05:03 -03:00
Davidson Gomes
7103a95305
feat: Added connection with pairing code in chatwoot
2023-07-24 13:43:18 -03:00
Davidson Gomes
bcada5d553
fix: Now accepts all chatwoot inbox templates
2023-07-24 13:03:40 -03:00
Davidson Gomes
1aa837d220
fix: Adjusts in chatwoot integration
2023-07-24 11:58:52 -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
1fcbd4f9fd
feat: Added reject call and send text message when receiving a call and Added setting to ignore group messages
2023-07-24 10:18:16 -03:00
Davidson Gomes
73d9cd62a5
feat: Created settings Controller
2023-07-24 09:42:29 -03:00
Davidson Gomes
be699d24a1
feat: Added fetch profile endpoint in chat controller and link preview option in send text message
2023-07-23 22:26:38 -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
d0fa3b92f8
version: 1.3.2
2023-07-21 17:19:59 -03:00
Davidson Gomes
b2ccf965bb
fix: added docker-compose files example
2023-07-21 15:14:46 -03:00
Davidson Gomes
19039aa281
fix: For compatibility reasons, container mode has been removed
2023-07-21 13:12:55 -03:00
Davidson Gomes
d7f264c1c2
fix: It is now validated if the instance name contains uppercase and special characters
2023-07-21 12:26:43 -03:00