Skip to main content
Update a webhook by its ID.
External DocumentationTo learn more, visit the Upwind documentation.

Parameters

ParameterDescription
NameThe name of the webhook.
Organization IDThe ID of the organization.
StatusThe status of the webhook.
Webhook IDThe ID of the webhook to update.

Example Output

{
	"id": "string",
	"name": "string",
	"vendor": "DATADOG",
	"status": "ENABLED",
	"update_time": "2024-07-29T15:51:28.071Z",
	"create_time": "2024-07-29T15:51:28.071Z"
}

Workflow Library Example

Update Webhook with Upwind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop