wa_phone_update_profile
Modify a WhatsApp Business phone number profile using the YCloud WhatsApp API, ensuring up-to-date contact details and business information.
Instructions
Update a phone number profile
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | No | ||
phoneNumber | Yes | ||
wabaId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"body": {},
"phoneNumber": {
"type": "string"
},
"wabaId": {
"type": "string"
}
},
"required": [
"wabaId",
"phoneNumber"
],
"type": "object"
}