Create Incident Action Type
create_incident_action_typeCreate a new Incident Action Type in Procore by providing the company ID and name. This tool enables you to define action types for incident management.
Instructions
Creates an Incident Action Type with the specified name. Use this to create a new Incidents in Procore. Creates a new Incidents and returns the created object on success (HTTP 201). Required parameters: company_id, name. Procore API: Project Management > Incidents. Endpoint: POST /rest/v1.0/companies/{company_id}/incidents/action_types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | Yes | JSON request body field — the Name of the Incident Action Type | |
| active | No | JSON request body field — flag that denotes if the Incident Action Type is available for use |