Skip to content

Release notes - October 14, 2025

New: Reading emails from mailserver

New functionality has been added that allows Icadot to retrieve and process email messages directly from a mail server. All components of an email — such as the subject, body, and attachments — as well as the complete raw message, can now be mapped to page elements within Icadot.

This enables seamless automation scenarios, such as:

  • Automatically capturing incoming emails as structured data.
  • Triggering workflows based on received messages.
  • Storing attachments or email metadata within Icadot pages.

Supported providers are

  • imap (including google)
  • Microsoft 365

New: Using Webservices with integrations

In addition to the existing WebAPI integration, Web Services have now been added to Icadot. This allows you to connect to external systems using a WSDL-based web service, enabling you to send or retrieve information directly through standardized SOAP calls.

This enhancement makes it easier to integrate Icadot with legacy systems or enterprise applications that expose SOAP endpoints.

Improvements

  • Button element - added the possibility to show image as button
  • Input number element - added option Allow empty values. When set, it allowes also empty values (instead of 0)
  • Input number element - option to align the value to the right
  • Set value element - can now also set text values and calculations directly
  • Table element - show table with tasks option added to show the data including the tasks.
  • document generation: euro and dollar signs are also generated when using numeric elements with this icons

Bug fixes

  • several minor bugs are solved