Create Company-Level Email Communication
create_company_level_email_communicationCreate a company-level email communication in Procore by providing company ID, topic type, topic ID, and email data. Returns the new record with its unique ID.
Instructions
Creates a new company-level email communication for the specified Procore company. company_id defaults to the value set by procore_set_config when omitted. Creates the company-level email communication and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| Yes | JSON request body field — the email for this Emails operation | ||
| topic_id | Yes | Query string parameter — unique identifier of the topic | |
| 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 | |
| communication | Yes | JSON request body field — the communication for this Emails operation |