Send post to WhatsApp Channel
Manage WhatsApp Channels via API
Last updated
Manage WhatsApp Channels via API
Last updated
curl --request GET \
--url 'https://gate.whapi.cloud/newsletters?count=100' \
--header 'accept: application/json' \
--header 'authorization: Bearer iB1vpNBhV4sbdSPwVwcczBDCXo2bBmcs'curl --request POST \
--url https://gate.whapi.cloud/messages/text \
--header 'accept: application/json' \
--header 'authorization: Bearer iB1vpNBhVwc4sbdSPwczBDVCXo2bBmcs' \
--header 'content-type: application/json' \
--data '
{
"typing_time": 0,
"to": "120208836317406034@newsletter",
"body": "Hello, World!"
}
'