C

custhelp.com

custhelp.com hosts Oracle B2C Service (formerly RightNow) customer support and service software resources, including support portals and technical documentation for tenant sites. The platform supports customer service workflows, knowledge, chat, and agent-facing extensibility and integration capabilities.

5 integrations · REST

custhelp.com (Oracle B2C Service / RightNow) exposes tenant-scoped SOAP and REST integration surfaces, including Connect Web Services for SOAP, Connect REST API, Chat SOAP/UQ APIs, and Element Manager public REST APIs; all require authentication.

discovered 2mo ago
REST · OpenAPI5
Credentials
Oracle B2C Service agent account username/passwordbasicGet credentials

Create or use an Oracle B2C Service staff account and enable the needed API permissions on its profile. For SOAP, enable Public SOAP API under Configuration > Staff Management > Profiles > Permissions > Administration as described in Connect Web Services for SOAP access. Oracle recommends creating a dedicated account for API use. REST session auth can also use an agent account to mint a session token via AgentAuthenticator() as shown in Session authentication for REST API.

Connect REST API session tokenbearerGet token

Obtain a session token from the Agent Browser UI Extensibility Framework IExtensionGlobalContext.getSessionToken, or generate it with a custom PHP script that calls AgentAuthenticator::authenticateCredentials(...) and returns session_id, as shown in Session authentication for REST API. This token is then sent as Authorization: Session <token>.

Element Manager JWT bearer tokenjwtGet key

Configure an external identity provider for the site under Single Sign-On Configurations > OAUTH, upload the public certificate, and create or use an agent account with SSO Login (SAML 2.0) enabled. Then generate an RS256 JWT matching the documented claims (sub, iss, exp, jti, aud) as described in Element Manager Public API authentication.

Element Manager public API tokenbearerGet token

First generate an Element Manager public API token by calling POST /api/elementmanager/authentication/authToken with a JWT bearer token and interfaceUrl header, as described in Element Manager Public API authentication. Use the returned token to call Element Manager public REST endpoints.

Chat API WS-Security username/password plus AppIDcompoundGet key

Use an Oracle B2C Service user account that can access Chat APIs, then send WS-Security UsernameToken credentials in the SOAP header together with a client AppID in the ClientRequestHeader, as shown in Simple example of how to authenticate to the Chat UQ API.

conventions · 0/8 published

Publish these signals → /publishing