WACM.in Logo
Back to Documentation

Quick Start Guide

Get up and running with WACM.in in under 5 minutes.

Step 1

Create Your Account

Sign up for WACM.in and choose your subscription plan. Get instant access to the dashboard.

Step 2

Get Your API Token

Navigate to Settings → API in your dashboard to generate your Personal Access Token.

Terminal
curl -X GET "https://api.wacm.in/api/v1/me" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
Step 3

Configure WhatsApp Business

Add your WhatsApp Business credentials from Meta Developer Console.

Configuration
Required credentials:
• whatsapp_permanent_access_token
• whatsapp_phone_number_id
• whatsapp_business_account_id
• facebook_app_id
• facebook_app_secret
Step 4

Send Your First Message

Use the API or dashboard to send your first WhatsApp message.

Terminal
curl -X POST "https://api.wacm.in/api/v1/messages/text" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "phone": "+919876543210",
    "message": "Hello from WACM!"
  }'

You're All Set!

Now that you're connected, explore the full power of WACM.in with these resources: