Show Email Communication
show_email_communicationFetch detailed information about a single email communication by providing the project ID and email identifier. Returns a JSON object describing the email.
Instructions
Shows detailed information around a single email communication. Use this to fetch the full details of a specific Emails by its identifier. Returns a JSON object describing the requested Emails. Required parameters: project_id, id. Procore API: Project Management > Emails. Endpoint: GET /rest/v1.0/project/{project_id}/email_communications/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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) |