create_company_level_email
Send company-wide emails in Procore to communicate with project teams, attach files, and manage distributions for topics.
Instructions
Create Company-level Email. [Project Management/Emails] POST /rest/v1.0/companies/{company_id}/email_communications/{communication_id}/emails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| communication_id | Yes | Communication ID | |
| topic_type | Yes | The type of the topic to be associated with the communication | |
| topic_id | Yes | Topic ID | |
| body | No | Body of the email | |
| prostore_file_ids | No | Prostore file IDs | |
| upload_ids | No | Upload UUIDs | |
| distribution_ids | No | An array of IDs of the Distributions of the topic | |
| cc_distribution_ids | No | User IDs on the email CC distribution | |
| bcc_distribution_ids | No | User IDs on the email BCC distribution |