Parse, list, create, update, and delete workflow triggers through the runtime proxy.
Trigger routes are pass-through JSON routes to the runtime service.Documentation Index
Fetch the complete documentation index at: https://docs.compose.market/llms.txt
Use this file to discover all available pages before exploring further.
| Method | Path | Description |
|---|---|---|
POST | /api/workflow/triggers/parse | Parses trigger input. |
GET | /api/workflow/{walletAddress}/triggers | Lists triggers for a workflow. |
POST | /api/workflow/{walletAddress}/triggers | Creates a trigger. |
PUT | /api/workflow/{walletAddress}/triggers/{triggerId} | Updates a trigger. |
DELETE | /api/workflow/{walletAddress}/triggers/{triggerId} | Deletes a trigger. |