Documentation Index
Fetch the complete documentation index at: https://docs.whatsable.app/llms.txt
Use this file to discover all available pages before exploring further.
First command to run
Before debugging anything else:Authentication failures (HTTP 401 / 403)
Token expired or missing
Symptoms:- Most scripts return 401
get-me.jsfails
Wrong auth mode header
Symptoms:- Console scripts work, chat scripts fail (or vice versa)
- Console uses
Authorization: Bearer <jwt> - Chat uses
Authorization: <jwt>(raw)
WhatsApp connection issues
isConnected: false
Run:
degraded: true
This can mean Meta returned hidden errors that may cause silent send failures. Treat it as “not healthy” until resolved. Use the console UI to resolve Meta-side issues, then re-check status.
Plan blocks (features not available)
Symptoms:- Developer API key exists but integrations/bots fail
- Bot creation fails due to missing OpenAI key/settings
Template issues
Template not usable yet
Templates must beAPPROVED by Meta before use in automation/broadcasts.
Message send failures in chat
24-hour window is closed
If free text fails, check:send-template.js) until the recipient messages again.
Webhook issues
Wrong webhook type / id
- Dev webhook id is integer
- IO webhook id is a text UUID
Signature secret lost
If you created a webhook with--signature, the secret is shown only once. If you didn’t store it, create a new webhook and deprecate the old one.