wise-white•15mo ago
Live Agent Handoff HubSpot
Hello everyone,
Was anyone able to build a live agent handoff to HubSpot? I am struggling to find the correct APIs from HS and how to do it properly. Please help me.
2 Replies
To build a live chat handoff using Voiceflow, you will need to follow these steps:
1. Create an Intermediary Server
You will need an intermediary server to handle the WebSocket connection with the Web Chat widget and make authenticated requests to the live agent platform. This server can be part of your existing infrastructure.
2. Configure Voiceflow
- Web Chat Widget: Use Voiceflow's Web Chat widget to interact with users.
- Custom Action Step: Implement a custom action step in Voiceflow to trigger the handoff.
3. Implement the Handoff Logic
- WebSocket Connection: Maintain a WebSocket connection to listen for new messages or status changes.
- API Requests: Use the live agent platform's API to create a new conversation or add messages to an existing conversation.
Example Project Components
- User Experience: Define how the user will interact with the chatbot and when the handoff will occur.
- Server Configuration: Set up your server to handle WebSocket connections and API requests.
- Voiceflow Configuration: Configure the Web Chat widget and custom action steps.
For more detailed guidance, you can refer to the Voiceflow Live Chat Handoff documentation.
If you need further assistance with specific API calls or configurations, please refer to the live agent platform's API documentation or the Voiceflow developer resources.
wise-whiteOP•15mo ago
The problem is I could not find a live agent platform API in HubSpot