Dashboard

Manage your Meta credentials and API status

Active Number Not Connected

WABA Connection Profiles

Manage multiple WhatsApp sender numbers and authorization profiles. Select profiles in the top bar to switch numbers instantly.

Profile Name Verified Sender Number WABA ID Phone ID Verify Token Actions
Loading configurations...

System Connection State

Server Connection
Offline
Access Token
Unconfigured
Active Sender
None

Profile API Token (For External Integration)

Use this API Key to send WhatsApp templates, texts, or media programmatically from your external website:

ak_unconfigured_profile_key_value
Sample execution command (Curl request):
curl -X POST -H "X-API-Key: YOUR_KEY" -H "Content-Type: application/json" -d '{"to":"155512345","type":"text","body":"hello"}' http://localhost:3000/api/external/send

Local Webhook Tunnel Helper

Meta requires webhooks to run over HTTPS. To route incoming messages to this local dashboard, run an HTTPS tunnel on port 3000:

ngrok http 3000

Webhook URL for Meta Dashboard: https://<your-tunnel-url>/webhook

Verify Token: metawa_secret_token_123

Profile Credentials

Provide your Facebook App credentials and use the Facebook SDK to log in and authorize WhatsApp Business assets automatically.

Directly supply credentials generated in the Meta App Developer Portal (Cloud API Get Started page).

Saved Quick Replies Manager

Manage template options triggered by typing / inside the chat composer. These quick responses support rich formats (text, media captions, stickers, and reply buttons).

Trigger Shortcut Type Message Snippet Attachment Link Actions
Loading replies...

WABA Phone Numbers

Display Name Verified Phone Number Phone Number ID Status Quality Action
No phone numbers fetched. Connect a WhatsApp Business Account first.

Approved Templates

No message templates loaded. Select/connect WABA first.

Send Template Message

Select a template from the list to compose and send it.

Conversations

No conversations yet.

MetaWA Web Messenger

Send and receive text, media, and interactive menu / button messages in real-time.

Node Library

Click nodes to place them on the drawing board canvas. Link pins to sequence actions.

Trigger Keyword
On message received
If / Else Branch
Branch flow path
Mark as Read
Meta status reader
Auto-Reply Text
Outbound text reply
Trigger Webhook
GET/POST integration
Extract Regex
Pattern regex match
Reply Media
Send Image/Video/Doc
Redirect Link
CTA website link
Interactive Menu
Buttons or List option
Add User Tag
Assign contact tag
Remove User Tag
Delete contact tag

Incoming Meta Webhook Payloads

Real-time log of payloads sent by Meta's WhatsApp API to your `/webhook` endpoint. Very useful for testing and verifying connectivity.

No webhook payload logs available yet. Make a request or wait for Meta updates.