trigger_cloud_flow
Trigger an automated CloudFlow workflow by its flow ID to execute cloud resource automation. Optionally pass a JSON request body.
Instructions
Use this when the user wants to trigger an automated CloudFlow workflow by its flow ID. This executes automation that may modify cloud resources externally. Ask the user to confirm the flow ID and any parameters before executing. Do NOT use this for viewing CloudFlow definitions or checking available flows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowID | Yes | The ID of the CloudFlow flow to trigger | |
| requestBodyJson | No | Optional JSON object to pass as the request body to the flow if the flow requires it |