Download All Company-Level Email Attachments
download_all_company_level_email_attachmentsReturn a download URL to export all email attachments from a company-level communication in ZIP format. Requires company, communication, and email IDs.
Instructions
Return URL to download all email attachments in .zip format for company-level communications. Use this to retrieve a downloadable file or export URL for Emails. Returns a JSON object with the file contents or download URL for Emails. Required parameters: company_id, communication_id, email_id. Procore API: Project Management > Emails. Endpoint: 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 | URL path parameter — unique identifier for the company. | |
| communication_id | Yes | URL path parameter — unique identifier of the communication | |
| email_id | Yes | URL path parameter — unique identifier of the email | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |