Create Checklist Comment
create_checklist_commentAdd a comment to a specific checklist item in Procore Inspections. Requires list, project, and item IDs along with the comment object.
Instructions
Creates Checklist Comment in a specified Checklist. Use this to create a new Inspections in Procore. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: list_id, project_id, item_id, comment. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/checklist/lists/{list_id}/comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | URL path parameter — unique identifier of the list | |
| project_id | Yes | JSON request body field — the ID of the Project | |
| item_id | Yes | JSON request body field — unique identifier of the item | |
| comment | Yes | JSON request body field — comment object |