Reply to a status with text
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.
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.
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-text" \ -H "Content-Type: application/json" \ -d '{ "phone": "5511999999999", "message": "Loved this!", "statusMessageId": "3EB0XXXX1234567890ABCDEF" }'{ "success": true, "message_id": "3EB0YYYY9876543210FEDCBA", "zaapId": "3EB0YYYY9876543210FEDCBA", "id": "3EB0YYYY9876543210FEDCBA", "timestamp": "2026-06-21T14:40:00-03:00", "status_type": "reply_text", "chat_jid": "5511999999999@s.whatsapp.net"}{ "success": false, "error": { "code": "invalid_request", "message": "statusMessageId is required (from the inbound message webhook)" }}{ "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": "status_failed", "message": "failed to send status reply" }}{ "success": false, "error": { "code": "device_disconnected", "message": "whatsapp session is not connected" }}{ "success": false, "error": { "code": "status_timeout", "message": "context deadline exceeded" }}Reply to a status with a sticker POST
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.
Send an image status POST
Uploads and publishes an image status (story) through the connected WUTS WhatsApp session. Provide the image as a URL or base64. An optional caption is shown beneath the image.