n8n Community Node

Connect n8n to Pega with n8n-nodes-pega

An open-source n8n community node by Nexova that bridges your n8n workflows directly to the Pega Platform REST API. Create cases, retrieve data, and manage attachments — all without writing a single line of custom API code.

OAuth2

Secure Authentication

4 Operations

Case & Attachment Management

Open Source

Available on npm

Core Capabilities

Install the node into your n8n instance and unlock direct, authenticated access to the Pega Platform REST API in minutes.

Create Cases

Instantly create new Pega cases from any n8n trigger — form submissions, webhooks, scheduled jobs, or upstream API calls. Provide a Case Type ID and JSON content and the node handles the rest.

Retrieve Case Details

Fetch comprehensive case data from Pega by Case ID at any point in your workflow. Use the returned data to drive conditional logic, notifications, or downstream integrations.

Upload Attachments

Feed binary data — PDFs, images, documents — directly into Pega via the Upload Attachment operation. The node returns an attachment ID ready to be used in the next step of your workflow.

Link Attachments to Cases

After uploading, use the Link Attachment operation to bind files to a specific Pega case — ensuring all supporting documents are correctly associated with the right case record.

Authentication & Requirements

The node uses OAuth2 Client Credentials for secure, enterprise-grade authentication with your Pega instance.

OAuth2 Configuration

Base URL

Your Pega instance URL — e.g., https://<your-instance>.pegace.net/prweb

Access Token URL

Typically found at <Base URL>/PRRestService/oauth2/v1/token

Client ID & Client Secret

Obtained from your Pega application's OAuth2 client registration settings.

Requirements

n8n v1.0 or Later

The node is compatible with n8n version 1.0 and above with community node support enabled.

Pega Platform with REST API

A running Pega Platform instance with the REST API enabled and accessible.

OAuth2 Client Credentials

An OAuth2 client registration configured in your Pega application for secure API access.

Easy Installation

Get up and running with the Pega node directly inside your n8n instance in just a few clicks.

1

Open Settings

In your n8n instance, navigate to Settings > Community Nodes from the left sidebar.

2

Install New Node

Click Install a new node and enter the package name: n8n-nodes-pega

3

Start Automating

Add the Pega node to any workflow, configure your OAuth2 credentials, and start building powerful automations.

Example Workflow

See how n8n-nodes-pega fits into a real automation — from external trigger to fully documented Pega case with attachments.

Webhook Trigger

Receive a form submission or API call from an external system. n8n captures all the payload data and passes it through the workflow.

Pega → Create Case

Use the Pega node with Resource: Case and Operation: Create. Provide the Case Type ID (e.g., MyOrg-Work-LoanApplication) and map the webhook payload to the Content field as JSON.

Pega → Upload Attachment

Feed supporting documents into Pega using the Upload Attachment operation. The node returns an ID for the uploaded file, ready for the next step.

Pega → Link Attachment

Complete the automation by linking the uploaded file to the created case using the Link Attachment operation. The entire end-to-end case workflow is fully automated.

Ready to supercharge your n8n workflows with Pega?

Install the community node today or contact our team to discuss enterprise integration requirements and custom Pega automation scenarios.