---
title: "Send Sticker"
method: POST
path: "/whatsapp/message/send"
---

# Send Sticker

`POST /whatsapp/message/send`

WhatsApp Send Sticker API

## Request body

- object
  - `type` string, required — Use Parameter "sticker"
  - `sender` string, required — This will be the activated Whatsapp phone number E.g 234810000000
  - `recipient` string, required — This will be the phone number of the customer E.g 234811111111
  - `link` string, required — example: https://studio.posit.us/api/samples/sticker.webp

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `provider_reference` string
    - `provider_message` string
    - `provider_status` string
  - `errors` unknown
  - `message` string
  - `status` string

## Other responses

- `500` — 500

---

[API](https://skmtc.dev/sendchamp/apis/send-sms.md) · [All operations](https://skmtc.dev/sendchamp/apis/send-sms/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sendchamp/send-sms/revisions/399d08f054ce/schema)
