Tutorial

OpenClaw + WhatsApp Integration Guide

March 24, 20263 min readUpdated March 24, 2026By OpenClaw Blog
March 24, 2026 3 min read

Bring AI assistance to your WhatsApp workspace. OpenClaw can respond to mentions, DMs, and integrate with Slack workflows.

Prerequisites

  • OpenClaw installed and configured
  • WhatsApp Business account (for unlimited messaging)
  • Your LLM API key (Anthropic Claude or OpenAI)

Step 1: Get WhatsApp Access

  1. Go to WhatsApp Business
  2. Click "Get Started" with API setup
  3. Select "Build a chatbot" option

Step 2: Configure OpenClaw

Add to your config:

# ~/.config/openclaw/config.yaml integrations: whatsapp: enabled: true phoneNumber: "your-whatsapp-number" apiKey: "${ANTHROPIC_API_KEY}"

Step 3: Start OpenClaw

# Start the daemon openclaw daemon start # Check status openclaw integrations status whatsapp

Using OpenClaw in WhatsApp

Direct Messages

Open WhatsApp and DM your bot. Any message will trigger an AI response.

Group Mentions

In any group, mention the bot with @OpenClawBot to get a response.

Business Features

For WhatsApp Business, use interactive buttons and quick replies for richer interactions.

Troubleshooting

Bot Not Responding

  • Verify bot token in config is correct
  • Check bot is invited to the group
  • Ensure daemon is running
  • Review logs: openclaw daemon logs

Use Cases

  • Customer Support: AI answers common questions in support queues
  • Team Collaboration: AI assists in group chats and shared channels
  • Knowledge Base: Query documentation from WhatsApp

Related Articles


References

  1. OpenClaw Official Documentation - https://docs.openclaw.ai/ - Accessed February 2026
  2. OpenClaw GitHub Repository - https://github.com/openclaw/openclaw - Accessed February 2026
  3. WhatsApp Business API Documentation - Meta for Developers - Accessed February 2026

Connect OpenClaw to WhatsApp

Add AI capabilities to your WhatsApp today.

Get Started

Reference Trail

Sources and further reading

  1. WhatsApp Businessbusiness.facebook.com
  2. https://docs.openclaw.ai/docs.openclaw.ai
  3. https://github.com/openclaw/openclawgithub.com
  4. Meta for Developersdevelopers.facebook.com
Back to ArchiveMore: TutorialsNext: OpenClaw Security Audit Runbook: From Baseline to Deep Scan