Welcome back
Sign in to your Pulse support dashboard.
Incorrect email or password. Please try again.
Forgot password?
🔒TLS 1.3
🛡2FA Protected
SOC 2
Two-factor auth
Extra security for your support workspace.
📱 Auth App
💬 SMS
✉️ Email
Enter the 6-digit code from your authenticator app (Google Authenticator, Authy, etc).
Incorrect code. Please try again.
Didn't receive it? Resend code
Reset password
We'll send a reset link to your work email.
Reset link sent! Check your inbox.
📦 Your order has been shipped!
Got it, thanks! When will it arrive?
✅ Expected tomorrow before 5pm

Support at scale

Manage every WhatsApp customer conversation from one secure workspace.

⚠️ API not configured.  Add your Meta WhatsApp credentials to send & receive real messages.
💬

No conversation open

Select a conversation from the list to start supporting your customers.

Select a conversation
Conversation
Status
AssignedUnassigned
Channel📱 WhatsApp
First contact
Messages
Quick Replies
👋 Hello greeting
🔍 Let me check that
✅ Order confirmed
🙏 Closing message
+ Add custom reply
Activity
🔍
Name WhatsApp Number Status Tags Last Seen

Meta WhatsApp Business API

Connect your approved WhatsApp Business account via the Meta Cloud API.

Send a Message via API

Example cURL — sends a text message to any WhatsApp number.

curl -X POST \ https://graph.facebook.com/v19.0/<PHONE_NUMBER_ID>/messages \ -H "Authorization: Bearer <ACCESS_TOKEN>" \ -H "Content-Type: application/json" \ -d '{ "messaging_product": "whatsapp", "to": "+447911123456", "type": "text", "text": { "body": "Hello from Pulse! 👋" } }'

Webhook Payload (Inbound)

Meta sends this JSON to your webhook endpoint when a message arrives.

{ "object": "whatsapp_business_account", "entry": [{ "changes": [{ "value": { "messages": [{ "from": "447911123456", "type": "text", "text": { "body": "Hi, I need help with my order" }, "timestamp": "1700000000" }] } }] }] }

Auto-Responses

Automatically reply when your team is unavailable.

Out-of-hours auto reply
Welcome message on first contact
Read receipts visible to customers