NotifierRecipient
Type: Object
A notification recipient configuration used by automation and alerting. Encapsulates a handle, kind (email, chat, webhook, etc.), and transport-specific configuration so events from MIS/MES workflows can be routed to the right people and channels.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| config | NotifierConfig! | The configuration for the notifier | ||
| createdAt | DateTime! | |||
| handle | String! | The handle of the recipient, used in scripting | ||
| id | ID! | |||
| kind | NotifierRecipientKindEnum! | The kind of recipient | ||
| name | String! | The name of the recipient | ||
| notifications | [NotifierNotification!]! | filter: NotifierNotificationFilterInputlimit: Intoffset: Intsort: [NotifierNotificationSortInput] | ||
| updatedAt | DateTime! |