Note: This documentation refers to Gravio 3.8 or older. For Gravio 4 or newer, please refer to the respective documentation on doc.gravio.com . |
LINE is a very popular free mobile messenger service similar to WhatsApp in Asia.
The LineNotify action component can use the free LINE Notify service ( https://notify-bot.line.me/ ) to post a message to a line user. The message can be specified in the component’s properties:
Component Properties
Token | Access token issued by LINE Notify service | |
---|---|---|
Message | Message string to post to LINE | Example: "Temperature of sensor x reached " + av.Data + "ºC" |
Timeout | API timeout |
In this example, the message is concatenated using the +
symbols and the variable av.
stands for “Action Variable” and Data
is the data variable of this Action Variable.