An n8n community node for Genesys Cloud's Platform API.
n8n is a fair-code licensed workflow automation platform.
Follow the installation guide in the n8n community nodes documentation.
You need to authenticate with Genesys Cloud using OAuth 2.0 Client Credentials.
- Log in to your Genesys Cloud organization.
- Navigate to Admin > Integrations > OAuth.
- Click Add Client.
- Give the client a name (e.g. "n8n Automation").
- Under Grant Types, select Client Credentials.
- Click the Roles tab and assign the necessary roles for the resources you intend to access.
- Save the client.
- Copy the Client ID and Client Secret.
In n8n:
- Create a new credential type Genesys Cloud API.
- Enter your Client ID and Client Secret.
- Select your Region (e.g.,
mypurecloud.com,mypurecloud.ie, etc.).
This node supports the following operations:
- Get: Get a specific conversation by ID.
- Get Many: Retrieve a list of conversations with filters (e.g., by Interval).
- Get: Get a specific group by ID.
- Get Many: Retrieve a list of groups.
- Get: Get a specific queue by ID.
- Get Many: Retrieve a list of queues.
- Get: Get a specific user by ID.
- Get Many: Retrieve a list of users.