Toggle Side Panel
Cyclr Community
  • Forums
  • Tutorials
  • Documentation
        • User Documentation >>
          • Introduction to Cyclr
          • API Guides
          • How to use Connectors
          • Navigating the Cyclr ConsoleLearn all about your Cyclr Console and configuration
          • Embedding Cyclr in your SaaS
        • View More...
        • Connector Guides >>
          • Salesforce
          • Microsoft
          • GitHub
          • HubSpot
          • Oracle NetSuite
          • Stripe
        • View More...
  • Resources
    • New Features
    • Cypher
    • DevOps Services
    • Changelog
    • Support Portal
    • Referral Program
    • Blog
    • News Archive
More options
    Sign in
    Cyclr Logo
    Cyclr Logo
    • Forums
    • Tutorials
    • Documentation
          • User Documentation >>
            • Introduction to Cyclr
            • API Guides
            • How to use Connectors
            • Navigating the Cyclr ConsoleLearn all about your Cyclr Console and configuration
            • Embedding Cyclr in your SaaS
          • View More...
          • Connector Guides >>
            • Salesforce
            • Microsoft
            • GitHub
            • HubSpot
            • Oracle NetSuite
            • Stripe
          • View More...
    • Resources
      • New Features
      • Cypher
      • DevOps Services
      • Changelog
      • Support Portal
      • Referral Program
      • Blog
      • News Archive
    Close search
    Home » User Documentation » Cyclr Console » Embedding Customization

    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

    38
    • Introduction to Connectors
    • Connector Installation Overview
    • Connector Settings
    • Handling Connector Releases
    • 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
        • 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
      • Data Types
      • Paging
      • Custom Objects
      • Dynamic Custom Fields
      • Automatically Install Webhooks
      • Connector Standards
      • Settings
      • Custom Connector Authentication
      • Rate Limits
      • Scripting
        • Scripting Introduction
        • Scripting Events
        • Scripting Functions

    Templates

    17
    • Introduction to Templates
    • Template Settings
    • Create a Template
    • Tools
    • Connectivity Tools
    • Field Mappings
    • 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

    7
    • Introduction to Accounts
    • Account Users
    • Sub Accounts
    • Connector Authentication Link
    • Export or Import Cycles
    • Account-level OAuth Client Credentials
    • Securing Cyclr Webhooks

    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

    Deep Data Ingestion

    3
    • Vector Databases Introduction
    • Preparing and Ingesting Data into Vector Databases
    • Querying & Retrieving Data from Vector Databases

    Near Real-Time Actions

    6
    • Generic Webhook
    • Introduction to Data on Demand
    • Get Account Connectors
    • Get Connector Methods
    • Call a Connector Method
    • IP Restriction

    MCP Servers

    2
    • Introduction to MCP Servers
    • MCP Server Templates

    Release Notes

    36
    • Introduction to Release Notes
    • 2026
      • 2026-03
      • 2026-02
      • 2026-01
    • 2025
      • 2025-11
      • 2025-10
      • 2025-09
      • 2025-08
      • 2025-07
      • 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
    • Cyclr Console
    • Embedding Customization

    Embedding Customization

    4 min read

    These settings enable you to change the appearance of Cyclr when viewed externally through Cyclr’s various embedding options, such as LAUNCH and Marketplaces, as well as the Account User Inferface as viewed by Account Users.

    Note: Changes you make in the areas below may take around 1 minute to update in the interface due to caching.

    Application LESS Variables #

    The simplest way to alter the appearance of Cyclr is to change the values of the CSS Leaner Style Sheets (or “LESS”) variables.

    For example if the body-background is set to #ccc then the background of Cyclr will change to gray.

    @body-background: #ccc;

    Application Custom CSS #

    If changing the LESS variables is insufficient to provide the customization that you require, you can also include your own custom CSS content. This will be included alongside the Application LESS content so you can use both as required.

    For example to change the rounded buttons within Cyclr’s inteface to have square corners, you could use the following:

    .btn-rounded {
        border-radius: 0;
    }

    Header HTML #

    Header HTML allows HTML and JavaScript to be used in the page headers.

    <h1>This is a header</h1>

    Footer HTML #

    Footer HTML allows HTML and JavaScript to be used in the page footers.

    <h1>This is a footer</h1>

    Launch Complete HTML #

    Launch Complete HTML allows for the changing of HTML and JavaScript that is displayed at the end of the install process for LAUNCH and Marketplace.

    For more information, see Handling Launch Callback.

    Connector Callback Error HTML #

    Connector Callback Error HTML allows you to change the HTML content displayed when an error occurs when authenticating a Connector.

    The error and error description returned by an external system when authentication fails can be used within the HTML by including the {{error}} and {{error_description}} merge fields.

    For example:

    <p>The following error has occurred: {{error}} - {{error_description}}</p>

    Access Messages #

    Cyclr lets you customize and define the content of the emails sent to Account Users for key events, such as two-factor authentication when signing in, resetting passwords or being invited into an Account.

    To customize those emails, sign in to your Partner Console and go to Settings > Embedding Customization. 

    At the bottom of the page, you will find three sections where you can customize the body content of the emails Cyclr sends for the following events:

    • 2FA Email
      • 2FA emails are sent when an Account User needs a verification code as part of signing in.
    • Password Reset Email
      • Sent when an Account User requests a password reset.
    • Account Invite Email
      • Sent when an Account User is invited to access an Account.

    All Access Messages are sent from help@cyclr.com. 

    If no custom email body is configured for a given scope, Cyclr sends the default Cyclr email. This preserves existing behaviour if you do not choose to customize emails.

    Warning: Customizing Access Emails is optional. If you add customization, you are responsible for the content and presentation. Test your emails across the email clients your users rely on and confirm required placeholders and links work as expected.

    Note: The customization for access emails supports HTML and CSS. You can provide a full HTML document for each email. We recommend keeping the messages short and simple to reduce the risk of spam filtering and to improve rendering consistency across email clients.

    Access Messages for Private Instance Partners #

    If you have a private Cyclr Instance and you have access to its Primary Console, on top of the customizable email bodies mentioned above, you’ll also have the option to customize Console Invites. These are sent when a Console User is invited to your Console.

    Note: On the Primary Console, the customization that you apply to the 2FA and Password reset emails will also affect how they look to Console Users. 

    • 2FA Email Body
      • used by all Console Users on that Instance
      • used by all Account Users in that Console
    • Password Reset Email Body
      • used by all Console Users on that Instance
      • used by all Account Users in that Console
    • Console Invite Email Body
      • used by all Console Users on that Instance
    • Account Invite Email Body
      • used by all Account Users in that Console

    Required placeholders #

    Custom email bodies must include placeholders so Cyclr can insert the required code or link at send time.

    Placeholders use curly braces with a zero: {0}

    This placeholder is required in all customizable templates, and Cyclr replaces it depending on the email type:

    • 2FA email: {0} is replaced with a verification code
    • Password reset email: {0} is replaced with a password reset link
    • Account and Console invite email: {0} is replaced with an invite link

    Implementation note for password reset and invites:

    • For these emails, the {0} placeholder will be replaced by a link so typically you would set that as the “href” attribute of an HTML link or “<a> tag”.

    For example:

    <a href="{0}" target="_blank" style="display:inline-block;background:#123456;color:#ffffff;text-decoration:none;padding:12px 18px;border-radius:8px;font-weight:700;">Get Access</a>


    If the placeholder {0} is missing from your CSS/HTML code and you attempt to save your settings, Cyclr will give an error message warning you about the missing placeholder.

    Optional placeholder for invites #

    For the Account Invite emails, you can also include the email address of the user sending the invitation by using another placeholder. Cyclr replaces this with the email address of the person who sent the invite.

    The placeholder that you can use for this is: {inviterEmail}

    Note that this placeholder is case sensitive, and can appear zero or more times in the copy. Since this place holder is optional, Cyclr will not give an error if it is missing from the email body.

    For example: 

    <p>You've been invited to use Account by {inviterEmail}.</p>

    Example emails #

    2FA
    <!doctype html>
    
    <html lang="en">
    
      <head>
    
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    
        <title>Two-Factor Authentication Email</title>
    
      </head>
    
    <body>
    
      <img src="https://picsum.photos/200" width="100" alt="">
    
      <p>Here’s your one-time verification code. Do not share this code with anyone.</p>
    
      <div style="display:inline-block;background:#123456;color:#ffffff;text-decoration:none;padding:12px 18px;border-radius:8px;font-weight:700;">
    
        {0}
    
      </div>
    
      <p>The code remains valid for 5 minutes.</p>
    
    <p>THIS IS AN AUTOMATED MESSAGE</p>
    
    </body>
    
    </html>
    Password Reset
    <!doctype html>
    
    <html lang="en">
    
      <head>
    
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    
        <title>Password Reset Email</title>
    
      </head>
    
    <body>
    
      <img src="https://picsum.photos/200" width="100" alt="">
    
      <p>We received a request to reset your password.</p>
    
      <a href="{0}" target="_blank"
    
    style="display:inline-block;background:#123456;color:#ffffff;text-decoration:none;padding:12px 18px;border-radius:8px;font-weight:700;">
    
        Reset Password
    
      </a>
    
      <p>This link is valid for 24 hours.</p>
    
    <p>THIS IS AN AUTOMATED MESSAGE</p>
    
    </body>
    
    </html>
    Account Invite
    <!doctype html>
    
    <html lang="en">
    
      <head>
    
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    
        <title>Invite Email</title>
    
      </head>
    
    <body>
    
      <img src="https://picsum.photos/200" width="100" alt="">
    
      <p>You've been invited to use Account by {inviterEmail}.</p>
    
      <p>To gain access, click the link below.</p>
    
      <a href="{0}" target="_blank" style="display:inline-block;background:#123456;color:#ffffff;text-decoration:none;padding:12px 18px;border-radius:8px;font-weight:700;">
    
        Get Access
    
      </a>
    
    <p>THIS IS AN AUTOMATED MESSAGE</p>
    
    </body>
    
    </html>
    Console Invite
    <!doctype html>
    
    <html lang="en">
    
      <head>
    
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    
        <title>Cyclr Invite Email</title>
    
      </head>
    
    <body>
    
      <img src="https://picsum.photos/200" width="100" alt="">
    
      <p>You've been invited to use Cyclr by {inviterEmail}.</p>
    
      <p>To gain access to the Cyclr Console, click below.</p>
    
      <a href="{0}" target="_blank"
    
         style="display:inline-block;background:#123456;color:#ffffff;text-decoration:none;padding:12px 18px;border-radius:8px;font-weight:700;">
    
        Get Access
    
      </a>
    
      <p>THIS IS AN AUTOMATED MESSAGE</p>
    
    </body>
    
    </html>

    Security settingsData retention settings
    Page Contents
    • Application LESS Variables
    • Application Custom CSS
    • Header HTML
    • This is a header
      • Footer HTML
    • This is a footer
      • Launch Complete HTML
      • Connector Callback Error HTML
      • Access Messages
        • Access Messages for Private Instance Partners
        • Required placeholders
        • Optional placeholder for invites
        • Example emails

    Company

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

    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

    Cyclr Logo

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

    © 2025 Cyclr. All rights reserved.