send_email_project_v1_0
Send drawing revision emails from Procore projects to specified recipients with customizable subject, body, and distribution lists.
Instructions
Send email. [Project Management/Drawings] POST /rest/v1.0/projects/{project_id}/drawing_revision_emails/{id}/send_email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID of the Drawing 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 |