Set project environment webhook
Create or update the webhook URL for a project environment. Creating a webhook returns signing_key; updating an existing webhook does not.
Documentation Index
Fetch the complete documentation index at: https://pipedream.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
A short-lived OAuth access token for server-side requests. Generate one via the Generate OAuth Token flow or automatically when initializing the SDK client.
Headers
The environment in which the server client is running
development, production Path Parameters
The project ID, which starts with proj_.
^proj_[a-zA-Z0-9]+$Body
Request options for setting a webhook URL
The webhook URL to set
Response
webhook updated
Response received when creating or updating a webhook
A webhook object that may include the signing key. The signing key is returned when a webhook is created, but omitted when an existing webhook is updated.