Create Email Communication
create_email_communicationCreates and dispatches an email communication within a Procore project, linking it to a topic and returning a confirmation.
Instructions
Creates a email communication on a given project. Use this to create a new Emails in Procore. Dispatches the message and returns a confirmation. Repeated calls may resend. Required parameters: project_id, topic_type, topic_id, communication, email. Procore API: Project Management > Emails. Endpoint: POST /rest/v1.0/project/{project_id}/email_communications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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 |