Send Checklist (Inspection) Email
send_checklist_inspection_emailSend an email for a checklist inspection in a Procore project. Specify the inspection ID and project ID, then customize subject, body, and distribution lists.
Instructions
Send an email for a Checklist (Inspection) in a Project. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Dispatches the message and returns a confirmation; calling it again sends another copy. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id, project_id. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/projects/{project_id}/checklist/lists/{id}/send_email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Inspections resource | |
| body | No | JSON request body field — email Body | |
| subject | No | JSON request body field — email Subject | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| distribution_ids | No | JSON request body field — array of distribution identifiers | |
| cc_distribution_ids | No | JSON request body field — array of cc distribution identifiers | |
| bcc_distribution_ids | No | JSON request body field — bcc_distribution_ids |