Microsoft Azure Functions · Capability
WebApps API Client — WorkflowTriggers
WebApps API Client — WorkflowTriggers. 5 operations. Lead operation: WorkflowTriggers. Self-contained Naftiko capability covering one Microsoft Azure Functions business surface.
What You Can Do
GET
Workflowtriggerslist
— Gets a list of workflow triggers.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/triggers
GET
Workflowtriggersget
— Gets a workflow trigger.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/triggers/{triggername}
POST
Workflowtriggerslistcallbackurl
— Get the callback URL for a workflow trigger.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/triggers/{triggername}/listcallbackurl
POST
Workflowtriggersrun
— Runs a workflow trigger.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/triggers/{triggername}/run
GET
Workflowtriggersgetschemajson
— Get the trigger schema as JSON.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/triggers/{triggername}/schemas/json
MCP Tools
gets-list-workflow-triggers
Gets a list of workflow triggers.
read-only
idempotent
gets-workflow-trigger
Gets a workflow trigger.
read-only
idempotent
get-callback-url-workflow-trigger
Get the callback URL for a workflow trigger.
read-only
runs-workflow-trigger
Runs a workflow trigger.
get-trigger-schema-json
Get the trigger schema as JSON.
read-only
idempotent