Text messages
Updated: Nov 3, 2025 Text messages are messages containing only a text body and an optional link preview.
Request syntax
Use the POST /<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/messages endpoint to send a text message to a WhatsApp user.Request parameters
| Placeholder | Description | Example Value |
|---|---|---|
<ACCESS_TOKEN>String | Required. System token or business token. | EAAAN6tcBzAUBOZC82CW7iR2LiaZBwUHS4Y7FDtQxRUPy1PHZClDGZBZCgWdrTisgMjpFKiZAi1FBBQNO2IqZBAzdZAA16lmUs0XgRcCf6z1LLxQCgLXDEpg80d41UZBt1FKJZCqJFcTYXJvSMeHLvOdZwFyZBrV9ZPHZASSqxDZBUZASyFdzjiy2A1sippEsF4DVV5W2IlkOSr2LrMLuYoNMYBy8xQczzOKDOMccqHEZD |
<API_VERSION>String | Optional. Graph API version. | v24.0 |
<BODY_TEXT>String | Required. Body text. URLs are automatically hyperlinked. Maximum 4096 characters. | As requested, here's the link to our latest product: https://www.meta.com/quest/quest-3/ |
<ENABLE_LINK_PREVIEW>Boolean | Optional. Set to true to have the WhatsApp client attempt to render a link preview of any URL in the body text string.See Link Preview below. | true |
<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>String | Required. WhatsApp business phone number ID. | 106540352242922 |
<WHATSAPP_USER_PHONE_NUMBER>String | Required. WhatsApp user phone number. | +16505551234 |
Link preview
You can have the WhatsApp client attempt to render a preview of the first URL in the body text string, if it contains one. URLs must begin withhttp:// or https://. If multiple URLs are in the body text string, only the first URL will be rendered.
If omitted, or if unable to retrieve a link preview, a clickable link will be rendered instead.

