Enables interaction with customers through the WhatsApp Business API for messaging and automation. Only supports WhatsApp Business accounts, not WhatsApp Personal accounts.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
WhatsApp connects with a single OAuth click - there is no token to paste. The first time an agent uses a WhatsApp action, FlyMyAI asks you to authorize your WhatsApp account. Approve it once and the connection is reused for every later run.
- Provider: WhatsApp
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
WHATSAPP_CREATE_MESSAGE_TEMPLATE | Create a new message template for the whatsapp business account. templates must be approved by whatsapp before they can be used. templates are required for marketing messages and messages sent outside the 24-hour window. | name, category, language, components |
WHATSAPP_DELETE_MESSAGE_TEMPLATE | Delete a message template from the whatsapp business account. this permanently removes the template and it cannot be recovered. only delete templates that are no longer needed. | template_id |
WHATSAPP_GET_BUSINESS_PROFILE | Get the business profile information for a whatsapp business phone number. this includes business details like description, address, website, and contact info. | phone_number_id |
WHATSAPP_GET_MEDIA | Get information about uploaded media including a temporary download url. the download url is valid for 5 minutes and can be used to retrieve the actual media file. this is useful for downloading media that was sent to your whatsapp number. | media_id |
WHATSAPP_GET_MEDIA_INFO | Get metadata about uploaded media without generating a download url. this is useful for checking file size, type, and hash without downloading the file. use get media if you need the actual download url. | media_id |
WHATSAPP_GET_MESSAGE_TEMPLATES | Get all message templates for the whatsapp business account. templates are required for sending messages outside the 24-hour window and for marketing/utility messages. | - |
WHATSAPP_GET_PHONE_NUMBER | Get details of a specific phone number associated with a whatsapp business account. | phone_number_id |
WHATSAPP_GET_PHONE_NUMBERS | Get all phone numbers associated with a whatsapp business account (waba). | - |
WHATSAPP_GET_TEMPLATE_STATUS | Get the status and details of a specific message template. this is useful for checking if a template has been approved, rejected, or is still pending review. | template_id |
WHATSAPP_SEND_CONTACTS | Send contacts whatsapp number. note: the message will be delivered to the recipient only if they have initiated a conversation first. | phone_number_id, to_number, contacts |
WHATSAPP_SEND_INTERACTIVE_BUTTONS | Send an interactive button message to a whatsapp number. button messages allow users to quickly respond by tapping up to 3 predefined buttons. perfect for yes/no questions, quick choices, or call-to-action scenarios. note: the message will be delivered to the… | phone_number_id, to_number, body_text, buttons |
WHATSAPP_SEND_INTERACTIVE_LIST | Send an interactive list message to a whatsapp number. list messages allow users to select from up to 10 options in a structured format. great for menus, catalogs, or choices. note: the message will be delivered to the recipient only if they have texted first. | phone_number_id, to_number, body_text, button_text, sections |
WHATSAPP_SEND_LOCATION | Send a location message to a whatsapp number. note: the location will be shared with the recipient only if they have texted first. | phone_number_id, to_number, latitude, longitude, name, address |
WHATSAPP_SEND_MEDIA | Send a media message to a whatsapp number. note: the media will be delivered to the recipient only if they have texted first. | phone_number_id, media_type, to_number, link |
WHATSAPP_SEND_MEDIA_BY_ID | Send media using a media id from previously uploaded media. this is more efficient than sending media by url as the media is already on whatsapp servers. use upload media action first to get the media id. note: the media will be delivered to the recipient onl… | phone_number_id, to_number, media_type, media_id |
WHATSAPP_SEND_MESSAGE | Send a text message to a whatsapp number. note: the message will reflect on the recipient's phone number only if they have texted first. | phone_number_id, to_number, text |
WHATSAPP_SEND_REPLY | Send a reply to a specific message in a whatsapp conversation. this creates a contextual reply that shows which message you're responding to. note: the reply will be delivered to the recipient only if they have texted first. | phone_number_id, to_number, reply_to_message_id, text |
WHATSAPP_SEND_TEMPLATE_MESSAGE | Send a template message to a whatsapp number. | phone_number_id, to_number, template_name |
WHATSAPP_UPLOAD_MEDIA | Upload media files (images, videos, audio, documents, stickers) to whatsapp servers. the uploaded media gets a media id that can be used in send media or other messaging actions. supported formats: - images: jpeg, png (max 5mb) - videos: mp4, 3gpp (max 16mb)… | phone_number_id, file_to_upload, media_type |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, WhatsApp!