Release R26-9 #
Available from 15th September 2026
Highlights #
Builder – zooming now follows pointer
When zooming in and out on the Builder’s canvas, the screen now focuses on the area around your pointer, rather than being fixed to the top left of the screen.
Transaction Error Webhook – very long response content now truncated
When using Cyclr’s Transaction Error Webhook feature to handle errors within your integrations, if an external system responds with a large amount of text (perhaps a whole HTML page indicating an issue with their API), rather than include that within the request data Cyclr sends on, it will truncate that at 5,000 characters. The full response is still stored on the Transaction, if needed.
See the example payload for more.
Improvements #
Connectors > installation page – using Application Display Name of that Console
When installing a Connector, the interface now consistently shows that Console’s Application Display Name value, as set in its General Settings.
Console > Account Management – corrected validation checks on create/update
Resolved validation errors not being shown in the interface when creating or updating an Account within the Console’s Account Management area.
Cyclr API – corrected blank MethodId properties for Triggers
Resolved the following Cyclr API endpoints always returning “0” as the MethodId for any Triggers defined on a Connector:
GET /v1.0/connectorsGET /v1.0/connectors/{id}GET /v1.0/account/connectorsGET /v1.0/account/connectors/{id}
Cyclr Interface – popups displaying text correctly
Some popups within Cyclr’s interface weren’t displaying their content correctly by showing HTML code, instead of it being rendered.
MCP Servers – Tool definitions now support array values
The definitions of MCP Server Tools that Cyclr provides to external systems now support arrays, while remaining backwards compatible with the previous definitions.
MCP Servers > “MCP Workflow” tools – corrected Step labels
When building a Template or Cycle for use as an MCP Server’s Workflow Tool, the Name and Description text is now shown correctly in the Builder for the MCP Workflow’s “MCP Request” and “MCP Response” Steps.