download_all_email_attachments
Download all attachments from a specific email in Procore projects to access files and documents shared via email communications.
Instructions
Download all email attachments. [Project Management/Emails] GET /rest/v1.0/project/{project_id}/email_communications/{communication_id}/emails/{email_id}/download_attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| communication_id | Yes | Communication ID | |
| email_id | Yes | Email ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |