---
title: "What API Orchestration Tools are Available to Tame your Data? | Cyclr"
description: "In order to create bulletproof SaaS integrations and to effectively orchestrate data between APIs you're going to need some tools."
url: "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data"
canonical: "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data"
---

# What API Orchestration Tools are Available to Tame your Data?

*Published on August 15, 2018 by Daniel Twigg*

*Updated on 20th May 2026*

[Blog](https://cyclr.com/blog) » **What API Orchestration Tools are Available to Tame your Data?**

Page Contents

 Toggle ![API Orchestration Tools for taming data](https://cyclr.com/wp-content/uploads/2018/08/API-Orchestration-Tools.png)

How often is integration as simple as initiating a direct transfer of equivalent data from A to B? If all [APIs](https://cyclr.com/blog/what-is-api-integration) were built the same, and all integrations simple, then maybe it would be common. In reality, dealing with APIs can be a messy affair. This is because each has its own bespoke structure and formatting. These have been built to fit their SaaS application, not others.

What you need is the ability to make the APIs play nicely together – to orchestrate that data.

In this blog, we provide an overview of some of the key [API Orchestration](https://cyclr.com/orchestration-layer) components of Cyclr.

## **Field Mapping**

As a minimum, you typically need to map the data fields between the applications you want to integrate. This can be simple, and when it comes to data types such as strings it is. However, what do you do when you have [APIs that expect data](https://cyclr.com/blog/conducting-data-the-art-of-api-orchestration) in a particular format that differs from your source application?

A simple example might be that application A stores DateTime data in US format (MM/DD/YYYY), while application B stores it in UK format (DD/MM/YYYY). Simply sending one value from A to B isn’t going to give you the desired result in your target application.

It is from these simple examples, through to more advanced requirements, that the capacity to orchestrate your data becomes valuable. It gives you the ability to translate the data into your required format while it’s in transit. Within Cyclr you can set up the data translation rules to enable the smooth transfer of data from one system to another, even if the formats are different.

![Field Mapping in an Integration Workflow](https://cyclr.com/wp-content/uploads/2018/08/field-mapping.png)

## **Transferring only the Data you Need**

Another main challenge is how you sort, manage and filter collections of data. Most integration outcomes are unlikely to need the same batch of data to be sent over and over from one application to another. It can make much more sense to only send the latest and most recently updated records.

 ![Orchestrate Data: Get New Contacts Step](https://cyclr.com/wp-content/uploads/2018/08/get-new-contacts.png)

However, not all APIs have the ability to do this. This is where Cyclr’s orchestration tool can add value by selecting and sending only the records that have been created or updated since the last time integration has been run. It offers efficiency for both integration performance and the destination server’s load.     

For example:

A common information integration between two applications could be:

**Application A** – *Get All Contacts* —->**Application B** – *Add/Update Contacts*

A more efficient approach would be:

**Application A** – *Get New Contacts* —> **Application B** – *Add/Update Contacts*

If ‘*Get New Contacts*’ doesn’t exist in Application A’s API then Cyclr can be configured to achieve that outcome and enhance the functionality of the API.

## **Combining Methods into One Workflow**

Another challenge to orchestrating data may be that Application B has separate methods for adding contacts and updating contacts. Cyclr’s Orchestration tool gives you the ability to handle this situation simply.

By fetching Application B’s contact list and using an add/update logic step (we have a decision logic step to check and sort data), you can check Application B’s contacts to see if your new contacts from Application A are already present.

If they are, you can branch the data output, sending the data to an Update Contacts method in Application B, leaving new contacts to travel down the false branch to the Add Contact method.

![Updating contact data integration workflow](https://cyclr.com/wp-content/uploads/2018/08/Update-contact-workflow-example-300x106.png)

#### **How can I select specific data within an integration workflow?**

 ![Orchestrate Data: Create logic rules with the decision step](https://cyclr.com/wp-content/uploads/2017/08/decision_step-300x175.png)

By using the “**Decision**” logic step, you can **split data on a true or false branch**, continuing the workflow separately along both. You can compare values from previous steps in your integration workflow, look for values above/below a set parameter or look for a set value within a data set to split the data. An extra layer of intelligence that can enhance the typical configuration of an API.

## **Time-Based Constraints**

While the vast majority want their data transferred as quickly as possible, some use cases can have a more finessed requirement.

You might require data to be put ‘on hold’, either for a specific amount of time or until a date when the integration should continue.

Cyclr’s Orchestration tools allow you to handle time delays or ‘**wait until**’ dates before performing an action.

#### **How can I temporarily delay an integration’s data flow?**

 ![Orchestrate Data: Set delays between steps](https://cyclr.com/wp-content/uploads/2017/08/delay-300x175.png)

By using the **“Delay” logic step** in the Cyclr [integration builder](https://cyclr.com/), you can set a fixed amount of time you would like the integration to wait before continuing along its remaining steps. Perhaps to stop automation from sending too many alerts and/or messages in quick succession, or to allow time for a user to take an action that might influence subsequent steps within automation.

![Workflow Delay Example](https://cyclr.com/wp-content/uploads/2018/08/Workflow-delay-example-1024x406.png)

#### **How do I set a date to continue an integration workflow?**

 ![Orchestrate Data: Wait Until Step](https://cyclr.com/wp-content/uploads/2017/08/wait_until-300x175.png)

You can use the “**Wait Until**” step in the Cyclr workflow builder to **set a specific time when you want a triggered integration to continue along its intended path**.

This is particularly common in the event industry- where, for example, customised messages (email campaigns or SMS messages) are sent to checked-in attendees to notify them about a relevant talk or a message from a sponsor.

## **The infinite possibilities of your users’ requirements**

Another major blocker of creating ‘one integration to rule them all is your users’ inevitable bespoke requirements. While many will be using similar software stacks, the level of customisation available in most SaaS platforms means that two instances of the same system will be rarely the same.

So how do you keep up when making [integrations between your SaaS](https://cyclr.com/blog/accelerating-saas-onboarding-with-seamless-integration) platform and your users’ most valuable business assets?

### **Customisable Integration Templates**

You could build completely custom integrations for them; eating into developer resources and adding to your maintenance backlog. Or you could use an **orchestration platform that allows you to design templated solutions** that can be customised and deployed for your users without the need for additional development.

This Orchestration function allows you to adapt a template to accommodate custom requirements and **map fields** to meet your customers’ precise needs without eating up developer bandwidth.

### **Customising your Client’s Connectors**

So you have some [integration templates](https://cyclr.com/orchestration-layer/integration-templates) ready to go but need to map data to custom fields? No problem.

Within Cyclr you, or your users, can make account-specific alterations to your users’ connectors.

By entering your user’s account within Cyclr, you can examine and test their installed connectors. By delving deeper, **you can make direct changes to the request and response fields**, adding in any necessary custom fields that you need to be applied to an integration template.   

![Modifying a customer's connector](https://cyclr.com/wp-content/uploads/2018/08/Modifying-Customer-Connector.png)

## **Communicating with Different API Types**

One of the main issues with creating and maintaining integrations between services is the lack of standardisation around API creation and development. As well as the various API formats, including REST, SOAP and GraphQL, there are various forms of authentication each may choose to implement.

So how can you maintain consistency when dealing with a wide range of services?

The Cyclr approach is through SaaS connectors. We’ve developed connectors that take a 3rd party application’s API and map it to a standardised format, greatly simplifying the process of integrating multiple services. **REST** can speak to **SOAP** can speak to **GraphQL** can speak to **CSV** and so on.

## **Can I add Custom Scripting to my Integrations?**

In order to service more rigid, complex systems you may need to add the script to your integration to function as desired.

Cyclr assists with this by giving you the ability to **add your own custom JavaScript code within your integrations**, at the step level.

You can write a script to call external API endpoints. This is especially useful if the API returns a URL which contains the real response object.

Complex objects need not be a problem. Adding in additional code to handle key-value pairs will allow you to retrieve data in a useful way, which can be used in further steps in your integration workflow.

It’s even possible to handle custom 3rd party API errors and status codes, giving you tighter control over error handling.

![In Step Integration Scripting](https://cyclr.com/wp-content/uploads/2018/08/in-step-scripting.png)

## **Integration Toolkit Developments to Come**

SaaSs are ever-evolving and changing, which is why Cyclr is constantly developing and striving to make users’ integration experience better.

As well as a continuous stream of new connectors to integrate between, we’re working on new tools to assist users with**building advanced integration quicker and more robustly**.

These developments include**auto field mapping**, for faster building, and **programmable logic steps**, expanding the possibilities of our logic tools for managing data in transit.

Expect to see new developments and tools in the near future, all with the aim of giving you the most powerful and flexible data orchestration tools available.

### **Other Orchestrate Data Resources**

 ![Orchestrating data from APIs](https://cyclr.com/wp-content/uploads/2018/08/API-Orchestration@3x-1024x536.png)

[Conducting Data: The Art of API Orchestration](https://cyclr.com/blog/conducting-data-the-art-of-api-orchestration)

 ![How to develop APIs](https://cyclr.com/wp-content/uploads/2021/10/Developing-APIs@3x-1024x628.png)

[How to develop an API – Best Practices to Follow from Cyclr Developers](https://cyclr.com/blog/how-to-develop-an-api)

 ![API types compared](https://cyclr.com/wp-content/uploads/2021/07/API-Types.png)

[Know Your API Types – REST vs SOAP vs GraphQL](https://cyclr.com/blog/rest-vs-soap-vs-graphql-api-types)

### About Author

 ![Avatar for Daniel Twigg](https://secure.gravatar.com/avatar/c8d7d17e2946034896c2edbd3b2b68835e603729a80c2f66e984a78483e09997?s=100&d=retro&r=pg)

#### [Daniel Twigg](https://cyclr.com/author/Daniel)

With over 14 years experience in the Digital Marketing arena, covering industries including IoT, SaaS, fitness, computer gaming and music, Daniel has been Cyclr's marketing manager from the early days of the platform. **[Follow Daniel on LinkedIn](https://www.linkedin.com/in/danieljamestwigg/)**

 [Subscribe to Newsletter](https://cyclr.com/#) ![Reach Icon](https://cyclr.com/wp-content/uploads/2025/12/Reach.svg)

[Case Studies](https://cyclr.com/case-studies)

 ![Present Icon](https://cyclr.com/wp-content/uploads/2025/12/Present.svg)

[Reports](https://cyclr.com/resources/reports)

 ![Connect Icon](https://cyclr.com/wp-content/uploads/2025/12/Connect.svg)

[Webinars](https://cyclr.com/resources/webinars)

#### Recent Posts

 - [MCP vs Middleware vs Direct API Integrations: How SaaS Teams Should Expose Product Capabilities to AI Agents](https://cyclr.com/resources/ai/mcp-vs-middleware-vs-direct-api-integrations)
 - [Building AI Skills: How Structured Instructions Make Agentic Workflows More Reliable](https://cyclr.com/resources/ai/building-ai-skills-how-structured-instructions-make-agentic-workflows-more-reliable)
 - [Why Would You Want to Trigger Workflows via MCP?](https://cyclr.com/blog/why-would-you-want-to-trigger-workflows-via-mcp)
 - [The Headless Bridge: Linking Enterprise Legacy Platforms with AI for Futureproof Flexibility](https://cyclr.com/blog/the-headless-bridge-linking-enterprise-legacy-platforms-with-ai-for-futureproof-flexibility)
 - [The Secret Sauce Behind Cyclr’s MCP PaaS](https://cyclr.com/blog/the-secret-sauce-behind-cyclrs-mcp-paas)

 [!\[Read our Reviews on G2\](https://cyclr.com/wp-content/uploads/2022/06/Blog-Sidebar-G2-Summer-transparent.png)](https://www.g2.com/products/cyclr/reviews)

## Let Cyclr handle the integrations.

You focus on building the product your customers love.

 [Start building for free](https://cyclr.com/get-started/request-free-trial) [Get a demo](https://cyclr.com/get-started/book-a-demo) ![Cyclr logo](https://cyclr.com/wp-content/uploads/2020/02/cyclr-logo.png)

Embedded iPaaS for SaaS

 [!\[Cyclr's LinkedIn Page\](https://cyclr.com/wp-content/themes/cyclr-v2/img/linkedin-icon.png)](https://www.linkedin.com/company/cyclr-systems/) [!\[Cyclr's YouTube Channel\](https://cyclr.com/wp-content/uploads/2025/02/YouTube.svg)](https://www.youtube.com/channel/UCtkjPj2Lq-Ox2q3_e5MRfrg) [!\[Cyclr's Facebook Profile\](https://cyclr.com/wp-content/themes/cyclr-v2/img/facebook-icon.png)](https://www.facebook.com/cyclrautomation)
 - [Embedded iPaaS Overview](https://cyclr.com/product)
 - [SaaS Embedded iPaaS](https://cyclr.com/product)
 - [Service Embedded iPaaS](https://cyclr.com/product/service-embedded-ipaas)
 - [Enterprise Embedded iPaaS](https://cyclr.com/product/branded-embedded-ipaas)
 - [AI Orchestration](https://cyclr.com/ai-orchestration)

 - [Case Studies](https://cyclr.com/case-studies)
 - [Build vs Buy Integration](https://cyclr.com/blog/build-or-buy-choosing-an-integration-solution)
 - [Cyclr Alternatives](https://cyclr.com/alternatives)
 - [Cyclr vs. Paragon](https://cyclr.com/alternatives/cyclr-vs-paragon)
 - [Cyclr vs. Prismatic](https://cyclr.com/alternatives/cyclr-vs-prismatic)

 - [About Us](https://cyclr.com/company/about-us)
 - [Contact](https://cyclr.com/contact)
 - [Blog](https://cyclr.com/blog)
 - [Partner Programme](https://cyclr.com/partners)
 - [Working at Cyclr](https://cyclr.com/company/working-at-cyclr)

### Contact

**UK:** (0330) 010 2525

**US:** (646) 585 2525

CO.5C, Corinthian House, 17 Lansdowne Road, Croydon, CR0 2BX

### Popular Connectors

 - [Salesforce](https://cyclr.com/integrate/salesforce)
 - [HubSpot](https://cyclr.com/integrate/hubspot)
 - [Microsoft Dynamics](https://cyclr.com/integrate/microsoft-dynamics-crm)
 - [Shopify](https://cyclr.com/integrate/shopify)
 - [NetSuite](https://cyclr.com/integrate/netsuite)
 - [Amazon S3](https://cyclr.com/integrate/amazon-s3)
 - [Sage 200](https://cyclr.com/integrate/sage-200)

### Top Connector Categories

 - [Accounting](https://cyclr.com/connectors/category/accounting)
 - [CRM](https://cyclr.com/connectors/category/crms)
 - [Database](https://cyclr.com/connectors/category/databases)
 - [Email Marketing](https://cyclr.com/connectors/category/email-marketing)
 - [ERP](https://cyclr.com/connectors/category/erp)
 - [HR/Payroll](https://cyclr.com/connectors/category/hr-payroll)
 - [Product Management](https://cyclr.com/connectors/category/product-management)

### Trending Resources

 - [What is an Embedded iPaaS?](https://cyclr.com/blog/what-is-an-embedded-ipaas)
 - [SaaS Integration: How do you do it?](https://cyclr.com/blog/how-do-you-integrate-with-multiple-saas-products)
 - [AI Resources](https://cyclr.com/resources/ai)
 - [MCP Use Case Directory Tool](https://cyclr.com/resources/mcp-discovery-tool)
 - [API Integration](https://cyclr.com/resources/api-integration)
 - [Embedded iPaaS](https://cyclr.com/resources/embedded-ipaas)
 - [Cost Calculator](https://cyclr.com/resources/integration-cost-calculator)

### Common Use Cases

 - [SaaS Developers](https://cyclr.com/use-cases/saas-developers)
 - [Product Managers](https://cyclr.com/use-cases/product-managers)
 - [API Teams](https://cyclr.com/use-cases/api-teams)
 - [CFOs](https://cyclr.com/use-cases/cfo-finance-teams)
 - [B2B SaaS Platforms](https://cyclr.com/use-cases/established-saas-platforms)
 - [Enterprise Organizations](https://cyclr.com/enterprise)
 - [Composable Commerce](https://cyclr.com/use-cases/composable-commerce)

 MENUMENU
 - [Website Terms](https://cyclr.com/legal/website)
 - [Privacy Policy](https://cyclr.com/privacy-policy)
 - [Terms and Conditions](https://cyclr.com/terms-and-conditions)
 - [AI Policy](https://cyclr.com/ai-policy)
 - [DPA](https://cyclr.com/data-protection-agreement)
 - [SLA](https://cyclr.com/sla)
 - [GDPR](https://cyclr.com/legal/gdpr-compliance)
 - [Sitemap](https://cyclr.com/sitemap)
 - [Cookie Settings](https://cyclr.com/#)

© 2026 Cyclr Systems Ltd. All rights reserved.

Registered business number: 08790783. VAT Number GB218625701.

## Structured data

```json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "TechArticle",
            "@id": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#article",
            "isPartOf": {
                "@id": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data"
            },
            "author": {
                "name": "Daniel Twigg",
                "@id": "https://cyclr.com/#/schema/person/378e9a82e489bab6367fc6546a09387e"
            },
            "headline": "What API Orchestration Tools are Available to Tame your Data?",
            "datePublished": "2018-08-15T10:55:52+00:00",
            "dateModified": "2026-05-20T14:27:56+00:00",
            "mainEntityOfPage": {
                "@id": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data"
            },
            "wordCount": 1511,
            "commentCount": 0,
            "publisher": {
                "@id": "https://cyclr.com/#organization"
            },
            "image": {
                "@id": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#primaryimage"
            },
            "thumbnailUrl": "https://cyclr.com/wp-content/uploads/2018/08/API-Orchestration-Tools.png",
            "keywords": [
                "API",
                "Cyclr",
                "Orchestration",
                "Orchestration Tools"
            ],
            "articleSection": [
                "API Connector Resources",
                "API Integration",
                "Blog"
            ],
            "inLanguage": "en-GB"
        },
        {
            "@type": "WebPage",
            "@id": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data",
            "name": "What API Orchestration Tools are Available to Tame your Data? | Cyclr",
            "isPartOf": {
                "@id": "https://cyclr.com/#website"
            },
            "primaryImageOfPage": {
                "@id": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#primaryimage"
            },
            "image": {
                "@id": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#primaryimage"
            },
            "thumbnailUrl": "https://cyclr.com/wp-content/uploads/2018/08/API-Orchestration-Tools.png",
            "datePublished": "2018-08-15T10:55:52+00:00",
            "dateModified": "2026-05-20T14:27:56+00:00",
            "description": "In order to create bulletproof SaaS integrations and to effectively orchestrate data between APIs you're going to need some tools.",
            "breadcrumb": {
                "@id": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-GB",
            "@id": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#primaryimage",
            "url": "https://cyclr.com/wp-content/uploads/2018/08/API-Orchestration-Tools.png",
            "contentUrl": "https://cyclr.com/wp-content/uploads/2018/08/API-Orchestration-Tools.png",
            "width": 2048,
            "height": 1072,
            "caption": "API Orchestration Tools for taming data"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Blog",
                    "item": "https://cyclr.com/blog"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "What API Orchestration Tools are Available to Tame your Data?"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://cyclr.com/#website",
            "url": "https://cyclr.com/",
            "name": "Cyclr",
            "description": "Embedded iPaaS for scaling SaaS integrations",
            "publisher": {
                "@id": "https://cyclr.com/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://cyclr.com/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        },
        {
            "@type": "Organization",
            "@id": "https://cyclr.com/#organization",
            "name": "Cyclr",
            "url": "https://cyclr.com/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-GB",
                "@id": "https://cyclr.com/#/schema/logo/image/",
                "url": "https://cyclr.com/wp-content/uploads/2017/10/cyclr-logo.png",
                "contentUrl": "https://cyclr.com/wp-content/uploads/2017/10/cyclr-logo.png",
                "width": 1064,
                "height": 487,
                "caption": "Cyclr"
            },
            "image": {
                "@id": "https://cyclr.com/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/cyclrautomation",
                "https://x.com/cyclr",
                "https://www.linkedin.com/company/10066377/",
                "https://www.youtube.com/channel/UCtkjPj2Lq-Ox2q3_e5MRfrg",
                "https://www.g2.com/products/cyclr",
                "https://www.pinterest.co.uk/cyclrsystems/"
            ],
            "description": "Embedded iPaaS for B2B SaaS companies - enabling interoperability between APIs, LLMs, on-prem and Cloud systems, with a secure, multi-tenanted architecture for governance and scaling.",
            "telephone": "(0330) 010 2525",
            "legalName": "Cyclr Systems Limited",
            "vatID": "GB218625701",
            "numberOfEmployees": {
                "@type": "QuantitativeValue",
                "minValue": "11",
                "maxValue": "50"
            },
            "actionableFeedbackPolicy": "https://cyclr.com/legal/website",
            "correctionsPolicy": "https://cyclr.com/legal/website",
            "ethicsPolicy": "https://cyclr.com/company"
        },
        {
            "@type": "Person",
            "@id": "https://cyclr.com/#/schema/person/378e9a82e489bab6367fc6546a09387e",
            "name": "Daniel Twigg",
            "image": {
                "@type": "ImageObject",
                "inLanguage": "en-GB",
                "@id": "https://secure.gravatar.com/avatar/c8d7d17e2946034896c2edbd3b2b68835e603729a80c2f66e984a78483e09997?s=96&d=retro&r=pg",
                "url": "https://secure.gravatar.com/avatar/c8d7d17e2946034896c2edbd3b2b68835e603729a80c2f66e984a78483e09997?s=96&d=retro&r=pg",
                "contentUrl": "https://secure.gravatar.com/avatar/c8d7d17e2946034896c2edbd3b2b68835e603729a80c2f66e984a78483e09997?s=96&d=retro&r=pg",
                "caption": "Daniel Twigg"
            },
            "description": "With over 14 years experience in the Digital Marketing arena, covering industries including IoT, SaaS, fitness, computer gaming and music, Daniel has been Cyclr's marketing manager from the early days of the platform. Follow Daniel on LinkedIn",
            "sameAs": [
                "https://cyclr.com",
                "https://www.linkedin.com/in/danieljamestwigg/"
            ],
            "url": "https://cyclr.com/author/daniel"
        }
    ]
}
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@context": "https://schema.org",
            "@type": "SiteNavigationElement",
            "@id": "#ez-toc",
            "name": "Field Mapping",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#field-mapping"
        },
        {
            "@context": "https://schema.org",
            "@type": "SiteNavigationElement",
            "@id": "#ez-toc",
            "name": "Transferring only the Data you Need",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#transferring-only-the-data-you-need"
        },
        {
            "@context": "https://schema.org",
            "@type": "SiteNavigationElement",
            "@id": "#ez-toc",
            "name": "Combining Methods into One Workflow",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#combining-methods-into-one-workflow"
        },
        {
            "@context": "https://schema.org",
            "@type": "SiteNavigationElement",
            "@id": "#ez-toc",
            "name": "How can I select specific data within an integration workflow?",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#how-can-i-select-specific-data-within-an-integration-workflow"
        },
        {
            "@context": "https://schema.org",
            "@type": "SiteNavigationElement",
            "@id": "#ez-toc",
            "name": "Time-Based Constraints",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#time-based-constraints"
        },
        {
            "@context": "https://schema.org",
            "@type": "SiteNavigationElement",
            "@id": "#ez-toc",
            "name": "How can I temporarily delay an integration’s data flow?",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#how-can-i-temporarily-delay-an-integrations-data-flow"
        },
        {
            "@context": "https://schema.org",
            "@type": "SiteNavigationElement",
            "@id": "#ez-toc",
            "name": "How do I set a date to continue an integration workflow?",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#how-do-i-set-a-date-to-continue-an-integration-workflow"
        },
        {
            "@context": "https://schema.org",
            "@type": "SiteNavigationElement",
            "@id": "#ez-toc",
            "name": "The infinite possibilities of your users’ requirements",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#the-infinite-possibilities-of-your-users-requirements"
        },
        {
            "@context": "https://schema.org",
            "@type": "SiteNavigationElement",
            "@id": "#ez-toc",
            "name": "Customisable Integration Templates",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#customisable-integration-templates"
        },
        {
            "@context": "https://schema.org",
            "@type": "SiteNavigationElement",
            "@id": "#ez-toc",
            "name": "Customising your Client’s Connectors",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#customising-your-clients-connectors"
        },
        {
            "@context": "https://schema.org",
            "@type": "SiteNavigationElement",
            "@id": "#ez-toc",
            "name": "Communicating with Different API Types",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#communicating-with-different-api-types"
        },
        {
            "@context": "https://schema.org",
            "@type": "SiteNavigationElement",
            "@id": "#ez-toc",
            "name": "Can I add Custom Scripting to my Integrations?",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#can-i-add-custom-scripting-to-my-integrations"
        },
        {
            "@context": "https://schema.org",
            "@type": "SiteNavigationElement",
            "@id": "#ez-toc",
            "name": "Integration Toolkit Developments to Come",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#integration-toolkit-developments-to-come"
        },
        {
            "@context": "https://schema.org",
            "@type": "SiteNavigationElement",
            "@id": "#ez-toc",
            "name": "Other Orchestrate Data Resources",
            "url": "https://cyclr.com/blog/api-orchestration-tools-to-tame-your-data#other-orchestrate-data-resources"
        }
    ]
}
```
