v7.35.0

Chatbot

  • Added a property to the Webchat iFrame to allow direct links to files in Chrome

Robot

  • New Plugin: Download File. Given a URL this Plugin downloads the file behind that URL and stores it in a variable of type file.
  • New Plugin: Store File. This Plugin takes a variable of type file and stores its content into our storage solution. A URL that is valid for 12 hours can then be used to access this file again. After one month, the file gets deleted permanently from our storage.
  • When defining 3rd party API endpoints, request headers can be defined as secret. The values for these headers can only be updated, but will never again be visible in the frontend. This also includes the Workflow Protocol, where such headers will not appear.
  • Various bug fixes in the UI:
    • The correct tab is visible again when leaving a Connector page.
    • Better cursor positioning after adding variables for a Workstep parameter.
    • Some dates were not properly formatted for the German UI.

v7.34.0

Chatbot

  • New Chatbot Preview: You can now start a preview of your Story from the Draft as well as the Live Version directly from Story Builder. If you already have a Live version, you can start the Story also from the Story List. There is also a new Preview Button included on the Chatbot Settings page. Note: The preview always opens on https://demo.aiaibot.com  and counts just as a real user session.
  • Draft indication: Whenever you see a Draft version in the Chatbot, this is now indicated by visual warning tape.
  • Delete unused variables: We added a button in Project settings, with which you can delete any unused Variables from your project.
  • We updated the color of the send-icon in webchat, to be able to better distinguish between active and inactive state
  • Automation API: We made a fix to ensure, that messages are sent in the correct order.