integrations
Clone Integration
Creates a new integration flow by cloning an existing template or flow.
POST
The Clone Integration endpoint creates a copy of an existing integration flow. This is useful when you want to create a similar flow with minor modifications or test changes without affecting the original flow.
Effects
- Creates a new integration flow with a unique ID
- Copies all configuration settings from the source flow
- Sets the initial status to
SCHEDULED
- Maintains the same steps and variable definitions
- Creates fresh execution history
Common Use Cases
- Creating test versions of production flows
- Setting up similar flows for different environments
- Backup before major changes
- Template-based flow creation
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the integration template (or existing flow) to clone.
Body
application/json
Data for the new cloned flow.
Data required to clone an integration or webhook template.
Response
201
application/json
Integration flow cloned successfully.
Represents an integration flow.