AI Voice Agent
Standby
Report Issue via AI
Simulate an AI voice agent reporting an issue during a call. The agent can automatically create issues in the CRM.
Agent Status
Connection
Inactive
API BackendOnline
Quick Actions
AI Agent Webhook Endpoints
These backend endpoints are designed for AI voice agent integration. The agent calls the Hono API directly to report issues and send notifications.
POST
http://localhost:3001/issuesAI agent calls this Hono endpoint to automatically create an issue in the CRM during a call.
POST
http://localhost:3001/notificationsAI agent calls this Hono endpoint to push a custom notification to the CRM notification center.
GET
http://localhost:3001/Health check endpoint for the AI agent to verify the CRM is operational (Hono root route).