/line-with-salesforce-sample

Line の Messaging API と Liveagent チャットや Einstein Platform をつなぐ Heroku のサンプルアプリです。

Primary LanguageJavaScriptMIT LicenseMIT

How to use

  1. press the button below. This will lead you to a wizard to create a heroku app from this repository Deploy

  2. follow the wizard and fill the settings depending on what you want to do.

Advanced usage

In case you want to change some thing, such as bot's talk scripts, follow the guid below.

  1. After you complete the steps above, clone the repository to your local and set the heroku alias to the app you created above.
git clone https://github.com/hrk623/line-with-salesforce-sample.git app_name
cd app_name
heroku git:remote -a app_name
  1. Edi the code as you wish.

  2. commit the changes and push the project to heroku.

git add .
git commit -m 'edited script'
git push heroku master