# SendToast
TIP
sendToast(<player>, <title>, <body>)- Sends a toast notification to a player, or an array of players.
# Parameters
<player>The player(s) to send the notification to as string or array<title>The title of the notification as string, int, float, array, or bool<body>The body of the notification as string, int, float, array, or bool
# Example
1: if ($y$ > 200) {
2: sendToast($player$, 'Going High!', "You've gone 200 blocks to the sky")
3: }