cURL
curl --request POST \ --url https://{host}/api/{session}/channels/{id}/unmute \ --header 'apikey: <api-key>'
{ "success": true, "message": "Channel notifications reactivated successfully" }
Unmute notifications from a muted channel
200
400
401
404
500
curl -X POST https://api.wappfy.com.br/api/my-session/channels/123456789@newsletter/unmute
Your Wappfy API key (get it at dash.wappfy.com.br)
Session name (instanceName)