Handling webhook failures

When you get an error in receiving a webhook, Liminal automatically resends the failed webhook up to five times. The retries occur at intervals of 1, 5, 30, 50, and 120 minutes from the first attempt. If all automatic retries fail, or at any point during the retry process, you have the option to manually retry sending the webhook. Take the following steps to manually retry a failed webhook.

Take the following steps to retry a webhook.

  1. Log into Vaults.
  2. Go to the Dev tab in the left panel.
  3. Scroll down to Webhook.
  4. Select History.
  5. Select Retry under the Action column for a failed webhook.

Note: Liminal requires acknowledgement of the sent webhooks within 10 seconds of delivery. A 200 status code indicates success, while any other status code indicates failure. If no acknowledgment is received within this time frame, the attempt will be considered a failure.