What’s next for business messaging and AI? Watch the Conversations keynote.
Watch nowWhatsApp Business Platform
Drive revenue growth, boost efficiency, and deliver exceptional customer experiences with the WhatsApp Business Platform—our enterprise-grade APIs for messaging and calling.
Get started
Demo the API
Preview an interactive experience showing how Jasper’s Market (our demo retail business) connects with customers using the WhatsApp Business Platform.
import requests
url = "https://graph.facebook.com/<API_VERSION>/<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/messages"
headers = {
"Authorization": "Bearer <ACCESS_TOKEN>",
"Content-Type": "application/json",
}
data = {
"messaging_product": "whatsapp",
"to": "<WHATSAPP_USER_PHONE_NUMBER>",
"type": "template",
"template": {
"name": "hello_world",
"language": {"code": "en_US"},
}
}
response = requests.post(url, headers=headers, json=data, timeout=30)
print(response.json())
Essentials
Start building conversational experiences that delight your customersAbout the platform
Learn more about the key components of the platform and how things work together.
Authentication and authorization
Learn how access controls and permissions work on the platform.
About the APIs
Learn about the APIs that are part of the WhatsApp Business PlatformCloud API
Send and receive WhatsApp messages, make WhatsApp calls, and more from your business phone number.
Marketing Messages API for WhatsApp
Access new features not available on Cloud API and get automatic optimizations, so high engagement messages can reach more customers.
Business Management API
Programmatically manage your WhatsApp business account and its assets.
New releases
Explore our newest features and launches
WhatsApp API Calling
Seamless, secure, and personalized voice calling natively within WhatsApp chat to drive superior business outcomes.
Groups API
Drive sales and solve customer problems with groups on the WhatsApp Business Platform.
API solutions for WhatsApp Business app users
Use both the WhatsApp Business app and API with the same phone number to simplify onboarding and unlock new features to scale your business.
Partner resources
Build WhatsApp solutions for your business customers.Become a Tech Provider
Follow this guide to onboard as a WhatsApp Tech Provider so that you can start providing messaging services to your clients.
Onboard customers
Learn how to build Embedded Signup; a flow to onboard customers directly from your website.
MM API for WhatsApp Partner Guide
Learn how to integrate with MM API for WhatsApp and onboard your customers to send marketing messages with optimizations.
Not a developer?
View the Partner Showcase to find a partner tailored to fit your business needs.
