Workflow Triggers - Run
Runs a workflow trigger.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/run?api-version=2016-06-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
The resource group name. |
subscription
|
path | True |
string |
The subscription id. |
trigger
|
path | True |
string |
The workflow trigger name. |
workflow
|
path | True |
string |
The workflow name. |
api-version
|
query | True |
string |
The API version. |
Responses
Name | Type | Description |
---|---|---|
Other Status Codes |
All status codes are acceptable. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Run a workflow trigger
Sample request
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/triggers/manual/run?api-version=2016-06-01
Sample response
{}