Cyclr Community
  • Forums
  • Tutorials
  • Documentation
    • User Documentation
    • Connector Guides
  • Resources
    • New Features
    • Blog
    • Changelog
    • Support Portal
    • Newsletter Archive
    Sign in
    Cyclr Logo
    Cyclr Logo
    • Forums
    • Tutorials
    • Documentation
      • User Documentation
      • Connector Guides
    • Resources
      • New Features
      • Blog
      • Changelog
      • Support Portal
      • Newsletter Archive

    About Cyclr

    6
    • Introduction to Cyclr
    • Minimum requirements
    • Glossary
    • Errors
    • IP Allow List
    • Legal notices

    Cyclr Console

    14
    • Partner Console Dashboard
    • The Builder
    • Reports
    • Console Configuration
    • General Settings
    • Notifications
    • Embedding Customization
    • Security settings
    • Data retention settings
    • Custom Service Domains
    • Handle transaction errors
    • Payload Size Limitations
    • Performance tips
    • GitHub Integration

    Connectors

    33
    • Introduction to Connectors
    • Connectivity Comparison
    • Connector Guides
    • Application Connectors
      • Introduction to Application Connectors
    • Utility Connectors
      • Introduction to Utility Connectors
      • Counter Storage
      • Cross Updating Preventer
      • Data Tools
      • Entity Cross Ref Storage
      • Generic File
      • Generic File Downloader
      • Generic Form
      • Generic Webhook
      • Data Storage
        • Introduction to Data Storage Connectors
        • Global Data Storage
        • Global Object Storage
        • Cycle Data Storage
        • Cycle Object Storage
    • Custom Connectors
      • Introduction to Custom Connectors
      • Methods
      • Triggers
      • Last Successful Run Date
      • Parameters
      • Scripting
      • Data Types
      • Paging
      • Custom Objects
      • Dynamic Custom Fields
      • Automatically Install Webhooks
      • Connector Standards
      • Settings
      • Authentication
      • Rate Limits

    Templates

    17
    • Introduction to Templates
    • Template Settings
    • Create a Template
    • Tools
    • Connectivity Tools
    • Map fields
    • Add Custom Fields
    • Custom Object Method Categories
    • Test Scripts
    • Collection splitting
    • Pass data between two steps
    • Test a template
    • Template versioning
    • Introduction to Cycles
    • Stop a cycle
    • Copy Cycles as Templates
    • Import or Export Templates

    Accounts

    5
    • Introduction to Accounts
    • Account Users
    • Sub Accounts
    • Connector Authentication Link
    • Export or Import Cycles

    Embedding

    17
    • Introduction to Embedding
    • ORBIT
    • Installing a Partner Connector
    • Embed Cyclr in an iFrame
    • Launch
      • Introduction to Launch
      • User Experience
      • Customize Appearance
      • Build Compatible Templates
      • Handle LAUNCH callbacks
      • Deploy LAUNCH
    • Marketplace
      • Introduction to Marketplace
      • Set up a Marketplace
      • Styling Marketplace
      • Deploying a Marketplace
      • Marketplace Callback
      • Marketplace Webhook Callback
      • Marketplace Settings

    API

    19
    • Introduction to the Cyclr API
    • Authentication
    • Authorize Account API calls
    • Install Connectors into an Account
    • Install a Cycle from a Template
    • Step Setup
    • Activate a Cycle
    • Install Connectors
    • Create an Account
    • API Example Walkthrough
    • Connector Authentication
      • Introduction to Connector Authentication
      • API Key Authentication
      • HTTP Basic Authentication
      • OAuth Authentication
    • Data on Demand
      • Introduction to Data on Demand
      • Get Account Connectors
      • Get Connector Methods
      • Call a Connector Method
      • IP Restriction

    Release Notes

    28
    • Introduction to Release Notes
    • 2025
      • 2025-06
      • 2025-05
      • 2025-04
      • 2025-03
      • 2025-02
      • 2025-01
    • 2024
      • 2024-12
      • 2024-11
      • 2024-10
      • 2024-09
      • 2024-08
      • 2024-07
      • 2024-06
      • 2024-05
      • 2024-04
      • 2024-03
      • 2024-02
      • 2024-01
    • 2023
      • 2023-12
      • 2023-11
      • 2023-10
      • 2023-06
      • 2023-05
      • 2023-04
    • Archive
      • Archive
      • 2022
      • 2021
    View Categories
    • Home
    • Documentation
    • Release Notes
    • 2025
    • 2025-01

    2025-01

    2 min read

    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.

    Share This Article :
    • Facebook
    • X
    • LinkedIn
    • Pinterest
    2025-02
    Page Contents
    • Release R25-1
      • Highlights
      • Improvements
    • Release R25-1.2
      • Highlights

    Company

    • Company
    • About Us
    • Security and Compliance
    • Pricing
    • Blog
    • Branding
    • Embedded iPaaS

    Legal

    • Website Terms
    • Privacy Policy
    • Terms and Conditions
    • Data Protection Agreement
    • SLA
    • GDPR

    UK Office

    +44 (0) 3300 102 525

    US Office

    +1 (646) 585-2525


    White labelled API integration framework for creating & managing in-app SaaS integrations.

    © 2025 Cyclr. All rights reserved.