create_integration_flow
Create a new integration flow in a specific package by providing a unique ID, display name, and optional base64-encoded ZIP artifact.
Instructions
Create/upload a new integration flow in a package.
Args: iflow_id: Unique ID for the iFlow. name: Display name. package_id: Target integration package ID. artifact_content_base64: Optional ZIP content encoded in base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| iflow_id | Yes | ||
| package_id | Yes | ||
| artifact_content_base64 | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |