Skip to content

Releases: dudanogueira/rocket.connect

V0.3.0

31 Jan 20:29
Compare
Choose a tag to compare

Thanks to all that helped with this release, testing and proposing new features!!

Specially:

Fixes:

  • Allow line break on text fields #40
  • Missing configuration for supress_visitor_name #41
  • Alert for Session Taken not working properly #35

Features WPPCONNECT:

  • Vcard auto answer
  • Reply support
  • Department Triage (Poor Man's Bot)
  • Get unread messages on start, and do not rely on buggy server-cli option
  • Parse Dynamic Buttons and Json payloads accordingly

General Features

  • Initial Reply
  • DJANGO_DATA_UPLOAD_MAX_MEMORY_SIZE is now configurable

0.2.0 is Here!

14 Nov 14:33
Compare
Choose a tag to compare

After some good revamp into the base code, we now are able to deliver v0.2.0

It will start the transition to using the WPPCONNECT (https://wppconnect-team.github.io/) as our Whatsapp Library of choice.

Some nice features delivered:

  • Better Server Check, AUTH and ALIVE
  • Active Chat - create an active chat by typing: zapit 553199981212@Support Hi! How can we help you?
  • Connectors now can have a configuration form
  • Form to create new Server and New Connectors
  • Other improvements

Release v0.1.26

16 Jul 20:15
Compare
Choose a tag to compare

Update WA-AUTOMATE to 4.11.0

V0.1.25

12 Jul 14:36
Compare
Choose a tag to compare

Asterisk Connector!

Some more improvements into WA-AUTOMATE

soon: wppconnect whatsapp connector in addition to WA-AUTOMATE

V0.1.22

24 Jun 19:59
Compare
Choose a tag to compare

V0.1.21

08 Jun 19:15
Compare
Choose a tag to compare
  • New interface to analyze connectors, show undelivered messages, mark as delivered or force delivery
  • fixes (or try to) #15

V0.1.9

27 May 19:20
Compare
Choose a tag to compare

Better server view, not more tons of statistics
add force_close_message option for connector, that will always send the configured message

fixes:
#13
#15
#14

v0.1.8

17 May 11:02
Compare
Choose a tag to compare

Mitigate the issue #12

V0.1.7

06 May 19:49
Compare
Choose a tag to compare
  • WAAUTOMATE: Fix a bug for business accounts
  • Remove some done todos
  • Move force_delivery for
  • Show messages of success or error when forcing delivery of undelivered messages
    image

Two new connector options:
outcome_message_with_quoted_message - it will not optionally outcome WAAUTOMATE quoted messages. Rocketchat don't support quoted messages at omnichannel, so the way to achive this is by doing like this:
image
This option is good if you are using bot, as the bot will get confused with the quoted message

outcome_attachment_description_as_new_message it will outcome attachments description (all attachments) as a new message. This is good for bots, as bots will not react to images. So if the visitor sends an imagem with caption/description, the bot will now be able to interact.

V0.1.6

04 May 12:11
Compare
Choose a tag to compare

Adds fallback for visitor name getting at WAAUTOMATE :)