Compliance mode: send SMS only to contacts you already called / got permission from (opt-in). Recommended: slow sending + short text.
1) Generate numbers (internal list)
No VPN
No scraping
E.164 supported
2) Import numbers (CSV/TXT)
Paste or upload file
One number per line
We will extract anything that looks like a phone number and normalize it.
3) Leads (filters → get leads into Numbers)
platform
interest
country
Uses API: /api/leads.php?action=list and adds the returned phones into the Numbers box.
4) Bulk SMS campaign
Delay: safe sending
Worker via cron
Incoming SMS will appear in Inbox via sms_webhook.php. WhatsApp is separate inside /index.php.
Recommended cron: * * * * * /usr/bin/php /home/bridgy/public_html/ziqmi/tools/sms_worker.php >/dev/null 2>&1