Send Email For File Sharing
send_email_for_file_sharingSend email notifications to share files from Procore Documents. Specify recipients and message details to dispatch a file-sharing alert.
Instructions
Send email for file sharing. Use this to dispatch the notification or message related to Documents. Dispatches the message and returns a confirmation. Repeated calls may resend. Required parameters: company_id, id. Procore API: Core > Documents. Endpoint: POST /rest/v1.0/companies/{company_id}/files/{id}/send_email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Documents resource | |
| 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 |