Send Email
send_email_projectSend an email with a Specification Section Revision to specified recipients. Use this to dispatch notifications or messages related to specifications.
Instructions
Sends an email with an associated Specification Section Revision. The text of the email and recipients are specified in the request body. Use this to dispatch the notification or message related to Specifications. Dispatches the message and returns a confirmation. Repeated calls may resend. Required parameters: project_id, id, distribution_ids. Procore API: Project Management > Specifications. Endpoint: POST /rest/v1.0/projects/{project_id}/specification_section_revision_emails/{id}/send_email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — iD of the Specification Section Revision to email | |
| subject | No | JSON request body field — subject of Email | |
| body | No | JSON request body field — body of email | |
| distribution_ids | Yes | JSON request body field — array of distribution identifiers | |
| cc_distribution_ids | No | JSON request body field — array of cc distribution identifiers | |
| bcc_distribution_ids | No | JSON request body field — bcc_distribution_ids |