ServiceNow – Confluence On-Prem Integration for PDF Export

aphaugat
Tera Expert

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!

1 REPLY 1

Bhuvan
Kilo Patron

@aphaugat 

 

There is a Store app available for this and it is easy to setup the integration

 

https://store.servicenow.com/store/app/c5ab6faa1b246a50a85b16db234bcb45

Bhuvan_0-1758099728417.png

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

 

https://www.servicenow.com/docs/bundle/zurich-api-reference/page/app-store/dev_portal/API_reference/...

 

Bhuvan_1-1758099856087.png

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan