Download All Email Attachments
download_all_email_attachmentsGet a download URL for all attachments of a specific email in zip format. Provide project, communication, and email IDs to retrieve the file.
Instructions
Return URL to download all email attachments in .zip format. 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: project_id, communication_id, email_id. Procore API: Project Management > Emails. Endpoint: 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 | URL path parameter — unique identifier for the project. | |
| 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) |