3rd party / product integrations
Overviewโ
primedocs can integrate into your existing product ecosystem. Depending on the type of product, various integration methods are available.
Integration Examplesโ
โน๏ธ Info The following list is not exhaustive and illustrates example integrations with business applications and surrounding systems.
Types of integration:
- ๐ฆ Core component of primedocs
- ๐ Authentication
- ๐ User synchronization
- ๐ Select
- ๐งฉ Connect
- ๐ Web integration
- ๐ค Partner integration
| Product | Integration type | Description |
|---|---|---|
| Microsoft Office | Core component of primedocs | primedocs integrates with Office both via COM Add-ins and modern Office.js-based Add-ins. |
| Active Directory / Entra Id (Azure Active Directory) | Authentication & User Synchronization | For authentication (see Server Installation ), primedocs can access the existing Active Directory or Entra ID infrastructure. At the same time, it also serves as the source for User synchronization . |
| CMI | Web Integration, Connect Integration | See Web Integration |
| Microsoft SharePoint | Web Integration | See Web Integration |
| Microsoft Teams | Web Integration | See Web Integration |
| TelSearch | Select | See HttpDataProvider |
| InnoSolv | Select | See HttpDataProvider |
| Vertec | Select | See HttpDataProvider or AddressService |
| Microsoft SQL Server | Core Component of primedocs, User Synchronization, Select | See SqlDataProvider |
| Oracle | User Synchronization, Select | See SqlDataProvider |
| MySQL | User Synchronization, Select | See SqlDataProvider |
| MariaDB | User Synchronization, Select | See SqlDataProvider |
| IBM System i | User Synchronization, Select | See SqlDataProvider |
| Microsoft Excel / CSV | User Synchronization, Select | See ExcelDataProvider / CsvDataProvider / ExistingListDataProvider |
| SCIM | Authentication & User Synchronization | See SCIM |
| DeepSign | Partner Integration | primedocs templates are compatible with the DeepSign Office Add-In Required placeholders for defining qualified signatures can be invisibly embedded in templates. See: https://support.deepcloud.swiss/article/platzhalter-texte-zur-automatisierung/ |
note
Your use case is missing from the list or you have specific implementation questions? Contact us via our Helpdesk โ we welcome new integration possibilities!
Connect Variantsโ
To allow a business application to directly trigger the document generation process, the primedocs Connect integration option can be used. Depending on the type of application and the use case, different variants are available:
| Type of application | Client type of primedocs | Integration viaโฆ | Data supply | Information |
| Desktop Application | primedocs desktop | Connectย Start document generation | Yes | |
| Desktop Application | primedocs Document Creation Server | Connect API Connect API | Yes | Server-side document generation without user editing. |
| Web Application | primedocs web | Web Integration Web Integration | No | Embeds our web app into your own web application. Data transfer currently not supported. |
| Web Application | primedocs Document Creation Server | Connect API Connect API | Yes | Server-side document generation without user editing. |
| Web Application | primedocs desktop | Connect call via Protocol Handler | Yes | The web application can call the primedocs desktop client via protocol handler and pass a URL to an API that generates the Connect file. |