Building Facebook Chatbot in 10 minutes WITHOUT Coding! [Part.2]

Lam Vicky
MindLayer
Published in
3 min readMar 15, 2018

Do you believe you can build your Chatbot by drag & drop?

It’s time to explore the new world of building Chatbot!

Follow the tutorial and build a weather bot!

Introduction:

Bot Platform is an AI Chatbot developing platform which is designed to create a Chatbot in the fastest and most convenient way. The Chatbot can be integrated with various platforms. The response of Chatbot is instant and Natural Language-based.

In this tutorial, you will design a Weather Bot to check out the weather of different dates and districts with the API of Hong Kong Observatory. Your chatbot will be integrated with Facebook Messenger.

Tools:

  • Bot Platform is a plaform for developing AI chatbot without coding.

Requirements:

  • Create an account on Bot Platform
  • Create an account on Facebook

Let’s get started!

To view the building process, enter Chatper.1 to start building your chatbot!

Chapter 2 : Integration

  • Click My Apps on top right and choose weather bot.
  • Click Set Up ofMessenger in dashboard.
  • Enter Setting and you will see the Token Generation part, Choose Weather Bot and you will receive the Page Access Token. Copy to the clipboard.
  • Back to Bot Platform and choose Facebook in Integration.
  • After that you will see the Webhook Setting below.
  • Paste the Page access token.
  • Determine your verify token. e.g 123,abc.
  • Copy the the Callback Url.
  • Go to deveopler facebook and Setup Webhooks.
  • Paste the Callback URL and enter your verify token, make sure the verify token is same as you enter in Bot Platform.
  • Choose the Subscription Fields and Save.
  • In Webhooks part, choose Weather Bot and click Subscribe.

Time to enjoy your weather bot!!!

--

--