• Pricing
seojeee

TODO

by

This example demonstrates how to setup a serverless Line Bot using Node.js.

  1. TODO

Azure-line-bot-exmaple

This is simple echo bot on Line messenger.

Before you begin

  • Line developer account
  • A channel for Line Messaging API

Get started

install dependencies

$ npm install

insert your Line bot Access Token & Secret

const config = {
channelAccessToken: "CHANNEL_ACCESS_TOKEN",
channelSecret: "CHANNEL_SECRET",
};

deploy

serverless deploy

image

More details

  • Building a bot
  • line-bot-sdk-nodejs

Contents

  • Azure-line-bot-exmaple
  • Before you begin
  • Get started
  • install dependencies
  • insert your Line bot Access Token & Secret
  • deploy
  • More details

Related

GuidesPluginsExamplesSlack CommunitySupport
© 2025 Serverless, Inc. All rights reserved.
Terms of ServicePrivacy Policy