Agent-readable format
Skills teach AI agents how to authenticate and operate Notifyer via structured SKILL.md files — no docs browsing needed.
Agent Skills · Open Standard
Point any AI coding agent at Notifyer's Agent Skills and let it configure, automate, and operate your WhatsApp Business workspace — no browser required.
Structured, predictable interfaces designed specifically for AI models to understand and execute tasks without human intervention.
Skills teach AI agents how to authenticate and operate Notifyer via structured SKILL.md files — no docs browsing needed.
Pure Node.js 18+. Native fetch. No npm installs required. Clone and run.
setup-notifyer, automate-notifyer, and chat-notifyer cover the full WhatsApp Business lifecycle.
Pulls all three skill phases — setup-notifyer, automate-notifyer, and chat-notifyer — into your project in one command. Requires Node.js 18+; zero npm dependencies.
npx skills add whatsable/whatsapp-business-agent-skills --all Points the skills at the Notifyer API host. Required before running any script — all scripts enforce HTTPS at startup and exit immediately if this variable is missing or uses plain HTTP.
export NOTIFYER_API_BASE_URL="https://api.insightssystem.com" Authenticates with your Notifyer account and captures the JWT. The same token works across all three skill phases — re-run this if any script returns HTTP 401.
node skills/setup-notifyer/scripts/login.js \
--email you@example.com --password "YourPassword@1" \
export NOTIFYER_API_TOKEN="eyJ..." doctor.js validates your token, WhatsApp connection, and plan status in one shot — run it whenever a script fails unexpectedly. Then give your agent a natural-language goal and it handles the rest.
node skills/setup-notifyer/scripts/doctor.js --pretty Example agent prompt
"Set up a Notifyer workspace for Acme Corp with a Sales team of 3 agents, create a broadcast template, and give me the API key for Make."
Automate the creation of workspaces, teams, and user invitations via structured commands.
Schedule and manage bulk messaging campaigns with dynamic template variables.
Route incoming messages, assign tickets to agents, and resolve conversations programmatically.
Deploy and configure auto-responders and chatbot flows directly from your repository.
Set up event listeners and connect WhatsApp activity to your external systems.
Fetch message delivery stats, read receipts, and system health metrics on demand.
Open the repo, install the skills, and ship automation from your editor.
View Agent Skills on GitHub