ghl_conversation_get_email_message
Retrieve a specific email message from a conversation using its unique ID. Access email details including content and metadata.
Instructions
Note: the official spec omits the id path-parameter declaration; this server infers it from the URL template (registry.ts fallback added 2026-07-16), so id (the email message ID) is a required argument here despite the spec gap.
Get email by Id
Endpoint: GET /conversations/messages/email/{id} (Version header: none; source: v3/conversations-v3.json)
OAuth scopes: conversations/message.readonly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter (inferred from the URL template; the official spec omits its declaration). |