Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.3 KB

GetWhatsAppConfig.md

File metadata and controls

33 lines (24 loc) · 1.3 KB

GetWhatsAppConfig

Properties

Name Type Description Notes
whatsappBusinessAccountId String Id of the WhatsApp business account [optional]
sendingLimit String Sending limit Information of the WhatsApp API account [optional]
phoneNumberQuality PhoneNumberQualityEnum Quality status of phone number associated with WhatsApp account. There are three quality ratings. example - High (GREEN) , Medium (YELLOW) and Low(RED) [optional]
whatsappBusinessAccountStatus String Status information related to WhatsApp Api account [optional]
businessStatus String Verification status information of the Business account [optional]
phoneNumberNameStatus PhoneNumberNameStatusEnum Status of the name associated with WhatsApp Phone number [optional]

Enum: PhoneNumberQualityEnum

Name Value
GREEN "GREEN"
YELLOW "YELLOW"
RED "RED"

Enum: PhoneNumberNameStatusEnum

Name Value
APPROVED "APPROVED"
PENDING "PENDING"
REJECTED "REJECTED"