Hi there,
I am building out a low-code app to send api calls, it should look something like buttons that when pressed, send an api call. If anyone has any advice that would be great i haven't built anything out yet.
Hi Dan,
If its just an HTTP GEt fire and forget API call that doesn't require authentication from the LCA: add an action with open url
However if the API requires authentication, posts/puts, data handling on return. You might want to look into an automation script that gets called from the button press to handle the requests and response data
You might want to have a look at a few kata's https://community.dataminer.services/learning-courses-tutorials/
For instance this one Kata #8: Actions and events in a low-code app
To add to this I have created a visual board of buttons, I have the API URLs for each button, I just need to figure out how to add them to each button, correctly. I have found the area where I can add an action to each botton when pressed, im just not sure what to do next.