The LINE Notify Action Component is to send a notification via the LINENotify service (https://notify-bot.line.me/). It’s useful to notify people of information from sensors.
Component Properties
Property Name | Description | Example |
---|---|---|
Message | Message string to be posted to LINE | "The current temperature is "+cv.Payload+"degrees" |
Package ID | Send a stamp with the message. You will need the Package ID alongside the Stamp ID (see comment below) | 446 |
Stamp ID | Sends a stamp with the message, requires the corresponding Package ID (above) | 1988 |
Image File | Send an image with the message, specify the file path of a JPG or PNG file | image.jpg |
Timeout | Timeout (ms) | 10000 |
Token | Authentication 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 “
Need more help with this?
Join our slack community for help