Web Forms: Turning “Contact Us” into Tickets

A “Contact us” web form turns into a ticket the moment it’s submitted. The reply goes back by email to the address the visitor left — the same way email tickets work.

Option 1 — the hosted form

In Settings → Web forms, open the hosted form and share its link, or embed it on your site. Nothing to build.

Option 2 — POST your own form

Send your form’s fields to the endpoint as JSON:

POST https://blz.actionbridge.io/api/support/chat/form/submit
{ "widgetKey": "wk_your_key", "name": "…", "email": "…", "subject": "…", "message": "…" }

The widgetKey is the same one your chat widget uses — get it from Settings.

Forms are one of three ways in — see how customers reach you.

Published on 2026-07-13
Version 1