External DocumentationTo learn more, visit the Upwind documentation.
Actions
Update Webhook
Update a webhook by its ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Name | The name of the webhook. |
| Organization ID | The ID of the organization. |
| Status | The status of the webhook. |
| Webhook ID | The ID of the webhook to update. |
{
"id": "string",
"name": "string",
"vendor": "DATADOG",
"status": "ENABLED",
"update_time": "2024-07-29T15:51:28.071Z",
"create_time": "2024-07-29T15:51:28.071Z"
}
Was this page helpful?