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.
Secure Authentication
Case & Attachment Management
Available on npm
Install the node into your n8n instance and unlock direct, authenticated access to the Pega Platform REST API in minutes.
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.
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.
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.
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.
The node uses OAuth2 Client Credentials for secure, enterprise-grade authentication with your Pega instance.
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.
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.
Get up and running with the Pega node directly inside your n8n instance in just a few clicks.
In your n8n instance, navigate to Settings > Community Nodes from the left sidebar.
Click Install a new node and enter the package name: n8n-nodes-pega
Add the Pega node to any workflow, configure your OAuth2 credentials, and start building powerful automations.
See how n8n-nodes-pega fits into a real automation — from external trigger to fully documented Pega case with attachments.
Receive a form submission or API call from an external system. n8n captures all the payload data and passes it through the workflow.
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.
Feed supporting documents into Pega using the Upload Attachment operation. The node returns an ID for the uploaded file, ready for the next step.
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.
Install the community node today or contact our team to discuss enterprise integration requirements and custom Pega automation scenarios.