$sendNotification

Premium

Sends a notification to your mobile phone.

Limit

Can be used every 20 minutes.

Limit

Only for Android. Can’t be used on iOS.

Syntax

$sendNotification[Message;(Image URL)]

Parameters

  • Message (Type: String || Flag: Required): The text that is displayed in the notification.
  • Image URL (Type: String || Flag: Optional): The URL for the image to be attached.

Example

$nomention
$sendNotification[Hello world!;$authorAvatar]

example

What is this?

How $authorAvatar works?