start_workflow
Execute automated workflows in Agentled MCP Server by providing workflow ID and optional input data for process initiation.
Instructions
Start a workflow execution. Optionally provide input data that maps to the workflow's input page fields. For example, if the workflow expects "company_url", pass: { input: { company_url: "https://..." } }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow ID to start | |
| input | No | Input payload matching the workflow input page fields | |
| metadata | No | Optional execution metadata |