Github stars to Pipedream
dc_
:
Source ID
pd list sources
using the CLI.
POST /webhooks
endpoint. The endpoint accepts 3 params:
url
: the endpoint to which you’d like to deliver eventsname
: a name to assign to the webhook, for your own referencedescription
: a longer descriptioncURL
:
data.id
— the string that starts with wh_
— which you’ll use in Step 3:
POST /subscriptions
endpoint to create this subscription. This endpoint requires two params:
emitter_id
: the source ID from Step 1listener_id
: the webhook ID from Step 2cURL
:
200 OK
with metadata on the subscription.