Documentation Index
Fetch the complete documentation index at: https://docs.wappfy.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Description
This endpoint allows you to mute notifications from a specific channel. You will continue following the channel, but will not receive notifications for updates.
URL Parameters
WhatsApp unique authenticated session ID
Unique ID of the channel to mute
Response
Indicates if the channel was muted successfully
{
"success": true,
"message": "Channel muted successfully"
}
Status Codes
200 - Channel muted successfully
400 - Invalid ID or channel is already muted
401 - Unauthorized
404 - Channel not found
500 - Internal server error
Usage Example
curl -X POST https://api.wappfy.com.br/api/my-session/channels/123456789@newsletter/mute
Your Wappfy API key (get it at dash.wappfy.com.br)
Session name (instanceName)