Forward message
Forwarding an Existing Message
Required parameters
Example request
curl --request POST \
--url https://gate.whapi.cloud/messages/PrDFI1LJsd8pqRo-gpcBq5168hKMvQ \
--header 'accept: application/json' \
--header 'authorization: Bearer {Your_Token}' \
--header 'content-type: application/json' \
--data '{
"to": "919984351847",
"force": true
}'
Last updated