qobrix_get_call
Fetch a specific call record by UUID from Qobrix CRM activity tracking, with expandable associations for contacts, opportunities, agents, and users.
Instructions
Get a single call record by UUID — call detail in the Activity Tracking workflow. Returns { data: { id, ... } }. Include: AssignedToUsers, ContactContacts, RelatedOpportunityOpportunities, RelatedAgentAgents, CreatedByUsers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Call UUID | |
| include | No | Associations to expand. Options: AssignedToUsers, ContactContacts, RelatedOpportunityOpportunities, RelatedAgentAgents, CreatedByUsers |