How to integrate third party server ewith servicenow and viceversa by using jdbc connection.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 03:26 AM
If we update anything in third party server i.e., AFSCP, it will update in servicenow and viceversa. How to do this by using JDBC Connection? Give brief explanation for this.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 07:20 AM
Hi @lokeshlokesh ,
Refer below thread of your query.
https://www.servicenow.com/community/servicenow-impact-forum/integration/m-p/2775362#M2542
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 07:46 AM
Hi,
Its a Bi directional integration (Example: Jira with Servicenow Incidents). So basically you need to have the below configuration on both sides
- On both systems i.e. Servicenow & Third Party Server, you should be able to connect via API Calls
- If the Third Party Server accepts the API calls, then configure REST Outbound in your Servicenow Instance with the Third Party API End Point
- In order to receive the input from Third Party Server, you should configure the REST Inbound in Servicenow Instance, take the URL from here and configure the same in Third Party Server.
- Once both the API connections configured. it starts integrating.
Thanks,
Narsing
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 12:59 AM
And please provide the steps of rest outbound and rest inbound integration.