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

recipientMember

Represents a notification recipient member.

Examples

type RecipientMember {
  user_id: String!
  name: String!
  email: String!
}

Fields

Field
Description
Supported fields

user_id String!

User ID of the recipient

name String!

Name of the recipient

email String!

Email of the recipient

References

Fields with this object:

Last updated