API get to pull data from Postgres Database

Looking to see what the best way to implement this
I have a postgres db with all my SN model etc
I want to have it when cases are created if the SN is filled in it will pull the data from the external DB to the Case/Ticket

@jprouty.jcius.com

Welcome to community!

You should write custom code for access to external DB. I think that it can be called using mechanism logichook or shedule. Look at the documentation: