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.

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

NameTypeDescription
DG Api Key SourceString (sensitive)DG Api Key Source
DG Api Secret SourceString (sensitive)DG Api Secret Source
Region SourceStringRegion Source Possible values: eu, us.
Flow IDStringFlow ID
Region TargetStringRegion Target Possible values: eu, us.
DG Api Key TargetString (sensitive)DG Api Key Target
DG Api Secret TargetString (sensitive)DG Api Secret Target

Outputs

NameTypeDescription
Success?BooleanWhether the flow was created
Created Flow IDStringCreated 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.

Did this page help you?