Phones Object
The object describing a contact's phone number.
Example
{
"phone": "PHONE_NUMBER",
"type": "WORK",
"wa_id": "PHONE_OR_WA_ID"
}
Properties
phone
: string (optional) — contact's phone number.type
: "CELL", "MAIN", "IPHONE", "HOME", or "WORK" (optional) — type of phone number.wa_id
: string (optional) — the contact's phone number or WhatsApp Id.