Live Agent Handoff
The perfect blend of AI efficiency and human connection. When customers need a real person, the handoff is seamlessβand when your team is away, you never miss a lead.
Key Benefits:
- π€ Seamless escalation β AI detects when customers need human help
- π Smart scheduling β Define availability in natural language
- π± Contact capture β Collect leads 24/7, even when agents are offline
- π Webhook notifications β Integrate with your CRM or email tools
Navigate to Intufind β Chatbot β Live Agent to configure.
How It Works
- Customer requests human help (or AI detects need)
- Conversation is forwarded to your support platform (e.g., Slack)
- Agent responds through the platform
- Messages appear in the chatbot widget in real-time
Provider Selection
Choose which platform to use for live agent conversations:
| Provider | Availability | Notes |
|---|---|---|
| Slack | Available | Free with existing workspace |
| Coming Soon | β | |
| Zendesk | Coming Soon | β |
Screenshot: wp-live-agent-provider.png
Slack Setup
Easy Setup (Recommended)
The fastest way to connect Slack:
- Go to Intufind β Chatbot β Live Agent
- Select Slack as your provider
- Click the Add to Slack button
- Authorize Intufind in your Slack workspace
- Configure which channel to use for support
Screenshot: wp-live-agent-slack.png
Channel Configuration
After connecting via OAuth:
- Create a support channel in Slack (e.g.,
#customer-support) - Add the Intufind app to the channel:
- Right-click the channel β View channel details
- Go to Integrations β Add Apps
- Select Intufind
- Find the Channel ID:
- Still in channel details, scroll to the bottom
- Copy the Channel ID (starts with
C)
- Paste the Channel ID in the configuration
Advanced: Manual Configuration
For custom Slack apps (advanced users only):
- Go to
api.slack.com/appsand create a new app - Add bot scopes:
chat:write,channels:read,users:read - Install app to workspace and copy the Bot Token
- Enable Event Subscriptions with your webhook URL
- Create a support channel and invite your bot
- Enter credentials in Intufind:
- Bot User OAuth Token (starts with
xoxb-) - Channel ID (starts with
C) - Signing Secret (from App Credentials)
- Bot User OAuth Token (starts with
Behavior Settings
Once your provider is configured, customize handoff behavior:
Screenshot: wp-live-agent-behavior.png
Enable Live Agent
Default: Off (until configured)
Master toggle for the live agent feature. Must configure credentials first.
AI-Suggested Handoff
Default: On
Allow the AI to suggest handoff when it detects:
- Customer frustration
- Complex issues it can't resolve
- Repeated questions indicating confusion
Custom Escalation Criteria
Define specific situations when the AI should escalate to a live agent.
Default (with AI Order Support enabled):
"Escalate requests that require human judgment, empathy, or actions the AI cannot perform (e.g., refunds, cancellations, account closures, complex policy exceptions, sensitive customer situations)."
Default (without AI Order Support):
"Always escalate: order inquiries, refunds, cancellations, order disputes, billing issues, account problems, or any request requiring system access the AI cannot provide."
Tip: If AI Order Support is enabled (see WooCommerce Integration), the AI can look up orders automatically, so escalation criteria should focus on actions the AI can't perform rather than information lookups.
Manual Handoff Button
Default: On
Show a "Talk to a Human" button in the chat interface, allowing customers to request human help at any time.
Display Hours
Default: Empty
Simple text displayed when agents are unavailable.
Example: "Mon-Fri 9am-5pm EST"
This is a fallback message. For smarter scheduling, use the Availability Schedule below.
Inactivity Timeout
Options: 1 min, 5 min, 10 min (recommended), 15 min, 30 min, 60 min Default: 10 minutes
Automatically end the live agent session after this period of inactivity. Returns conversation to AI mode.
Availability Schedule
Define when your live agents are available using natural language. The AI interprets this schedule in real-time to determine if agents are currently available.
Screenshot: wp-availability-schedule.png
How It Works
- You define the schedule in plain English
- AI interprets it against the current date/time
- Customers get smart responses like "Our team will be back Monday at 9 AM EST"
Example Schedules
| Schedule | What It Means |
|---|---|
M-F 9AM-5PM EST | Weekdays, standard business hours |
Mon-Fri 8AM to 6PM EST, Sat 10AM-2PM | Extended hours with Saturday coverage |
24/7 except 12/25 and 1/1 | Always available except holidays |
Weekdays 9-5, closed US federal holidays | Standard hours respecting holidays |
Schedule + Real-Time Status
The AI considers both your schedule and real-time agent status:
- β Within schedule + agents online β "Connect Now" offered
- β° Within schedule + no agents online β "Leave contact info, agents should be available soon"
- π Outside schedule β "Leave contact info, we'll be back [next available time]"
This ensures customers always get accurate expectations.
Contact Form Fallback
When agents are unavailable, customers can leave their contact information instead of abandoning the conversation.
Screenshot: wp-contact-form.png
What's Captured
- Name (optional)
- Email (required if no phone)
- Phone (required if no email)
- Message (optional)
Webhook Integration
Contact submissions trigger a contact.submitted webhook event, allowing you to:
- Add leads to your CRM automatically
- Send email notifications to your team
- Trigger SMS alerts
- Create support tickets
See Webhooks for setup instructions.
Example Webhook Payload
{
"event": "contact.submitted",
"data": {
"thread_id": "web_1234567890_abc",
"name": "Jane Doe",
"email": "jane@example.com",
"phone": "+1-555-123-4567",
"message": "I need help with my recent order",
"timestamp": "2024-01-15T14:30:00Z"
}
}
Disconnecting
To remove Slack integration:
- Go to Intufind β Chatbot β Live Agent
- Scroll to Disconnect Slack
- Click Disconnect Slack
- Confirm the action
This removes all OAuth credentials and channel configuration.
Troubleshooting
Messages not appearing in Slack
- Verify the Intufind app is added to the support channel
- Check the Channel ID is correct
- Test by sending a message in the chat widget
Agent responses not appearing in widget
- Ensure your agent is replying in the correct thread
- Check the Intufind app has proper permissions
- Review Status page for API errors
Handoff button not showing
- Verify Manual Handoff Button is enabled
- Ensure Enable Live Agent is on
- Check that credentials are configured (status should show "Configured")
Next Steps
- WooCommerce Integration β AI order lookups
- Prompts β Manage suggested prompts
- Troubleshooting β Common issues