Create Company Webhooks Hook
create_company_webhooks_hookCreate a new webhook hook for a Procore company. Provide company ID, payload version, namespace, and destination URL to receive event notifications.
Instructions
Create Company 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, payload_version, namespace, destination_url. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: POST /rest/v2.0/companies/{company_id}/webhooks/hooks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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 |