Release R25-1 #
Available from 20th January 2025
Highlights #
Builder – additional integration frequency run options (price plan dependent)
If your Console is able to select a frequency of 1 minute for a polling Template/Cycle from within the Builder (dependent on your Cyclr Price Plan), you’ll now be able to select additional intervals between 1 and 5 minutes, i.e. 2, 3, or 4 minutes.
Builder – canvas size increased
The size of the Builder’s canvas has increased, providing more space to lay out complex integrations. Its width and height have both increased by 50%.
Connector Settings – now showing additional Method notes
When viewing the Connector Settings page, additional notes around using a Method are now shown. Previously they were only visible when using that Method in the Builder and viewing its Step Setup popups. Those notes show any warnings or instructions around a Method’s use.
Console > Task History – export a CSV showing each Account’s Task Usage
You can now download a CSV for a single billing period’s Task Usage showing the number of Tasks used by each of your Accounts. Previously you could only download a CSV showing the total Task Usage by billing period.
Cyclr API – reference page improved so that links jump to section/endpoint locations
Links to particular sections or endpoints shown within the Cyclr API reference page now scroll you down the page to the right location.
Improvements #
Account User Interface – installed Connector “Setup” page not functioning
Resolved an issue where the “Setup” page for an installed Connector wouldn’t load in Cyclr’s end-user interface, as used by Account Users.
Builder > Switch Step – updating the Case a subsequent Step connected to wasn’t always saved
Previously, when using a Switch Step in an integration and changing which of its Case points a subsequent Step connected to, that wasn’t always saved so would revert back to its previous position.
Console > Templates/Accounts > Cycles – JSON file importing issue resolved
Resolved an issue that prevented uploading a JSON file when importing a Template or Cycle. Copy/pasting of JSON content was still available.
Custom Connectors – Partner-level Mergfield values now passed to Post Install Test Auth Methods
When using a “Post Install Test Auth” Method on a Custom Connector, the values of any Partner-level Mergefields defined on the Connector were previously always null, but now they are passed in correctly.
Cyclr API – Template installation can encounter a 500 error
Resolved an issue where in some situations, installing a Template through the Cyclr API could fail with a 500 error being returned.
Private Cyclr Instances – Private Instance Admins no longer deleted when their Console is deleted
If a Private Instance Admin user only had access to a single Console, when that Console was deleted, the Private Instance Admin user was also deleted. This resulted in sometimes undesirable behaviour as a Private Instance Admin may still serve a purpose even when it cannot access any Consoles. They are now no longer removed when when the only Console they can access is deleted.
Webhooks – Script error in before_webhook function now returns an error
Previously, Cyclr would have returned its standard “200 OK – Webhook accepted” Response when an error occured in a before_webhook
Script function. When that happens, the sent data wouldn’t be processed. With this Release, Cyclr will instead return an error so it’s clear that the data wasn’t successfully received.
Release R25-1.2 #
Available from 27th January 2025
Highlights #
Custom Connectors / Builder Steps > Script – added Pretty Good Privacy (PGP) functions
New Script functions have been added, enabling you to use PGP encryption within your Custom Connectors or in Script on Steps within the Builder.