Product update · Widget
Widget is live — anonymous contact form for support teams
InboxOps · Aug 1, 2026 · 3 min read
How the widget works
From anonymous submit to resolved reply — three steps, zero setup.
An anonymous visitor fills out name + email + a message on /widget. No account, no friction — the form posts a thin JSON payload to /api/widget/submit.
The submission lands on /outcomes with a "Widget" channel badge, an urgent/high priority badge, and the resolver’s draft reply attached. Click a row to expand the AI draft and approve or edit before sending.
If the same question has been resolved before, the visitor gets a confirmation panel linking to the existing answer — the team never has to re-write a reply for a question they have already answered.
POST /api/widget/submit
{
"name": "Sam Rivera",
"email": "sam@example.com",
"subject": "How do I upgrade my plan?",
"message": "Looking at the Pro tier — can I keep my existing data?",
"origin": "https://example.com/pricing"
}Take it home
Drop it on your own site.
The widget is a single <iframe> tag. Copy the snippet, paste it into any CMS or static page, and your visitors see the same form.
See it in action.
Open the widget, drop a question, and watch the resolver match it to a past answer (or draft a new one).
Get in touch →