Monstral / Webhooks

Webhooks

Events out of every sandbox session, delivered reliably enough to drive real downstream automation.

sensors

session.telemetry

Streamed reliably from the visitor's browser, each event carries a sequence number so a retried delivery never gets double-counted.

task_alt

session.completed

Fires when a demo session ends and triggers an async summary and lead-scoring pass β€” no polling required to know a session just wrapped.

person_add

lead.captured

Fires the moment a visitor crosses your qualification threshold, carrying the same data your dashboard's Qualified Leads counter shows.

lead.captured β€” example payload
{
"event": "lead.captured",
"seq": 4821,
"project": "proj_482",
"received_at": "2026-03-11T09:14:02Z"
}