Send a submission again
Queues the submission for the delivery worker again, for this webhook only.
The delivery body is rebuilt and signed just like the first delivery, with a fresh timestamp. Even a paused webhook receives it, because you targeted it directly by name.
The response confirms the submission was queued, not that it was delivered: read the delivery for the outcome. Sending again repeats whatever the endpoint does with it.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The form's id, as shown in the dashboard and in the form's endpoint URL
The webhook's id, from the list or from the response that created it
The submission's id, from the submissions list or from a delivery