Send 500,000 messages for just €1 ✨ Subscripe Now.
{
"access_token": "123456789",
"instance_id": "123456789",
"name": "Channel Name",
"description": "Channel Description",
"picture": {
"mimetype": "image/jpeg",
"filename": "filename.jpg",
"url": "https://wawp.net/wp-content/uploads/2025/08/icon-256x256-1.jpg"
},
"type": "string"
}
curl --location --request POST 'https://wawp.net/wp-json/awp/v1/channels' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "123456789",
"instance_id": "123456789",
"name": "Channel Name",
"description": "Channel Description",
"picture": {
"mimetype": "image/jpeg",
"filename": "filename.jpg",
"url": "https://wawp.net/wp-content/uploads/2025/08/icon-256x256-1.jpg"
},
"type": "string"
}'
{
"id": "123123123123@newsletter",
"name": "Channel Name",
"invite": "https://www.whatsapp.com/channel/111111111111111111111111",
"preview": "https://mmg.whatsapp.net/m1/v/t24/An&_nc_cat=10",
"picture": "https://mmg.whatsapp.net/m1/v/t24/An&_nc_cat=10",
"role": "OWNER",
"description": "string",
"verified": true,
"subscribersCount": 0
}