Line Notify: Quick Start

This post shows how to use Line Notify.


what is Line Notify

You can send notifications on LINE chats.


setup

1. generate token on "My Page" (https://notify-bot.line.me/my/)

2. invite "Line Notify" to the group that you want to send notifications (this is not required if you want to send it to yourself)


send message

$ ACCESS_TOKEN=PASTE_YOUR_TOKEN_HERE

$ curl -X POST -H "Authorization: Bearer $ACCESS_TOKEN" -F 'message=test' https://notify-api.line.me/api/notify

{"status":200,"message":"ok"}


Comments

Popular posts from this blog

Selenide: Quick Start

Minikube Installation for M1 Mac

Server Testing Tools: Serverspec, InSpec, Testinfra, Goss