Send All Unsent Punch Item Emails
send_all_unsent_punch_item_emailsSend all unsent Punch Item emails for a Procore project, triggering delivery of pending notifications and returning a confirmation for each send.
Instructions
Send all unsent Punch Item emails in a Project. 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: project_id. Procore API (v1.1): Project Management > Punch List. Endpoint: POST /rest/v1.1/punch_items/send_all_unsent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| punch_ids | No | JSON request body field — array of punch identifiers | |
| recipient | No | JSON request body field — recipient role | |
| project_id | Yes | Query string parameter — unique identifier for the project. |