Skip to content

Commit

Permalink
Merge pull request #381 from jtsaich/message-api-readme
Browse files Browse the repository at this point in the history
Added note about message API webhook url config
  • Loading branch information
johnson-liang committed Jan 9, 2024
2 parents 9800f76 + 842d492 commit 5739eec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ $ ngrok http 5001

We recommend using [ngrok configuration file](https://ngrok.com/docs#config) to setup a tunnel with a fixed `subdomain`. In this way the public URL can be fixed (means no repeatitive copy-pasting to LINE Channel settings!) as long as the `subdomain` is not occupied by others.

Inside LINE Developers console in your Message API channel, under Messaging API > Webhook settings set the **Webhook URL** to `${ngrok_url}/callback` and turn on **Use webhook**. Click verify to confirm it is successfully connected to your local machine.

### LIFF setup

We are using LIFF to collect user's reason when submitting article & negative feedbacks.
Expand Down

0 comments on commit 5739eec

Please sign in to comment.