Questions tagged [gupshup]

Gupshup is a Bot building platform.

82 questions
1
vote
1 answer

How to display the date when user types date?

I'm unable to fetch and display the date from "http://worldtimeapi.org/api/timezone/Etc/GMT+7" but i'm able to display the date and time using the inbuilt function but i want to display it using the api. function MessageHandler(context, event) { …
Nooruddin Saheb
  • 77
  • 1
  • 11
1
vote
1 answer

How to add a delay to the gupshup chat so that the chatbot opens after 5 seconds?

I've made a chatbot and deployed it locally on a wordpress website now i want to add a delay so that chatbot auto opens after 5 second the website is loaded, Using javascript.
Nooruddin Saheb
  • 77
  • 1
  • 11
1
vote
2 answers

Gupshup Chat Web Widget redirection Issue

I have built a bot with Gupshup which is really a cool tool. They provide us a web widget can be put on to any website. But there seems to be really serious problem with the widget. Suppose I put the widget on a my page www.xyz.com. THings are fine…
AITea
  • 41
  • 1
  • 9
1
vote
1 answer

Identify the button clicked in Carousel of a facebook bot built on Gupshup

I am using Gupshup.io to build my bot on Facebook and I have a question regarding the carousel. Suppose I have 4 items in the carousel each with a buy button then how do I know which item's button gets clicked in the carousel by the user?
Ashu
  • 2,066
  • 3
  • 19
  • 33
1
vote
2 answers

Maintaining session in Gupshup bot calls to Api.ai

I am building a bot in Gupshup with Api.ai integration. I have an agent in Api.ai with several intents and each of them linked through contexts(input & output contexts). When I use the following code to call Api.ai, the first intent is called and I…
1
vote
1 answer

Making HTTP POST call using Gupshup's bot builder tool

I am developing a chatbot using Gupshup.io and wanted to make an HTTP call to external API. I am using this code: if(event.message=='hi'){ var contextParam = { "cobrand": { "cobrandLogin": "sbCobxxxx", …
SUNNY
  • 125
  • 1
  • 3
  • 13
0
votes
1 answer

Webhook listening in Delphi

I am trying to set up an application that will receive the web hooks from the WhatsApp-GupShup API in Delphi. I have worked on API's before, but not on web hooks so some guidance will be much appreciated. I have set up a Web Module that hosts an API…
Devlyn
  • 1
0
votes
0 answers

Gupshup Template Based Attachment

Iam trying to use gupshup whatsapp business api through template. My template expects a link url for the attachment therefore iam building an url through buffer in nodejs and having given response type for the link url as this. statusCode:…
Syed Zahid
  • 21
  • 3
0
votes
1 answer

Send sms to phone number using GUPSHUP and nodejs

I need help in sending sms to user using nodejs and Gupshup.io . I'm facing difficulty understanding their documentation.
0
votes
1 answer

Gupshup whatsapp template message using sandbox?

Can I send template messages to users who are not opt-in and not active using the sandbox app?
Maheen N
  • 31
  • 5
0
votes
2 answers

Create a template with quick reply in gupshup

I'm using the gupshup API for create templates and templates simples and with call to action works, the problem come when a try to create with quick replies. I send the data of this way: "buttons": [ { "type": "text", "text": "Call" } ], data: The…
Z rf
  • 65
  • 3
0
votes
1 answer

My gupshup Bot is not responding to normal text messages, does anyone know why?

Cheers, I was testing the example gupshup bot in java following gupshup documentation: https://www.gupshup.io/developer/docs/bot-platform/guide/gupshup-bot-library-for-java I had a problem in step 6 of the documentation. The bot responds to me when…
carlos
  • 1
0
votes
0 answers

whatsapp business api not displaying public image urls in chat

I'm testing whatsapp business api image section, it seems like the images available at platform are the ones which are getting displayed and no other images which I pick from s3 bucket or google images. message = {"type": "image", …
Rishabh
  • 23
  • 8
0
votes
2 answers

Gupshup - Template Messaging - Message does not match WhatsApp HSM template

I am using GupShup V1 API for sending WhatsApp messages. Its a Template message. So we have submitted our template and WhatsApp has approved it. Template Your payment for {{1}} has been received Paid: {{2}} date: {{3}} ID: {{4}} Thank you for…
Suganya Selvarajan
  • 962
  • 1
  • 11
  • 33
0
votes
1 answer

GupShup Flow Bot Builder Goto option not working

Use GoTo option following gupshup documentations to go from state (user select option to return to main menu). I get the following warning message. "The selected node has user child states. If you select this state, your bot will wait for user…