Skip to main content

8.2.0

New Features

  • We're excited to introduce API Request workflow module, allowing seamless API integration as a workflow verification module. You can now configure and execute requests like GET, POST, PUT, PATCH, and DELETE to interact with external services.
8.2.0/Api-request

Improvements

  • Made few enhancements to the Dynamic Form workflow module,

    • New Input Field Types: We've introduced two new field types; button and capture to provide more flexibility in form creation.
    • New Key Attributes: The key attributes DependsOn, validationTypeForDependsOn, defaultValue, editable, buttonColor, textColor, includeMetadata, facingMode, and name have been added to enhance the form’s functionality, allowing for proper customization of input fields.
  • In Brandings, we’ve introduced a new option to fully customize your fonts. You can now either upload a custom font file or provide a font link to personalize the look and feel of your brand.

8.2.0/Custom-font
  • We've also made enhancements to the Validator:

    • You can now add a validator after another, allowing claims from the preceding workflows to be carried over.
    8.2.0/Validator-Improvement
  • Added the option to insert a validator between two verification workflow modules, ensuring that the following modules will process the true(left-path) values.