For the complete documentation index, see llms.txt. This page is also available as Markdown.

Trigger action workflow

Trigger specific action workflow.

Trigger specific action workflow.

POST https://api.couchdrop.io/public/workflow/<workflow_id>/trigger

Path Parameters

Name
Type
Description

workflow_id

String

Workflow ID

Headers

Name
Type
Description

Authorization

String

Access token generated in the workflow settings, if required. Must be specified as a Bearer token, in the format Bearer <token> e.g. Bearer 23ed462a-1f53-4326-b77b-58a3c94ec274

Request Body

Name
Type
Description

path

String

Path to file / folder that will be used in the action. Optional: will default to the home directory of the user who created the workflow.

parameters

JSON String

JSON object mapping values to custom variables configured on the workflow, if there are any. Optional.

{
    "result": {...}
}

Last updated