This document describes messaging limits for the WhatsApp Business Platform.
Messaging limits are the maximum number of unique WhatsApp user phone numbers your business can deliver messages to, outside of a customer service window, within a moving 24-hour period.
Messaging limits are calculated and set at the business portfolio level and are shared by all business phone numbers within a portfolio. This means that if a business portfolio has multiple business phone numbers, it's possible for one number to consume all of the portfolio's messaging capability within a given period.
Newly created business portfolios have a messaging limit of 250, but this limit can be increased to:
You can increase your messaging limit to 2,000 by completing one of the scaling paths below. After that, we will automatically increase your limit to the next higher limit if you meet our automatic scaling criteria.
Once you complete one of these paths, we will analyze your message quality. Based on this analysis, your number's eligibility for automatic scaling will either be approved or denied
If you are approved, we will immediately increase your business phone number's messaging limit to 2,000 and notify you by email and developer alert. In addition, a business_capability_update webhook will be triggered with max_daily_conversations_per_business
(for webhooks v24.0 and newer) and max_daily_conversation_per_phone
(for v23.0 and older, until February, 2026) set to the new limit.
Additional messaging limit increases for your number can now happen automatically, via automatic scaling.
If you are denied, we will keep your business phone number's messaging limit at its current level and notify you by email and developer alert. In addition, an account_alerts webhook will be triggered, with the alert_type
and alert_description
properties indicating alternate methods you can pursue to increase your limit.
alert_type Value | Action you can take |
---|---|
| Send 2,000 delivered messages outside of customer service windows to unique WhatsApp user phone numbers in a 30-day moving period, using templates with a high quality rating. |
| Send 2,000 delivered messages outside of customer service windows to unique WhatsApp user phone numbers in a 30-day moving period, using templates with a high quality rating. |
| Verify your identity, or send 2,000 delivered messages outside of customer service windows to unique WhatsApp user phone numbers in a 30-day moving period, using templates with a high quality rating. |
Once your business portfolio's messaging limit has been increased to 2,000, we will determine if it should be increased further according to the following criteria:
If this criteria is met, we will increase your portfolio's limit by one level within 6 hours.
Your business phone number's current messaging limit is displayed in the WhatsApp Manager > Account tools > Messaging limits panel:
Use the GET /<BUSINESS_PHONE_NUMBER_ID> endpoint and request the whatsapp_business_manager_messaging_limit
field (for v24.0 and newer) or messaging_limit_tier
field (for 23.0 and older) to get a business phone number's current messaging limit.
curl 'https://graph.facebook.com/v24.0
/106540352242922?fields=whatsapp_business_manager_messaging_limit' \
-H 'Authorization: Bearer EAAJB...'
{ "whatsapp_business_manager_messaging_limit": "TIER_250", "id": "106540352242922" }