> For the complete documentation index, see [llms.txt](https://help.1msg.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.1msg.io/docs/onboarding/mm-lite-api-and-connection.md).

# MM Lite API and Connection

## What is MM Lite API?

Marketing Messages Lite API (MM Lite API) is an optimized version of the API for sending WhatsApp marketing templates. MM Lite was developed by Meta as a tool that reduces spam levels and helps companies deliver advertising content more effectively through optimized internal delivery.

This solution is ideal for mass marketing campaigns, promotions, new product notifications, etc. It uses the same template structure as the standard Cloud API — no need to create new templates.

{% hint style="warning" %}
**The transition to MM Lite API must be completed by January 1, 2026.**

You can continue sending marketing messages through Cloud API, however Meta will charge an additional fee of +7% for each marketing message after the specified date. Therefore, enabling MM Lite API in your WABA account is a more cost-effective option.
{% endhint %}

## How to Connect MM Lite API

Connecting to MM Lite API is very simple and doesn't require much time. You need to:

1. Enable MM Lite API functionality through your WhatsApp Manager account;
2. Check the MM Lite API connection status in your 1MSG personal account.

You can read how to connect MM Lite API at the link below:

{% content-ref url="/pages/56Pfef5H3aIM5BjSN3D9" %}
[Connecting MM Lite API](/docs/onboarding/mm-lite-api-and-connection/connecting-mm-lite-api.md)
{% endcontent-ref %}

### Advantages of MM Lite API

MM Lite API is created exclusively for marketing templates, so it has a number of advantages for companies that want to send more marketing messages on WhatsApp.

**Advantages**:

✅ Higher message delivery speed.

✅ Reduced number of undelivered messages through delivery optimization.

✅ Reduced risk of blocks thanks to automatic filtering of disloyal contacts.

✅ Increased engagement through automatic optimization of visual elements.

✅ Access to extended analytics and recommendations for template improvements.

You can read more about MM Lite API, new features and advantages at the link below:​

{% content-ref url="/pages/5GvLIPXg1pUWbIR9lYYE" %}
[Everything about MM Lite API](/docs/onboarding/mm-lite-api-and-connection/everything-about-mm-lite-api.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.1msg.io/docs/onboarding/mm-lite-api-and-connection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
