ServiceNow – Confluence On-Prem Integration for PDF Export
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hello,
We are trying to integrate ServiceNow with our on-premise Confluence setup.
The requirement is that ServiceNow should be able to pull a Confluence page and attach it as a PDF (using a MID Server for API integration).
I looked into the FlyingPDF export API (instance/api/spaces/flyingpdf/pdfpageexport.action?pageId={Number}), but that only works for Confluence Cloud, so no luck on our side.
Has anyone found a clean way to do this directly with ServiceNow → Confluence on-prem integration, even if we can use extra PDF conversion tooling? Any pointers would be really helpful.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
There is a Store app available for this and it is easy to setup the integration
https://store.servicenow.com/store/app/c5ab6faa1b246a50a85b16db234bcb45
If you do not want to use store app for commercial reasons, you can create a REST API based integration and connect with Confluence REST APIs to bring in the data and use PDFGenerationAPI to convert to PDF and create/update a record with attachment
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan