Bulk Create Company Webhooks Triggers
bulk_create_company_webhooks_triggersCreate multiple webhook triggers for a company in a single request. Specify company and hook IDs to bulk-add triggers, handling partial failures.
Instructions
Create multiple Triggers for the Company Webhook in a single request. Use this to create many Webhooks records in a single request. Creates many Webhooks records in one request and returns the created collection (HTTP 201). Partial failures may occur — check each item's status. Required parameters: company_id, hook_id. Procore API (v2.0): Platform - Developer Tools > Webhooks. Endpoint: POST /rest/v2.0/companies/{company_id}/webhooks/hooks/{hook_id}/triggers/bulk
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 |