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

want to make 'X Post' request every N seconds with Nodejs ( i'm working on facebook chatbot so i wanna make 250 Post Request every second )

I would like to do the following I want to make 250 Post request Every 1 Second. When I use the benchmark to choose the best Module for Request, it shows that superAgent is the fastest one to solve slow time request but still have this…
0
votes
1 answer

Facebook Messenger doesn't display messages returned by bot's lambdas

I created a chatbot with Amazon Lex and integrated it with Facebook Messenger. Responses defined in Lex Console (Response section) are returned to the messenger (see upper right image on picture 1), but responses generated by lambda functions…
0
votes
1 answer

How to add button to a messenger welcome screen?

I have simple bot ,I want to set a greating text and add three buttons to it something like this. Welcom Johhn to man utd' -first button -second button -third button here is what I have tried $ curl -X POST -H "Content-Type: application/json" -d…
0
votes
1 answer

Facebook messenger chatbot with Flask and pymessenger

I have created a messenger chatbot with flask, pymessenger and wit.ai. I want to add facebook provided templates (like buttons, adding images and sound media)(https://developers.facebook.com/docs/messenger-platform/reference/template/button/) There…
codekiller
  • 53
  • 1
  • 9
0
votes
1 answer

Chatfuel not clearing user input cache

I'm building a flight search chat bot using, chatfuel, flowxo and google sheets. when I ran the chat for the first time, it worked perfectly but when i ran it again it only displayed the search results containing the input from the first time I ran…
Druz
  • 85
  • 1
  • 11
0
votes
1 answer

Facebook Messenger webhook POST repeatedly sending the same text

I created a facebook messenger chatbot app. The problem is webhook does not stop sending the same text, so its answering a lot of times for the same question. Any ideas?
0
votes
0 answers

How to custom facebook webview card, which allows "default_action", "messenger_extensions" and "webview_height_ratio" in dialogflow fulfillment?

I am customizing the facebook card in my fulfillment. I expect my card can open a webview as a popup. As facebook says, I have to set "messenger_extensions" to true (see below) "payload": { "template_type":"generic", "elements":[ { …
0
votes
1 answer

ngrok callback URL validation failed

I'm new to chatbot using node, i'm creating a chatbot and using ngrok for tunelling. When i try to setup webhooks on facebook messenger the callback URL validation fails.
0
votes
4 answers

Sending messages with delay

I'm implementing a Facebook Messenger Chatbot, and in one of the conversation flows, the bot is supposed to send 6 messages, one after the other. I'd like those messages to be delayed by 1 second, and between them, display a sender action, to make…
0
votes
1 answer

How do I build my own IOS/ android chat interface integrated to Watson

I have developed a Watson conversation, integrated to my own middle-ware using botkit and as front end it already working with Facebook messenger. I want to replace Facebook messenger with my own chat interface, is there any open source chat…
0
votes
2 answers

How to make a messenger chat bot without a facebook app and webhook?

I went through the documentation for creating a chatbot for messenger platform. All I find there, I need a server, which in the case used as a service for the Facebook platform. The server also validates the webhook from facebook app. Now I see,…
0
votes
1 answer

How to display URL on facebook messenger via IBM WATSON Chatbot?

The issue is on IBM Watson bluemix console the output is proper.It is displaying URL and images fine.But on FB messenger it is displaying whole href tag and also the image is not visible. OUTPUT : ON IBM CONSOLE : This is a link Google ON FB…
Anonymous
  • 35
  • 7
0
votes
3 answers

Dialogflow, chatbot for workplace

I wanted to know if it's possible to make a chatbot for workplace with Dialogflow and if it is how?. Because I made one just to test it, on a facebook site a created. I want to make the same one for my workplace. I would appreciate some help. Thank…
0
votes
1 answer

Microsoft Chatbot Framework returning HTTP status code InternalServerError for Facebook messenger

I've deployed Microsoft Chatbot Framework chatbot as a Web App Bot. It is working in emulator, it is working in Test in Webchat in Azure, but when I try to use it from Facebook messsenger I'm getting: There was an error sending this message to your…
o..o
  • 1,789
  • 5
  • 31
  • 59
0
votes
1 answer

skin for channels connected to ms bot framework

I developed a bot using MS Bot Framework. I have been using it as a web chat(iframe) as well as in the facebook channel. I want to customize skin of all the channels, including web chat. I came accross the…
Ashy Ashcsi
  • 1,529
  • 7
  • 22
  • 54