This endpoint is only available when using user API keys, not yet for workspace OAuth tokens.
Endpoint
Request Body
The ID of the project where the new workflow will be created. To find your project ID, switch to your desired worksapce, and click on Projects in the top left of the Pipedream dashboard.Click on the project where you’d like to create the new workflow, and the project ID can be found in the URL, starting with
proj_.If the URL is https://pipedream.com/@pd-testing/projects/proj_GzsRY5N/tree, your project_id is proj_GzsRY5N.The ID of the workflow template to base the workflow on. To find a workflow’s
template_id, navigate to your workflow that you’d like to create a template for, and click “Create share link”. If the URL created is https://pipedream.com/new?h=tch_Vdfl0l, your template_id is tch_Vdfl01.Definitions of the steps to include in the workflow. Each item in the array represents a step, with its namespace and
props.Definitions of the triggers that will start the workflow. Each item in the array represents a trigger, with its type and
props.Additional settings for the workflow, such as
name and auto_deploy.