Chatfuel is a bot builder for Facebook bots.
Questions tagged [chatfuel]
30 questions
4
votes
1 answer
How to automate publicly publishing Facebook Messenger bots without app review?
We're completely noob in this automated bot publishing space, so please bear with us :)
We have observed that to make a Messenger chat bot publicly available, we need to get it manually reviewed and only then it's available to the world.
However,…

Zameer Ansari
- 28,977
- 24
- 140
- 219
1
vote
0 answers
Specifying Blocks to Be Played?
I've read through the docs (really, it's just a small subset of examples) here and I can't find the answer:
https://docs.chatfuel.com/api/json-api/json-api
I'd really like to be able to specify "Typing" in a JSON response through the JSON API. I've…

Nick
- 466
- 1
- 6
- 12
1
vote
1 answer
how to prepare data for domain specific chat-bot
I am trying to make a chatbot. all the chatbots are made of structure data. I looked Rasa, IBM watson and other famous bots. Is there any ways that we can convert the un-structured data into some sort of structure, which can be used for bot…

Niraj D Pandey
- 151
- 1
- 7
1
vote
0 answers
How to call a chatfuel block from api.ai agent's custom payload using PHP?
I am following this link to integrate my chatfuel with api.ai and it worked for me.This script is in Nodejs and uses runkit environment to generate endpoint.
Now I want to integrate both the platform using php and publish it to my own server. I have…

anil tiwari
- 135
- 1
- 10
1
vote
2 answers
Connecting Django Dashboard 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. I read JSON API…

Pilar Figueroa
- 85
- 1
- 11
1
vote
1 answer
how to convert attribute/variable using node js
I created a bot from chat fuel. and it is asking about gender the bot make you choose if male or female..both is set to one attribute gender but what I wanted to do is to change the value of each selected like if I select male the value would be 1…

Lion Smith
- 647
- 3
- 16
- 48
1
vote
0 answers
Is there a way to integrate Firebase Functions with Google Calendar?
I'm creating a chatbot using chatfuel and storage data on firebase, I would like to know if it is possible to get this events and send then to google calendar. Thanks

Eduardo Bonfa
- 290
- 1
- 4
- 15
1
vote
1 answer
is this NodeJS API done correctly? - Chatfuel does not parse it as intended
Chatfuel does not parse the entire json string that the JSON-API returns.
Any help is welcome.
While the JSON returned from the API looks like this (in postman):
{
"messages": [
{
"text": "i think you should study"
…

Michael Rulle
- 13
- 5
1
vote
2 answers
Chatfuel Export
Has anyone found a way to export a project from Chatfuel into another account?
I know I can clone into my own account, that's not what I am trying to do. I am trying to avoid having to create the whole thing again.
I have built a project bot for a…

macasas
- 497
- 6
- 20
1
vote
0 answers
how to broadcast messages using api.ai bots
I'm developing chat bots on Api.ai
I have a case in which i have to broadcast via bot
e.g:
ask for standup report in morning on slack and Instagram
when any buddy add a row in excel sheet on Instagram
when special Occasions and events are coming…

Inzamam Malik
- 3,238
- 3
- 29
- 61
1
vote
1 answer
Chatfuel JSON API - getting messages back into chatfuel
I am using chatfuel for a pet project (which is connected to a facebook page, so the conversation happens in fb messenger), and trying to integrate with an external API using the JSON API plugin. The external "API" is a Zapier Zap running a few…

Laurent S
- 4,106
- 3
- 26
- 50
0
votes
1 answer
How to integrate a Google Natural Language API with Chatfuel?
My coding skills and familiarity with Google Cloud solutions are limited and I'm trying to consume a Machine Learning model from a chatbot build using the platform Chatfuel.
I've trained a Natural Language Machine learning model using Google NL and…

psql
- 3
- 4
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
1 answer
How to open Google Maps mobile App from a Web application
So i need to redirect users to google maps mobile app when they click on the button ! (PS : i m using Chatfuel messsenger chatbot JSON API response chatfuel JSON API )
I've tried these links but it didn't work for me :…

Az Emna
- 527
- 2
- 10
- 26
0
votes
1 answer
messages array issue on chatfuel Json api plugin : only text object sent but template not
I'm new on chatfuel bot platform.
I'm using json api plugin (As by documentation https://docs.chatfuel.com/api/json-api/json-api)
In my backend, I produce below json response for the plugin , this is my backend URL:…

Fety
- 1
- 4