Send Checklist (Inspection) Email
send_checklist_inspection_emailSend an email notification for a project inspection checklist. Dispatch inspection-related messages to specified recipients using inspection ID and project ID.
Instructions
Send an email for a Checklist (Inspection) in a Project. Use this to dispatch the notification or message related to Inspections. Dispatches the message and returns a confirmation. Repeated calls may resend. 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 | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| subject | No | JSON request body field — email Subject | |
| body | No | JSON request body field — email Body | |
| 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 |