Personal Bot

Automated WhatsApp alerts for you and your team

Send internal notifications to yourself and colleagues from our shared WhatsAble number. No WhatsApp Business API, no number verification, no Meta approval. Connect Zapier, Make, n8n, a webhook, or the REST API and start receiving alerts in minutes.

3 minAverage setup time
$7.99Per recipient / month
UnlimitedMessages per number
7 daysFree trial included
Trusted by thousands of teams automating WhatsApp
Why Personal Bot

Internal alerts without the WABA overhead

Built for teams that need WhatsApp pings when something happens, not a full customer messaging platform.

Internal team alerts

Get pinged on WhatsApp when a server goes down, a form is submitted, or an order needs attention. No dashboard babysitting.

Zero WABA setup

Skip Meta Business verification and number onboarding. Messages go out from the shared WhatsAble Bot Number on the Individual plan.

Unlimited messages

No per-message caps on subscribed numbers or groups. Send as many alerts as your workflows need.

Rich media support

Attach PDFs, photos, videos, and documents. Perfect for reports, screenshots, and signed files.

Webhook-triggered bots

React to incoming WhatsApp messages in real time. Build AI agents and automation flows with n8n, Make, or your own server.

Works with your stack

Native apps for Zapier, Make, and n8n plus a full REST API. Fire alerts from any system that can send an HTTP request.

How it works

Live in about three minutes

Sign up, verify a recipient number, copy your API key, and connect your first automation.

  1. 01
    Start your free trial

    Create your account at dashboard.whatsable.app and pick the Individual plan (team members) or Groups plan (WhatsApp groups).

  2. 02
    Add verified numbers

    Add the phone numbers that should receive alerts. Verify your first number with a WhatsApp code; additional numbers can be added without re-verifying.

  3. 03
    Copy your API key

    Open API Keys in the dashboard, copy your key, and store it securely. You will use it in Zapier, Make, n8n, or your own scripts.

  4. 04
    Connect your automation

    Add the WhatsAble app in Zapier or Make, the WhatsAble node in n8n, or call the REST API directly. Send a test message to confirm delivery.

  5. 05
    Activate and forget

    Turn on your Zap, scenario, or workflow. Alerts land on WhatsApp automatically whenever your trigger fires.

Pricing

Simple, all-inclusive plans

Start with a 7-day free trial on either plan. Upgrade, switch, or cancel anytime.

Most popular

Individual Plan

Send messages to team members or yourself

$7.99per number / month

All-inclusive · unlimited messages

All messages are sent from the WhatsAble Bot Number

Start 7-day free trial
  • Quick 3-minute setup, no technical skills required
  • Works with Zapier, Make, n8n, API, and webhooks
  • Send PDFs, photos, videos, and more
  • Unlimited messages per subscribed number
  • Webhook triggers for custom automation bots
  • Human support team ready to help

Groups Plan

Send messages to WhatsApp groups

$16.00per group / month

All-inclusive · unlimited messages

Messages are sent from your personal WhatsApp via QR session

Start 7-day free trial
  • Everything in Individual, plus:
  • Send alerts directly to WhatsApp groups
  • Monitor and track group messages (beta)
  • Daily message history trigger (beta)
  • Ideal for team channels and ops rooms

During your trial you can add unlimited phone numbers to test the service. Need more than five numbers on Individual? Contact us for volume pricing.

Integrations

Connect the tools you already use

Official apps on major automation platforms, plus a REST API and inbound webhooks for custom stacks.

  • Send WhatsApp alerts from any trigger in your automation tool
  • Attach files with a public URL (images, videos, PDFs up to 16 MB)
  • Trigger workflows when someone messages your WhatsAble bot number
  • Use the same API key across Zapier, Make, n8n, and custom code

Zapier

Add WhatsAble as an action in any Zap. Trigger from 5,000+ apps.

  • Send WhatsApp Message action with phone, body, and attachment fields
  • Map variables from Google Forms, ClickUp, Stripe, and more
  • Test step before publishing your Zap

Make

Drop the WhatsAble module into any scenario to send messages on a trigger.

  • Send a WhatsApp Message action with verified sender numbers
  • Branch, filter, and delay before sending
  • Run module only to test without firing the full scenario

n8n

Use the official WhatsAble node for outbound messages and inbound triggers.

  • Send message via WhatsAble action with text and attachment URL
  • On new incoming message trigger for reactive AI bots
  • Production webhook URL for live workflows

REST API

Send messages programmatically from any language or backend.

  • POST /send with to, text, and optional attachment URL
  • API key in Authorization header
  • v2.0.0 base URL on dashboard.whatsable.app

