-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added product update on webhook replay
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
3 changes: 3 additions & 0 deletions
3
static/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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.