node-red-contrib-line-messaging-api
Version:
Node-RED nodes for LINE Messaging API integration. Build LINE Bots easily with visual programming.
15 lines (14 loc) • 449 B
JSON
{
"validation": {
"botNameRequired": "Bot Name is required!",
"channelSecretRequired": "Channel Secret is required!",
"channelAccessTokenRequired": "Channel Access Token is required!"
},
"label": {
"botName": "Bot Name",
"channelSecret": "Channel Secret",
"channelAccessToken": "Channel Access Token",
"botIcon": "Bot Icon",
"fetchBotInfo": "Fetch Bot Name & Icon"
}
}