Seamless AI to Human Handoff
When AI reaches its limits, seamlessly escalate conversations to your support team. Integrate with Zendesk, Intercom, Freshdesk, or use custom webhooks for any support system.
How Support Integration Works
AI handles simple questions, humans handle complex ones
AI Handles First
Your AI assistant answers common questions instantly using your knowledge base. Most visitors get help without human intervention.
Detects Escalation
When AI can't answer, or the visitor requests a human, the system automatically triggers an escalation to your support team.
Sends Full Context
The entire conversation, visitor info, and page context are sent to your support system via webhook. Agents see everything.
Agent Takes Over
Your support agent responds directly in the chat widget (two-way) or in their own tool (one-way). The visitor gets help fast.
Configurable Escalation Triggers
You control when conversations get escalated to your team. Configure triggers per widget to match your support workflow.
AI Can't Answer
When the AI doesn't have enough information to provide a helpful answer, it automatically escalates to a human.
User Requests Human
Detect phrases like "talk to a human" or "speak to an agent" and immediately connect to your team.
Custom Phrases
Define your own trigger phrases specific to your business. Configure different triggers for different widgets.
Escalation Settings
Two-Way Communication
Agents can reply directly in the chat widget, creating a seamless experience for your visitors. No need to switch to email or phone.
Real-Time Messaging
Agent messages appear instantly in the visitor's chat widget via SignalR.
Full Transcript Access
Agents see the complete AI conversation before taking over. No context lost.
One-Way Option Too
Prefer to respond in your own tool? Use one-way mode to just receive notifications.
Support Dashboard
ConnectedWorks With Your Tools
Connect to popular support platforms or build custom integrations
Zendesk
Create tickets automatically with full conversation context
Intercom
Route conversations to your Intercom inbox seamlessly
Freshdesk
Escalate to Freshdesk agents with visitor details
Custom Webhooks
Build your own integration with our webhook API
Powerful Webhook API
Build custom integrations with any system. Our webhook API sends rich event data with HMAC-SHA256 signatures for security.
-
Secure Webhooks
HMAC-SHA256 signatures verify webhook authenticity
-
Automatic Retries
Failed deliveries retry with exponential backoff
-
Delivery Logs
Track every webhook delivery in your dashboard
-
Two-Way API
POST messages back to the chat via REST API
{
"event": "conversation.escalated",
"timestamp": "2024-01-15T10:30:00Z",
"data": {
"conversationId": "ic_conv_abc123",
"trigger": "ai_cannot_answer",
"visitor": {
"name": "John Smith",
"email": "john@example.com"
},
"transcript": [
{"role": "user", "content": "..."},
{"role": "assistant", "content": "..."}
],
"callbackUrl": "https://api.incredichat.com/api/agent/message"
}
}
Available on Business+ Plans
Support Integration is available on our Business and Enterprise plans. Includes unlimited integrations, webhook deliveries, and two-way communication.
Ready to Connect AI with Your Support Team?
Start your 14-day free trial. Set up support integration in minutes.
Start Free Trial