Resend Thredd Notifications

This feature provides re-sending notifications previously sent through the Thredd platform to the intended client recipients. This action may be necessary in cases where notifications were not successfully delivered or when clients require the notification to be resent for any reason.

The request needs the WebhookID as a Path parameter in a proper GUID format, and the body should contain a list of NotificationIDs, each in a valid GUID format.

Sample request:

POST api/v1/Webhooks/af2d48de-2ad7-42f8-a252-8422cd9e6078/resend
{
    "notificationIds": ["fe962c59-c702-4b09-b8dc-f64fa7d73d08"]
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
👍

Documentation

For more information on how to resend Thredd notifications, see Manage Notifications.

Path Params
string
required

The unique identifier assigned to a webhook

Body Params

List of notifications identifiers

NotificationRequest

notificationIds
array of strings
required
Defaults to ["00000000-0000-0000-0000-000000000000"]

Notification Id

notificationIds*
Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json