Trigger action workflow
Trigger specific action workflow.
Last updated
Trigger specific action workflow.
POST https://api.couchdrop.io/public/workflow/<workflow_id>/trigger
workflow_id
String
Workflow ID
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
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": {...}
}{
// Response
}Last updated