Quoting or Replying to a message
Answer Messages
Example request
curl --request POST \
--url https://gate.whapi.cloud/messages/text \
--header 'accept: application/json' \
--header 'authorization: Bearer {Your_Token}' \
--header 'content-type: application/json' \
--data '{
"quoted": "PrDFI1LJsd8pqRo-gpcBq5168hKMvQ",
"body": "Reply with quote",
"to": "919984351847"
}'
Important note
Last updated