retry_notification_failures
Resend failed webhook notifications by specifying user ID and failure IDs; retries delivery of up to 100 failures at once.
Instructions
Retries delivery of up to 100 failed webhook notifications by their failure IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | User ID who owns the failed notifications. | |
| failure_ids | Yes | Comma-separated failure IDs to retry (e.g. '123,456,789'). |