Integration Services

Define and manage reusable services for integration flows

Integration Services allow you to define custom services that can be used across multiple integration flows, promoting reusability and consistency.

What are Integration Services?

Integration Services are reusable components that encapsulate common functionality or connections used by integration flows. Instead of defining the same service configuration in multiple flows, you can create a service once and reference it wherever needed.

Key Features

  • Reusability - Define once, use in multiple integration flows
  • Version Management - Track and manage service versions
  • Centralized Configuration - Update service configuration in one place
  • Consistency - Ensure all flows use the same service implementation

Use Cases

Integration Services are ideal for:

  • Database connections used across multiple flows
  • API clients that need consistent configuration
  • Custom business logic components
  • Shared transformation services

Creating Integration Services

Documentation coming soon. This feature allows you to create custom services that can be referenced by multiple integration flows.

Managing Services

The Integration Services page displays:

  • Service name
  • Version number
  • Description
  • Usage across flows

What’s Next