Skip to content

V0.1.7

Compare
Choose a tag to compare
@dudanogueira dudanogueira released this 06 May 19:49
· 491 commits to master since this release
  • 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.