Hello everyone, I am currently working on a website regarding insurance that requires a user to verify a profile by inputting their name and license number in our database. I wish to verify a database record on bubble by checking if certain fields exist in another database. I am still learning about external databases and APIs and would like to know what is the best approach.
I think you can utilize Bubble’s API Connector feature, you just need to create APIs for both databases that will allow you to access their data. Set up a workflow in Bubble where users input their name and license number and Bubble sends a request to the API of the second database to check if the entered information exists there.
Based on the response from the API you can then proceed with verifying the user’s profile. It’ll allow seamless communication between Bubble and external databases.
I am still a bit confused. I am using agenysync’s database as shown from the following link Developer Portal. It shows that it should be a post request from a license number and I wanted to know what type of workflow do I use to make it so when a user on my website inputs their full name and license number it will be stored then checked with the following link if it exists in the database.