Admin retrigger webhook notifications

post/api/notifications/v1/admin/webhooks/{webhookId}/notifications/retrigger

Admin endpoint to retrigger a list of webhook notifications by their IDs. Max 25 notifications per request. Note: retriggered webhooks use the original signature. If the webhook secret was rotated since the original send, the signature will be incorrect.

Path Parameters

  • webhookIdstringRequired
    The webhook ID

Request Body

List of webhook notification IDs to retrigger (max 25)
webhookNotificationIds array[string]

200 Response

totalRequested integer <int32>required
totalSuccess integer <int32>required
totalFailed integer <int32>required
successfulNotifications array[object] required
webhookNotificationId string <uuid>required
retriggeredNotificationRequestId string
error string
failedNotifications array[object] required
webhookNotificationId string <uuid>required
retriggeredNotificationRequestId string
error string

400 Response

name string required
Error code
Allowed values: ValidationFailed IllegalArgument BadRequest DataIntegrityError NotImplementedError RETRIGGER_RATE_LIMITED USER_CREATION_FAILED USER_FALLBACK_FAILED
error string required
Human-readable error message
status integer <int32>required
HTTP status code
Allowed value: 400

403 Response

name string required
Error code
Allowed value: AccessDenied
error string required
Human-readable error message
status integer <int32>required
HTTP status code
Allowed value: 403

404 Response

name string required
Error code
Allowed value: NotFound
error string required
Human-readable error message
status integer <int32>required
HTTP status code
Allowed value: 404

409 Response

name string required
Error code
Allowed value: Conflict
error string required
Human-readable error message
status integer <int32>required
HTTP status code
Allowed value: 409

500 Response

name string required
Error code
Allowed values: UnexpectedError ThirdPartyError DatabaseError USER_FALLBACK_TIMEOUT
error string required
Human-readable error message
status integer <int32>required
HTTP status code
Allowed value: 500