Skip to main content
POST
/
messages
/
sticker
Send sticker message
curl --request POST \
  --url https://messenger-public-api.cogfy.com/messages/sticker \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "from": "<string>",
  "to": "<string>",
  "sticker": {
    "id": "<string>",
    "link": "<string>"
  }
}
'
{
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://messenger-docs.cogfy.com/llms.txt

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

Authorizations

api-key
string
header
required

Body

application/json
from
string
required
to
string
required
sticker
object

Response

200 - application/json

Sticker message sent successfully

id
string