Show Company-Level Email Communication
show_company_level_email_communicationRetrieve full details of a specific company-level email communication using its identifier. Solves the need to access complete email data from Procore.
Instructions
Shows detailed information around a single company-level 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: company_id, id. Procore API: Project Management > Emails. Endpoint: GET /rest/v1.0/companies/{company_id}/email_communications/{id}
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) |