Reference · derived live

Webhook events

Every audit code is also a webhook event. Subscribe by its type below — for example, TENANT_WEBHOOK_CREATED — or use a glob like ACCOUNT_MFA_* to receive a whole family.

228 event types·38 categories·HMAC-SHA256 signed at the receiver

Payload shape

Every event arrives as a JSON envelope on the configured endpoint. The fields are identical across event types — only the type and the metadata change.

{
  "type":      "ACCOUNT_WEBAUTHN_CREDENTIAL_ENROLLED",
  "eventId":   "evt_18Lq...",
  "tenantId":  "tnt_...",
  "createdAt": "2026-06-01T07:23:45.123Z",
  "actor":     { "tenantUserId": "u_..." },
  "resource":  { "type": "TenantUser", "id": "u_..." },
  "metadata":  { "credentialName": "iPhone 16 Pro" }
}

The complete event types, organized by domain, are listed below. Browse, or use Cmd / Ctrl + F to jump to a specific code.

Account

Profile, preferences, personal-access tokens.

Sessions

Per-session lifecycle + revocation.

Multi-factor authentication

Authenticator app, hardware key, recovery codes.

WebAuthn / Passkeys

Phishing-resistant credentials.

Step-up authentication

Fresh-MFA challenges for high-impact actions.

SAML single sign-on

Identity-provider configuration + sign-in flow.

SCIM provisioning

Automated user lifecycle from your directory.

Network policy

IP allowlist / blocklist enforcement.

Attestation policy

WebAuthn authenticator restrictions.

Event webhooks

Outbound HMAC-signed event delivery.

Audit-log retention

Per-category retention windows + prune cron.

Data erasure

Right-to-erasure workflow + holds.

HCM self-service

Employee profile, demographics, contact lifecycle.

HCM time-off

Time-off requests, balances, FMLA/CFRA tracking.

HCM payroll

Pay slips, paychecks, voids, garnishments.

HCM banking

Direct deposit, NACHA prenote.

HCM benefits

Enrollment, life events, COBRA, FSA/HSA, EDI 834.

HCM equity

Grants, vesting, § 83(b), cosign workflow.

HCM year-end tax forms

W-2, 1099, T4, 1095-C generation, seal, transmit.

HCM learning

Course enrollment, cmi5/xAPI launch, badges.

HCM expenses

Expense submission, approval, reimbursement.

HCM goals

Personal + team goals, AI SMART parsing, alignment.

HCM performance

1:1 check-ins, 360 feedback, calibration outcomes.

HCM career

Career framework, readiness, promotion calibration.

HCM manager actions

Manager-side approvals and team analytics.

HCM employee lifecycle

Onboarding, offboarding, position assignment, leave of absence.

HCM payroll runs

Pay-run lifecycle: prepare, generate, transmit ACH, void, reopen.

HCM multi-state payroll

State-tax setup, reciprocity routing, SUTA overrides.

HCM year-end administration

Form sealing, transmission to IRS / SSA / CRA, corrections (W-2c / 1099-COR).

HCM compensation admin

Pay-band setup, comp-review cycles, market-data refresh.

HCM recruiting (ATS)

Requisitions, candidates, interview scorecards, offers, rejection.

HCM workflow engine

Workflow drafts, publish, runs, deprecation.

HCM org administration

Reporting relationships, matrix edges, reorg simulation + apply.

HCM compliance

EEO-1, OFCCP AAP, ADA accommodations, I-9, DEI policy.

HCM benefits administration

Plan setup, enrollment windows, EDI 834 transmission.

HCM learning administration

Course publication, peer-author approval, badge catalog.

HCM document signing

Template activation, signing chain, decline / reassign.

HCM time-off administration

Policy configuration, accrual methods, year-end carry-over.