latestOpenAPI 3.1.02026-08-211286041.7 MB

b0c8a1820333

Webhook

message.attempt.failing

Sent after a message has been failing for a few times. It's sent on the fourth failure. It complements message.attempt.exhausted which is sent after the last failure.

postWebhookmessage.attempt.failing

Payload

type'message.attempt.failing' required

Example payload

{
  "data": {
    "appId": "app_1srOrx2ZWZBpBUvZwXKQmoEYga2",
    "appUid": "unique-identifier",
    "endpointId": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2",
    "lastAttempt": {
      "id": "atmpt_1srOrx2ZWZBpBUvZwXKQmoEYga2"
    },
    "msgEventId": "unique-identifier",
    "msgId": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2"
  }
}

Response

Return any 2XX status to indicate that the data was received successfully