Events drive the AlgaPSA workflow engine: submit an event and the runtime correlates it to the runs waiting on it.
POST /workflow/events injects an event (by name and correlation key) into the runtime; list and inspect submitted events with GET /workflow/events and GET /workflow/events/{eventId}. See the Workflow Definitions and Workflow Runs APIs for authoring and execution.
Every endpoint links through to its full parameters, request and response schemas, and code samples.
GET/api/workflow/eventsAlgaPSAList workflow eventsPOST/api/workflow/eventsAlgaPSASubmit a workflow eventGET/api/workflow/events/{eventId}AlgaPSAGet a workflow eventGET/api/workflow/events/exportAlgaPSAExport workflow eventsGET/api/workflow/events/summaryAlgaPSAGet workflow events summaryGET/api/workflow/registry/actionsAlgaPSAList workflow registry actionsGET/api/workflow/registry/designer-catalogAlgaPSAGet the workflow designer action catalogGET/api/workflow/registry/nodesAlgaPSAList workflow registry node typesGET/api/workflow/registry/schemas/{schemaRef}AlgaPSAGet a workflow schema by ref