cURL
curl --request POST \ --url https://ai-loop.alpeadria.com/api/v1/flows/execute-command \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "flowId": "vsJjkCvDE9piUupc5Glek", "command": "Send Quote" } '
{ "status": "success", "output": "Command executed" }
Trigger an Activepieces flow to execute a specific routine or command.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"vsJjkCvDE9piUupc5Glek"
"Send Quote"
Flow triggered successfully.