For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

19.10.2023

· 2 min read

We have launched the public Mint developer documentation and added support for custom user journey languages.

What's new?
  • Public docs: Released the public Mint developer documentation.
  • Custom language: Customise all user journey strings to localised languages.
  • Variable lists: Support for storing and reusing result lists inside workflow variables.

Documentation

New features

Form component

Improved

  • Minor design updates. The design of the form shown to end-users has been improved in both, looks and user experience.

Resolved issues

  • Fixed: No red border around consent elements when hitting validation errors. Before this fix, when trying to submit a form without giving consent, the error was detected but not made visible enough for the end-user to quickly solve.

Mint API

Improved

  • Added a total page count to the get Instances endpoints. To be able to preview how many pages of instances/user journeys are provided from the API, the result object now contains a total page count for the requested filters and page sizes.

Mint Engine

New features

  • Added a list of workflow variables to customise the user journey. We added variables for all strings currently displayed in the user journey frontend to fully customise the language in the user journey.

Improved

  • Added the ability to save result lists in a variable. To process lists more easily in liquid expressions, custom logic to allow lists to be stored in workflow variables was added.