Skip to main content

Webhooks

Amrood sends real-time HTTP POST notifications to your platform’s registered webhook_url when events occur.

Setup

Register your webhook URL when creating a platform, or update it later:

Events

Delivery Management

View delivery history and retry failed webhooks:

Payload Format

Verification

Every webhook includes an x-amrood-signature header — an HMAC-SHA256 signature of the JSON body using your platform’s webhook secret.

Retry Policy

Failed deliveries (non-2xx response) are retried up to 3 times with exponential backoff (1s, 10s, 60s).