# 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, > webhooks, Agent Skills, 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 Integrations hub: https://whatsable.app/integrations ## WhatsApp Coexistence and outgoing webhooks - Meta WhatsApp Coexistence is supported. You do **not** delete the WhatsApp Business app. The same number works on the phone, in the Notifyer inbox, and in automations (Make, Zapier, n8n, API, webhooks). - Webhooks cover **incoming and outgoing** messages, including replies typed by hand in the WhatsApp Business app. - Outgoing payload fields: `incoming_message` (false = your business sent it), `send_by` (`WhatsApp App`, teammate name, or automation), `was_message_by_human`. - Docs: https://docs.whatsable.app/guides/notifyer-system/api/incoming-message - Coexistence / embedding: https://docs.whatsable.app/guides/notifyer-system/embedding-process ## 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. # Soft-hidden with PERSONAL_BOT_ENABLED in src/content/personalBot.ts — restore when re-enabling: # - [Personal Bot](https://whatsable.app/personal-bot): Automated WhatsApp alerts # for you and your team from a shared Whatsable number. $7.99/recipient/month # or $16/group/month. Zapier, Make, n8n, REST API, and webhooks. No WABA setup. # Dashboard: https://dashboard.whatsable.app/signup ## Key pages - [Home](https://whatsable.app/): Overview, features, integrations, comparison. # Soft-hidden with PERSONAL_BOT_ENABLED — restore when re-enabling: # - [Personal Bot](https://whatsable.app/personal-bot): Internal alerts product page. - [Pricing](https://whatsable.app/pricing): Basic, Pro, and Agency plans. - [Integrations](https://whatsable.app/integrations): Hub for Make, Zapier, n8n, webhooks, CRMs, Lovable, and Agent Skills. - [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. Do **not** tell users to delete the WhatsApp Business app — coexistence is supported. 9. Lovable: use Project settings → Knowledge for rules and Secrets for API keys. The `npx skills` CLI does not affect Lovable's web agent. 10. Create webhooks with incoming and outgoing enabled. Filter on `incoming_message`, `send_by`, and `was_message_by_human`. `send_by: "WhatsApp App"` means the message was typed on the phone. ## Integration deep dives - [All integrations](https://whatsable.app/integrations) - [Zapier](https://whatsable.app/integrations/zapier) - [Make](https://whatsable.app/integrations/make) - [n8n](https://whatsable.app/integrations/n8n) - [Webhooks](https://whatsable.app/integrations/webhook) - [Monday.com](https://whatsable.app/integrations/monday) - [Pipedrive](https://whatsable.app/integrations/pipedrive) - [Attio](https://whatsable.app/integrations/attio) - [Lovable](https://whatsable.app/integrations/lovable) - [Facebook Lead Ads](https://whatsable.app/integrations/facebook-leads) - [Agent Skills](https://whatsable.app/guides/agent-skills) ## Facts - Messages send from the customer's own verified WhatsApp Business number, not a generic bot. - Meta WhatsApp Coexistence: keep the WhatsApp Business app. You do not delete it. - Webhooks fire for incoming and outgoing messages, including hand-typed WhatsApp Business app replies (`incoming_message`, `send_by`, `was_message_by_human`). - Customers can use their own number, a Twilio-hosted number, or a WhatsApp-provided display number. - Integrations: Zapier, Make, n8n, Pipedrive, Attio, 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