1. 進入https://notify-bot.line.me/zh_TW/
登入line後,點選右上角個人頁面

2. 點選發行權杖, 輸入名稱與要接收通知的群組。


3. 記得將LINE Notify這個帳號加入該群組中:

4. 使用curl發送訊息:
curl -H "Authorization: Bearer ${access_token}" -d "message=Line Notify test by vic" https://notify-api.line.me/api/notify
發送結果:


















