Skip to main content
POST
This endpoint is only available when using user API keys, not yet for workspace OAuth tokens.

Endpoint

Parameters

string
The ID of a component previously created in your account. See the component endpoints for information on how to retrieve this ID.

string
The full code for a Pipedream component.

string
A reference to the URL where the component is hosted.For example, to create an RSS component, pass https://github.com/PipedreamHQ/pipedream/blob/master/components/rss/sources/new-item-in-feed/new-item-in-feed.ts.

One of component_id, component_code, or component_url is required. If all are present, component_id is preferred and component_url will be used only as metadata to identify the location of the code.
string
The name of the source.If absent, this defaults to using the name slug of the component used to create the source.