Nintex Partner Portal — Connection Reference

Catalog external integrations and environment variables for the Nintex Partner Portal.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/danstoll/Northpass_PP --skill nintex-partner-portal-connection-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Nintex Partner Portal — Connection Reference
Source: https://github.com/danstoll/Northpass_PP/tree/main
Command: npx skills add https://github.com/danstoll/Northpass_PP --skill nintex-partner-portal-connection-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dotenv, mariadb, node-fetch, and includes scripts (resource) components.

What problem does it solve?

This reference snapshot prevents administrators from hunting across the repo, server, and deployment scripts to understand how the partner portal connects to Northpass, Impartner, Databricks, SMTP, and MariaDB.

Core Features & Use Cases

  • Integration Inventory: Lists each API, proxy path, and service with key metadata such as endpoints, auth headers, rate limits, and configuration files.
  • Environment Overview: Highlights the required environment variables, database connection pools, and PM2 deployment targets to keep production stable.
  • Operational Playbook: Documents how incremental syncs, notifications, and WebSocket events flow across services so PAMs and engineers can onboard new partners or troubleshoot sync failures faster.

Quick Start

Ask the skill to list each external API, database, and deployment endpoint along with the required environment variables.

Frequently Asked Questions about Nintex Partner Portal — Connection Reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map all external API endpoints and integrations for a Nintex Partner Portal?

To map external integrations for the Nintex Partner Portal, you can catalog each API, proxy path, and service with key metadata including endpoints, auth headers, rate limits, and configuration files. This prevents hunting across the repository and deployment scripts.

What environment variables and database connections are needed to sync Northpass and Impartner?

Syncing Northpass and Impartner requires specific environment variables, MariaDB database connection pools, and PM2 deployment targets. Maintaining these configurations keeps the production portal stable during incremental syncs and WebSocket events.

How do I audit MariaDB and Databricks API connections when troubleshooting portal sync failures?

You can audit MariaDB and Databricks API connections by referencing a centralized inventory of service endpoints, auth headers, and rate limits. This operational playbook documents how notifications and syncs flow across services to troubleshoot failures faster.

Can I use Node.js scripts to document deployment hosts and SMTP configurations for my portal?

Yes, you can use Node.js scripts to document deployment hosts and SMTP configurations. The reference relies on Node.js dependencies including dotenv, mariadb, and node-fetch to capture environment variables and service metadata required for production stability.

What is the best way to onboard new partners to a portal with multiple external API integrations?

The best way to onboard new partners to a portal with external integrations is to use an operational playbook that documents how incremental syncs, notifications, and WebSocket events flow across Northpass, Impartner, and Databricks services.

Why does my partner portal sync chain fail when connecting to external services?

Portal sync chains often fail due to missing or incorrect environment variables, database connection pool limits, or expired auth headers. Auditing the API proxy paths and rate limits across Northpass, Impartner, and Databricks helps identify the broken link.