Replay a dead-letter row.202 on accept (row transitions to replaying and the underlying Celery task is re-enqueued). 409 if the row is already in replaying / replayed_success / replayed_failed — the double-send guard refuses to replay a row twice.If the original send actually succeeded after the DLQ row was written (e.g., a delivery webhook arrived late and updated message_logs), the use-case auto-marks the row replayed_success without re-issuing the send.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Responses
🟢202
application/json
Successful Response
Bodyapplication/json
🟠422
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://numueg.app/api/v1/stores//whatsapp/dead-letters//replay' \
--header'Authorization: Bearer <token>'