Partner webhooks notify your integration when important partner API events happen. Webhook subscriptions are partner-level resources under:Documentation Index
Fetch the complete documentation index at: https://docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
eventTypes includes the emitted event.
Supported events
| Event type | Trigger |
|---|---|
INCORPORATION_ISSUE_CREATED | Commenda creates a partner-visible issue for an incorporation. |
INCORPORATION_ISSUE_RESOLVED | Commenda resolves a partner-visible issue. |
Delivery behavior
Webhook delivery is asynchronous. Commenda retries failed deliveries. Your endpoint should:- Use HTTPS.
- Be reachable on a public address.
- Return a 2xx response within 10 seconds.
- Treat events as at-least-once delivery and dedupe by
eventId.
Signatures
Each delivery includes these headers:| Header | Description |
|---|---|
Commenda-Webhook-Id | Stable event id. Use this for idempotency. |
Commenda-Webhook-Timestamp | ISO timestamp generated for this delivery. |
Commenda-Webhook-Signature | HMAC SHA-256 signature in the form v1=<hex_digest>. |
secretPreview.
Incorporation issue payload
Correction cycle semantics
Resolved incorporation issues are not reopened. If Commenda needs another correction after a previous issue was resolved, a new issue is created and a newINCORPORATION_ISSUE_CREATED event is emitted.