Export Email Communication To PDF
export_email_communication_to_pdfExport an email communication from a Procore project to PDF. Requires project_id, communication_id, and topic_type; returns a downloadable file or export URL.
Instructions
Creates a email communication on a given project. 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, topic_type. Procore API: Project Management > Emails. Endpoint: GET /rest/v1.0/project/{project_id}/email_communications/{communication_id}/export
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 | |
| topic_type | Yes | Query string parameter — the type of the topic to be associated with the communication | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |