cURL
curl --request POST \ --url https://api.pipedream.com/v1/workflows/{workflow_id}/invoke \ --header 'Authorization: Bearer <token>'
You can invoke workflows by making an HTTP request to a workflow’s HTTP trigger. See the docs on authorizing requests and invoking workflows for more detail.
Was this page helpful?