List the WhatsApp Business Accounts (WABA) granted to the connected account during authentication. Used internally as a dropdown source for the WhatsApp Business Account ID field on other components, but also useful as a standalone action component.
Performs an arbitrary authorized API call to the WhatsApp Business Cloud / Meta Graph API. Use this for endpoints not covered by dedicated components.
Delete a media object by its media ID.
Download a media file by its media ID and store it as an Appmixer file.
Upload media (image/video/audio/document) to WhatsApp servers. Returns a media ID valid for 24 hours.
Retrieve a short-lived download URL for a media object by its media ID.
List all pre-approved WhatsApp message templates available on a WhatsApp Business Account (WABA). Used internally as a dropdown source for the Template Name field on Send Template Message, but also useful as a standalone action component for inventory / status auditing.
Send an audio message to a WhatsApp user. Provide either a media ID or a public HTTPS link. Can only be sent within 24 hours of the recipient's last message to you. Important: A successful response does NOT guarantee delivery. Use the "Message Status Updated" trigger to track delivery status.
Send a document (PDF, DOCX, etc.) to a WhatsApp user. Provide either a media ID or a public HTTPS link. Can only be sent within 24 hours of the recipient's last message to you. Important: A successful response does NOT guarantee delivery. Use the "Message Status Updated" trigger to track delivery status.
Send an image to a WhatsApp user. Provide either a media ID (uploaded via UploadMedia) or a public HTTPS link. Can only be sent within 24 hours of the recipient's last message to you. Important: A successful response does NOT guarantee delivery. Use the "Message Status Updated" trigger to track delivery status.
Send a location pin to a WhatsApp user. Can only be sent within 24 hours of the recipient's last message to you. Important: A successful response does NOT guarantee delivery. Use the "Message Status Updated" trigger to track delivery status.
Send a pre-approved WhatsApp template message to a WhatsApp user. Use this for outbound messages outside the 24-hour customer service window. Important: A successful response does NOT guarantee delivery. Use the "Message Status Updated" trigger to track delivery status.
Send a text message to a WhatsApp user. Can only be sent within 24 hours of the recipient's last message to you. Important: A successful response does NOT guarantee delivery. Use the "Message Status Updated" trigger to track delivery status.
Send a video to a WhatsApp user. Provide either a media ID or a public HTTPS link. Can only be sent within 24 hours of the recipient's last message to you. Important: A successful response does NOT guarantee delivery. Use the "Message Status Updated" trigger to track delivery status.
Deregister YOUR business sender phone number from the WhatsApp Cloud API. Use when migrating the number away from Cloud API or decommissioning it. Does NOT affect recipients.
Idempotent registration helper for YOUR business sender phone number — checks the number's current Cloud API registration status and only calls Register if it isn't already registered. Safe to run once per onboarding flow without re-checking. Does NOT register recipients.
Retrieve detailed information about one of YOUR WhatsApp Business Sender phone numbers — display name, verified name, quality rating, throughput tier. Does NOT work with recipient numbers.
Check whether YOUR business sender phone number is registered on the WhatsApp Cloud API. Read-only — no side effects. Use for diagnostics or as a branch condition before sending messages. Returns `registered: true` when platform_type is CLOUD_API.
List all WhatsApp Business Sender phone numbers attached to a WhatsApp Business Account (WABA). These are YOUR business numbers — the numbers you send FROM. Recipients (end users you send TO) are not listed here; they are identified only by their E.164 phone number.
Register YOUR business sender phone number with the WhatsApp Cloud API. Required one-time step before this number can send or receive messages. Does NOT register recipients — recipients (end users you message) are identified by E.164 phone number and need no registration.