Create Project Webhooks Triggers
create_project_webhooks_triggersCreate a new webhook trigger for a Procore project by specifying the company, project, hook, resource, and event type.
Instructions
Create Triggers for the Project 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, project_id, hook_id, resource_name, event_type. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/webhooks/hooks/{hook_id}/triggers
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. | |
| 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 |