v1

latestOpenAPI 3.1.02026-08-0416027.2 KB

Send Sticker

WhatsApp Send Sticker API

post/whatsapp/message/send

Request body

typestring required

Use Parameter "sticker"

senderstring required

This will be the activated Whatsapp phone number E.g 234810000000

recipientstring required

This will be the phone number of the customer E.g 234811111111

Response

200

codeinteger
{"stackTrail":"paths:/whatsapp/message/send:post:responses:200:content:application/json:schema:properties:errors","oasType":"schema","type":"unknown"}
messagestring
statusstring

Example response

{
  "code": 200,
  "data": {
    "provider_reference": "MN-WHATSAPP-1eab1dec-7281-444d-b9f3-4b474fadacaa",
    "provider_message": "Success",
    "provider_status": "success"
  },
  "message": "whatsapp message sent",
  "status": "success"
}