Bulk Create Triggers
bulk_create_triggersBatch create up to 500 webhook triggers for a hook, with per-trigger status to handle partial failures.
Instructions
Create multiple webhook triggers in a single request. All triggers must be within the same hook, and provide company and/or project scope. Max 500 triggers. 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: hook_id. Procore API: Platform - Developer Tools > Webhooks. Endpoint: POST /rest/v1.0/webhooks/hooks/{hook_id}/triggers/bulk
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hook_id | Yes | URL path parameter — unique identifier of the hook |