Skip to main content
POST
Send text

Authorizations

apikey
string
header
required

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

Path Parameters

instance
string
required

The number's display name in the Pilot Status dashboard.

Body

application/json
number
string
required

Recipient phone in E.164 without +, or a JID.

Example:

"5511999999999"

text
string
required

Message body text.

Example:

"Hello from Pilot Status!"

Whether to render a preview for URLs in the text.

Example:

true

delay
integer

Delay before sending, in milliseconds.

Example:

1200

quoted
object

Message to quote/reply to (key, message).

everyOne
boolean

Mention everyone in the group.

mentioned
string[]

Array of numeric strings to mention.

Example:

Response

Success — provider-native response body.

Sent text message. Returns the persisted Baileys messageRaw envelope.

key
object

Message key identifying the sent message.

pushName
string

Display name of the sender ('Você' for own messages).

status
enum<string>

Delivery status.

Available options:
ERROR,
PENDING,
SERVER_ACK,
DELIVERY_ACK,
READ,
PLAYED
message
object

Message content.

contextInfo
object | null

Baileys context info (quoted message, mentions, etc.); null when absent.

messageType
string

Content type, e.g. 'conversation'.

messageTimestamp
integer

Unix timestamp (seconds).

instanceId
string

Instance UUID that sent the message.

source
string

Origin device (web, android, ios, desktop, unknown).