latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

Event Email Settings

Set logo URL and width for an event email context

Updates both the logo image URL and logo display width for event emails sent in the given context (practitioner or facility). Both fields are optional in the request body; omitting or nulling a field clears that value and removes it from nested mode-level records independently. Use this endpoint when you need to set both URL and width together; use POST /{context}/logo-url to update the URL alone. Returns the full EventEmailSettingsContextResponse for the context. logoWidth is a percentage string (e.g. "50%"); the DTO has no format constraint, so this convention is not enforced server-side. Note: this path does not constrain or validate context — other string values are silently accepted.

post/organizations/{organizationId}/event-email-settings/{context}/logo-settings

Path parameters

context'practitioner' | 'facility' required

Context (practitioner or facility)

organizationIdstring required

Organization identifier that scopes this request to a specific organization's event email settings. Path segment; opaque string, no enforced format.

Headers

tenant-idstring required

Tenant identifier of the requesting caller. Required on every request; opaque string, no enforced format.

Request body

logoUrlstring

Logo image URL to apply to this context (both modes). Optional; omitting or nulling clears the context-level logo URL (and any nested mode-level values) independently of logoWidth. No format validation is applied.

logoWidthstring

Logo display width to apply to this context (both modes), as a percentage string (e.g. "50%"). Optional; omitting or nulling clears the context-level logo width (and any nested mode-level values) independently of logoUrl. No format validation is enforced server-side despite this expected convention.

Response

The full context settings record with the updated logo URL and width, including both mode summaries.

ccEmailstring

Resolved CC email for this context: the context-level value if set, otherwise falling back to the credentialing mode's value, then the recredentialing mode's value. Null if none is set.

logoUrlstring

Resolved logo image URL for this context, using the same context-then-credentialing-then-recredentialing fallback as ccEmail. Null if none is set.

logoWidthstring

Resolved logo display width for this context, using the same fallback as ccEmail/logoUrl, as a percentage string (e.g. "50%"); no format is enforced server-side. Null if none is set.

mmoOutcomeFilterstring[]

Primary MMO (Managed Medical Outcomes) result types to send emails for. Allowed values: "Positive" (approved plan outcomes), "Negative" (denied plan outcomes). When the workflow has both approved and denied plan UDFs for the same event, the complementary outcome email is still sent regardless of this filter (e.g. filter ["Positive"] still sends the denied-plans email if present, and vice versa) — this filter narrows the primary outcome, it does not suppress the paired one. Null or empty = no restriction (both sent).