send_email_for_file_sharing
Send an email to share files from the Procore platform with specified recipients, including CC and BCC options, for collaboration and distribution purposes.
Instructions
Send email for file sharing. [Core/Documents] POST /rest/v1.0/companies/{company_id}/files/{id}/send_email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| id | Yes | ID of the File | |
| subject | No | Email Subject | |
| body | No | Email Body | |
| distribution_ids | No | distribution_ids | |
| cc_distribution_ids | No | cc_distribution_ids | |
| bcc_distribution_ids | No | bcc_distribution_ids |