LINE Notify

Description

The LINE Notify Action Component is to send a notification via the LINE Notify service (https://notify-bot.line.me/). It's useful to notify people of information from sensors.

Component Properties

Property NameDescriptionExample
MessageMessage string to be posted to LINE"The current temperature is "+cv.Payload+"degrees"
Package IDSend a stamp with the message. You will need the Package ID alongside the Stamp ID (see comment below)446
Stamp IDSends a stamp with the message, requires the corresponding Package ID (above)1988
Image FileSend an image with the message, specify the file path of a JPG or PNG fileimage.jpg
TimeoutTimeout (ms)10000
TokenAuthentication Token, issued by LINE Notify, if not taken from the Base Property Profile

Notes:

To retrieve your token from LINE, go to notify-bot.line.me/my/ and create a token by clicking the "Generate Token" button at the bottom. The token will be shown only once; therefore, take good note of it. This token is called the "Connected Services" token on LINE.

There is another type of token called "Registered Services". Don't use that token for this LINE Notify component.

For details on how to specify the Package ID and Stamp ID for LINE stamps, please refer to the LINE documentation.

For more information on how to specify the file path, please refer to File Path Handling.