Releases: clairton/unoapi-cloud
Releases · clairton/unoapi-cloud
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
v1.25.0
Add env DEFAULT_LOCALE to change translations of notification status, default in en
but is possible set pt_BR
for now.
Become a sponsor https://github.com/sponsors/clairton
v1.24.15
- fix endpoint /contacts
- nodejs 22 in docker image
Become a sponsor https://github.com/sponsors/clairton
v1.24.14
- change env DATA_PROFILE_TTL to DATA_URL_TTL and fix default value to 3 days
Become a sponsor https://github.com/sponsors/clairton