ThinkAutomation v5.0.940

Released: May 16, 2023

v5.0.940 버젼 업데이트

기능

  • Added a new Message Source type: Web Chat. This is similar to the Web Form message source type but each message/automation response is shown in a conversation-style UI. It can be used to create web chat bots, especially when the Automation uses the ChatGPT action. This allows bots to use ChatGPT and also access and return on-premises data depending on the message asked.
  • Added 'Create Chat Input Request' action. This new action can be used with the new Web Chat message source. Use it to create a set of buttons or form fields to send back to the chat. The user can click a button to send back a specific response.
  • Added 'JSON To XML' operation to the 'Set Variable' action.
  • Added 'Authentication' and 'Friendly Path' options to API Message Source type which allow you to replace the API Path (/addmessage?taid=xxxxxxxx with your own path, eg: /mycompany/customers/add).
  • Added 'Friendly Path' option to Web Form/Web Chat Message Source types.

수정사항

  • Fixed issue with ThinkAutomation Server not processing messages received via the public API during server down time.