Create Email
create_emailCreate a new email for a communication in Procore by providing project, communication, topic type, and topic IDs. Dispatches the message and returns a confirmation.
Instructions
Creates a email on a given communication. Use this to create a new Emails in Procore. Dispatches the message and returns a confirmation. Repeated calls may resend. Required parameters: project_id, communication_id, topic_type, topic_id, email. Procore API: Project Management > Emails. Endpoint: POST /rest/v1.0/project/{project_id}/email_communications/{communication_id}/emails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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 | |
| Yes | JSON request body field — the email for this Emails operation |