Editing a sent message
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 '{
"body": "Hi, I changed this text.",
"to": "919984351847",
"edit": "PrDFI1LJsd8pqRo-gpcBq5168hKMvQ"
}'
Important notes
Last updated