send_email_project
Send emails for specification section revisions in Procore projects to distribute updates and communicate changes to project teams.
Instructions
Send email. [Project Management/Specifications] POST /rest/v1.0/projects/{project_id}/specification_section_revision_emails/{id}/send_email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID of the Specification Section Revision to email | |
| subject | No | Subject of Email | |
| body | No | Body of email | |
| distribution_ids | Yes | distribution_ids | |
| cc_distribution_ids | No | cc_distribution_ids | |
| bcc_distribution_ids | No | bcc_distribution_ids |