Effective July 1, 2025 - Per-message pricing is now live. Additionally, rates for marketing messages across Cloud API and MM Lite API are consistent, per our published rate cards here.
We plan to launch MM Lite to General Availability in Q4 2025.
Learn how to send a template message with the Marketing Messages Lite API (“MM Lite API”).
Use the marketing_messages endpoint to send a template message to yourself.
curl 'https://graph.facebook.com/<API_VERSION>/<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>
/marketing_messages' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <ACCESS_TOKEN>' \
-d
'{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "<WHATSAPP_USER_PHONE_NUMBER>",
"type": "template",
"template": {
"name": "<TEMPLATE_NAME>",
"language": {
"code": "<LANGUAGE_AND_LOCALE_CODE>"
},
"components": [
{
"type": "body",
"parameters": [
{
"type": "text",
"text": "text-string"
}
]
}
]
}
}'status webhookMM Lite API triggers status messages webhooks for events such as sent, delivered, and read. When a message is sent via MM Lite, the webhook payload will have category and conversation.origin.type set to marketing_lite.
{
"conversation": {
"id": "<CONVERSATION_ID>",
"origin": {
"type": "marketing_lite"
}
},
"pricing": {
"billable": true,
"pricing_model": "PMP",
"category": "marketing_lite"
}
}Some advanced features and reporting capabilities of MM Lite API are available only in particular geographies due to Meta policy and/or local regulation.
Starting June 20, 2025, businesses in Russia will be able to use MM Lite API with the following feature exceptions: