whatsapp_set_account_status
Update your WhatsApp status message to share your current status with contacts. Set a custom status up to 139 characters to communicate availability, mood, or information.
Instructions
Update account status message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Status message (max 139 characters) |
Input Schema (JSON Schema)
{
"properties": {
"status": {
"description": "Status message (max 139 characters)",
"type": "string"
}
},
"required": [
"status"
],
"type": "object"
}