Skip to main content
POST
Enviar figurinha

Autorizações

apikey
string
header
obrigatório

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

Corpo

application/json
number
string
obrigatório

MSISDN ou JID do destinatário.

Exemplo:

"5511999999999"

sticker
string
obrigatório

URL de imagem http(s) a ser convertida em figurinha.

Exemplo:

"https://example.com/sticker.png"

id
string

Identificador de mensagem fornecido pelo cliente.

delay
integer

Milissegundos a aguardar antes de enviar.

mentionedJid
string

JID(s) a mencionar.

mentionAll
boolean

Menciona todos os participantes (grupos).

formatJid
boolean

Formata automaticamente number em um JID (padrão true).

quoted
object

Referência de resposta: { "messageId", "participant" }.

Resposta

Sucesso — corpo de resposta nativo do provedor.

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

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