Skip to main content

Interactive media carousel messages

Updated: Oct 21, 2025 This message type will be available for delivery to WhatsApp users on November 11. The interactive media carousel message enables businesses to send horizontally scrollable cards with images or videos, each with a call-to-action button, within WhatsApp conversations. This format allows users to browse multiple offers or content in a single message, providing a rich and engaging experience via the WhatsApp Business APIs and mobile clients. The media carousel message contains a card object. You must add at least 2 card objects to your message, and can add a maximum of 10. Each card exists in a cards[] array and must be given a card_index value of 0 through 9. The type of each card must be set to "cta_url", and all cards must have the same header type ("image" or "video"). Each card must include a header, a unique index, and a call-to-action button with display text and a URL. You must add a message body to the message (max 1024 characters). No header, footer, or buttons are allowed outside the cards.

The card object

Request Syntax

Request parameters

Card Object Parameters

Example Request

Example Response

Did you find this page helpful? Thumbs up icon Thumbs down icon ON THIS PAGE How to build a media carousel message The card object Request Syntax Request parameters Card Object Parameters Example Request Example Response