Reply to a status with a sticker
Replies to a contact's status with a sticker (webp). Animated webp is sent as an animated sticker. The reply is delivered to the author's 1:1 chat and quotes the status.
Replies to a contact's status with a sticker (webp). Animated webp is sent as an animated sticker. The reply is delivered to the author's 1:1 chat and quotes the status.
Authorization
bearerAuth Per-user API token (UUID v4) sent as Authorization: Bearer <token>. Identifies the tenant and user.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/reply-status-sticker" \ -H "Content-Type: application/json" \ -d '{ "phone": "5511999999999", "sticker": "https://cdn.example.com/stickers/clap.webp", "statusMessageId": "3EB0XXXX1234567890ABCDEF" }'{ "success": true, "message_id": "3EB0YYYY9876543210FEDCBA", "zaapId": "3EB0YYYY9876543210FEDCBA", "id": "3EB0YYYY9876543210FEDCBA", "timestamp": "2026-06-21T14:42:00-03:00", "status_type": "reply_sticker", "mime_type": "image/webp", "chat_jid": "5511999999999@s.whatsapp.net"}{ "success": false, "error": { "code": "invalid_media", "message": "sticker is required (webp URL or base64)" }}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": { "code": "device_error", "message": "failed to resolve user device" }}{ "success": false, "error": { "code": "upload_failed", "message": "failed to upload media to whatsapp" }}{ "success": false, "error": { "code": "device_disconnected", "message": "whatsapp session is not connected" }}{ "success": false, "error": { "code": "upload_timeout", "message": "context deadline exceeded" }}Reply to a status with a GIF POST
Replies to a contact's status with a GIF. WhatsApp has no GIF wire type, so the file must be MP4. The reply is delivered to the author's 1:1 chat and quotes the status.
Reply to a status with text POST
Replies to a contact's status with text. The reply is delivered to the author's 1:1 chat and quotes the status. Identify the status with the author's phone and the statusMessageId captured from the inbound message webhook.