qobrix_get_email_message
Retrieve a single email message by UUID to access its full details, including expandable associations such as properties, contacts, opportunities, agent, and campaign.
Instructions
Get a single email message by UUID — email detail in the Activity Tracking workflow. Returns { data: { id, ... } }. Include: Properties, ContactContacts, RelatedOpportunityOpportunities, Agent, Campaign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Email Message UUID | |
| include | No | Associations to expand. Options: Properties, ContactContacts, RelatedOpportunityOpportunities, Agent, Campaign |