LINE Integration for FreeScout
Find a file
2023-08-22 15:45:58 +09:00
Config Initial Commits for public 2023-08-21 17:41:42 +09:00
Console Initial Commits for public 2023-08-21 17:41:42 +09:00
Database Initial Commits for public 2023-08-21 17:41:42 +09:00
Entities Initial Commits for public 2023-08-21 17:41:42 +09:00
Http Initial Commits for public 2023-08-21 17:41:42 +09:00
Providers change Japanese string to translatable string. 2023-08-22 15:45:15 +09:00
Public Initial Commits for public 2023-08-21 17:41:42 +09:00
Resources change instruction url to my repository 2023-08-22 15:45:58 +09:00
Tests Initial Commits for public 2023-08-21 17:41:42 +09:00
vendor Initial Commits for public 2023-08-21 17:41:42 +09:00
.gitignore Initial Commits for public 2023-08-21 17:41:42 +09:00
composer.json Initial Commits for public 2023-08-21 17:41:42 +09:00
composer.lock Initial Commits for public 2023-08-21 17:41:42 +09:00
module.json add author and detail url in module.json 2023-08-22 15:44:42 +09:00
README.md add readme to another limitation. 2023-08-21 19:03:44 +09:00
start.php Initial Commits for public 2023-08-21 17:41:42 +09:00

LINEIntegration

LINE Integration for FreeScout

1,Receive Message from LINE
this module handle text,stamp,image,movie,audio,location message.
stamp and image is showed inline.movie and audio is showed as attachment file. location message is showed with url of google map.

2,Send Message to LINE
this module only handle non html message.attachment file is added as link at downward of message body.
message with inline image is send wrong way. please do not use inline image.

3,usage. at first you have to sign in to LINE DEVELOPER Console and make channnel for LINE messaging API. after that you could get channnel ID,channnel secret channnel TOKEN.
you have to set these value at freescout mailbox's LINE setting menu. at this menu you could get webhook url for the mailbox. you have to set the url as webhook url at LINE DEVELOPER Console.

4,Limitation.
I. one mailbox has only one LINE messaging bot.
II. first message is never appeared.(normally first message is add friend notice.except you delete talk thread.) III. may be a lot of bug or something.

5.Installation
clone in freescout/Modules and change user and owner.(or translation never reflected). after that activate from freescout module menu. setting menu is in mailbox setting.