Is it possible to let end-user integrate their own APIs just like we do it when developing our app through Bubble API Connector?
For example: creating input forms for users to type in their API keys and tokens so that they could access their third-party app through my app.
Hello @steelwyre welcome to the community!
- Build the necessary UI to enable entering API keys and other needed inputs for the api call parameters
- Build the api calls via the Bubble api connector
- Upon a click (button or whatever element you want to use is clicked) action the api call passing the needed parameters
Thanks a lot! it really helped.
1 Like
Are the keys encrypted in bubble or just pasted in as text? I thought there was a plugin to encrypt them and decrypt them when pulled.