Export Company-Level Email Communication
export_company_level_email_communicationExport a company-level email communication to PDF using its unique ID. Retrieve a downloadable file or export URL for Emails.
Instructions
Export detailed information for company-level Email Communications for specified Id to PDF. 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, id. Procore API: Project Management > Emails. Endpoint: GET /rest/v1.0/companies/{company_id}/email_communications/{id}/export
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Emails resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |