Releases: clairton/unoapi-cloud
Releases · clairton/unoapi-cloud
v1.27.1
- fix delete message
Become a sponsor https://github.com/sponsors/clairton
v1.27.0
- limit of trying to connect 3 times in 5 minutes, before that sometimes the queue would fill up with messages
Become a sponsor https://github.com/sponsors/clairton
v1.26.7
v1.26.6
- fix not send qrcode to webhook
Become a sponsor https://github.com/sponsors/clairton
v1.26.4
v1.26.3
v1.26.2
Version 1.26.2
- always use internal id for messages, before this, sometimes with two sessions in the connected in chatwoot when message is the same, the second message was is ignored by chatwoot because source_id exist in database.
Become a sponsor https://github.com/sponsors/clairton
v1.26.0
-send message with lid
Example:
curl -i -X POST \
http://localhost:9876/v15.0/5549988290955/messages \
-H 'Content-Type: application/json' \
-H 'Authorization: 1' \
-d '{
"messaging_product": "whatsapp",
"to": "206652636680324@lid",
"type": "text",
"text": {
"body": "hello"
}
}'Webook paylod send tag wa_id with this @lid value too, chatwoot-uno version v3.15.1-uno(https://github.com/clairton/chatwoot) work with this.
Become a sponsor https://github.com/sponsors/clairton
v1.25.2
- fix save token on login in manager
Become a sponsor https://github.com/sponsors/clairton
v1.25.1
- fix remove session
Become a sponsor https://github.com/sponsors/clairton