Skip to main content

Transport

Retry behaviour

By default, TechWolf retries delivery when your endpoint returns one of these status codes: 408, 429, 500, 502, 503, 504, or when a request fails due to timeouts or other network errors.
  • Attempts: up to three retries per delivery
  • Backoff: exponential between attempts
  • Retry-After: if your endpoint responds with a Retry-After header, TechWolf uses that value (delay-seconds or HTTP-date per RFC 7231) instead of the default backoff

Source IP addresses

All webhook requests are sent from a fixed, static set of IP addresses. Allowlist the IPs for your region so that your endpoint accepts delivery from TechWolf. See IP Addresses for the current list.

Event format

All webhook payloads follow the CloudEvents 1.0 specification.

Base structure

Field semantics

Request headers

Unless you request or configure otherwise, each webhook request includes the following headers: See Security for how to verify the signature.