Skip to content

Adapter - LINE

This page describes version 2.0.9 of the adapter.

Overview

This adapter uses the LINE Messaging API to send text messages (LINE) to mobile devices. A LINE account and an official account are needed to use this adapter. It requires to have a provider and at least one channel in the official account.

Configuration

This adapter requires a channelId and channelSecret. The channelId and channelSecret are accessed by logging in to your official account for LINE.



Properties

Name Display Is Required Comments Type Default Value Maximum Value Minimum Value Maximum Length Minimum Length
channelId Channel ID True Identifier for the channel. Channel ID can be confirmed in LINE Developers page. string
channelSecret Channel Secret True Channel secret key. Channel secret key can be confirmed in LINE Developers page. password



Commands

SendBroadcastTextMessage (sendBroadcastTextMessage)

Send a text message to everyone who follows the channel through LINE Messaging API.

Request Properties

Name Display Description Is Required Type
message Message The content of the text message. True string

Response Properties

Name Description Type
codenum '1' Parameter error, '2' System error string

Release History

Version Type Description Tracking # Date
2.0.1 Initial First release in the Adapter Type store.
2.0.7 Maintenance Updated third-party components and improved maintainability. NAP-11518
2.0.8 Maintenance Remove 'SendPushTextMessage' command from the LINE adapter. NAP-21307
2.0.9 Maintenance Updated third-party components and improved maintainability. NAP-23945 2022-11-29

Categories