Skip to main content
Agent Skills let AI coding agents (Cursor, OpenClaw, Claude Code, Copilot, etc.) authenticate into Notifyer and operate your workspace programmatically — using the same backend API surface as the Notifyer Console and Chat apps.
Meta WhatsApp Coexistence is supported on Notifyer System. You do not need to delete the WhatsApp Business app or stop using the number on your phone. After Embedded Signup, the same number works in the WhatsApp Business app, the Notifyer chat inbox, and automations (Make, Zapier, n8n, API, and webhooks) at the same time.

What are Agent Skills?

Notifyer Agent Skills are a set of Node.js scripts + a SKILL.md instruction file that teach compatible AI agents how to:
  • Authenticate into a Notifyer workspace
  • Validate prerequisites (connection, plan, token health)
  • Configure workspace infrastructure (labels, team, API key)
  • Manage automation primitives (templates, AI bots, broadcasts, webhooks, analytics)
  • Operate live chat workflows (recipients, messages, handoff, notes, scheduling)
They follow the open AgentSkills standard, which allows many agents to discover and load skills on demand.

How this fits inside Notifyer System docs

Notifyer System can be operated via:
Use API keys for Make/Zapier/n8n or your backend services. This is the best choice when you’re building event-driven automations and do not need to manage workspace configuration.

Skill set overview (3 phases)

The skills are designed as a progressive sequence.

What you can automate (examples)

  • Workspace onboarding: create labels, invite members, verify connection and plan, fetch the Developer API key.
  • Template lifecycle: create templates, monitor Meta approval status, use approved templates in broadcasts.
  • Customer support ops: fetch conversation context, take over from bot, respond, label, add notes, return to bot.
  • Webhook configuration: create dev and IO webhooks with HMAC signature; enable --incoming and --outgoing so events include messages typed in the WhatsApp Business app. Payload fields: incoming_message, send_by (system or teammate), was_message_by_human. See Message webhooks.
For end-to-end workflows, see Use cases.

Important constraints (read before you automate)

Some actions are intentionally not scriptable:
  • First-time WhatsApp connection (embedded signup / QR scan) is browser-only. You do not need to delete the WhatsApp Business app — coexistence is supported.
  • Billing changes and Stripe flows are browser-only.
  • Meta template approval timing is not controllable via API.

Next steps

Whatsable/whatsapp-business-agent-skills

Official repository for Notifyer Agent Skills, including scripts, reference material, and SKILL.md entrypoints.