Send a submission to a webhook again
redeliver_webhookQueues one submission for the delivery worker again, for this webhook only, signed afresh, and answers when it is queued, not when it is delivered: read the delivery log for the outcome. A paused webhook receives it too. Sending again repeats whatever the endpoint does with it. Refused when the form keeps no submissions (submission_not_stored).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | Yes | Form id, a short string such as "AbC123xyz" (from list_forms). | |
| webhook_id | Yes | From list_webhooks. | |
| submission_id | Yes | From list_submissions or the delivery log. |