TL;DR
๐ Subscribe to events (evidence uploaded, gap updated, MRCC issued, etc.) via signed HMAC webhooks.
๐ช Setup
- Settings โ Integrations โ Webhooks
- Add an endpoint URL
- Pick events to subscribe to
- Copy the signing secret (used to verify requests on your side)
๐จ Events available
estate.created/estate.updatedevidence.uploaded/evidence.confidence_changedgap.updatedmrcc.requested/mrcc.issuedtrust_passport.shared
๐ Verifying signatures
Each request includes header X-NexCyber-Signature: t=<ts>,v1=<hmac>.
On your side: HMAC-SHA256(secret, "{ts}.{body}") === v1.
โฑ๏ธ Retry policy
- Exponential backoff: 1m, 5m, 30m, 2h, 12h
- Total of 5 retries
- After exhausted: event marked failed, available via
/events?status=failed
โก๏ธ Next
๐ฌ Need help?
Reach out via our live chat (bottom-right) โ Captain AI replies instantly, human experts within business hours.
Email support@nexcyber.eu with [P1] for Command/Strategic priority issues.
โน๏ธ Disclaimer โ NexCyber provides a readiness analysis, not legal advice. Final compliance may require legal review or notified body certification.
Last reviewed: 2026-06-02 ยท NexCyber Help Center