cURL
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>" }
Sends a sticker message to a specific message. Requires that the recipient has messaged the business in the last 24 hours.
Show child attributes