show_email_communication
Retrieve specific email communications from Procore projects to track correspondence and maintain documentation.
Instructions
Show Email Communication. [Project Management/Emails] GET /rest/v1.0/project/{project_id}/email_communications/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Communication ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |