n8n-nodes-pegalaunchpad
v0.1.1
Published
n8n community node for Pega Launchpad — manage cases, assignments, attachments, pulse messages, users, and AI agents via the Pega DX API.
Maintainers
Readme
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
- An n8n instance (self-hosted or cloud)
- A Pega Launchpad instance with an OAuth2 Client Credentials profile configured
(Pega docs: Configure OAuth2)
Installation
Community Nodes (recommended)
- Go to Settings → Community Nodes in your n8n instance.
- Select Install a community node.
- Enter
n8n-nodes-pegalaunchpadand click Install.
Manual installation
cd ~/.n8n
npm install n8n-nodes-pegalaunchpadThen restart n8n.
Credentials
- In n8n, create a new credential of type Pega Launchpad OAuth2 API.
- 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)
- Base URL — Your Pega Launchpad instance URL (e.g.
Compatibility
Tested with n8n version 1.x.
