latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

Event Email Settings

Set the logo URL for an event email context

Updates the logo image URL applied to event emails for the given context (practitioner or facility). This is a context-level setting that propagates to all modes in the context. Sending a blank or null value clears the logo URL and removes it from nested mode-level records. Returns the full EventEmailSettingsContextResponse for the context. To set both the logo URL and logo width in a single call, use POST /{context}/logo-settings instead. logoUrl has no format validation in the request DTO, so no 400 is currently returned for a malformed URL. Note: this path does not constrain or validate context — other string values are silently accepted.

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

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). No format validation is applied. Blank or null clears the context-level logo URL (and any nested mode-level values).

Response

The full context settings record with the updated logo URL, 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).