Communication

LINE

5min
the line modules enable you to monitor, publish or update posts, photos and videos in your line account getting started with line prerequisites a line app https //line me/en us/download installed a developer account in the line developers console https //developers line biz/console/ created a dedicated messaging api channel for your bot connecting line to make to connect your line account to make follow these steps 1\ log in to the line developers console https //line me/en us/download 2\ create a new provider 3\ click the create a messaging api channel 61d6a43002b47 png 4\ provide the required information and click create to create a channel 5\ in the channel created above, open the messaging api tab and scan the qr code using your line app to add the channel as a friend 6\ in the messaging api tab, scroll down to the channel access token section and click the issue button to generate the channel access token 7\ navigate to the basic settings tab, scroll down and copy the provided user id 8\ go to make and open the line module's create a connection dialog 9\ enter the channel access token you have generated in step 6 and the user id copied in step 7 to respective fields and click the continue button to establish the connection the connection has been established you can proceed with setting up the module message watch events triggers when an event https //developers line biz/en/reference/messaging api/#webhook event objects occurs the webhook url needs to be generated in make and then added to line's developer settings 1\ add the watch new activity module to your make make 2\ generate and copy the webhook url 3\ log in to your line developers account 4\ navigate to providers > {your provider} > {your messaging api channel} > messaging api tab 5\ enter the webhook url copied in step 2 above to the webhook url field and click update 6\ activate the use webhook option now, every time an event occurs, the watch events module in your make make is triggered