For the complete documentation index, see llms.txt. This page is also available as Markdown.

ProjectNotificationEmailSettings Object

Description

Email settings for a project notification.

Properties

emailAddresses

List of email addresses to which email notifications will be sent.

Type: Array of string

Required: Yes

Sample JSON

{
    "emailAddresses": [
        "user1@example.com",
        "user2@example.com",
    ]
}

Last updated