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.

09.08.2024

· 5 min read

We have re-implemented the Send Email and SMS steps, added a Waiting step and enabled full custom domain support.

What's new?
  • Waiting step: Let workflows pause for custom durations in seconds, minutes or hours.
  • Improved communications: Re-implemented Email and SMS steps to support file attachments.
  • Builder copy-paste: Copy single steps and paste them across different workflows.
  • Custom domains: Fully integrated custom domain configurations across all journey steps.

Documentation

Improved

  • Step references available. The first few step references are now available on the developer pages, providing in-depth documentation of various step types for Mint, their configuration and what data to expect.

Mint Steps: Communication

Improved

  • Send Email and Send SMS steps re-implemented. The steps for sending Emails and SMS have been re-implemented to support Mint files as attachments. We labelled the previous version as "legacy".

Mint Steps: Utilities

New features

  • New step: Waiting step. A new step to let the workflow wait before continuing. The waiting time can be set to seconds, minutes or hours.

Mint Steps: PDF Hydration

Improved

  • Optional output filename. We added an optional input to name a file created by the PDF Hydration service. This feature helps distinguish when extracting or downloading the files through Mint later.

Form component

New features

  • Added collapsable pages when building. Having to scroll the entire time was time-consuming, especially when building large forms across multiple pages. To organise forms better, you can now collapse pages and navigate the Builder UI faster.

Improved

  • Table pre-filling with custom lists. In addition to using output lists from previous steps, you can now create lists, or combine two or more lists into one, and use the lists to prefill tables in a form. To do this, activate advanced mode for pre-filling a column.
  • Make options for certain inputs editable. You can now edit the value and order of inputs such as radio buttons, checklists and dropdowns.

Resolved issues

  • Fixed: Validation error on read-only inputs. Validation of read-only inputs in a form would occasionally fail if the inputs were pre-filled and required. As a result, the form could not be submitted. This is fixed now and read-only inputs are validated properly.

Visual Builder

New features

  • Copy single steps from a workflow. You can now copy individual steps from a workflow and paste them either in the same workflow or in another workflow in Mint.
  • Pre-Filling for dropdown inputs. We added the possibility to dynamically pre-fill both single- and multi-select dropdown inputs in steps through advanced mode.

Improved

  • Showing error page when loading a workflow fails. When loading a workflow fails, Mint now shows a general error page with a message, instead of showing an infinite spinner.
  • Improved scrolling and focus behaviour. Navigation through a large workflow and focusing on the right step on the screen have been substantially improved.

Resolved issues

  • Fixed: Conditionals cannot be added right after a condition. Before this fix, to add a conditional step inside another conditional, you had to first add a step of another type. This has now been resolved.

Journeys

New features

  • Full default custom domain support. The custom domains that can be configured in the Signicat Dashboard are now fully supported in all steps and are used across the entire Mint journey.

Mint Journeys

New features

  • Alerts displayed in journey list and details. Alerts triggered by the “Trigger alert” step are now shown in the Mint Journeys. A preview is shown in the list overview but you can find the full details in the individual journey step details.

Improved

  • Cutting of too long identifiers. In the overview of journeys, long identifiers would break the design. Now, they are cut off after 150 characters and shown in an expandable tooltip.

Mint API

New features

  • New endpoint: Resume a workflow. The Mint API features a new endpoint to resume suspended workflow journeys. The parameters are the ID of the journey and the ID of the step where the journey stopped.

Improved

  • Validating properties on save and publish. When saving or publishing a workflow through the API, the “properties” get validated to only contain allowed values.

Breaking changes

  • Export endpoints have been consolidated. The endpoints to export CSV and PDF reports of Mint journeys have been consolidated. Learn more in the Mint API Reference.

Mint Engine

Improved

  • Quota limitation added. The engine added default quota limitations for executing workflows.