Limited-time offer templates
Updated: Nov 4, 2025 This document describes limited-time offer templates and how to use them. Limited-time offer templates allow you to display expiration dates and running countdown timers for offer codes in template messages, making it easy for you to communicate time-bound offers and drive customer engagement.
Limitations
Only templates categorized asMARKETING are supported.
Footer components are not supported.
Users who view a limited-time offer template message using that WhatsApp web app or desktop app will not see the offer, but will instead see a message indicating that they have received a message but that it’s not supported in the client they are using.
Creating limited-time offer templates
Use the WhatsApp Business Account > Message Templates endpoint to create a limited-time offer template.Request syntax
Request parameters
| Placeholder | Description | Example Value |
|---|---|---|
<BODY_TEXT>String | Required. Body component text. Supports variables. Maximum 600 characters. | Good news, {{1}}! Use code {{2}} to get 25% off all Caribbean Destination packages! |
<BODY_TEXT_VARIABLE_EXAMPLES>Array of strings | Required if body component text uses variables. Array of example variable strings. Must supply examples for all placeholders in <BODY_TEXT> string.No maximum, but counts against <BODY_TEXT> maximum. | ["Pablo","CARIBE25"] |
<HAS_EXPIRATION>Boolean | Optional. Set to true to have the offer expiration details appear in the delivered message. | true |
<HEADER_ASSET_HANDLE>Media asset handle | Required if using an image or video header. Uploaded media asset handle. Use the Resumable Upload API to generate an asset handle. | 4::aW... |
<HEADER_FORMAT>Enum | Required if using a header. Can be IMAGE, or VIDEO. | IMAGE |
<LIMITED_TIME_OFFER_TEXT>String | Required. Offer details text. Maximum 16 characters. | Expiring offer! |
<OFFER_CODE_EXAMPLE>String | Required. Example offer code. Maximum 15 characters. | CARIBE25 |
<TEMPLATE_LANGUAGE>Enum | Required. Template language and locale code. | en_US |
<TEMPLATE_NAME>String | Required. Template name. Maximum 512 characters. | limited_time_offer_caribbean_pkg_2023 |
<URL_BUTTON_TEXT>String | Required. URL button label text. Supports 1 variable. 25 characters maximum. | Book now! |
<URL_BUTTON_URL>String | Required. URL of website that loads in the device’s default mobile web browser when the URL button is tapped by the WhatsApp user. Supports 1 variable appended to the end of the URL string. Maximum 2000 characters. | https://awesomedestinations.com/offers?code={{1}} |
<URL_EXAMPLE_WITH_VARIABLE_EXAMPLE>String | Required if URL uses a variable. Example URL with example variable appended to the end. No maximum, but value counts against <URL_BUTTON_URL> maximum. | https://awesomedestinations.com/offers?ref=n3mtql |
Offer expiration details
The delivered message can display an offer expiration details section with a heading, an optional expiration timer, and the offer code itself.
The expiration timer is a text string that is not customizable, but it will change to red text if the message is viewed and the offer code is expiring within the next hour. (You include the actual offer code and its expiration timestamp when you send the template in a template message.)
Example request
This is an example request to create a limited-time offer template that uses: an image header component body text component with variables the limited time offer component a copy code button a button URL with a variableExample response
Sending limited-time offer templates
Use the WhatsApp Business Phone Number > Messages endpoint to send an approved limited-time offer template in a template message.Request syntax
Request parameters
| Placeholder | Description | Example Value |
|---|---|---|
<BODY_VARIABLES>Array of objects | Required if template body text uses variables. Body text variable values. Define each variable as an individual object. | {"type":"text","text":"Pablo"},{"type":"text","text":"CARIBE25"} |
<CUSTOMER_PHONE_NUMBER>String | Required. Phone number of customer who the template message should be sent to. | +16505555555 |
<EXPIRATION_TIME>Unix timestamp | Required. Offer code expiration time as a UNIX timestamp in milliseconds. | 1698562800000 |
<HEADER_ASSET_ID>Media asset ID | Required. Uploaded media asset ID. Use the /PHONE_NUMBER_ID/media endpoint to generate an ID. | 1602186516975000 |
<HEADER_TYPE>String | Required. Header type used by the template. Values can be image or video. | image |
<OFFER_CODE>String | Required if template uses a copy code button. Offer code. Maximum 15 characters. | CARIBE25 |
<TEMPLATE_LANGUAGE_CODE>Enum | Required. The template’s language and locale code. | en_US |
<TEMPLATE_NAME>String | Required. The template’s name. | limited_time_offer_caribbean_pkg_2023 |
<URL_BUTTON_INDEX>Integer | Required. URL button index. If the template uses a copy code button, value must be 1.If the template does not use a copy code button, the value must be 0. | 1 |
<URL_VARIABLE>String | Required if URL uses a variable. URL variable value. No maximum but value counts against URL string maximum of 2000 characters. | n3mtql |

