Create Company Webhooks Triggers
create_company_webhooks_triggersCreate a new webhook trigger for a company in Procore by specifying the resource name and event type that activates the webhook.
Instructions
Create Triggers for the Company Webhook. 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, hook_id, resource_name, event_type. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: POST /rest/v2.0/companies/{company_id}/webhooks/hooks/{hook_id}/triggers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| hook_id | Yes | URL path parameter — unique identifier of the hook | |
| resource_name | Yes | JSON request body field — the resource name for this Webhooks operation | |
| event_type | Yes | JSON request body field — the event type for this Webhooks operation |