Skip to main content

Interface: AcceptedWritebackEmailConfig

Defined in: packages/sdk/src/types/generated/sync.ts:27

Who is emailed when the EHR ACCEPTS a telephonic-encounter write-back.

Optional, eCW-only, and absent by default: no block means no notification, and an empty block never starts a workflow.

Members are named by UUID, never by integer row id. A workspace export or a copied config carrying an integer would resolve to a different person in the target workspace — silently, because any workspace has a Member with that row id. A UUID that does not belong to this workspace resolves to nothing, so the failure direction is "nobody is notified" rather than "the wrong person is notified about a patient encounter".

Nothing here is PHI: a Member UUID is an identifier, and the inbox is a workspace mailbox. No address is ever stored — the destination is resolved from the Member at send time, so an opt-out or an address change takes effect without a config edit.

Properties

inboxUuid?

optional inboxUuid: string

Defined in: packages/sdk/src/types/generated/sync.ts:29


recipientMemberUuids?

optional recipientMemberUuids: string[]

Defined in: packages/sdk/src/types/generated/sync.ts:28