get_trigger_callback_url
Retrieves the callback URL with SAS token for request-based triggers in Azure Logic Apps. Use to obtain the endpoint for invoking workflows; for Standard SKU, provide the workflow name.
Instructions
Get the callback URL for request-based triggers (HTTP, manual). Returns the URL with SAS token for invoking the workflow. For Standard SKU, workflowName is required. Use run_trigger to test the workflow instead of calling the URL directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Azure subscription ID | |
| resourceGroupName | Yes | Resource group name | |
| logicAppName | Yes | Logic App resource name | |
| workflowName | No | Workflow name (required for Standard SKU) | |
| triggerName | Yes | Trigger name |