---
title: "Re-trigger webhooks for a document"
method: POST
path: "/v3/resthook_results/resend"
tags: ["Webhooks"]
---

# Re-trigger webhooks for a document

`POST /v3/resthook_results/resend`

Replays an event for a document, re-firing it to every matching v3 webhook subscription (including ones that are currently inactive). The deliveries are queued asynchronously, so a 202 is returned immediately.

## Request body

- object
  - `document` string, required — Identifier of the document to replay the event for.
  - `event` 'resume.parse.succeeded' | 'resume.parse.failed' | 'resume.parse.completed' | 'invoice.parse.succeeded' | 'invoice.parse.failed' | 'invoice.parse.completed' | 'invoice.validate.completed' | 'document.parse.succeeded' | 'document.parse.failed' | 'document.parse.completed' | 'document.validate.completed' | 'document.classify.succeeded' | 'document.classify.failed' | 'document.classify.completed' | 'document.rejected' | 'annotation.validated', required — The event name to subscribe to.

## Response `202`

The webhooks were accepted for re-delivery.

## Other responses

- `400` — Bad request. If it is a validation error will contain a list of each invalid field
- `401` — Authorisation error
- `404` — UnexpectedError
- `default` — UnexpectedError

---

[API](https://skmtc.net/affinda/apis/affinda-api-2.md) · [All operations](https://skmtc.net/affinda/apis/affinda-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affinda/affinda-api-2/versions/6772e50cb58e/schema)
