Skip to main content
POST
Create or Update existing channel config for notifications in DMM.

Authorizations

X-Domino-Api-Key
string
header
required

Body

application/json

SMTP channel config used to send mail notifications in Domino Model Monitor.

configType
string

Notification Config type

host
string

SMTP host.

password
string

SMTP password.

port
integer

SMTP port.

recipients
string

mail addresses of the recipients globally configured for mail notification alerts.

sender
string

mail address to be used to send mail notification alerts.

tlsEnabled
boolean

SMTP TLS enabled.

username
string

SMTP username.

Response

Notification Channel Config was updated successfully.

Channel config to be used to send notifications to a particular channel via Domino Model Monitor.

configType
string

Notification Config type

host
string

SMTP host.

password
string

SMTP password.

port
integer

SMTP port.

recipients
string

mail addresses of the recipients globally configured for mail notification alerts.

sender
string

mail address to be used to send mail notification alerts.

tlsEnabled
boolean

SMTP TLS enabled.

username
string

SMTP username.

createdAt
integer

Creation timestamp of the Channel Config in Domino Model Monitor.

id
string

Channel Config's Unique identifier.

updatedAt
integer

Last update timestamp for the Channel Config in Domino Model Monitor.

Last modified on August 27, 2026