wa_phone_retrieve_profile
Retrieve profile details for a specific phone number linked to a WhatsApp Business Account using the YCloud WhatsApp API. Input WABA ID and phone number to access relevant data.
Instructions
Retrieve a phone number profile
Input Schema
Name | Required | Description | Default |
---|---|---|---|
phoneNumber | Yes | ||
wabaId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"phoneNumber": {
"type": "string"
},
"wabaId": {
"type": "string"
}
},
"required": [
"wabaId",
"phoneNumber"
],
"type": "object"
}