Chat Management
Update Message
Integrations
Status
Instances
Settings
Webhooks
Send Messages
Chat Management
Label Management
Profile Settings
Group Management
- POSTCreate Group
- PUTUpdate Group Picture
- PUTUpdate Group Subject
- PUTUpdate Group Description
- GETFetch Invite Code
- GETAccept Invite Code
- PUTRevoke Invite Code
- POSTSend Invite URL
- GETFind Group By Invite Code
- GETFind Group By JID
- GETFetch All Groups
- GETFind Participants
- PUTUpdate Group Participants
- PUTUpdate Group Settings
- PUTToggle Ephemeral Mode
- DELLeave Group
Chat Management
Update Message
Atualizar mensagem
PUT
/
chat
/
updateMessage
/
{instance}
curl --request PUT \
--url https://api.wappfy.com.br/chat/updateMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": 123,
"text": "<string>",
"key": {
"remoteJid": "<string>",
"fromMe": true,
"id": "<string>"
}
}'
Authorizations
Seu cabeçalho da chave de autorização.
Path Parameters
ID da instância.
curl --request PUT \
--url https://api.wappfy.com.br/chat/updateMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": 123,
"text": "<string>",
"key": {
"remoteJid": "<string>",
"fromMe": true,
"id": "<string>"
}
}'