LINE
Required Variables
LINE_STUDIO_FLOW_SID
(Guide)LINE_CHANNEL_ID
LINE_CHANNEL_SECRET
LINE_CHANNEL_ACCESS_TOKEN
Setup
- Login to LINE Developer Console
- Create a
Provider
if you do not have any existingProvider
- Within the created
Provider
, Create aLINE - Messaging API Channel
. - Under
Channels > YOUR_CREATED_CHANNEL > Messaging API > LINE Official Account features
, disableAuto-reply messages
andGreeting messages
- Obtain the value for
LINE_CHANNEL_ID
which is underBasic Settings
- Obtain the value for
LINE_CHANNEL_SECRET
which is underBasic Settings
- Obtain the value for
LINE_CHANNEL_ACCESS_TOKEN
which is underMessaging API
info
Ensure that you have obtained all the necessary values for the variables stated in Required Variables
Configure Incoming Webhook
- Ensure you have deployed Conversations Adapters into your Twilio Flex account
- Ensure you are logged into LINE Developer Console
- Within your created
LINE - Messaging API Channel
, click onMessaging API
- Under
Webhook settings
, clickEdit
and insert your deployed incoming webhook- The Conversations Adapters incoming webhook URL should be in the format of
https://twilio-flex-conversations-adapters-<RANDOMNUMBER>-dev.twil.io/api/line/incoming
- The Conversations Adapters incoming webhook URL should be in the format of