Gupshup Bot Builder
- How can I use images from google drive? I already opened the file on the drive to make it public. But using type URL that they give me, I can't see the image displayed on the bot conversation. Do you know why is that?
- How can i test my bot on a local machine?
- How to set callback URL?
- Why do my messages appear jumbled?
- How can I deploy my bot code on my server and associate it to Gupshup?
- Can I get the user response in EventHandler(context, event) function?
- How do I check the response of an HTTPS link on the emulator?
- Can I render a video or an audio link using a bot?
- When I make a HTTP call to the bot https://www.gupshup.io/developer/bot/demobot/public?text=Hello I get a 404 error like {""code"":404,""message"":""The requested resource was not found""}
- How can you send an email notification to someone from the bot?
- Can I render a video or an audio link using a bot?
- How to get the messaging channel name from which the user is interacting with the bot?
- How to send an image to a user from the bot?
- How to get the name of the user interaction with the bot?
- How to make a HTTP calls?
- How to add hyperlinks to image and text?