ModKie webhooks push job completion events to your HTTPS endpoint so you can stop polling recordInfo in production. Configure subscriptions via POST /api/gateway/webhooks (see /docs/api-platform/webhooks).
Best practices: verify signatures, respond 2xx quickly, process payloads idempotently by taskId, and keep a fallback poll for missed deliveries. Webhooks complement—not replace—initial createTask error handling.

