Questions tagged [facebook-chatbot]

Chatbots provide personalized, interactive communication akin to talking to a human customer service or sales representative, but at a bigger scale and cheaper than call centers.

Setup

For this integration, you will need the following:

  • Facebook App: The Facebook App contains the settings. This is where you will set up your webhook, retrieve your page access token and submit your app for approval.

  • Facebook Page: A Facebook Page will be used as the identity of your bot. When people chat with your bot, they will see the Page name and the Page profile picture.

  • Webhook URL: We use secure callbacks in order to send you messaging events. These will be sent to your webhook.

Complete Guide

336 questions
0
votes
1 answer

How to test facebook chatbot with test user and test page

I have a chatbot that I want to test with test users on Facebook. I have created a test app from the main app, per Facebook's recommendations. And in that I have created test users. Those account work and I can log into them. To test a chatbot, you…
0
votes
1 answer

Add additional payload/ID in Facebook button in Messenger Platform

I am quite new to facebook chat bot. https://developers.facebook.com/docs/messenger-platform/send-messages/buttons/ I can define button like this. { "type": "postback", "title": "", "payload": "" } I have…
0
votes
1 answer

Chatfuel: Creating two different chatbots that are connected to two different facebook pages

is it possible with the same chatfuel account to build two different chatbots that are connected with two different facebook pages? I want chatbot A to be connected with facebook page A, and I want chatbot B to be connected with facebook page B but…
0
votes
2 answers

I need an advise to make a chatbot

I need to make a chatbot for my website which answers with the choices and user selects one of them. It can be a facebook chatbot or it can work without any platform. I have tried many applications like https://www.intelliticks.com and etc, but…
Samir Amanov
  • 161
  • 1
  • 2
  • 11
0
votes
1 answer

Facebook messenger chatbot authentication

How do you authenticate the chatbot backend per fb app? I have a chatbot id like to use with multiple applications, but id need to know what app is sending me a message. The only way I found so far is to include a unique (per app) token into the…
ArkadyB
  • 1,265
  • 1
  • 19
  • 37
0
votes
1 answer

get started button for fb messenger in dialog flow

I need some help regarding chatbot development. right now i am doing a project wherein im creating a chatbot using dialogflow and im testing it in FB messenger. one of the modules that i need to accomplish is to put a "get started" button to start a…
0
votes
1 answer

./ngrok http 5000 bash: ./ngrok: No such file or directory

how to solve this problem command == ./ngrok http 5000 bash: ./ngrok: No such file or directory
0
votes
1 answer

Is there any way to send FB messenger notifications(chat bot) using firebase?

We need the type of message in firebase that can Trigger a third-party API(Facebook chat bot service) in order to perform any task: send a letter, send message to FB messenger, etc. We want to be able to configure this message type(message content,…
0
votes
0 answers

wp_api add 2 inquery (my CPT) with single POST request

i have messenger chatbot and if the user click Get Started i make singel api call POST method with $sender_id as title to add new post to my CPT inquery and when i look to wordpress panel i see 2 of them with same title and when make another api…
Mohammed Alama
  • 145
  • 2
  • 9
0
votes
1 answer

differentiate between message came from facebook and facebook Chat Plugin

i'm using Messenger Chat Plugin from facebook in my website , my problem is i can not differentiate between messages came from facebook and messages from the plugin in my site web ? is there a way to make a difference between those messages…
hamwac5
  • 99
  • 1
  • 2
  • 14
0
votes
1 answer

how to add welcome screen message with image in Facebook messenger at the top?

I have a very simple chatbot in messenger, I have added a welcome screen and get started button Now I would like to add an image at the top like this here I am using samples codes from facebook curl -X POST -H "Content-Type: application/json" -d…
0
votes
0 answers

Bot framework dialog returns HTTP 405 on facebook

I have a bot built with the Enterprise Bot Template. I added Active Learning using this example. However, I'm running into a problem: whenever I click a button from the Active Learning dialog suggestions, the bot returns an error. I can then find in…
Leon Cullens
  • 12,276
  • 10
  • 51
  • 85
0
votes
0 answers

Get Facebook user email id for microsoft chatbot

I need to create chat bot which will be published in Facebook. When user interact with my bot i need their name and email id from Facebook. I know Facebook have user profile api for getting user details like First name and last name but i need…
Sanjeev Gautam
  • 353
  • 3
  • 15
0
votes
1 answer

How to send a Mysql query result as Excel report in Messenger-Dialogflow chatbot using python

I have created a messenger chatbot with dialogflow using Python program as webhook. In one of use case: User ask for weekly report by giving no of weeks (1 week/2 week etc). Python program take no of weeks as parameters an save the result in my…
0
votes
2 answers

Quick reply on Facebook messenger problem

i'm having problems with the quick_reply in the facebook messenger chat bot; the problem is: i created a 2 option quick reply button but i don't know how continue the flow after the click of one of the 2 button. here the code:…