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

recipientObject

Represents recipient users and roles for a notification channel.

Examples

type RecipientObject {
  users: [RecipientMember!]!
  roles: [String!]!
}

Fields

Field
Description
Supported fields

List of recipient users

user_id String! name String! email String!

roles [String!]!

List of recipient roles

References

Fields with this object:

Last updated