- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2025 08:56 AM
I want to Integrate ServiceNow with Confluence, should Pull relevant content from Confluence and show it on Service Portal based on the search. Is that possible, please provide url for servicenow documentation if available and what plugins required to integrate this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2025 09:20 AM
Please find the below links which will helpfull
https://docs.atlassian.com/atlassian-confluence/REST/6.6.0/#content-getContent
Also you can check confluence API documentation and make use get content API.
Thank you,
Omkar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2025 09:20 AM
Please find the below links which will helpfull
https://docs.atlassian.com/atlassian-confluence/REST/6.6.0/#content-getContent
Also you can check confluence API documentation and make use get content API.
Thank you,
Omkar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2025 02:03 AM
@Omkar Kumbhar Doest Rest API involves cost to integrate confluence with Servicenow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2025 04:44 AM
@vidyajadhav there is no sot involved in using the confluence rest API.
for more Info check below