Messaging automation and business communication integration
Actions (14)
Phone Numbers · 4
- Get phone numberGET /v{version}/{phone-number-id}
Retrieve information about a specific phone number as used by the Cloud API.
documented - Get phone number by IDGET /v{version}/{waba-id}/phone_numbers/{phone-number-id}
Retrieve details for a specific phone number under a WABA.
documented - List phone numbersGET /v{version}/{waba-id}/phone_numbers
List all WhatsApp Business Account (WABA) phone numbers associated with a given WhatsApp Business Account.
documented - Register phone numberPOST /v{version}/{phone-number-id}/register
Register a phone number for use with the Cloud API and enable 2FA (PIN) for access.
documented
QR Codes · 3
- Create QR codePOST /v{version}/{waba-id}/qr_codes
Create a new QR code for embedded signup or onboarding.
documented - Get QR codeGET /v{version}/{waba-id}/qr_codes/{qr-code-id}
Retrieve details for a specific QR code.
documented - List QR codesGET /v{version}/{waba-id}/qr_codes
List generated QR codes for onboarding or sign-in.
documented
Templates · 3
- Create message templatePOST /v{version}/{waba-id}/message_templates
Create a new message template for approval/use.
documented - Get message templateGET /v{version}/{waba-id}/message_templates/{template-id}
Get details of a specific message template by ID.
documented - List message templatesGET /v{version}/{waba-id}/message_templates
List all pre-approved message templates for the WABA.
documented