Before You Install the Recipes

You must perform the following configuration tasks on your DocuSign instance in order to connect to it usingOracle Integration and successfully create a draft envelope or retrieve the status of an existing DocuSign envelope.

Configure DocuSign

To connect to DocuSign from Oracle Integration, you must create an OAuth application on your DocuSign instance and obtain access keys for the application.

  1. Log in to your DocuSign Developer account at https://appdemo.docusign.com/home.
  2. Click the Settings tab on the title bar.
  3. On the resulting page, scroll to the INTEGRATIONS section in the left navigation menu, and click Apps and Keys.
  4. On the Apps and Keys page, click ADD APP AND INTEGRATION KEY.
  5. In the Add Integration Key dialog, enter a name for the app and click CREATE APP.
  6. On the app's page:
    1. Under the General Info section, copy the Integration Key displayed using the Copy to clipboard icon.
    2. In the Authentication section:
      1. Under User Application, select Authorization Code Grant.
      2. Under Secret Keys, click ADD SECRET KEY. After the secret key is added, copy its value using the Copy to clipboard icon.
    3. In the Additional settings section, under Redirect URIs, click ADD URI and enter the following redirect URI.
      https://{OIC_HOST}:{OIC_SSL_PORT}/icsapis/agent/oauth/callback

      Replace OIC_HOST and OIC_SSL_PORT with values specific to your Oracle Integration instance.

    4. Click Save.
    You're redirected back to the Apps and Keys page. The newly created app is displayed under the Apps and Integration Keys section.
  7. Optionally, on the Apps and Keys page, get the API account ID of your DocuSign account. You'll require this ID if you want to log in to multiple accounts for a given user.
    Under the My Account Information section, copy the API Account ID displayed using the corresponding Copy to clipboard icon.
  8. Get the DocuSign account ID.
    1. Click the profile image in the upper-right corner of the page.
    2. In the menu that displays, note the account ID under your name.