Hello bubble community. I am new to bubble and also new to APIs but am trying to develop a small app for a workflow process and need a bit of help to get something setup.
My security system is connected to openalpr.com which essentially parses video security images to read license plates of cars driving by outside my office. The openalpr has documentation on it’s API here: http://doc.openalpr.com/api.html
I’m trying to do one of two things:
-
Openalpr can send a webhook with data to a pre-determined URL each time it reads a license plate: http://doc.openalpr.com/on_premises.html#json-group-results In this manner I’d like to set up a table in Bubble so that whenever OPEN ALPR reads a license plate, it sends the plate data to the bubble database. From there I’ll know what to do with the data etc…
-
When I create a workflow in bubble, I’d like to be able to query OPEALPR’s data. EG, set up a workflow to “check the last time Plate number xxxxx was seen in ALPR” , or something to that effect.
Since I’m new to both bubble and APIs, I’ll take any advise I can get. Also open to hiring someone for an hour or two to steer me in the right directions and help me understand some basics that I’m surely missing. From looking at the documentation it certainly seems like these things would be possible but my knowledge on the subject is admittedly limited.
Thank you for any advice!