---
title: "Send Sticker"
method: POST
path: "/message/sendSticker/{instance}"
tags: ["Message Controller"]
---

# Send Sticker

`POST /message/sendSticker/{instance}`

Send Sticker

## Path parameters

- `instance` string, required

## Request body

- object
  - `number` string, required — Number to receive the message (with country code)
  - `options` object
    - `delay` integer — Presence time in milliseconds before sending message
    - `presence` 'composing' — Presence type to show
  - `stickerMessage` object, required
    - `image` string — Image URL or file in base64

## Response `200`

Ok

---

[API](https://skmtc.net/evolution-foundation/apis/evolution-api.md) · [All operations](https://skmtc.net/evolution-foundation/apis/evolution-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-api/versions/00c3876a43bd/schema)
