Total Conversations
Auto-Replied
Escalated
AI Confidence

Escalated — Needs Attention

All clear

No escalations right now.

Intent Breakdown

No data yet.

    Loading...

Simulate an inbound email

Result
Loading...
Emails below this threshold will be escalated to you.

Inbound Email Webhook

Point your email provider's inbound webhook to this URL. Kona accepts the Postmark inbound webhook format.

POST /api/webhooks/inbound-email

Expected Payload (JSON)

{
  "From": "customer@example.com",
  "FromName": "Customer Name",
  "To": "support@yourcompany.com",
  "Subject": "Email subject",
  "TextBody": "The email body text",
  "HtmlBody": "<html>...</html>",
  "MessageID": "unique-id"
}

API Endpoints

GET /api/stats Dashboard statistics
GET /api/conversations List conversations
GET /api/conversations/:id Conversation detail + messages
POST /api/webhooks/inbound-email Inbound email webhook
POST /api/webhooks/test Send test email through pipeline
POST /api/digest/generate Generate daily digest