Request message retransmission
Sends a WhatsApp retry receipt for one or more messages, asking the sender device to retransmit content the WUTS gateway could not decrypt. When message_ids is omitted, the message id from the path is used.
Sends a WhatsApp retry receipt for one or more messages, asking the sender device to retransmit content the WUTS gateway could not decrypt. When message_ids is omitted, the message id from the path is used.
Authorization
bearerAuth Per-user API token (UUID v4) sent as Authorization: Bearer <token>. Identifies the tenant and user.
In: header
Path Parameters
WhatsApp message id to request a retry for. Used as the single target when message_ids is not provided in the body.
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
curl -X POST "https://example.com/messages/string/retry" \ -H "Content-Type: application/json" \ -d '{ "chat_jid": "120363039000000000@g.us", "sender_jid": "5511999999999@s.whatsapp.net", "message_ids": [ "3EB0A1B2C3D4E5F60718" ] }'{ "success": true, "chat_jid": "120363039000000000@g.us", "sender_jid": "5511999999999@s.whatsapp.net", "message_ids": [ "3EB0A1B2C3D4E5F60718" ], "receipt_type": "retry", "timestamp": "2026-06-15T18:30:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}Request a chat history sync POST
Triggers an asynchronous WhatsApp history sync for a specific chat through the WUTS-connected device. The endpoint returns immediately and the synced messages are delivered later via the configured webhook (event: history.sync).
Send an audio message POST
Sends an audio clip to a WUTS-connected WhatsApp recipient. The audio may be supplied as base64 or downloaded from a URL and is transcoded to the WhatsApp Opus format. Supports push-to-talk (voice note) mode, view-once delivery, mentions, and quoted replies. Large clips may be processed asynchronously, returning 202 with a job id.