Latest
06 August 2026
Data Structure Definition
We enhanced the Data Structure Definition screen to include Protected Entities, such as Journal, BusinessEvent, etc. You can now see these Entities in the grid and view their structure on the Details screen.
Please note that Protected Entities are view only, you cannot delete them.
Retention Policy
We enhanced the Data Structure Definition screen to allow you to configure Data Retention Policy for Reference Entities.
For more details, refer to Data Retention Policy.
9 July 2026
API Credentials - Service Credentials
We implemented a new Service Credentials capability, available in the Developers section of the menu.
Alongside the existing User credentials, you can now create Service credentials - API keys that are not tied to a single user account. Service credentials can be created and revoked only by a Fynapse Security Administrator or Fynapse System Administrator, and their permissions can be scoped:
- All - full access to all current and future REST APIs
- Restricted - access limited to individually granted API permissions
For more details, refer to API Credentials.
6 July 2026
Data Structure Definition - Validations
We enhanced the Data Structure Definition screen and added the ability to create lookup validations for new fields while creating a new Entity.
This enhancement applies to both scenarios for creating a new Entity, create manually and create from sample data. If any of the created fields has the Field Label and Data Type that corresponds to the Field Label and Data Type of a field in an Entity that already exists in an Entity in the FDS, the system will suggest creating a lookup reference between these two fields. Adding these validations is optional. If you don’t want to create a validation, you can just save the new Entity without validations.
For more details on adding validations, refer to Data Structure Definition
Video preview:
Webhooks Screen
We implemented a new Webhooks screen that allows you to allows you to create real-time event notifications, i.e. subscriptions, and browse the list of existing ones .
For more details, refer to Setup Webhook Subscription via UI.
Video preview:
Income Statement
Please note that this feature is being rolled out incrementally. It might take a couple of days before you see it on your instance.
We implemented a new Income Statement screen that allows you to generate a report that summarizes a business’s revenue and expenses over a specific period of time.
For more details, refer to Income Statement.
Video preview:
MCP Server
We implemented a Fynapse MCP Server that allows you to connect MCP-compatible AI assistants, such as Claude Code, directly to your Fynapse instance so they can work with your data through the Model Context Protocol (MCP).
For more details, refer to MCP Server Configuration via UI.
23 June 2026
Data Structure Definition - Create an Entity - Lists
We enhanced the Data Structure Definition screen and added the ability to create lists when creating new Entities in the UI.
This enhancement applies to both scenarios for creating a new Entity, create manually and create from sample data:
- For creating an Entity manually - you can create a list using the Add new list button
- For creating an Entity from sample data - you can now upload a .CSV file with a list; you can also add a list manually to an uploaded flat structure by using the the Add new list button
You can add a maximum of one list per Entity.
For more details on creating Entities with lists, refer to Data Structure Definition.
Video preview:
22 June 2026
Data Structure Definition - Create an Entity
We enhanced the Data Structure Definition screen and added the ability to create new Entities via the UI.
Please note that we currently support creating flat-structure Entities, i.e. without complex attributes such as list.
If you want to create a hierarchical Entity with complex attributes, please use the option of uploading using the Configuration Data JSON file.
There are two paths for creating a new Entity:
- Create manually - here you will be entering the entire Entity structure by hand on the screen
- Created based off sample data uploaded in a .csv file - here you can upload a .csv file with a header and sample data and based of these information Fynapse will create a draft Entity structure you can edit before creation
For detailed instructions on how to create Entities in the UI, refer to Data Structure Definition.
Video preview:
15 June 2026
Trial Balance
Please note that this feature is being rolled out incrementally. It might take a couple of days before you see it on your instance.
We implemented a new Trial balance screen that allows you to generate an accounting report that lists balances for all Accounts in a system at a specific point in time. It shows each Account’s closing balance - one column for credits and a second for debits - that allows you to verify that total debits equal total credits.
For more details, refer to Trial Balance.
Video preview:
Authorization Workflow
We have removed the deprecated Authorization Workflow functionality. Now, Fynapse uses exclusively the Approval Workflow functionality for managing approvals.
Trigger Asynchronous Data Extraction via API
We have added new extraction endpoints that allow you to trigger asynchronous data extraction via API:
- Trigger an extraction
- Trigger a rerun of an execution endpoint
- List executions for an extract configuration
- Get execution details of a triggered extraction
- Download the output file of an execution run
- Get the status of one sub-extract of an execution
- Download the output file of one run of a sub-extract
For more details, refer to Trigger Asynchronous Data Extraction via API.