Hi. I want to make a button, which when clicked makes an ai request. Like in IFTTT, we have a feature in which if something happens, then we can trigger a webhook. i am using this webhook to control my IOT project. It is just a simple url which needs to be called. How can i implement it in bubble.
https://cloud.boltiot.com/remote/*my unique credential */digitalWrite?pin=0&state=HIGH&deviceName=BOLTXXXX
When this call is made, it turns one of the pins of my iot devivce to high. In ifttt, i just create a webhook which calls this api when something happens.
In iftt it looks something like this:
How can we do the same on bubble in which when a button is clicked, this happens?
