IPS Call Log — Setup
Connect to your Supabase database.
1
Supabase → SQL Editor → New query → paste & run:
ALTER TABLE public.customers ADD COLUMN IF NOT EXISTS visit_frequency text default ''; ALTER TABLE public.customers ADD COLUMN IF NOT EXISTS is_target boolean default false;
2
Project Settings → API → copy Project URL and anon key.

🔔 Push Notifications (optional)
Install the free ntfy app, subscribe to your topic, get a ping every time a rep logs a visit.
🖴
Import customer accounts
Database connected. Import all 970 accounts to get started.
IPS Call Log