Skip to main content
Webhooks require an account. Register and manage webhooks under Settings → Webhooks.

Overview

Webhooks let FlexOrch push notifications to your server when events occur — no polling required.

Supported events


Register a webhook


Payload


Verifying signatures

Every request includes a X-Flexorch-Signature header. Verify it with your signing secret:

Automatic S3 export

When registering a webhook for dataset.ready, you can configure automatic export to a connector:
When a dataset is ready, FlexOrch exports it directly to your S3 bucket before firing the webhook.

Retry behavior

If your endpoint returns a non-2xx status, FlexOrch retries once with exponential backoff. Failed deliveries are logged in Settings → Webhooks → Logs.