Send Email
send_email_project_v1_0Send an email about a Drawing Revision to specified recipients. Provide project, revision ID, and distribution list to dispatch the notification and receive confirmation.
Instructions
Sends an email with an associated Drawing Revision. The text of the email and recipients are specified in the request body. Use this to dispatch the notification or message related to Drawings. Dispatches the message and returns a confirmation. Repeated calls may resend. Required parameters: project_id, id, distribution_ids. Procore API: Project Management > Drawings. Endpoint: POST /rest/v1.0/projects/{project_id}/drawing_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 Drawing 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 |