pegalaunchpad

n8n community node for Pega Launchpad — manage cases, assignments, attachments, pulse messages, users, and AI agents via the Pega DX API.

Package Information

Downloads: 0 weekly / 0 monthly
Latest Version: 0.1.1
Author: Sasi Bhushan Veeramachaneni

Documentation

n8n-nodes-pegalaunchpad

This is an n8n community node that lets you interact with the Pega Launchpad DX API directly from your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Features

Resource Operations
Case Create, Get, Get Many, Get Attachments, Get History, Query Cases
Attachment Get, Delete, Link to Case, Upload
Assignment Get, Perform Action
Pulse Add, Get, Reply
User Create Persona, Get Many, Mark as Active, Mark as Inactive
Agent Initiate Conversation, Send Message, Get Final Response

Prerequisites

Installation

Community Nodes (recommended)

  1. Go to Settings → Community Nodes in your n8n instance.
  2. Select Install a community node.
  3. Enter n8n-nodes-pegalaunchpad and click Install.

Manual installation

cd ~/.n8n
npm install n8n-nodes-pegalaunchpad

Then restart n8n.

Credentials

  1. In n8n, create a new credential of type Pega Launchpad OAuth2 API.
  2. Fill in:
    • Base URL — Your Pega Launchpad instance URL (e.g. https://my-org.pegalaunchpad.io)
    • Access Token URL — The OAuth2 token endpoint (e.g. https://my-org.pegalaunchpad.io/prweb/PRRestService/oauth2/v1/token)
    • Client ID / Client Secret — From your Pega OAuth2 profile
    • Scope (optional)

Compatibility

Tested with n8n version 1.x.

License

MIT

Discussion