Skip to main content
POST
Send text message

Authorizations

apikey
string
header
required

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

Body

application/json
number
string
required

Recipient MSISDN or JID (e.g. 5511999999999 or 5511999999999@s.whatsapp.net, group ...@g.us).

Example:

"5511999999999"

text
string
required

Message body.

Example:

"Hello from Pilot Status! https://pilotstatus.com.br"

Fetch OpenGraph metadata for the first URL in text and attach a preview.

Example:

true

id
string

Client-supplied message id for tracking/idempotency.

delay
integer

Milliseconds to wait (as "typing") before sending.

Example:

1200

mentionedJid
string

JID(s) to mention.

mentionAll
boolean

Mention every participant (groups).

formatJid
boolean

Auto-format number into a JID (default true); set false to send the value as-is.

quoted
object

Reply-to reference: { "messageId", "participant" }.

Example:

Response

Success — provider-native response body.

Standard Evolution GO send envelope (gin.H). The passthrough layer returns this native body verbatim.

message
string

Fixed status label; always "success" on HTTP 200.

data
object

Text message send result. Serialized MessageSendStruct (no JSON tags → PascalCase keys Info/Message/MessageContextInfo).