Webhooks

Receive real-time POST payloads when someone messages your bot number.

  • Register endpoints in Operations → Webhooks
  • Full conversation context, labels, and media URLs
  • Build AI agents that reply via API or automation tools
Use cases

Built for internal alerts

When the message only needs to reach you or your colleagues, not your customers at scale.

Server & uptime monitoring

Datadog, UptimeRobot, or a custom health check detects downtime and fires a webhook.

Outcome: On-call engineers get a WhatsApp ping instantly, with no email digression.

Form & lead notifications

A new Typeform, Jotform, or Google Forms submission triggers Zapier or Make.

Outcome: Sales or ops sees the submission on WhatsApp within seconds.

Team reminders

A scheduled Make scenario or cron job runs every morning at 9 AM.

Outcome: Standup reminders and daily KPI summaries land in the team group chat.

AI assistant on WhatsApp

Someone messages your WhatsAble bot number; n8n receives the webhook payload.

Outcome: Your workflow calls an LLM and replies via the API to build a personal WhatsApp bot.
Developers

REST API & webhooks

Send messages with a single POST request. Receive inbound events on your own HTTPS endpoint.

  • Send text and media to any verified recipient in E.164 format (+1234567890)
  • Attach images, videos, PDFs, and documents via public URL
  • Authenticate with your API key in the Authorization header
  • Register webhooks for incoming messages with full conversation context
  • Integrate with n8n, Make, Zapier, or any HTTP client
POSThttps://dashboard.whatsable.app/api/whatsapp/messages/v2.0.0/send
curl -X POST 'https://dashboard.whatsable.app/api/whatsapp/messages/v2.0.0/send' \
  -H 'Authorization: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "to": "+1234567890",
    "text": "Server alert: CPU at 95%"
  }'

Register an HTTPS endpoint in your dashboard to receive JSON payloads the moment someone messages your WhatsAble bot number. Perfect for AI agents, CRM logging, and reactive automations.

Compare

Personal Bot vs Whatsable

Two products, two jobs. Pick the one that matches who you are messaging.

CapabilityPersonal BotWhatsable
Best forInternal team alerts & personal automationCustomer messaging at scale
Sender numberShared WhatsAble Bot NumberYour own verified WABA number
Setup time~3 minutes, no Meta approval~6 minutes with embedded signup
WhatsApp Business APINot requiredRequired (we guide you through it)
Team inbox & repliesAlerts only, no shared inboxFull team inbox with assignments
Bulk customer campaignsNot designed for thisUnlimited messaging per number
Pricing from$7.99 / recipient / month$19 / month (Basic plan)
IntegrationsZapier, Make, n8n, API, webhooksZapier, Make, n8n, Pipedrive, Monday, API

Messaging customers from your own branded number at scale? That is Whatsable.

FAQ

Common questions

Personal Bot (also called WhatsAble Bot in the dashboard) sends automated WhatsApp notifications to you and your team from our shared number. It is designed for internal alerts like server monitoring, form pings, and order notifications, not bulk customer outreach.

No. Personal Bot uses the WhatsAble Bot Number on the Individual plan, so you skip Meta Business verification and WABA setup entirely. For the Groups plan, you connect via QR code to send from your personal WhatsApp.

Individual Plan is $7.99 per recipient number per month (all-inclusive, unlimited messages). Groups Plan is $16.00 per group per month. Both include a 7-day free trial.

Yes, with the Groups Plan. Connect your groups via QR scan in the dashboard. Messages are sent from your personal WhatsApp number, so use automation responsibly to avoid account restrictions.

Official integrations for Zapier, Make, and n8n, plus a REST API and inbound webhooks. You can also call the API from any language like Node.js, Python, PHP, Go, and more.

Register an HTTPS endpoint in Operations → Webhooks. When someone messages your WhatsAble bot number, we POST a JSON payload with the conversation, phone number, labels, and media URLs. Use this to trigger AI bots or log messages in your CRM.

Personal Bot is for internal alerts to your team from our shared number. Whatsable (Notifyer) is for messaging customers from your own branded WhatsApp Business number, with a team inbox, analytics, and unlimited scale.

Yes. Book a free onboarding call and we will help you connect your automation tool and send your first test alert.

Ready to get alerts on WhatsApp?

Start your 7-day free trial. Connect a trigger, verify a number, and receive your first alert in minutes.

7-day free trial · 3-minute setup · Cancel anytime

Need to message your customers from your own branded number?

Whatsable sends unlimited, on-brand messages from your own verified number, with automation, team inbox, AI assistant, and analytics.

Pro includes a 7-day free trial · 6-minute setup

Start Free Trial