Send Punch Item Email
send_punch_item_emailDispatch an email for a Punch Item with customizable subject, body, and distribution lists. Returns confirmation of sending.
Instructions
Send an email for a Punch Item in a Project. Use this to dispatch the notification or message related to Punch List records. Dispatches the message and returns a confirmation. Repeated calls may resend. 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 | |
| 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 |