目次

LINE Notify

CURL

curl -X POST -H 'Authorization: Bearer <access_token>' -F 'message=foobar' \
https://notify-api.line.me/api/notify

REST Client

POST https://notify-api.line.me/api/notify?message=test HTTP/1.1
Authorization: Bearer <access_token>

Python

1)
『LINE Notify』, https://notify-bot.line.me/doc/ja/, 2021-09-24
2)
『PythonでLINE Notifyへ通知を送る』, Qiita, https://qiita.com/akeome/items/e1e0fecf2e754436afc8, 2021-09-24