download_all_company_level_email_attachments
Download all email attachments at the company level from Procore. Retrieve files from specific communications and emails for project management workflows.
Instructions
Download all company-level email attachments. [Project Management/Emails] GET /rest/v1.0/companies/{company_id}/email_communications/{communication_id}/emails/{email_id}/download_attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| communication_id | Yes | Communication ID | |
| email_id | Yes | Email ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |