Published at: 2025-10-30

Integration Flow Overview


An integration flow defines how data is synchronized from a source system to a target system. By adding different components, you can perform operations such as system API calls, data filtering, source-to-target field mapping and transformation, and pre-/post-sync logic processing. The visual, flow-based configuration is intuitive, with clear component execution order.

  1. Define Source and Target: Specify which object from which system should be synchronized to which object in the target system.
    picture coming soon:

  2. Define Data Retrieval and Target Operations: Configure how to fetch data from the source object and what operations to perform on the target object.
    picture coming soon:

If the source system is a CRM, no data retrieval configuration is required—the CRM system will notify the Integration Platform of data changes automatically.

  1. Define Field Mapping Between Source and Target Objects
    picture coming soon:
    picture coming soon:

  2. Define Data Scope for Synchronization (Filtering)
    If all data should be synchronized, no filtering is required.
    picture coming soon:
    picture coming soon:

  3. Implement Custom Logic (Optional): Insert APL functions before, during, or after synchronization for advanced data processing.
    picture coming soon:

Submit Feedback