Send Unsent Observation Items
send_unsent_observation_itemsSend pending notification digests for all un-notified observation items in a Procore project and stamp their date_notified. Check pending count via stats endpoint first.
Instructions
Sends the pending notification digests for every Observation on the Project that has not yet been notified, and stamps each one's date_notified. Users without permission to email all Observations only send their own. Use GET /rest/v1.0/observations/items/stats to check how many are pending 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: project_id. Procore API: Project Management > Observations. Endpoint: POST /rest/v1.0/observations/items/send_unsent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the Procore project |