Webhook
ingest.message.attempt.failing
Sent after a message has been failing for a few times. It's sent on the fourth failure. It complements ingest.message.attempt.exhausted which is sent after the last failure.
postWebhookingest.message.attempt.failing
Payload
Example payload
{
"data": {
"endpointId": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"lastAttempt": {
"id": "atmpt_1srOrx2ZWZBpBUvZwXKQmoEYga2"
},
"msgEventId": "unique-identifier",
"msgId": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"sourceId": "src_2yZwUhtgs5Ai8T9yRQJXA"
}
}Response
Return any 2XX status to indicate that the data was received successfully
Changes
Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.