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


按下發行後,複製token。

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
發送結果:

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


按下發行後,複製token。

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
發送結果:






















