@private
key present and should have the value email
specified for the user. The format for the private metadata must be as follows:
Key | Value | Description |
---|---|---|
to | String (email) | The Email ID of the user to send the notification. |
body | array | An array of message objects that were missed by the receiver. |
Key | Value | Description |
---|---|---|
messages | Array of message objects | The list of unread messages by the receiver. |
receiver | String | The name of the receiver of the Email notification. |
unreadCount | Int | Number of messages that are unread. |