Packages
Integration Packages are collections of Integration Elements. Packages can be organized around external apps (i.e. "Integration with Github"), integration scenarios (i.e. "Unified API for Tasks"), product features (i.e. "Documents Import") or any other grouping.
Example of a package:
name: Continuously Import Users
shortDescription: Import users from external app and keep them in sync by monitoring events.
description: <Long description explaining the scenario in detail>
elements:
  - type: action
    id: <action id>
  - type: flow
    id: <flow id>Packages can be universal (work across multiple integrations) and integration-specific.
When a universal package is applied to a given integration (by creating a child package for that integration that has parentId pointing to the universal one), elements of the integration-specific packages are automatically generated and the list of elements can only be changed in the parent package.
Updated 10 days ago
