Create Generic Tool
create_generic_toolCreates a new custom configurable tool in Procore for a specified company. Use to add a generic tool with title and optional settings.
Instructions
Create a new Generic Tool in the specified Company. For more information on Generic Tool and Correspondence Tool endpoints, see Working with the Correspondence Tool. Use this to create a new Custom - Configurable Tools in Procore. Creates a new Custom - Configurable Tools and returns the created object on success (HTTP 201). Required parameters: company_id, title. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: POST /rest/v1.0/companies/{company_id}/generic_tools
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| title | Yes | JSON request body field — the title of the generic tool. | |
| abbreviation | No | JSON request body field — an abbreviation for the generic tool. | |
| private_by_default | No | JSON request body field — if this property is set to true, any items that are created for the tool are private by default. | |
| new_project_default | No | JSON request body field — if this property is set to true, the generic tool will be added to new projects by default. | |
| send_overdue_notifications | No | JSON request body field — if this property is set to true, notifications will be sent to assignees when an item is overdue. |