Skip to main content

Webhooks

Get notified when a project's translations change, instead of polling. Register an HTTPS endpoint, subscribe it to the events you care about, and TextSetu POSTs a signed payload whenever one occurs. Payloads follow the Standard Webhooks spec — verify the webhook-signature header with any compatible library. Delivery is at-least-once and unordered, so treat webhook-id as an idempotency key. Failed deliveries are retried five times over roughly seven hours, and every attempt is inspectable and replayable via the delivery log.