# Whatsable ยท WhatsApp automation for business > Whatsable lets teams send unlimited, on-brand WhatsApp messages from their > own verified number, automated with Zapier, Make, n8n, Pipedrive, Monday.com, > or a direct REST API. Native iOS/Android apps, AI replies, team inbox, and > real-time analytics are included. Canonical site: https://whatsable.app Machine-readable index: https://whatsable.app/llms.txt ## Products - [Whatsable](https://whatsable.app/): Unlimited messaging from your own WhatsApp Business number, with automation, sequences, a shared team inbox, AI replies, bulk broadcasts with warm-up pacing, and real-time analytics. - [Personal Bot](https://whatsable.app/personal-bot): Internal team alerts from a shared number. No WABA setup required. ## Key pages - [Home](https://whatsable.app/): Overview, features, integrations, comparison. - [Pricing](https://whatsable.app/pricing): Basic, Pro, and Agency plans. - [Vibe Code](https://whatsable.app/vibe-code): Copy prompts for AI coding agents. - [Agent Skills guide](https://whatsable.app/guides/agent-skills): 57 scripts for Cursor, Claude, Lovable, Base44. - [Docs](https://docs.whatsable.app/): REST API and integration documentation. ## Agent Skills (57 scripts) Open-source repo: https://github.com/whatsable/whatsapp-business-agent-skills Install: `npx skills add whatsable/whatsapp-business-agent-skills --all` ### setup-notifyer (~18 scripts) Authentication, health checks, WhatsApp connection, plans, team members, labels, Developer API key. Examples: login.js, doctor.js, get-connection-status.js, invite-member.js, create-label.js, get-api-key.js ### automate-notifyer (~22 scripts) Templates, AI bots, scheduled broadcasts, webhooks, message analytics. Examples: list-templates.js, create-broadcast.js, create-webhook.js, create-bot.js, list-webhooks.js ### chat-notifyer (~17 scripts) Recipients, text/template/attachment messaging, labels, handoff, scheduling, history. Examples: send-text.js, send-template.js, list-recipients.js, handoff.js, schedule-message.js ## Common AI agent pitfalls 1. Set NOTIFYER_API_BASE_URL=https://api.insightssystem.com before any script (HTTPS required). 2. Run setup-notifyer/scripts/doctor.js before templates, broadcasts, bots, or webhooks. 3. Never hardcode NOTIFYER_API_TOKEN in source, Lovable Knowledge, or chat. Use Secrets / env vars. 4. Console API uses `Authorization: Bearer `. Chat API uses the token with no Bearer prefix. 5. Free-text and media only work inside the 24-hour messaging window; otherwise send an approved template. 6. Before PATCH /web/recipient/:id, GET the full record and include every field in the body. 7. Follow skill phases in order: setup-notifyer โ†’ automate-notifyer โ†’ chat-notifyer. 8. First-time WhatsApp connection (Meta embedded signup) is browser-only in the Whatsable console. 9. Lovable: use Project settings โ†’ Knowledge for rules and Secrets for API keys. The `npx skills` CLI does not affect Lovable's web agent. ## Integration deep dives - [Zapier](https://whatsable.app/integrations/zapier) - [Make](https://whatsable.app/integrations/make) - [n8n](https://whatsable.app/integrations/n8n) - [Monday.com](https://whatsable.app/integrations/monday) - [Lovable](https://whatsable.app/integrations/lovable) - [Facebook Lead Ads](https://whatsable.app/integrations/facebook-leads) ## Facts - Messages send from the customer's own verified WhatsApp Business number, not a generic bot. - Customers can use their own number, a Twilio-hosted number, or a WhatsApp-provided display number. - Integrations: Zapier, Make, n8n, Pipedrive, Monday.com, REST API, webhooks, Agent Skills. - Typical WhatsApp connection in-console: about six minutes. Integrations may take a few hours with support. - Plans: Basic from $19/mo, Pro from $49/mo (7-day free trial), Agency from $53.90/mo per number. ## Company Whatsable is operated by Automazing LLC. Support: team@whatsable.app