APIs & Integrations

ALima17
Member

Trebre e Hubspot

How can I identify the agent who accepted a conversation that was transferred from the Treble integration? In the history, I only see the following event:

 

 
Copiar código
 
{
"type": "EVENT",
"event": {
"type": "TRANSFERAL",
"into": "AGENTS",
"date": 1731418531
}
}

 but it doesn’t show the agent's ID. How can I retrieve or view the specific agent who took over the conversation?

0 Upvotes
2 Replies 2
Jaycee_Lewis
Community Manager
Community Manager

Trebre e Hubspot

Hey, @ALima17 👋 Can you tell us which endpoint you are using to retrieve this information currently? For example, are you using either the Conversations API or the Events API? Depending on the endpoint used, you may need to specify the specific properties you want returned. Otherwise, you'll only get back the “default” properties for that endpoint. Additionally, you may need to reach out to the integration creator directly to see if there is a way to accomplish this directly.

 

Thanks! — Jaycee

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

0 Upvotes
ALima17
Member

Trebre e Hubspot

Hi Jaycee,

This is an integration between Treble.ai and HubSpot. The issue is mainly around retrieving a full conversation history after it has been transferred to an agent, where it seems the default properties don't include information like the agent’s ID or complete historical details needed for tracking and automation. Is there a recommended approach for this with either the Conversations API or Events API? Or, would it require a custom solution to capture this additional context within HubSpot?

Thanks!

0 Upvotes