Advanced Search
Search Results
352 total results found
Copy code authentication templates | Developer Documentation
Copy code authentication templatesUpdated: Nov 4, 2025Copy code authentication templates allow you to send a one-time password or code along with a copy code button to your users. When a WhatsApp user taps the copy code button, the WhatsApp client copies the p...
Error Signals | Developer Documentation
Error SignalsUpdated: Feb 6, 2026Upcoming deprecation: Starting April 15, 2026, the PendingIntent-based handshake method for authentication templates will be deprecated. If you are currently using PendingIntent to initiate handshakes or verify app identity, th...
Bulk management | Developer Documentation
Bulk managementUpdated: Nov 10, 2025Use the POST /<WABA_ID>/upsert_message_templates endpoint to bulk update or create authentication templates in multiple languages that include or exclude the optional security and expiration warnings.If a template already ex...
Template previews | Developer Documentation
Template previewsUpdated: Nov 4, 2025You can generate previews of authentication template text in various languages that include or exclude the security recommendation string and code expiration string using the GET /<WABA_ID>/message_template_previews endpoi...
Sending messages | Developer Documentation
Sending messagesUpdated: Nov 4, 2025This document describes how to use the API to send messages to WhatsApp users.Message typesYou can use the API to send the following types of messages.Address messages allow you to easily request a delivery address from What...
Audio messages | Developer Documentation
Audio messagesUpdated: Feb 17, 2026On March 17th, 2026, voice messages will start receiving a “played” status webhook the first time a WhatsApp user plays a voice message shared by the business.You can use Cloud API to send voice messages and basic audio messa...
Contacts messages | Developer Documentation
Contacts messagesUpdated: Nov 3, 2025Contacts messages allow you to send rich contact information directly to WhatsApp users, such as names, phone numbers, physical addresses, and email addresses.When a WhatsApp user taps the message’s profile arrow, it displa...
Document messages | Developer Documentation
Document messagesUpdated: Nov 3, 2025Document messages are messages that display a document icon, linked to a document, that a WhatsApp user can tap to download.Request syntaxUse the POST /<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/messages endpoint to send a documen...
Image messages | Developer Documentation
Image messagesUpdated: Nov 3, 2025Image messages are messages that display a single image and an optional caption.Request syntaxUse the POST /<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/messages endpoint to send an image message to a WhatsApp user.curl 'https://graph....
Interactive Call-to-Action URL Button Messages | Developer Documentation
Interactive Call-to-Action URL Button MessagesUpdated: Nov 3, 2025WhatsApp users may be hesitant to tap raw URLs containing lengthy or obscure strings in text messages. In these situations, you may wish to send an interactive call-to-action (CTA) URL button me...
Interactive list messages | Developer Documentation
Interactive list messagesUpdated: Nov 3, 2025Interactive list messages allow you to present WhatsApp users with a list of options to choose from (options are defined as rows in the request payload):When a user taps the button in the message, it displays a moda...
Interactive media carousel messages | Developer Documentation
Interactive media carousel messagesUpdated: Dec 22, 2025Interactive media carousel messages display a set of horizontally scrollable media cards. Each card can display an image or video header, body text, and either quick-reply buttons or a URL button.For exam...
Interactive reply buttons messages | Developer Documentation
Interactive reply buttons messagesUpdated: Nov 3, 2025Interactive reply buttons messages allow you to send up to three predefined replies for users to choose from.Users can respond to a message by selecting one of the predefined buttons, which triggers a messa...
Location messages | Developer Documentation
Location messagesUpdated: Nov 3, 2025Location messages allow you to send a location’s latitude and longitude coordinates to a WhatsApp user.Request syntaxUse the POST /<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/messages endpoint to send a location message to a WhatsA...
Location request messages | Developer Documentation
Location request messagesUpdated: Nov 3, 2025Location request messages display body text and a send location button. When a WhatsApp user taps the button, a location sharing screen appears which the user can then use to share their location. Once the user shar...
Reaction messages | Developer Documentation
Reaction messagesUpdated: Nov 3, 2025Reaction messages are emoji-reactions that you can apply to a previous WhatsApp user message that you have received.LimitationsWhen sending a reaction message, only a sent message webhook (status set to sent) will be trigge...
Sticker messages | Developer Documentation
Sticker messagesUpdated: Nov 3, 2025Sticker messages display animated or static sticker images in a WhatsApp message.Request syntaxUse the POST /<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/messages endpoint to send a sticker message to a WhatsApp user.curl 'https://gr...
Template Messages | Developer Documentation
Template MessagesUpdated: Nov 4, 2025Template messages are used to send templates to WhatsApp users. Templates can cover customer care messages, appointment reminders, payment and shipping updates, and much more.Templates are reusable and can be sent to WhatsA...