Channel Operations and Reference Data
When To Use It
Use this flow when an admin UI needs to list notification channels, create a new delivery channel, activate an existing channel, or resolve enum-backed reference data for configuration forms.
Prerequisites
- valid JWT session
- supported
tenantorsystemportal entrypoint - correct portal-level permissions for channel administration
Call Sequence
- load channel type reference data for form defaults
- query existing channels for the current institution
- create or update the target channel
- activate the channel when configuration is ready
Branch Decisions
- query-only admin view or mutation flow
- create a new email channel or adjust an existing one
- leave the channel inactive for staging or activate immediately
Common Failures
- calling notification channel endpoints from unsupported portals
- missing portal admin permissions
- bypassing portal ingress and losing
X-PORTAL-ACCESS-CODE