create_project_webhooks_hook_v2_0
Set up webhooks for Procore projects to receive automated notifications when project events occur. Configure notification endpoints and payload versions to monitor project changes.
Instructions
Create Project Webhooks Hook. [Platform - Developer Tools/Webhooks] POST /rest/v2.0/companies/{company_id}/projects/{project_id}/webhooks/hooks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| project_id | Yes | Unique identifier for the project. | |
| payload_version | Yes | Payload version for the hook | |
| namespace | Yes | Namespace of webhook. | |
| destination_headers | No | destination_headers | |
| destination_url | Yes | Notification endpoint Destination URL |