Auto-replies within 60 seconds, offers appointment booking
Live
Webhook Integration
Send test inquiries to trigger the AI agent:
POST /api/webhook/inbound
Content-Type: application/json
{
"email": "jane.doe@example.com",
"name": "Jane Doe",
"phone": "+1-555-0123",
"message": "Hi, I'd like to book an appointment for next Thursday morning.",
"channel": "webhook"
}