Send Unsent Task Items
send_unsent_task_itemsSend email notifications for unsent task items in a Procore project. Provide project_id to dispatch the messages and get a confirmation response.
Instructions
Sends email notifications for unsent Task Items. 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: Core > Tasks. Endpoint: POST /rest/v1.0/task_items/send_unsent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. |