Greenfield app in Lovable
Paste the Lovable prompt on /vibe-code. The agent adds env vars, API client, and a minimal inbox UI in one session.
Outcome: WhatsApp-ready MVP without reading API docs cover to cover.
Agent Skills teach coding agents how to set up Whatsable: inbox, templates, broadcasts, and webhooks. They know coexistence is supported (keep the WhatsApp Business app) and how to capture outgoing messages.
Paste the Lovable prompt on /vibe-code. The agent adds env vars, API client, and a minimal inbox UI in one session.
Outcome: WhatsApp-ready MVP without reading API docs cover to cover.
Clone Agent Skills into .cursor/skills. Ask Cursor to 'add Whatsable broadcast for users with label VIP'. Skills guide file placement and API calls.
Outcome: Incremental features with consistent patterns.
Operator asks Claude Code to schedule a Monday 9am campaign to all leads tagged 'Open house'. Skills validate template, audience, and pacing rules.
Outcome: Marketing ops without clicking through every screen.
Concrete fields you can map in automation tools or cite in your own docs.
Agents run scripts in order: verify API token, list templates, register webhook URL, create test send, then optional inbox UI scaffold.
| Parameter | Type | Description | Example |
|---|---|---|---|
NOTIFYER_API_TOKEN | secret | Console API token; never commit to git | nsk_live_•••••••• |
skill_phase | string | Current install phase the agent should execute | webhook_register |
webhook_url | string | HTTPS endpoint for inbound message events | https://app.example.com/api/whatsapp/inbound |
incoming_message | boolean | false when your business sent the message, including WhatsApp Business app replies | false |
send_by | string | WhatsApp App, teammate name, or automation name | WhatsApp App |
was_message_by_human | boolean | true when a person sent it; false for bots | true |
No. Notifyer System supports Meta WhatsApp Coexistence. Keep chatting from the WhatsApp Business app on your phone. Hand-typed replies reach your webhook or Make, Zapier, and n8n trigger with incoming_message: false, send_by: "WhatsApp App", and was_message_by_human: true.
Yes. Enable outgoing events. The JSON payload includes incoming_message (direction), send_by (which system or teammate sent it), and was_message_by_human (person vs bot). Messages typed in the WhatsApp Business app arrive with send_by: "WhatsApp App". Messages sent from the Notifyer chat inbox arrive with the teammate's name in send_by.
The repo ships 57 scripts across setup, messaging, inbox, broadcasts, webhooks, and analytics categories.
Lovable, Cursor, Claude Code, GitHub Copilot, Gemini CLI, and other agents that read SKILL.md instructions from your repo.
Unlimited messaging from your own number, team inbox, AI assistant, and automations included.
Pro includes a 7-day free trial · 6-minute setup · Cancel anytime