Create Project Webhooks Hook
create_project_webhooks_hookCreates a new webhook for a Procore project, specifying payload version, namespace, and destination URL. Required: company ID, project ID.
Instructions
Create Project Webhooks Hook. Use this to create a new Webhooks in Procore. Creates a new Webhooks and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, payload_version, namespace, destination_url. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/webhooks/hooks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| payload_version | Yes | JSON request body field — payload version for the hook | |
| namespace | Yes | JSON request body field — namespace of webhook. | |
| destination_headers | No | JSON request body field — the destination headers for this Webhooks operation | |
| destination_url | Yes | JSON request body field — notification endpoint Destination URL |