From e6e6e9f13a8ca08189ee19091b00a19aac534cc9 Mon Sep 17 00:00:00 2001 From: Polina <112084241+pzaichkina@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:50:53 +0000 Subject: [PATCH] Update troubleshooting.md --- docs/using-the-api/webhooks/troubleshooting.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/using-the-api/webhooks/troubleshooting.md b/docs/using-the-api/webhooks/troubleshooting.md index de54f34b7..a0534711e 100644 --- a/docs/using-the-api/webhooks/troubleshooting.md +++ b/docs/using-the-api/webhooks/troubleshooting.md @@ -27,12 +27,12 @@ An event that fails three times and then succeeds will be delivered roughly 35 m ## Recover failed and missed messages -There are two types of messages that can be recovered: +Our webhooks service can recover two types of messages: -- **Failed messages** occur when all attempts to deliver the message have been exhausted. -- **Missed messages** result from scenarios such as the endpoint being disabled, the endpoint not existing at the time of sending (but created afterward), or the endpoint initially configured to listen to other event types and now updated to include additional ones. +- **Failed messages** occur when the message wasn't delivered even after all attempts to deliver the message have been exhausted. You can **recover** such messages. +- **Missed messages** occur when the endpoint has been disabled, the endpoint didn't exist at the time of sending the message (but created afterward), or the endpoint initially configured to listen to other event types and has been updated to include additional ones. You can **replay** such messages. -If you want to resend or recover one or more messages in case of your app's downtime or incorrect configuration, you can do so in the [Codat Portal](https://app.codat.io/monitor/events). +If you want to replay or recover one or more messages in case of your app's downtime or incorrect configuration, you can do so in the [Codat Portal](https://app.codat.io/monitor/events). Navigate to **Monitor > Webhooks > Events > Endpoints** to view your consumer endpoints and retry the messages manually or automatically. @@ -54,7 +54,7 @@ Then, click the triple-dot menu on the right and choose one of the applicable op ![A fragment of the UI that displays multiple message recovery options](/img/use-the-api/0046-multiple-message-retry.png) -For more granular date control, you can scroll to the endpoint's message attempts, click on the triple-dot options menu of a specific message, and choose **Replay > Replay all failed messages since this time**. +For more granular date control, you can scroll to the endpoint's message attempts, click the triple-dot options menu of a specific message, and choose **Replay > Replay all failed messages since this time**. ## Endpoint failures