Skip to main content

TriggerFlowBody

flowInputs object[]required
  • Array [
  • taskstringrequired
    paramstringrequired
    valuestringrequired
    dataTypestringrequired
  • ]
  • dry_runboolean

    If true, perform a dry run without actually triggering the flow

    TriggerFlowBody
    {
    "flowInputs": [
    {
    "task": "string",
    "param": "string",
    "value": "string",
    "dataType": "string"
    }
    ],
    "dry_run": true
    }