Skip to content

Instantly share code, notes, and snippets.

@PamornT
Created January 23, 2020 09:23
Show Gist options
  • Save PamornT/777c7f93c104ed861e52d28a545648d1 to your computer and use it in GitHub Desktop.
Save PamornT/777c7f93c104ed861e52d28a545648d1 to your computer and use it in GitHub Desktop.
request({
method: "POST",
uri: `${LINE_MESSAGING_API}/reply`,
headers: LINE_HEADER,
body: JSON.stringify({
replyToken: event.replyToken,
messages: replyMessage
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment