-
KanBo Installation
- KanBo Installation Guide (Microsoft 365 + Azure)
- KanBo Installation Guide (On-Premises)
- KanBo On-Premises Installation Requirements and Prerequisites
- Creating an X.509 High-Trust Certificate
- Creating and Updating Elastic Cloud Deployment
- Installing Elasticsearch on Windows
- Installing Elasticsearch on Debian
- Creating a Windows Virtual Machine on Azure for Elasticsearch
- Creating a Linux Based Virtual Machine on Azure for Elasticsearch
- KanBo Modern Web Part Installation
- Supported Browsers
- KanBo Setup
-
KanBo Updates
-
Additional Components
- Installing KanBo Teams App
- Installing KanBo Outlook Add-in
- Installing KanBo Mini Application
- Installing Nintex Integration
- Installing Autodesk BIM Plugin
- Configuring UiPath Integration
- Installing and Configuring Power Automate Integration
- KanBo External User Groups (Active Directory Integration)
- User Auto-Provisioning on First Access (SharePoint Plugin)
- SharePoint Profile Synchronization
- Configuring Sync Targets
- SharePoint Site Collection Balancing and Admin Warnings
- Setting Up BIM Sync WebJob
- Configuring OData Integration for Power BI Desktop
- KanBo PowerShell Commandlets
- Direct Sync of SharePoint Lists with KanBo
- Enabling KanBo Email Notifications (Azure)
- Enabling KanBo Email Notifications (On-Premises)
- Enabling OneDrive Integration in KanBo
- Enabling Sending Card Messages as Emails
- Enabling Sending Emails to KanBo (Microsoft 365 + Azure)
- Enabling Sending Emails to KanBo (On-Premises)
- Prometheus and Grafana configuration for KanBo metrics
- Show all articles ( 3 ) Collapse Articles
-
Tips & Tricks
- Configuring Document Opening Behavior in KanBo
- Disabling Sleeping Tabs in Browsers
- Disabling Public Space Creation in KanBo
- Checking Certificate Expiration Dates (On-Premises)
- KanBo License ID
- Checking KanBo Version
- Changing the Help URL in KanBo
- Renewing Microsoft Graph Certificate
- Disabling Profile Picture Sync in Profile Sync Job
- Creating and Customizing Profile Sync WebJob
- Configuring KanBo for Microsoft Azure GCC High Environment
-
Troubleshooting
Installing Nintex Integration
Table of Contents
Overview
This article describes how to install and configure the KanBo Nintex Integration in a SharePoint environment. After completing the installation, you can use Nintex workflows to automate actions in KanBo, such as creating and updating spaces, cards, and users.

For more information about using the integration and available workflow actions, see the Nintex Integration article.
Installation
- Add WSP to your SharePoint:
Add-SPSolution -LiteralPath {pathToWspFile}
- Install the solution:
Install-SPSolution -Identity kanbonintexactions.wsp -GACDeployment -AllWebApplications
or:
Install-SPSolution -Identity kanbonintexactions.wsp -GACDeployment -WebApplication {WebAppName}
- Go to Central Administration and activate the Web Application feature on your web app.

- Add the following entry to the "plugins" section of the KanBo appsettings.json file:
{
"type": "auth.app",
"issuer": "nintex-actions-cert",
"children": [
{
"type": "signature",
"algo": "rs256",
"children": [
[
"cert",
{
"type": "x509-file",
"file": "{path to .cer file}"
}
]
]
},
[
"mapper",
{
"type": "service",
"name": "Nintex service",
"roles": "*"
}
],
[
"mapper",
{
"type": "user"
}
],
[
"mapper",
{
"type": "login"
}
]
]
}, Update
Update the existing WSP solution:
Update-SPSolution -Identity kanbonintexactions.wsp -LiteralPath {pathToWspFile} -GACDeployment -AllWebApplications Was this article helpful?
Please, contact us if you have any additional questions.
