WhatsApp Business Management
Select a business account, then manage phone number verification/registration and business profile details.
Business Account
{businessAccounts.length} business account(s)
Phone Number Management
{phoneNumbers.length > 0 && (
Display Number
Verified Name
Status
Quality
Throughput
Phone Number ID
{phoneNumbers.map((entry) => (
{entry.display_phone_number || "-"}
{entry.verified_name || "-"}
{entry.code_verification_status || "-"}
{entry.quality_rating || "-"}
{entry.throughput?.level || "-"}
{entry.id}
))}
)}
Business Profile
{businessProfile?.profile_picture_url && (
{businessProfile.profile_picture_url}
)}
{responseHistory.length > 0 && (
Response History
{responseHistory.map((entry) => (
))}
)}