Last active
October 15, 2016 23:07
-
-
Save ko31/f5f5b1c1029ccadab3371f5c5efe2b09 to your computer and use it in GitHub Desktop.
【LINE】LINE Notifyの通知サンプル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://notify-api.line.me/api/notify -X POST -H 'Authorization: Bearer [MY_ACCESS_TOKEN]' -F 'message=hello' -F 'imageThumbnail=[IMAGE_URL]' -F 'imageFullsize=[IMAGE_URL]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment