Simulator 5.36
  • 15 Feb 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Simulator 5.36

  • Dark
    Light
  • PDF

Article summary

Release date: October 19, 2023

New Features

  1. On the Transactions page, you can export transactions as .csv and .xls files. When clicking Export, the export of all transactions that fully match the specified filter in the Transactions section starts.
    Export csv xls.png

  2. On the Events page, you can receive sound and push notifications that you can configure in Notifications of the Settings section.
    Notifications.png

    Browser Settings

    You need to allow different types of notifications in your browser settings to receive the selected notification types. Please, check your browser settings.

  3. You can add reactions to actors within a third-party system, enhancing your engagement and interaction capabilities. To configure it, use the API method to create reactions and add to the body the following:

    "metaInfo": {
    "originalUser": {
    "nick": "UserName",
    "avatar": "avatar/path"
    }
    }
    Where:

    • nick is the user name in a third-party system.
    • avatar is the user avatar URL.

Improvements

  1. You can filter events by:

    • Multiple owners simultaneously
    • To Do and To Sign categories
  2. When creating a transaction against a text or actor ID account, the transaction value is now sent to the user's API webhook.

  3. For the updateActor event type, the user's API webhook will now receive the additional diff field with the change object.

  4. The Import & Export feature has been upgraded: Now, all types of connections are exported and imported along with the actor, making data management even more comprehensive.

Scripts

Now, you can use the modalHeader array for modal type sections. If the array isn't empty, the standard modal close cross won't be displayed, allowing you to customize the modal header and track cross clicks in your Process. For more information, go to Page.


Was this article helpful?

What's Next