Skip to main content
POST
/
api
/
workflow
/
triggers
/
parse
Workflow triggers
curl --request POST \
  --url https://api.compose.market/api/workflow/triggers/parse

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.

Trigger routes are pass-through JSON routes to the runtime service.

Routes

MethodPathDescription
POST/api/workflow/triggers/parseParses trigger input.
GET/api/workflow/{walletAddress}/triggersLists triggers for a workflow.
POST/api/workflow/{walletAddress}/triggersCreates a trigger.
PUT/api/workflow/{walletAddress}/triggers/{triggerId}Updates a trigger.
DELETE/api/workflow/{walletAddress}/triggers/{triggerId}Deletes a trigger.

Path parameters

walletAddress
string
required
Workflow wallet address.
triggerId
string
Trigger ID.

Body

The gateway does not reshape trigger bodies. It forwards caller JSON to the runtime service.