WA Client
POST

Edit Channel

Update channel name, description, or icon.

API endpoint
https://waclient.com/api/edit_channel
Example:
curl -X POST \
  'https://waclient.com/api/edit_channel' \
  -H 'Content-Type: application/json' \
  --data '{
    "channel_id": "1203634123522XXXXX@newsletter",
    "instance_id": "6A4B02A1XXXX",
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "id": "1203634123522XXXXX@newsletter",
        "name": "WA Client",
        "description": "Updated",
        "subscribers": 48
    }
}
ParameterDescription
channel_idChannel JID (WhatsApp uses @newsletter suffix), e.g. 1203634123522XXXXX@newsletter
nameNew channel name (Optional)
descriptionNew description (Optional)
image_urlPublic image URL for channel icon (Optional)
remove_imageSet true to remove icon (Optional)
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc