Skip to main content
POST
/
api
/
v2
/
message
Mensaje con sticker
curl --request POST \
  --url https://whatsapp.heybot.cloud/api/v2/message \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "to": "<string>",
  "type": "<string>",
  "sticker": {
    "id": "<string>",
    "link": "<string>"
  }
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.heybot.cloud/llms.txt

Use this file to discover all available pages before exploring further.

Los mensajes con stickers muestran imágenes con stickers animadas o estáticas en un mensaje de WhatsApp.
to
string
required
El número de teléfono del destinatario o su ID de WhatsApp.
type
string
default:"sticker"
required
El tipo de mensaje que se está enviando.
sticker
object
required
La configuración del archivo multimedia del sticker.

Ejemplo

{
  "to": 5219876543210,
  "type": "sticker",
  "sticker": {
    "link": "<MEDIA_URL>"
  }
}

Formatos de stickers admitidos

Tipo de stickerExtensiónTipo MIMETamaño máximo
Sticker animado.webpimage/webp500 KB
Sticker estático.webpimage/webp100 KB