Gupshup is a Bot building platform.
Questions tagged [gupshup]
82 questions
0
votes
1 answer
Gupshup - multiple messages delay feature not working
I've tried to implement a delay feature on my bot to display multiple messages one after the other. The delay feature is displaying in my Flow Bot Builder diagram, but when I test in the conversation tester, and proxy bot on Messenger, the delay…
0
votes
1 answer
Gupshup Flow bot not working now
Gupshup integrated bot on facebook messenger not working on any pages but were working fine previously(until like one week back). Tested on Gupshup Proxy bot today and they were working fine.
0
votes
1 answer
Host on Heroku a Gupshup ChatBot with Wit.ai
I Would like to know if this is possible. I would like to host on my own Heroku Server my ChatBot and deploy it with Gupshup on my Website. I want to add Wit.ai to manage NLP.
Is it possible to do that ?
If it is, How can I do that ? DO you have a…

Pablo DelaNoche
- 677
- 1
- 9
- 28
0
votes
1 answer
Gupshup NLP Code template with Wit.ai
I'm wondering why this template has still a method which has been deprecated recently and will be no longer used in February:
var witContext = {};
witClient.runActions(sessionId, event.message, witContext, (e, context1) => {
if (e)…

Pablo DelaNoche
- 677
- 1
- 9
- 28
0
votes
1 answer
Gupshup Post - Empty Body
I'm building a simple bot that makes an http post call passing in JSON objects. The server responds back with the error - {"detail":"JSON parse error - Expecting value: line 1 column 1 (char 0)"}:
I don't think the server side is the issue; I've…

RMDev
- 3
- 2
0
votes
1 answer
Gupshup can't send request to create webview
I'm trying to create webview for my python facebook bot, but always get 404 error in response. Code (without token and callback-url):
import requests
from json import loads, dumps
from urllib.parse import quote_plus as urlencode
API_URL =…

Иван Иванов
- 3
- 1
0
votes
1 answer
Gupshup integrated bot not working
Gupshup integrated bot on messenger was working since 5 months suddenly it is not working for any page,but is working fine for Gupshup Proxy bot .
I tried creating new page and integrated that page, but of no use.
I edited a message to confirm if…

user3857802
- 31
- 6
0
votes
1 answer
Gupshup-Wit.ai integration very slow / getting stuck
I am using Gupshup IDE Bot Builder and Wit.ai for a ChatBot widget on my website.
I have made the same bot in FB-messenger without Gupshup (node-js) and it works fine.
When using Gupshup, the bot often gets stuck and does not respond.
This also…
0
votes
1 answer
Gupshup consume post to create Embedding form
im working with Gupshup and I want to add subview in my chat.
To make this I create this vars:
var url="https://api.gupshup.io/sm/api/facebook/smartmsg/form/create";
var header = {"apikey":"xxxxxxxxxxxxxxxxxxx","Content-Type":…

Daniel ORTIZ
- 2,488
- 3
- 21
- 41
0
votes
1 answer
Making http Post request on Gupshup IDE works?
I copied gupshup's document code and modified just url as "http://posttestserver.com/post.php" and it doesn't work.
Anyone has an advice for me?
else if(event.message.toLowerCase() == "post") {
var contextParam = {
"User": {
…
0
votes
1 answer
Porting from Gupshup to Microsoft Bot Framework
I am new to Microsoft Bot Framework. Earlier I was using Gupshup to build my bots. Gupshup had designed the workflow in a very nice manner. I had used api.ai NLP engine with Gupshup. I want to switch and try MS Bot Framework now with api.ai.
Below…

AITea
- 41
- 1
- 9
0
votes
1 answer
Callback URL invalid when trying to link my bot on Gupshup
I am trying to link my bot with Gupshup platform. I get an error saying my callback url (ngrok) is not valid even though the URL is valid and I can test the response on my browser. Has anyone experienced similar issues?

amoghesturi
- 238
- 3
- 13
0
votes
1 answer
Skype not showing images recieved
I am trying to create a bot and deploy it onto different platforms, but when I return images in the carousel for the chatbot, Skype doesn't render them, while the same works for Facebook and even on the web widget provided by Gupshup.
If you want…

paws
- 154
- 2
- 13
0
votes
1 answer
Gupshup proxy bot doesn't work on MS Team
I am currently trying to create a bot for several platform : Slack, MS Team and Cisco Spark.
I did some test with gupshup, using their bot : gupshup proxy bot, and it works well on Slack and Spark. But neither my bots nor gupshup proxy bot reply on…
0
votes
1 answer
Cannot read the whole webview callback from Gupshup.io API inside my cloud function
I have a Google Cloud function written in Node-js that gets invoked each time somebody submits a Gupshup's serverless webview form
I expect to receive the following input in my web service:
{
"linkId":…

Ariel
- 821
- 2
- 9
- 19