Skip to main content
POST
Edit a message

Authorizations

apikey
string
header
required

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Body

application/json
chat
string
required

Chat where the message lives, as a JID or phone in E.164 digits

Example:

"5511999999999@s.whatsapp.net"

message
string
required

New text content for the message

Example:

"Corrected text"

messageId
string
required

ID of the message to edit

Example:

"3EB0A1B2C3D4E5F6A7B8"

Response

Success — provider-native response body.

message
string

Always "success" on HTTP 200.

data
object