How to Create a Pipedream Workflow Dynamically using REST API and Custom Source Trigger Component's ID?

This topic was automatically generated from Slack. You can find the original thread here.

Hi folks, I deployed a custom source trigger component, and now want to use it’s ID to dynamically create a workflow using REST API. Any guidance? I can’t seem to find any clear documentation on creating pipedream workflow without using template_id.

Hey , unfortunately, you can not create a workflow without template ID using REST API.

Actually , without template_id, the workflow does deploy, but I am unable to specify a custom source ID as a trigger component. And If I use template, it doesn’t let me change the configured props at runtime.

, Pipedream currently has limited support for REST API, if you need other features, you can create a new ticket here to request for it: Sign in to GitHub · GitHub

Sure, thanks