Make an API call
# 🤝help
f
Hi, I am trying to make an API call and it is able to do that, however the response is a code, how do I make it into a message that the bot sends

https://cdn.discordapp.com/attachments/1141367276071825428/1141367276239605830/image.png

https://cdn.discordapp.com/attachments/1141367276071825428/1141367276524806245/image.png

r
You will not get a bot working by calling an endpoint that returns HTML (front end). You need to ensure you are calling backend API that returns data as an object (code) in order to use it in your flow.
8 Views