Replays a failed customer notification
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
notification_id
integer
required
Customer notification ID to replay.
reason
string | null
``201 Created
object
status
string
notification_id
integer
notification_attempt_id
integer
attempt_number
integer
replay_requested_at
date-time
``401 Unauthorized
``403 Forbidden
``404 Not found
``422 Unprocessable Content
Base URL
https://api.dealerware.com/admin/customer_notifications/{notification_id}/replay
xxxxxxxxxx
curl --request POST \
--url https://api.dealerware.com/admin/customer_notifications/notification_id/replay \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"status": "success",
"notification_id": 123,
"notification_attempt_id": 987,
"attempt_number": 2,
"replay_requested_at": "2026-07-28T06:36:39.534Z"
}