get_form_funnel
Analyze a form's conversion funnel over a chosen period to identify where respondents drop off. Track stage, channel, and UTM performance to pinpoint stalls and improve conversion.
Instructions
Read the conversion funnel for a form in the current team over the last N days, from the form_sessions telemetry: overall stages (viewed → started → submitted → leadCaptured → reportViewed → ctaClicked → shared), per-channel funnel (by utm_source, with embedded flag), UTM combos, and drop-off points (which question unsubmitted sessions stalled on). Use this to find where respondents drop and improve conversion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Look-back window in days, default 30, max 180 | |
| formId | Yes | The form UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Look-back window actually used | |
| formId | No | The form this funnel belongs to | |
| dropOff | No | Where unsubmitted sessions gave up | |
| overall | No | Stage counts: { viewed, started, submitted, leadCaptured, reportViewed, ctaClicked, shared } | |
| channels | No | Funnel split by channel | |
| utmCombos | No | Funnel split by UTM combo |