See WhatsApp Business API Status to learn about our WhatsApp Business API Status page and what information it reports.
All WhatsApp Business Platform developers can contact Meta developer support at:
All WhatsApp Business Platform developers can ask a question on the Meta Developer Community Forum.
All WhatsApp Business Platform developers can report a bug, file a bug report at:
If you are an enterprise developer, such as a solution provider or managed partner, you can open a Direct Support ticket using the link below. If you have multiple Meta business accounts, be sure to select the appropriate account.
https://business.facebook.com/direct-support/
Note that if you are an end-client of a Solution Partner or managed partner, contact your Solution Partner or managed partner for support directly.
We do our best to provide an initial response to your ticket within 24 hours on business days. Business days are Monday through Friday, in the customer's country set in the Business Account, excluding holidays.
Ticket severity is generated based on the type of issue selected and information provided in your submission. We will review your ticket and investigate the issue according to the severity level and time of submission.
The criteria used to evaluate the severity of your ticket is outlined in the table below.
| Severity | Issue Type |
|---|---|
1 - Critical | This issue severely impacts your production environment by causing the API to not function at all. You are not able to send any messages and/or add/register any phone numbers. It halts your business operations and there are no procedural workarounds. |
2 - Urgent | This issue impacts your production environment by impeding API functions, resulting in a majority of message send failures. It causes major disruptions to significant portions of your business operations, and there are no procedural workarounds. |
3 - Standard | This issue impacts your production environment, with the API having minor or intermittent issues, resulting in some message send failures. It causes minor disruptions to portions of your business operations, but there are procedural workarounds. It also includes all other issues not classified as Critical or Urgent. |
When a Critical or Urgent ticket is resolved but with outstanding request(s), we update the severity to Mitigated.
The following scenarios can cause a message to appear as sent but not delivered. For many of these reasons, we will not disclose the underlying cause of the error, because of privacy and policy reasons. The reasons messages appear as 'sent' but are not delivered include, but are not limited to, the following:
In some scenarios, the API returns an error code with an error message describing the nature of the error. Example scenarios:
Using a non-WhatsApp communication method, ask the WhatsApp user to:
Businesses in Cuba, Iran, North Korea, Syria, and three sanctioned regions in Ukraine (Crimea, Donetsk, Luhansk) are not eligible to use the WhatsApp Business Platform.
WhatsApp Messenger (WhatsApp) and WhatsApp Business app users in Cuba, Iran, North Korea, Syria, and three sanctioned regions in Ukraine (Crimea, Donetsk, Luhansk) are not eligible to receive messages sent via the WhatsApp Business Platform.
As of May 15, 2024, Türkiye is no longer restricted for Cloud API business messaging. Cloud API businesses can now send and receive messages to and from WhatsApp users who have Turkish numbers.
In rare cases, the same message might trigger both success and failure status messages webhooks. For example, a message might trigger status message webhooks with status set to delivered, and another webhook with status set to failed. This can happen when a customer is logged in to WhatsApp on multiple devices and the message is successfully delivered to one device but not the other. Any message that triggers a delivered status messages webhook has been delivered to at least one of the user's devices.
2 - API ServiceWhen we update the API, you might experience up to 5 minutes of downtime. During this period of time, the service is unavailable. We try to make these updates with minimal disruption to businesses, but you might end up being affected
We suggest that you wait 5 minutes and try to make the API call again.
These errors are returned when there was a problem with the access token you are using for the API call.
You can directly paste the access token you are using into the Access Token Debugger. Then, check if you have selected the whatsapp_business_management and whatsapp_business_messaging permissions.
If your token doesn't have access to the permissions, you need to generate a new one. While generating the token, make sure to select:
whatsapp_business_management and whatsapp_business_messagingTo use MM Lite API, onboarding must be completed by a user of your business portfolio with "Full control" permissions (formerly the admin role). Read more on the various access permissions available in a business portfolio.
If a business, or a partner working with a business, is unable to locate a user with "Full control", follow the steps below to find users with sufficient permission, or claim access to a business portfolio.
The simplest path to accepting the MM Lite API terms of service is if a business already knows a user with "Full control" permission. If so, that user can go through the MM Lite API Onboarding flow.
Find admins via Business Manager.
If the business (or their partner) cannot find a user with "Full control", they can log into Business Manager using another user with “basic access” to find the list of admins with "Full control".
Find admins via an API call.
If the business is unable to find the admin of the business portfolio, however if their partner has a business token with business_management permission, they can fetch a list of users with "Full control" permissions with the following API endpoints:
Submit a request for a new user to be added to the business portfolio.
A business can submit a request to have a user added with "Full control" access to a business portfolio. This process takes 24 hrs on average to ensure a thorough security review if all documents are provided and in order, and should be a last resort after all other options have been exhausted.
Note: If the desired admin is unable to select a Business from the dropdown list, they can select any random asset from the list and mention the desired BM ID as part of the “description text” in the request. If you are unable to select any asset / do not have any assets to select, reach out to your Partner manager.
Meta recommends all marketing messages are sent via the next-generation MM Lite API, to benefit from delivery and feature improvements. MM Lite API delivers comparable or a greater number of marketing messages than Cloud API. MM Lite API allows for more dynamic messaging limits, so marketing messages with high engagement (for example, messages that receive more reads) can reach more customers.
In India, MM Lite API marketing messages that receive higher engagement (for example, reads) have been observed to deliver up to 9% more messages compared to Cloud API*.
Step 1: Ensure your team understands the way that MM Lite API prioritizes relative to Cloud API.
On MM Lite API, high engagement messages can reach more customers. Where Cloud API's per-user message limits might not allow a message to be delivered to a user, MM Lite API can recognize high-engagement message templates (for example, messages that receive more reads), and when a message is sent, allow for dynamic messaging limits.
Step 2: Ensure that you are making an accurate comparison between MM Lite API and Cloud API.
Many delivery rate differences are because of variations, such as using different templates, times, or audiences. Verify that you are making an accurate comparison using the below guidelines before submitting a support request:
Step 3: Ensure that you are not counting retried messages in your “delivery” statistics.
If a message fails to deliver because of per-user marketing message limits, wait 24 hours before retrying (see error code 131049). Repeated retries of the same messages will artificially lower your perceived delivery rate, as the same per-user limit might be still in effect resulting in the same outcome. For example, if 20 of 100 messages fail because of limits and are retried, the true 80% delivery rate could drop to ~67% after just one retry.
Step 4: Follow best practices for creating high-engagement marketing messages
Because MM Lite API prioritizes higher delivery of high-engagement messages for users, more deliveries of high-engagement messages can lead to higher click-through rates (CTR) or other outcomes on the API.
If you are finding a campaign's click-through rate is lower on MM Lite API vs. Cloud API, check the following:
Ensure your URL is compatible with conversion measurement by sending a test event. Some partners will reformat URLs before sending them to MM Lite API, which breaks Meta's ability to append a Click ID to the URL which enables conversion measurement.
Reach out to your Meta partner if you are working with a platform or partner whose URL reformatting breaks Meta's conversion measurement. If your app is using Meta SDK, you must upgrade your SDK version to Meta Android SDK v17.0.2 or above.
If you have followed all troubleshooting steps above and still are experiencing issues please submit a direct support question using the question type "WABiz: Marketing Messages."
The MM Lite API uses the same error codes as the Cloud API, with a few additions, listed below.
{
"error": {
"message": "<MESSAGE>",
"type": "<TYPE>",
"code": <CODE>,
"error_data": {
"messaging_product": "whatsapp",
"details": "<DETAILS>"
},
"fbtrace_id": "<TRACE_ID>"
}
}
{
"error": {
"message": "(#100) Invalid parameter",
"type": "OAuthException",
"code": 100,
"error_data": {
"messaging_product": "whatsapp",
"details": "Message must be a template message."
},
"fbtrace_id": "Ak6nxJSySLEJz32Ps-QiZ1t"
}
}
| Code | Message | Details | Possible reasons and solutions |
HTTP status code |
|---|---|---|---|---|
|
|
| You are attempting to send a non-template message. Message type must be | 400 Bad Request |
|
|
| You might be using an invalid parameter. Verify that you are using a valid parameter and try again. Ad synching might be incomplete. Wait 10 minutes and try again. If the issue persists, contact support. | 400 Bad Request |
|
|
| You might have attempted to send a non-template message, or an authentication or utility template. Try sending again using a marketing template message. | 400 Bad Request |
|
|
| Will be available with Graph API version 23.0. You are attempting to send a utility or authentication template. Only templates categorized as | 400 Bad Request |
|
|
| Will be available with Graph API version 23.0. You are attempting to send a newly created template before it has completed Ad synchronization. Ad synchronization can take up to 10 minutes. Wait 10 minutes and try again. | 400 Bad Request |
|
|
| Will be available with Graph API version 23.0. We were unable to complete Ad synchronization for the template you are attempting to send, or you might not be eligible for the MM Lite API. Check your eligibility status. If the WhatsApp Business Account's | 500 Internal Server Error |
|
|
| Will be available with Graph API version 23.0. The WhatsApp Business Account uses the On-Behalf-Of ("OBO"), which is now deprecated. | 400 Bad Request |
WhatsApp develops and operates the WhatsApp Business API, which enables businesses to communicate with WhatsApp consumer users on the WhatsApp network. When using the Cloud API, Meta will host the WhatsApp Business API for you and provide an endpoint for the WhatsApp service for your incoming and outgoing WhatsApp communications.
Access to Cloud API is free, and we expect it to generate additional cost savings for developers, as Meta hosts and maintains the Cloud API.
The Cloud API architecture significantly simplifies the Solution Partner's operational and infrastructure requirements to integrate with WhatsApp Business Platform. First, it removes the infrastructure requirements to run Business API docker containers (CAPEX savings). Second, it obviates the need of operational responsibilities to manage the deployment (OPEX savings).
Migrating between the On-Premises API and Cloud API is seamless. See Migrating from On-Premises API to Cloud API.
Cloud API validates each message request through multiple checks. If any check fails, the message send will not succeed. For reasons of system efficiency and overall health, the order in which these checks are performed may change. As a result, you might receive different error codes for the same API request, depending on which validation fails first.
Please view our WhatsApp Business API Status Page for Cloud API specific observability metrics.
Please view the API Status Page document for more details.
Availability is updated once a day.
There could be situations where certain user errors can be automatically counted incorrectly toward downtime. In these situations, we will override the downtime to uptime after detailed analysis within a week.
There may be issues that do not impact our global availability. In these cases, the WhatsApp Business API Status Page will have a status to reflect that there may be some disruptions that are not affecting global availability. Please submit a Direct Support ticket to investigate further.
There are the cases where downtimes in availability are not automatically tracked:
Any issues that surface before admission into our system after this point will appear as either error or missed success. Also issues encountered after the first attempt to emit the webhook will continue to be retried, until it is successfully delivered to the webhook endpoint.
The other cases that are reflected in the availability dashboard after manual detection are (not system error):
In both cases WhatsApp will detect and account for those issues after the fact, near real time, but not real time.
We do not currently offer commercially available product service level agreements for uptime and/or latency.
We will have disaster recovery and data replication across multiple regions. The expected downtime would be within our SLA and usually in the order of less than a minute to less than five minutes.