Skip to main content

Connector configuration

Use an Email connector to define the recipients for Notification Center email notifications.

Configuration

UI labelAPI field nameTypeRequiredNotification source type overridesAllowed valuesDefault valueDescription
Email addressesemailAddressesArrayOfStringstruen/an/an/aEmail addresses that receive notifications

Notes

  • Add up to 50 email addresses per connector
  • Email connectors do not support dynamic routing fields such as dynamic recipients
  • Carbon copy (CC) and blind carbon copy (BCC) are not supported

Example

{
"emailAddresses": [
"sre-oncall@example.com",
"team-leads@example.com"
]
}

Next steps

Configure the subject and content of Email notifications in Message configuration.

Was this page helpful?