Create Work Activity
create_work_activityCreate a work activity for Procore Incidents. Provide company ID and activity name to add a new incident record.
Instructions
Creates a Work Activity 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/work_activities
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 Work Activity | |
| active | No | JSON request body field — flag that denotes if the Work Activity is available for use |