Questions tagged [chatfuel]

Chatfuel is a bot builder for Facebook bots.

30 questions
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

How to send files to Chatfuel through Zapier using JSON API?

These are the steps in the Zap I have created: 1. Setup a webhook on Zapier to catch the JSON POST from Chatfuel. 2. Create a Javascript and specify the url of the file as a JSON object. (see attached file) 3. Setup a POST webhook from Zapier to…
0
votes
1 answer

Run a cron job to check the due date of a task

I'm working in an integration between Django and Chatfuel. Right now the bot is almost complete, I have difficulties with the last task, I have certain tasks to do and each them have a due time, so three days before it expires I have to send a…
Enrique Vargas
  • 159
  • 2
  • 13
0
votes
1 answer

Is it possible connect a Django app with Chatfuel?

I have this project where I have to connect my Django app with a Chatfuel bot. I have my admin panel, so whenever I update a field like complete certain task, I have to notify my client through the chatbot that this field change. But I can't find…
Pilar Figueroa
  • 85
  • 1
  • 11
0
votes
1 answer

How to make Chatfuel read JSON file stored in Zapier?

In my Chatfuel block I collect a {{user input}} and POST a JSON in a Zapier webhook. So far so good. After that, my local Pyhon reads this JSON from Zapier storage successfully url = 'https://store.zapier.com/api/records?secret=password' response =…
razimbres
  • 4,715
  • 5
  • 23
  • 50
0
votes
1 answer

how to load next data when button is clicked

i have a list of patient on my firebase db more than 11 and what i wanted to do is load first 5 patient. but my problem is when i clicked the next button it reloads the page here is my script. but when i put /:next on my endpoint the script doesn't…
Lion Smith
  • 647
  • 3
  • 16
  • 48
0
votes
1 answer

Testing broadcast API without connecting to page

i have a bot which is in test mode, so still not connected to a page. is it possible to test the broadcast API? right now i'm getting "Bad Data: Bot page not found", but i'm hoping that i did something wrong. thanks!
Juvaly
  • 252
  • 1
  • 17
0
votes
1 answer

ChatFuel - Google Drive - Get file content using GET method via URL

I am developing a Fuel chatbot that gets file's content from Google drive to build gallery. I am using JSON API (Fuel chatbot) to get the JSON response. My file in drive: https://drive.google.com/file/d/0Bx79Tkj95Q3iNmVHOFN0Q3BITE0/view I want to…
Zappy.Mans
  • 551
  • 1
  • 7
  • 19
0
votes
3 answers

How to consume Chatbot Analytics?

We want to somehow consume a Chatbot Analytics so we can create our Own Analytics site for our Clients. Is that any Possible? Are there Any tools that will help? We don't want tools, we want to consume their Data and Present them in our own site on…
0
votes
2 answers

Chatfuel redirect_to_blocks does not work

I have a problem with my chatfuel JSON API from my node JS app. I try to catch an error and return a message + a redirect_to_block to be able to ask the user again. My error detection works well and if I try to display a message only it works. My…
Julian Le Calvez
  • 453
  • 7
  • 27
0
votes
2 answers

Extract data from Chatfuel

I have created chat bot using Chatfuel and I want to extract the data as name, email, number which is asked while chating. I store this information in variables. The only thing is that I want to Fetch the values in the variables to my website.…
Vik
  • 1
  • 1
-1
votes
1 answer

How does chatbots platforms like Chatfuel or Manychat can create Facebook Apps in the backend to serve Chatbots?

I want to create chatbots platform to create chatbots on the fly like Chatfuel or Manychat or Rocketbots? How it can be done?
-1
votes
1 answer

Chat-bot for Facebook posts

Is there any way to apply the chatbot for the Facebook posts. I'm using the Chatfuel for the messenger. It works when anyone starts a conversation on messenger. But when I made a post by applying the Send Message button, the chatbot doesn't work on…
-1
votes
1 answer

Chatfuel Show "Buy" button (via Stripe) using the JSON API block - FB Messenger

I'm trying to build a Facebook Messenger bot using the Chatfuel platform but I came to a halt. I can't find anything about displaying the "Buy" button via the JSON API block. I'm trying to use the Stripe version, not the native FB Messenger purchase…
Adrian
  • 343
  • 5
  • 19
-3
votes
1 answer

How to search for something in google sheets and retreive it in Chatfuel as a message if found?

So, as I said I need to to do the following in a messenger bot using Chatfuel. Get an input from the user Save it in a "user input" in Chatfuel Take this input and search in the first row in google sheet If found return the "text" in the second…
1
2