DG Copy Flow
Copies a flow from one DigitalGenius organisation to another, including across regions. Use it to reuse an existing flow in a different organisation without rebuilding it.
Copies a flow from one DigitalGenius organisation to another, including across regions. Use it to reuse an existing flow in a different organisation without rebuilding it.
What it does
- Reads a flow from a source organisation using its source API credentials and region.
- Recreates that flow in a target organisation using the target credentials and region.
- Returns the ID of the newly created flow.
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| DG Api Key Source | String (sensitive) | - | DG Api Key Source |
| DG Api Secret Source | String (sensitive) | - | DG Api Secret Source |
| Region Source | String | - | Region Source Possible values: eu, us. |
| Flow ID | String | - | Flow ID |
| Region Target | String | - | Region Target Possible values: eu, us. |
| DG Api Key Target | String (sensitive) | - | DG Api Key Target |
| DG Api Secret Target | String (sensitive) | - | DG Api Secret Target |
Outputs
| Name | Type | Description |
|---|---|---|
| Success? | Boolean | Whether the flow was created |
| Created Flow ID | String | Created Flow ID |
Notes
- The source and target can be in different regions (EU or US).
- Requires an API key and secret for both the source and the target organisation.