Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 342 Bytes

sendNotification.md

File metadata and controls

11 lines (11 loc) · 342 Bytes

Send Notification

Notes

Sends the user a notifcation.

Syntax

sendNotification(body: <#String (Allows Variables)#>, title: <#String (Allows Variables)#>, sound: <#Boolean#>, attachment: <#Variable#>)

Example

sendNotification(body: "Hello World!", title: "My First Jellycut", sound: false, attachment: Shortcut Input)