Questions tagged [gupshup]

Gupshup is a Bot building platform.

82 questions
3
votes
1 answer

image upload failure from Gupshup chatbot through whatsapp channel

I am using this var image = {"type":"image","originalUrl":"image url here","previewUrl":"thumbnail url here"}; context.sendResponse(JSON.stringify(image)); format for uploading image to gupshup whatsapp chatbot, but image is not been send, the…
ashish pandey
  • 1,653
  • 1
  • 10
  • 15
2
votes
1 answer

Media Url Not WhiteListed when using whatsapp API from gupshup

We are trying to user whatsap API, playing with sandbox from Gupshup, the API works if i use gupshups sample pdf or files, at teh same time if i user a pdf from public url it throws the error "Url Not WhiteListed", but i dont see anywhere about the…
1
vote
1 answer

GUPSHUP send template message with attachment

I am trying to send a template message via gupshup using their unified single sendmessage API endpoint https://api.gupshup.io/sm/api/v1/msg We have a template message approved with the relevant wording in it, and specified that there should be an…
1
vote
1 answer

How to fetch response from a callback URL using php?

I want to build a WhatsApp bot, for that, we are using Gupshup WhatsApp bot API, for integration they asked to give a callback URL, so created index.php in cPanel of one domain(https://sample_url/WhatsappBot/index.php), and gave the URL…
Anisha Krishnan
  • 21
  • 1
  • 10
1
vote
0 answers

How to use C# keyword inside a object as key of a field?

I think I have a very unique problem here. I am using a message service to send WhatsApp messages to our opted-in users. The vendor's API to send message has the following body structure: 'template={"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","params":…
Ashish Deora
  • 179
  • 1
  • 9
1
vote
0 answers

Authentication Mechanism for Gupshup WhatsApp pintegration with my own Business API

What is the best and safest authentication strategy to support Gupshup(WhatsApp) and my own Business API integration? We independently support JWT/Oauth based authentication on our API, but in case of WhatsApp Integration, we will just have a phone…
Pappu
  • 11
  • 1
1
vote
1 answer

Using python to create a ChatBot in GupShup Bot Builder

I'm trying to create a chatbot using gupshup, but I don't have much experience with JS, and for my implementation, it will be easier to code in python, but I'm not finding any material about it. Is it possible to develop a ChatBot with python using…
Matheus
  • 13
  • 2
1
vote
1 answer

User shown opted in but messages failing due to 'not opted in'

I want to send Whatsapp transactional messages to users and for which I am opting in them via Gupshup's WhatsApp API. This is the API that I am using: When I go to Opt In users screen, I am able to find users who have opted in via this API. Refer…
Guy in the chair
  • 1,045
  • 1
  • 13
  • 42
1
vote
0 answers

How to handle api failure in gupshup bot http call

I am making a http call from the gupshup IDE bot as below. function MessageHandler(context, event) { if(event.message. == "postdata") { var url = "https://abcserver.com/sm/postData"; var header =…
Mahesh
  • 11
  • 2
1
vote
0 answers

How to embed user reposes in Bot replies in gushup whatsapp bot

I am trying to create a whatsapp business chat bot using gupshup Flow bot builder but not able to find any documentation related to include the user responses in the nest follow up message. For example: Bot says: Please tell me your name User:…
1
vote
1 answer

DIalogflow and Gupshup Integration

I'm developping a chatbot in Dialogflow. Now i need to integrate it with Whatsapp. I would like to do the official integrations with whatsapp using Gupshup. But i couldnt find a way to do this. Someone have ever did this integration? Could share the…
TT bots
  • 11
  • 1
1
vote
3 answers

Sending nested data from google sheet to API

I am trying to implement following REST in google script Code I have used is as below function whatsapp() { //https://www.gupshup.io/developer/docs/bot-platform/guide/whatsapp-api-documentation#SendText var payload =…
1
vote
1 answer

How do I trigger a state change on no user response after some time?

I'm building a lead generating bot in Gupshup through Bot Scripting and Flow Maker. I'm very new to JS and totally confused by the botscript language provided in the Scripting Tool. I am using Quickresponse buttons to create a small menu. Is there a…
Alex Shik
  • 11
  • 1
1
vote
0 answers

Gupshup always visible Custom Keyboard

Is it possible always show Custom Keyboard (option Vanilla,Chocolate,Butterscotch) in gupshup? Original example: if (event.message == "hi"){ var payload = {"type":"survey","question":"Hello,What is your favourite flavour of…
user_odoo
  • 2,284
  • 34
  • 55
1
vote
0 answers

How to receive images from a user using a GupShup Chatbot via Skype

I am currently trying out Gupshup to develop a chatbot that is deployable on several platforms. [The Situation] One feature of this chatbot requires the user being able to send an image to the chatbot, so that the image can then be further processed…
1
2 3 4 5 6