run_trigger
Manually start a new run of a logic app workflow by firing a specific trigger immediately, bypassing scheduled or event-based conditions. Use with get_workflow_triggers to find available triggers.
Instructions
Manually fire a workflow trigger to start a new run immediately, bypassing any schedule or event condition. For Standard SKU, workflowName is required. Use get_workflow_triggers first to find available trigger names. Then use list_run_history to see the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Azure subscription ID | |
| resourceGroupName | Yes | Resource group name | |
| logicAppName | Yes | Logic App resource name | |
| triggerName | Yes | The name of the trigger to run (e.g., 'manual', 'When_a_HTTP_request_is_received') | |
| workflowName | No | Workflow name (required for Standard SKU) |