Deep links | Developer Documentation
Deep links
Updated: Feb 10, 2026
Marketing Messages API for WhatsApp (formerly known as Marketing Messages Lite API) is now generally available.
You can map an Android deep link? to a marketing template URL button that, when tapped, loads a particular location or content within your app.

If you have not onboarded to the Marketing Messages API for WhatsApp (MM API for WhatsApp), your marketing templates will not display any conversion metrics. Learn more about how to measure conversion.
Template creation via WhatsApp Manager
To create a template with a button mapped to an Android deep link:
Note that you can also use the Manage templates panel to edit an existing template and add a deep link-mapped button, but the template will have to undergo template review again.

Form fields
Android deep link
Required. Android deep link URI.
luckyshrub://deals/summer_solstice
Android fallback URL
Optional. Fallback URL. If the WhatsApp client cannot load the deep link URI, the client will load this URL in the device’device's default web browser.
If omitted, the client will attempt to load the URL specified in the Website URL field instead.
https://www.luckyshrub.com/deals/summer_solstice
Button Text
Required. Button label text. Maximum 25 characters.
View deal
Meta app ID
Required. This is a list of the Meta app(s) associated with your business portfolio. Select the app whose access token you will use to send the template.
Lucky Shrub (634974688087057)
Type of Action
Required.
Must be set to Visit website.
Visit website
URL Type
Required. Set to Static if your Android deep link or Android fallback URL has no dynamic values, otherwise set to Dynamic.
Static
Website URL
Required.
URL of a website to load if the WhatsApp user views the message on a non-Android device, or if the WhatsApp client cannot load your Android deep link URI and no Android fallback URL is specified.
https://www.luckyshrub.com/
Template
creation via API
Request syntax
'https://graph.facebook.com/<API_VERSION>/<WHATSAPP_BUSINESS_ACCOUNT_ID>/message_templates' \-H 'Content-Type: application/json' \-H 'Authorization: Bearer<ACCESS_TOKEN>' \-d '{"name": "<TEMPLATE_NAME>","language": "<TEMPLATE_LANGUAGE>","category": "marketing","components": [{"type": "header","format": "text","text": "<HEADER_TEXT>"},{"type": "body","text": "<BODY_TEXT>"},{"type": "buttons","buttons": [{"type": "url","text": "<BUTTON_LABEL_TEXT>","url": "<BUTTON_URL>","app_deep_link": {"meta_app_id":<META_APP_ID>,"android_deep_link": "<ANDROID_DEEP_LINK>","android_fallback_playstore_url": "<FALLBACK_URL>"}}]}]}'
Request parameters
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| |
Example request
curl'https://graph.facebook.com/v22.0/102290129340398/message_templates'\-H'Content-Type: application/json'\-H'Authorization: Bearer EAAJB...'\-d'{"name": "summer_deals_deep_link_v1","language": "en_US","category": "marketing","components": [{"type": "header","format": "text","text": "Sizzling Summer Deals at Lucky Shrub"},{"type": "body","text": "Beat the heat with our sizzling summer deals on succulents! At Lucky Shrub, we're passionate about bringing atouchof greenery to your life. Our succulents are notonly low-maintenanceand easy to carefor, but they also add a pop of color and style to any room. Use the button below to see our Summer Steals!"},{"type": "buttons","buttons": [{"type": "url","text": "View Deals","url": "https://www.luckyshrub.com/deals/summer/","app_deep_link": {"meta_app_id": 634974688087057,"android_deep_link": "luckyshrub://deals/summer/","android_fallback_playstore_url": "https://www.luckyshrub.com/deals/summer/"}}]}]}'
Viewing metrics
See our Viewing metrics document.