Two versions - English and Indonesian. Copy it, or tap Open WhatsApp to send (needs a WhatsApp number).
By default your data is saved in this browser only. To share one live pipeline with the whole team, connect a free Supabase database.
create table leads (id text primary key, data jsonb, updated_at timestamptz default now());alter table leads disable row level security;