Pick a template — it's filled with this lead's name. Copy it, or open WhatsApp directly (needs a WA number saved).
By default your data is saved in this browser only. To share one live pipeline with the whole team, connect a free Supabase database. Everyone who opens this file with the same keys sees the same leads.
create table leads (id text primary key, data jsonb, updated_at timestamptz default now());alter table leads disable row level security;