Send Observation Item Email
send_observation_item_emailSend email notifications for Observation Items in a Procore project. Dispatch messages with custom subject, body, and distribution lists to confirm delivery.
Instructions
Sends an email for an Observation Item in a Project. Use this to dispatch the notification or message related to Observations. Dispatches the message and returns a confirmation. Repeated calls may resend. Required parameters: id, project_id. Procore API: Project Management > Observations. Endpoint: POST /rest/v1.0/observations/items/{id}/send_email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Observations resource | |
| project_id | Yes | Query string parameter — unique identifier for the Procore project | |
| 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 |