Published at: 2025-10-30

Integration Flow Overview


The Integration Platform defines how data synchronizes from a source system to a target system. By adding different components, you configure API calls, data filtering, source-to-target field mappings and transformations, and logic executed before, during, and after synchronization. The visual, flow-based configuration is easy to use and clearly shows component execution order.

  1. Define source and target: which object in which system will sync to which object in the target system.

image

  1. Define how to retrieve data from the source object and what actions to perform on the target object.

image

If the source system is the CRM, you do not need to configure how to fetch data; the CRM notifies the Integration Platform of data events.

  1. Define field mappings between the source and target objects.

image

image

  1. Define the scope of source records to synchronize to the target system by setting data filters.

If you want to sync all records, you do not need to set any filters.

image

image

  1. If you need custom data processing, insert APL functions before, during, or after synchronization to implement the required logic.

image

Submit Feedback