Create Company-Level Email Communication
create_company_level_email_communicationCreates and dispatches a company-level email communication in Procore. Provide company ID, topic type, topic ID, communication, and email to send the message.
Instructions
Create Company-level Email 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, topic_type, topic_id, communication, email. Procore API: Project Management > Emails. Endpoint: POST /rest/v1.0/companies/{company_id}/email_communications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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 | |
| communication | Yes | JSON request body field — the communication for this Emails operation | |
| Yes | JSON request body field — the email for this Emails operation |