list_webhooks_triggers
Retrieve available triggers for a specific webhook in Procore to configure automated notifications for project events.
Instructions
List Webhooks Triggers. [Platform - Developer Tools/Webhooks] GET /rest/v1.0/webhooks/hooks/{hook_id}/triggers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hook_id | Yes | Webhooks Hook ID | |
| company_id | Yes | Unique identifier for the company. You must supply either a company_id or project_id. | |
| project_id | Yes | Unique identifier for the project. You must supply either a company_id or project_id. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |