Integrating PostgreSQL with ServiceNow

kaustubhvishnu
Tera Contributor

Hi guys, Greeting for the day!!
I want to integrate PostgreSQL with ServiceNow so that all tables' data will get integrated with ServiceNow,
can anyone share me any leads to do so and best practices to get it done.
Thanks

7 REPLIES 7

Kieran Anson
Kilo Patron

Can you expand on what integration you're wanting to do? Are you wanting to send data from PostgreSQL to SN? Is this a push or pull type integration? What are you wanting to do with the data? How frequently? Is this a PostgreSQL db within a companies network (i.e behind a firewall), or is it network accessible?

kaustubhvishnu
Tera Contributor

Hi Kieran, Thanks for the response,

Yes, I want to send data from PostgreSQL to SN with PUSH type, frequency is weekly so that with the table data we can prepare reports using PA. This will help us for better decision making.
Yes, PostgreSQL dB within a company's network.

Thanks in advance.

The easiest method would be to setup a mechanism to push data to the Import Set API Import Set API | ServiceNow Developers

Import Set API - Goodbye SRAPIs? - ServiceNow Community

Hi Kieran,
Thanks for your help, glad for quick response.
have a nice day!