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) • 570 B
JSON
{
"validation": {
"botNameRequired": "ボット名は必須です!",
"channelSecretRequired": "チャンネルシークレットは必須です!",
"channelAccessTokenRequired": "チャンネルアクセストークンは必須です!"
},
"label": {
"botName": "ボット名",
"channelSecret": "チャンネルシークレット",
"channelAccessToken": "チャンネルアクセストークン",
"botIcon": "ボットアイコン",
"fetchBotInfo": "Bot名&アイコンを取得"
}
}