@makingchatbots/n8n-nodes-genesys-cloud
v1.0.3
Published
n8n node for interacting with Genesys Cloud's Platform API
Maintainers
Readme
Genesys Cloud Node for n8n
An n8n community node for Genesys Cloud's Platform API.
Installation
- Expand Settings
- Click Community nodes
- Click Install a community node
- Under npm Package name put
@makingchatbots/n8n-nodes-genesys-cloud - Check 'I understand the risks...'
- Click Install
More detailed installation guide is in the n8n community nodes documentation.
Credentials
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.).
Operations
This node supports the following operations:
| Resource | Operation | Description | | :--- | :--- | :--- | | Conversation | Get | Get a conversation | | | Get Many | Get many active conversations | | Division | Get | Get a division | | | Get Many | Get many divisions | | Group | Get | Get a group | | | Get Many | Get many groups | | Queue | Add Members | Add members to a queue | | | Create | Create a queue | | | Get | Get a queue | | | Get Many | Get many queues | | | Get Members | Get members of a queue | | User | Get | Get a user | | | Get Many | Get many users | | | Get Queues | Get queues for a user |
