The one-page version of the funnel filer. Same job as the New Funnel Brief — done in a single pass.

▸ The 6-minute walkthrough — the express track, start to finish
The Express form is a single page. So this automation is a single pass — nothing to wait on, nothing to reconcile. A brief comes in, and in one run it files the funnel, matches the account, assigns the team, posts to Slack, and kicks off every downstream job. It's the lean twin of the full New Funnel Brief.
You're looking at the Express Funnel track. Its fuller sibling, the New Funnel Brief, runs the same job across a two-page form.
One page in, one run out. No second page to wait on, no back-edits to reconcile. Here's the whole path.
EFB so express funnels stay easy to tell apart.new_follower_funnel; a Switcher turns it into the Airtable shape it maps to — Express New Follower Funnel.What this automation touches, at a glance. 15 steps in total.
express-funnel.replit.appEFB. The normal funnels use a long UUID — that prefix is how you tell the two apart in Airtable.new_follower_funnel becomes Express New Follower Funnel.Green = go ahead. Amber = fine, but send a dummy submission after. Red = leave it, call us.
| Green | Slack message wording — reword any of the updates freely. It's just text. |
| Green | Which Slack channel the messages post to. |
| Green | A new field mapping — but only if the Express form already sends that field. |
| Amber | Account matching & team assignment — editable, but a bad match leaves records unassigned. Test after. |
| Amber | The Funnel Shape switcher — it maps each funnel-type key to an Airtable shape. Add or change a mapping, then re-test that type. |
| Red | The webhook trigger — it's the live link to the Express form. Re-register or delete it and submissions vanish silently. |
| Red | The two sub-scenario calls & the brief-doc hand-off — remove any of them and tasks or the brief stop being created. |
| Red | The "create funnel record" table — repoint it and funnels land in the wrong place. |
Each breakdown is one link in a chain. Here's what feeds this one and what it feeds.
Not covered in this breakdown: the exact tasks the sub-scenarios create and the brief document template — those live in the Sub-scenarios breakdown.
| A brief was submitted, but no Airtable record appeared. Check the webhook received it, then check the account search and the funnel-shape step didn't stall. |
| Record created, but the wrong people (or nobody) are assigned. Check the team roles on the account record — an empty role comes through unassigned. |
| Funnel created, but no tasks or brief doc. One of the hand-offs errored — check the Page 1 / Page 2 subs or the brief-doc builder. |
| The funnel landed with the wrong shape. Check the Funnel Shape switcher — the funnel-type key coming in may not have a matching mapping. |