Update Webhooks Hook (Deprecated)
update_webhooks_hookUpdate a Procore webhooks hook by id, changing only the fields you send. Returns the updated hook or an error if the id is invalid or access is denied.
Instructions
Hooks must be updated within a company and/or project scope. DEPRECATED: Procore has deprecated this endpoint (as of 2025-09-15). It is scheduled for removal on 2026-09-16; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified webhooks hook on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id. Procore API: Platform - Developer Tools > Webhooks. Endpoint: PATCH /rest/v1.0/webhooks/hooks/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Webhooks resource |