Skip to main content
POST

Retry Webhook Delivery

Manually retry a failed webhook delivery. The retry creates a new log entry — the original log is preserved.

Endpoint

Path parameters

string
required
Agent UUID.
string
required
Webhook UUID.
string
required
Log UUID of the failed delivery to retry.

Request headers

string
required
Bearer token. Format: Bearer talq_your_environment_token_here

Examples

Response

Error responses

422 — Cannot Retry

Returned when the log is not in a retriable state (e.g., already succeeded, too old, or webhook is disabled).

Notes

  • Retries respect the webhook’s current configuration (URL, headers, timeout) — not the configuration at the time of the original attempt.
  • Use List Webhook Delivery Logs to track the new attempt.