create_generic_tool
Add a configurable tool to Procore projects for company administrators to manage custom workflows, notifications, and project defaults.
Instructions
Create Generic Tool. [Company Admin/Custom - Configurable Tools] POST /rest/v1.0/companies/{company_id}/generic_tools
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| title | Yes | The title of the generic tool. | |
| abbreviation | No | An abbreviation for the generic tool. | |
| private_by_default | No | If this property is set to true, any items that are created for the tool are private by default. | |
| new_project_default | No | If this property is set to true, the generic tool will be added to new projects by default. | |
| send_overdue_notifications | No | If this property is set to true, notifications will be sent to assignees when an item is overdue. |