Enterprise Integration & iPaaS Glossary
Plain-language definitions of the enterprise integration, iPaaS and automation terms that come up when you connect systems — a reference to guide your team.
A
AI-Powered Automation
Automation that uses AI to handle tasks like data transformation, workflow optimisation and predictive analytics with less manual effort.
API (Application Programming Interface)
A set of rules that lets software applications talk to each other, so they can share data and work together.
API Management
The work of designing, publishing, monitoring and securing APIs so applications can interact safely and reliably.
Adapter
A software module that connects IntelliPaaS to a specific application or system so data can move between them.
Asynchronous Processing
A way of running tasks independently, so a slow step does not hold up the rest of the workflow.
Automation
Using technology to handle repetitive or predefined tasks with little human input, improving speed and reducing errors.
B
Batch Processing
Running data-processing tasks in groups, or batches, at scheduled times. This suits large volumes of data.
Big Data Integration
Connecting and managing very large datasets from many sources so you can analyse them and draw insights.
Bottleneck
A point in a workflow or system where processing slows down and causes delays.
Business Process Automation (BPA)
Using technology to automate complex business workflows, which cuts manual effort and speeds up operations.
Business Process Integration
Connecting different business processes across systems so they run smoothly and keep data consistent.
C
Cloud Integration
Connecting cloud applications and services with on-premises or other cloud systems so they can share data and work together.
Compliance
Making sure processes and integrations meet regulatory standards, industry requirements and internal policies.
Connector
A ready-made component in IntelliPaaS that integrates with a specific system or application, such as Salesforce, SAP or ServiceNow.
Connectors
Ready-made modules that make it faster and simpler to integrate systems, cutting development time and complexity.
Containerisation
Packaging an application and everything it needs to run into a container, so it deploys and scales easily. Common tools include Docker and Kubernetes.
Cross-Domain Integration
Connecting and synchronising systems across different business units, regions or cloud environments.
D
Data Mapping
Matching fields in one system to the matching fields in another, so data transfers accurately during integration.
Data Silos
Isolated stores of data that other systems cannot reach, which makes collaboration and integration harder.
Data Synchronisation
Keeping data consistent, accurate and up to date across systems, either in real time or at scheduled times.
Data Transformation
Converting data formats, structures or values so different systems can work with the same data.
Deployment Models
The different ways IntelliPaaS can be deployed: cloud, on-premises, hybrid, edge and containerised. Each suits different needs.
E
Edge Computing
Processing data close to where it is created, rather than in a central data centre. This lowers latency and supports real-time processing.
Encryption
Converting data into a coded format so unauthorised people cannot read it, which keeps it secure during integration.
End-to-End Encryption
Encryption that keeps data protected the whole way from source to destination, so it cannot be intercepted in between.
Error Handling
Spotting, managing and resolving errors in workflows so they keep running and data stays intact.
Execution Scheduling
Setting the times or conditions that trigger a workflow, so data is processed when you need it.
F
Failover
A backup mechanism that automatically switches to a standby system if the main one fails, keeping downtime low and workflows running.
Fault Tolerance
The ability to keep running even when hardware or software fails, so reliability stays high.
Field Mapping
Linking data fields in one system to the matching fields in another, so data transfers accurately.
Flexibility
How well IntelliPaaS adapts to different integration scenarios, deployment models and customisation needs.
Flow Designer
A drag-and-drop tool in IntelliPaaS for building, changing and managing integration workflows visually, with little or no coding.
G
GDPR (General Data Protection Regulation)
A European Union law that protects personal data and privacy, and sets strict rules for how organisations handle it.
Global Deployment
Deploying IntelliPaaS across multiple regions and countries to support international operations.
Governance
The policies and controls that keep data accurate, secure and compliant across integrations and workflows.
Granular Permissions
Detailed access controls that let specific roles or users perform only set actions, which supports security and compliance.
GraphQL
A query language for APIs that lets clients request exactly the data they need, offering a flexible alternative to REST.
H
High Availability
A design approach that keeps integrations running with very little downtime, even during maintenance or failures.
Horizontal Scaling
Adding more nodes or instances to handle bigger workloads, so integrations keep performing as demand grows.
Host-Level Security
Measures that protect the underlying infrastructure of a deployment, keeping it secure in both on-premises and cloud environments.
Hybrid Deployment
A deployment model that combines on-premises and cloud environments, so you get the benefits of both.
Hybrid Integration
Connecting on-premises systems with cloud applications and services so data flows between them.
I
Integration Flow
A set of steps in IntelliPaaS that connects systems and moves data between them.
Integration Patterns
Reusable templates for solving common integration problems, such as data synchronisation, messaging or service orchestration.
Interoperability
The ability of different systems, platforms or applications to work together and share data.
IoT (Internet of Things)
A network of connected devices that share data. You can bring them into IntelliPaaS workflows for real-time processing and analytics.
iPaaS (Integration Platform as a Service)
A cloud-based platform for integrating applications, data and systems across on-premises, hybrid and cloud environments.
J
JSON (JavaScript Object Notation)
A lightweight, readable data format for storing and exchanging data, widely used in API integrations.
Java Adapter
A connector in IntelliPaaS that integrates with Java-based applications and systems.
Job Scheduling
Automating tasks or workflows to run at set times or intervals, so data is processed on schedule.
Journey Mapping
Visualising and designing workflows in IntelliPaaS to improve integration paths and user experience.
Just-In-Time Processing
Processing tasks or data exactly when they are needed, which improves efficiency and uses fewer resources.
K
Keep-Alive Mechanism
A protocol feature that keeps a connection open between systems, so data transfers efficiently with less latency.
Key Management
Securely creating, storing, distributing and managing the cryptographic keys used for encryption and authentication.
Key Performance Indicators (KPIs)
Metrics tracked in IntelliPaaS to measure how well integration workflows are performing.
Knowledge Base Integration
Connecting IntelliPaaS to your knowledge repositories so workflows can use them, such as retrieving answers for customer support.
Kubernetes
An open-source platform that automates the deployment, scaling and management of containerised applications. IntelliPaaS supports it for flexible deployment.
L
Latency
The delay between a data request and its response. It matters most for real-time integrations.
Lifecycle Management
Managing an integration workflow across its whole life, from creation and deployment through to monitoring and decommissioning.
Load Balancing
Spreading workloads across multiple servers so performance stays high and no single server is overloaded.
Log Monitoring
Tracking and analysing system logs in IntelliPaaS to confirm integrations are working and to catch issues quickly.
Low-Code/No-Code
Development approaches that need little or no coding, letting users build and deploy workflows visually with IntelliPaaS's drag-and-drop interface.
M
MCP Server
A Model Context Protocol server: a standardised bridge that gives AI models access to tools and data sources, so agents can act on live systems safely.
Message Queueing
A method that lets systems exchange data asynchronously by placing messages in a queue to be processed, which adds reliability.
Metadata Management
Organising and maintaining information about your data, known as metadata, to make it easier to find and integrate.
Modular Architecture
A design where components can be added, removed or replaced independently, which keeps the system flexible.
Monitoring
Continuously watching integration workflows and system performance to keep them reliable, spot anomalies and improve operations.
Multi-Tenancy
An architecture where multiple clients, departments or organisations run independently within one IntelliPaaS instance, with their data kept separate.
N
Network Security
Measures that protect data and systems from unauthorised access or attacks during integration workflows.
No-Code Development
Building integration workflows or automations without writing any code, using IntelliPaaS's drag-and-drop flow designer.
Node
A building block in an IntelliPaaS workflow that performs one function, such as transforming data, calling an API or connecting a system.
Non-Repudiation
A security property that ties every action or transaction back to its origin, so no one can deny having done it.
Notification Management
Setting up alerts and updates for key workflow events, so users know about important operations or errors.
O
On-Premises Integration
Running IntelliPaaS on an organisation's own infrastructure, giving full control over data and how policies are met.
Operational Analytics
Real-time insights from IntelliPaaS that help you monitor, assess and improve how integration workflows perform.
Optimisation
Improving integration workflows in IntelliPaaS to boost efficiency, performance and resource use.
Orchestration
Coordinating multiple tasks or systems in a workflow so they run as one process.
Out-of-the-Box (OOTB) Connectors
Ready-made components in IntelliPaaS that speed up integration with common applications and systems like Salesforce, SAP or ServiceNow.
P
Password Vault
A secure store in IntelliPaaS for sensitive credentials such as API keys, passwords and tokens.
Performance Monitoring
Tracking the speed and efficiency of integration workflows to find bottlenecks and improve them.
Pipeline
A sequence of stages in an IntelliPaaS workflow where data is processed and moved between systems.
Platform Scalability
How well IntelliPaaS handles more workload, users or demand without losing performance.
Polling
Periodically checking a system or application for updates, so data stays in sync.
Pre-Built Connectors
Ready-to-use components in IntelliPaaS that let you integrate with popular systems quickly, with less development effort.
Privacy Compliance
Making sure data handling and integrations meet privacy regulations such as GDPR or HIPAA.
Pro-Code Development
Options in IntelliPaaS for developers to write scripts or code, such as Python or Java, for complex integrations.
Process Automation
Using technology to run repetitive tasks or workflows without manual input, which improves efficiency and consistency.
Provisioning
Setting up and configuring the resources, systems or workflows needed to run integrations.
Q
Quality Assurance (QA)
Checking that integration workflows meet the required performance, reliability and security standards before they go live.
Query
A request for data from a database or system, used in integrations to retrieve or change data.
Queue Management
Organising and controlling tasks or messages in a queue so they process in order and avoid bottlenecks.
Quick Configuration
Setting up integrations and workflows quickly in IntelliPaaS using pre-built templates, connectors and a simple interface.
Quota Management
Monitoring and controlling resource use, such as API calls or data transfers, to stay within set limits and manage cost.
R
REST API
A widely used style of API in IntelliPaaS for building and connecting to services, so systems can communicate.
Real-Time Data Sync
Updating and syncing data across connected systems instantly, so it stays consistent and accurate.
Replication
Creating copies of data or processes so they stay available and consistent across systems.
Reporting Automation
Generating real-time or scheduled reports on integration performance, errors or usage, to support decisions.
Resilience
The ability to keep working and recover quickly when integrations fail or are disrupted.
Resource Optimisation
Managing and allocating computing resources efficiently to get the best performance at the lowest cost.
Response Time
How long IntelliPaaS takes to run a task or return a result. It is a key measure of workflow performance.
Retry Mechanism
A feature that automatically retries failed tasks or transactions, keeping workflows reliable and data intact.
Role-Based Access Control (RBAC)
A security feature that limits access to features and data based on a user's role, keeping operations secure and compliant.
Routing
Directing data or tasks in a workflow to the right destination or system.
S
Scalability
The ability to handle more workload, data or users without losing performance or reliability.
Scheduling
Setting workflows to run at specific times, intervals or when an event triggers them.
Secure API Gateway
A security layer that manages and protects API traffic, so data is exchanged safely.
Security Compliance
Making sure integrations and workflows meet data-protection and privacy rules and internal policies, such as GDPR or HIPAA.
Service-Level Agreement (SLA)
A contract that sets out the expected performance, availability and support standards for a service.
Source System
The system or application that data is taken from for integration or processing.
Subscription Management
Controlling access to IntelliPaaS services and features based on each user's or organisation's subscription.
Synchronous Processing
Running tasks in sequence, where each step waits for the previous one to finish.
System Integration
Connecting different applications, data sources and systems through IntelliPaaS so they can work together.
System Logs
Detailed records of actions and events in IntelliPaaS, used for monitoring, troubleshooting and audits.
T
Task Automation
Using IntelliPaaS to run repetitive tasks automatically, which improves efficiency and cuts manual effort.
Task Scheduling
Setting the times or conditions under which tasks in a workflow run.
Template
Ready-made workflows or configurations you can reuse for similar integrations, saving time and keeping things consistent.
Tenant
An independent client or department running within IntelliPaaS's multi-tenant architecture, with its own data kept separate and its own configuration.
Throughput
How fast IntelliPaaS processes data or completes tasks. It is a key measure of workflow performance.
Tokenisation
Replacing sensitive data with unique tokens, so the real values are not exposed during integrations.
Transaction Management
Monitoring and controlling data exchanges between systems so workflows complete successfully and data stays intact.
Transformation
Converting data from one format, structure or set of values to another so different systems can work with it.
Trigger
An event or condition that starts a workflow or action, such as a data change or a scheduled time.
Troubleshooting
Finding and fixing issues in workflows or integrations to get them working again and performing well.
U
Unified Dashboard
A single interface in IntelliPaaS that shows workflows, system performance and integration status at a glance.
Universal Connector
A flexible module in IntelliPaaS that connects to a wide range of applications, systems or APIs.
Update Propagation
Automatically pushing updates or changes to all connected systems, so data stays consistent and accurate.
Uptime
How much of the time IntelliPaaS services are available and running without interruption. It is key to reliable integrations.
Usability
How easy IntelliPaaS is to learn, navigate and use to build and manage integrations.
Usage Metrics
Data on how IntelliPaaS resources are used, such as workflows, API calls and system performance, to guide operations and capacity planning.
User Interface (UI)
The visual, interactive part of IntelliPaaS that users work in to design, manage and monitor workflows and integrations.
User Management
Managing user accounts, roles and permissions in IntelliPaaS to keep access secure and controlled.
V
Validation
Checking data, configurations or workflows to confirm they meet the required standards and work correctly.
Value Stream Mapping
Analysing workflows to find inefficiencies and improve processes for more value.
Vault
A secure store in IntelliPaaS for sensitive data such as API keys, passwords and credentials, with encryption and restricted access.
Vendor Integration
Connecting IntelliPaaS to external vendor systems to support operations such as procurement, payments or inventory management.
Version Control
Tracking and managing changes to workflows, configurations and integrations, so you can stay consistent and roll back if needed.
Versioning
Keeping multiple versions of workflows or configurations, so you can track changes and revert if needed.
Virtualisation
Creating virtual versions of resources such as servers, storage or applications to add flexibility and scale.
Visibility
Real-time monitoring and insight into the status, performance and errors of your integration workflows.
Visual Workflow Designer
IntelliPaaS's drag-and-drop interface for building, changing and managing integration workflows with little or no coding.
Volume Scaling
The ability to handle large volumes of data or many transactions at once, keeping performance steady under heavy load.
W
Web API Integration
Connecting IntelliPaaS to external web-based APIs so systems can exchange data.
Webhooks
Event-driven callbacks that let IntelliPaaS send or receive real-time data updates between systems.
Wildcard Support
A feature that allows pattern matching in data queries or configurations, so workflows can be more flexible.
Wizard Interface
Step-by-step guides in IntelliPaaS that make it easier to create and configure workflows, especially for new users.
Workflow Automation
Running tasks or processes automatically in IntelliPaaS, which removes manual work and improves efficiency.
Workflow Monitoring
Tracking workflows in real time to spot issues, measure performance and keep them reliable.
Workflow Orchestration
Coordinating multiple tasks or systems within a workflow so they run smoothly and efficiently.
Workflow Templates
Ready-made workflows you can reuse for common integrations, saving time and keeping things consistent.
Workforce Integration
Linking HR and other systems with IntelliPaaS to automate tasks such as onboarding, payroll and employee-data management.
Workload Balancing
Spreading tasks or data processing across available resources to keep performance high and avoid bottlenecks.
X
XML (eXtensible Markup Language)
A widely used data format for structuring, storing and exchanging data in integrations.
XML Schema Validation
Checking XML data against a defined schema to confirm it is consistent and accurate.
Y
Yes/No Conditions
Yes-or-no rules in a workflow that trigger actions based on set criteria or decision points.
Yield
A measure of how efficiently a workflow produces accurate results, without errors or delays.
Yield Management
Tuning workflows to get the most performance and resource use, with fewer errors and less downtime.
Z
Zero Downtime Deployment
A deployment approach that keeps integrations and workflows running during updates, so there is no service disruption.
Zonal Data Residency
Keeping data within specific geographic zones to meet regulatory or organisational requirements.
Zone Redundancy
A high-availability feature that spreads resources across multiple geographic zones, so a regional failure does not take the service down.
Zoomable Workflow Visualisation
A feature that lets users zoom in and out on workflow designs for a clearer view and easier management.