Send Punch Item Email
send_punch_item_emailSends an email for a punch item in a Procore project. Provide the punch item ID to dispatch the message and receive a confirmation.
Instructions
Send an email for a Punch Item in a Project. 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. Procore API (v1.1): Project Management > Punch List. Endpoint: POST /rest/v1.1/punch_items/{id}/send_email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Punch Item | |
| body | No | JSON request body field — email Body | |
| subject | No | JSON request body field — email Subject | |
| 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 |