Send Email
send_email_projectSend an email for a specification section revision to specified recipients. Provide the revision ID, project ID, and distribution IDs to transmit the message.
Instructions
Sends an email with an associated Specification Section Revision. The text of the email and recipients are specified in the request body. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Dispatches the message and returns a confirmation; calling it again sends another copy. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Specification Section Revision to email | |
| body | No | JSON request body field — body of email | |
| subject | No | JSON request body field — subject of Email | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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 |