Skip to main content
About the Resource Center

Use the SDK to call the Genesys Cloud Platform API

Note: This article applies to Genesys Cloud for Salesforce.
A feature described on this page is coming soon. For more information, see the release notes.

You can use our SDK in the managed package to call the Genesys Cloud Platform API in Salesforce. The SDK uses the Salesforce Apex programming language. 

Note: This advanced customization article is intended for developers who are familiar with Salesforce.

You can call any Platform API that is not tied to a specific user context and that the permissions in your OAuth client allow. The OAuth client is the OAuth client that you created for the Authentication settings in Salesforce. For more information, see Authentication.

Access our SDK through the Rest class under the purecloud.SDK.Rest namespace. For examples that access our SDK through the Rest class, see Genesys Cloud for Salesforce SDK Examples (GitHub).

Rest class

Contains methods that act on the Genesys Cloud Platform API through Genesys Cloud for Salesforce. 

Namespace

purecloud.SDK.Rest

Usage

Use these methods to GET, PATCH, POST, PUT, or DELETE data with the Platform API through Genesys Cloud for Salesforce.

Rest methods

The following methods are available for the Rest class.

For more information, see SDK in Genesys Cloud for Salesforce.

For more information about the integration, see About Genesys Cloud for Salesforce.