Integrating PostgreSQL with ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 01:32 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 01:53 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 03:26 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 03:30 AM
The easiest method would be to setup a mechanism to push data to the Import Set API Import Set API | ServiceNow Developers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 04:40 AM
Hi Kieran,
Thanks for your help, glad for quick response.
have a nice day!