Skip to content

Releases: clairton/unoapi-cloud

v1.27.1

10 Feb 10:52

Choose a tag to compare

  • fix delete message

Become a sponsor https://github.com/sponsors/clairton

v1.27.0

10 Feb 10:50

Choose a tag to compare

  • 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

05 Feb 13:22
403109e

Choose a tag to compare

  • pt translation

v1.26.6

03 Feb 13:42

Choose a tag to compare

  • fix not send qrcode to webhook

Become a sponsor https://github.com/sponsors/clairton

v1.26.4

01 Feb 21:54

Choose a tag to compare

baileys 6.7.12

v1.26.3

31 Jan 20:39

Choose a tag to compare

  • baileys 6.7.10

v1.26.2

31 Jan 17:01

Choose a tag to compare

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

28 Jan 14:06

Choose a tag to compare

-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

27 Jan 17:28

Choose a tag to compare

  • fix save token on login in manager

Become a sponsor https://github.com/sponsors/clairton

v1.25.1

17 Jan 11:56

Choose a tag to compare

  • fix remove session

Become a sponsor https://github.com/sponsors/clairton