Newer Version Available

This content describes an older version of this product. View Latest

Set Up OAuth in Your Service Cloud Voice Connected App

If you want to use the InvokeSalesforceRestApiFunction Lambda function, set up OAuth in a Salesforce connected app.
  1. From Setup, enter Apps in the Quick Find box, and select App Manager. If you don’t already have a connected app for Amazon Connect, create a connected app.
  2. Click Edit in the dropdown menu.
  3. Click Enable OAuth Settings.
  4. For the Callback URL, enter: http://localhost:1717/OauthRedirect
  5. Select Use digital signatures and upload your self-signed certificate file.
  6. For the Selected OAuth Scopes, ensure that the following scopes are selected.
    • Access and manage your data (api)
    • Perform requests on your behalf at any time (refresh_token, offline_acess)
  7. Save your settings.
  8. From the saved connected app with OAuth, copy the Consumer Key, which is needed on the Amazon Connect instance.

    Connected app consumer key