Skip to content

Commit

Permalink
Update troubleshooting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pzaichkina authored Nov 27, 2024
1 parent 7dd1839 commit e6e6e9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/using-the-api/webhooks/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down

0 comments on commit e6e6e9f

Please sign in to comment.