Email A Time And Material Entry
email_a_time_and_material_entrySend an email of a time and material entry for a specified project. Resolve the entry ID first, then call this to dispatch the message and confirm delivery.
Instructions
Email a Time And Material Entry associated with the specified project. project_id defaults to the value set by procore_set_config when omitted, and 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: project_id, id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/time_and_material_entries/{id}/email_entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — id of the Time And Material Entry | |
| project_id | Yes | URL path parameter — unique identifier for the project. |