Skip to content

Instantly share code, notes, and snippets.

@ko31
Last active October 15, 2016 23:07
Show Gist options
  • Save ko31/f5f5b1c1029ccadab3371f5c5efe2b09 to your computer and use it in GitHub Desktop.
Save ko31/f5f5b1c1029ccadab3371f5c5efe2b09 to your computer and use it in GitHub Desktop.
【LINE】LINE Notifyの通知サンプル
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