Skip to content

Instantly share code, notes, and snippets.

@gunlee01
Created December 20, 2016 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gunlee01/bbc20c4e2317c58052a76e1960dbb270 to your computer and use it in GitHub Desktop.
Save gunlee01/bbc20c4e2317c58052a76e1960dbb270 to your computer and use it in GitHub Desktop.
curl -X POST \
-H 'Content-Type:application/json' \
-H 'Authorization: Bearer {ENTER_ACCESS_TOKEN}' \
-d '{
"to": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"messages":[
{
"type":"text",
"text":"Hello, world1"
},
{
"type":"text",
"text":"Hello, world2"
}
]
}' https://api.line.me/v2/bot/message/push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment