Q: Utilizing with Non-official WhatsApp
Hi, there are two automations I’m interested in. I have Non-Official WhatsApp:
1) I have a list of WhatsApp numbers. I want the automation to send 15-20 messages a day, filter only valid numbers, respect business hours, keep a random 6~12 seconds between messages.
2) I have ongoing list of leads.
I’m outreaching them with non-official WhatsApp.
Also, I’m manually updating the status (e.g Reached, Reached for the second time, To follow-up, etc.).
If a leads replies, I manually reply to him, and also manually edit the Google Sheet with the current status. Follow-ups are also manual.
Can I make this process automated with the platform? Again - non-official WhatsApp.
Also, can I connect it with ChatGPT to generate personalized auto replies?
**Note: This WhatsApp is a personal one, and is also made for non-business related massaging.

Wei_Sheng
Jul 25, 2025A: Hi! Thanks for your detailed question.
Currently, Logic Sheet does not support direct integration with non-official or unofficial WhatsApp APIs for sending messages or detecting replies, due to privacy and platform restriction reasons. Here's how Logic Sheet can help (and its limitations):
1. Sending Messages to WhatsApp Numbers
Logic Sheet does not have built-in support for sending WhatsApp messages, either official or unofficial, directly from Google Sheets.
For WhatsApp automation, most tools require using the official WhatsApp Business API, which is not compatible with personal or non-official WhatsApp accounts.
2. If you can use an external service (like an approved third-party WhatsApp API or service) that offers API endpoints, you could use Logic Sheet's HTTP requests to trigger these services with your number lists.
You could use Google Sheets formulas and Logic Sheet's scheduling to filter, send batches, and space requests, but you'd still need a compatible WhatsApp automation service to actually send messages.
Logic Sheet can help manage your list, randomize delays (using formulas), and generate schedules, but can't connect or push messages directly to non-official WhatsApp.
3. If another service pulls messages from WhatsApp and can push them to your Sheet (via API or webhook), Logic Sheet can automate status changes, reminders, and follow-up assignments.
Direct reading of WhatsApp replies (from your personal account) into Google Sheets is not supported.
4. You can integrate Google Sheets with ChatGPT through Logic Sheet’s =LogicSheetAPI() function, the result will be stored in Google Sheets, then you will be able to send via HTTP Request.