Create Company-Level Email
create_company_level_emailCreates and dispatches a new email for a company-level communication in Procore.
Instructions
Creates an email on a given company-level communication. Use this to create a new Emails in Procore. Dispatches the message and returns a confirmation. Repeated calls may resend. Required parameters: company_id, communication_id, topic_type, topic_id. Procore API: Project Management > Emails. Endpoint: POST /rest/v1.0/companies/{company_id}/email_communications/{communication_id}/emails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| communication_id | Yes | URL path parameter — unique identifier of the communication | |
| topic_type | Yes | Query string parameter — the type of the topic to be associated with the communication | |
| topic_id | Yes | Query string parameter — unique identifier of the topic | |
| body | No | JSON request body field — body of the email | |
| prostore_file_ids | No | JSON request body field — array of prostore file identifiers | |
| upload_ids | No | JSON request body field — array of upload identifiers | |
| distribution_ids | No | JSON request body field — an array of IDs of the Distributions of the topic | |
| cc_distribution_ids | No | JSON request body field — user IDs on the email CC distribution | |
| bcc_distribution_ids | No | JSON request body field — user IDs on the email BCC distribution |