← Back to PrerequisitesDocumentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
Time to Complete
5 minutes if you have all prerequisites ready.What You’ll Learn
- How to connect a WhatsApp Business channel
- How to send messages via the console
- How to send messages via the API
- How to receive and respond to messages
Step 1: Connect Your Channel
First, let’s connect your WhatsApp Business number to Vobiz. We’ll use the BYON (Bring Your Own Number) method for this guide.1. Navigate to Channels
- Log in to the Vobiz Console.
- Go to Messaging → Channels in the left sidebar.
- Click the Connect Channel button.
2. Choose Connection Mode
Select Bring Your Own Number (BYON) from the three options.3. Enter Your Credentials
Fill in the following information from your Meta Business Manager:- WABA ID - Your WhatsApp Business Account ID (found in Meta Business Manager).
- Phone Number ID - The ID of your phone number (from WhatsApp Manager).
- Access Token - System user access token with WhatsApp permissions.
- Display Name - Your business name as it will appear to customers.
4. Verify Your Phone Number
After submitting your credentials, you’ll need to verify your phone number via OTP:- Choose verification method: SMS or Voice call.
- Enter the 6-digit code you receive.
- Click Verify.
5. Success!
Once verified, your channel will be connected and appear in your channels list.You should now see your WhatsApp channel in the Channels list with a “Connected” status. The channel card will show your business name, phone number, and connection details.
Step 2: Send Your First Message
Now let’s send a message! We’ll show you two ways: using the Vobiz Console (no code) and using the API (for developers).Option A: Send via Console (No Code)
- Go to Messaging → Inbox.
- Click the New Message button or select an existing conversation.
- Enter the recipient’s phone number in E.164 format (e.g.,
+1234567890). - Type your message in the text box.
- Click Send or press Enter.
Option B: Send via API (For Developers)
Use the Send Message API to programmatically send WhatsApp messages from your application:YOUR_AUTH_ID- Your Vobiz Auth ID (from console).YOUR_AUTH_TOKEN- Your Vobiz Auth Token.your-channel-uuid- The UUID of your connected channel.+1234567890- Recipient’s phone number in E.164 format.
If you get a 200 response, your message was sent successfully! Check your WhatsApp to see it delivered.
Step 3: Receive Messages
When customers message your WhatsApp number, you’ll see them in the Vobiz inbox in real-time.Via Console
- Go to Messaging → Inbox.
- Incoming messages appear in the conversation list on the left.
- Click a conversation to view the message thread.
- Reply directly in the text box at the bottom.
Step 4: Set Up Webhooks (Optional)
For developers: Set up webhooks to receive real-time notifications when messages arrive, get delivered, or are read.Quick Webhook Setup
- Go to Messaging → Webhooks.
- Click Create Webhook.
- Enter your webhook URL (must be publicly accessible and HTTPS).
- Select the events you want to receive (e.g.,
message.received,message.delivered). - Copy the signing secret to verify webhook payloads.
- Click Save.
message.received):
Congratulations!
You’ve successfully connected your WhatsApp channel and sent your first message. Here’s what to explore next:- Create Message Templates → - Learn how to create approved templates for notifications and marketing messages.
- Master the Inbox → - Learn to manage conversations and reply to customers.
- Explore the API → - Full API documentation for developers.