Skip to content

Commit

Permalink
Added product update on webhook replay
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoplowe committed Nov 26, 2024
1 parent 40b1f5e commit 5836bbe
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
34 changes: 34 additions & 0 deletions blog/241125-webhooks-replay-missed-messages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: "Webhooks update: replay missed messages"
date: "2024-11-25"
tags: ["Product", "Update"]
hide_table_of_contents: true
authors: dcoplowe
---

Our webhooks service now supports replaying missed messages on an endpoint.
This allows you to set up a webhook consumer (or endpoint) and replay messages from up to the past two weeks.

<!--truncate-->

## What's new?

Our webhooks service now caches all generated events, even if no consumers have been configured.
This means you can request Codat to resend all previously missed events when you start using the webhooks service, on a consumer-by-consumer basis.

![Display replay button](/img/use-the-api/webhooks-replay-missed-messages.png)

## Who is this relevant for?

- **Clients migrating** to our new service who want to ensure no messages are lost during the migration process.
- **Clients in development** who want to test their solutions with genuine, previously generated events.

## How to get started?

To replay missed events:
1. Navigate to **Settings > Webhooks > Configure consumers**.
2. Select an existing consumer or create a new one.
3. Go to the consumer and click the triple-dot to view settings and select Replay missing messages.
4. Select the starting date for the messages you wish to replay (up to two weeks).

![Select replay options](/img/use-the-api/webhooks-replay-missed-messages-duration.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/img/use-the-api/webhooks-replay-missed-messages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5836bbe

Please sign in to comment.