Skip to 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 to which the notification will be sent

Notes

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

Example

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