You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.`https://account-d.docusign.com` for a developer account.
58
-
2.`https://account.docusign.com` for production account.
59
-
- Replace `<YOUR_INTEGRATION_KEY>` with your Integration Key (Client ID).
60
-
- Replace `<YOUR_REDIRECT_URI>` with your redirect URI, such as `http://localhost/`.
61
-
2. Open the constructed URI in an embedded browser.
62
-
3. The user will be prompted to log in to their Docusign account (if not already logged in) and grant consent for your application to impersonate them with the specified scopes.
63
-
4. After consent is granted, Docusign will redirect the user's browser to your specified redirect URI with extra information in the URL, indicating successful consent without needing to use the extra parameters directly.
64
-
65
-
66
-
**Note:**
67
-
- For a localhost URI, the redirect will occur on the same page.
68
-
- The impersonated user must be a Docusign administrator or have the Security Reports Administrator permissions profile. For information about permission profiles, see [Docusign Administrator Permission Profiles][6] in the Organization Administrators topic.
69
-
- To ingest data from a [production account][7], complete the [Docusign go-live process][4]. After the go-live process, follow the [account setup steps](#set-up-your-account) to generate configuration information for your production account.
70
-
71
-
### Configure the Docusign Datadog integration
72
-
73
-
1. Navigate to `Docusign`.
74
-
2. Add your Docusign credentials.
75
-
76
-
| Docusign Parameters | Description |
77
-
| --------------------- |------------ |
78
-
| Account Type | Dropdown to select between different types of Docusign accounts (for example, developer or production) |
79
-
| Docusign Account Name | The name associated with the Docusign account (case sensitive) |
80
-
| User Id | A GUID value that uniquely identifies a Docusign user |
81
-
| Integration Key | A unique GUID that identifies a Docusign integration |
82
-
| RSA Private Key | A cryptographic key for signing JWT tokens for secure API authentication |
11
+
12
+
### Prerequisites
13
+
14
+
- Docusign Developer Account
15
+
- Docusign account with a plan that includes Docusign Monitor
16
+
17
+
18
+
### Generate API credentials in Docusign
19
+
20
+
1. Log in to [Developer Admin Console][2].
21
+
2. Get your **Account Name** from the **Account Profile** page.
22
+
3. Access the **Apps and Keys** page under the **Integrations** section.
23
+
4. Obtain the **User ID** from the **My Account Information** section.
24
+
5. Click on **Add App and Integration Key** button.
25
+
6. Provide an App Name and click **Create App**.
26
+
7. Get your **Integration Key** from the General Info section.
27
+
8. Click on **Generate RSA**, to get **RSA Private Key**.
28
+
9. Click on **ADD URI**, set Redirect URI to `http://localhost/`.
29
+
10. Click on **Save** button.
30
+
11. Perform application consent by opening the accompanying Sample URL after replacing the placeholders
-`<BASE_URI>`: Use `https://account-d.docusign.com` for Developer or `https://account.docusign.com` for Production.
33
+
-`<YOUR_INTEGRATION_KEY>`: Replace with your Integration Key (Client ID) obtained previously.
34
+
-`<YOUR_REDIRECT_URI>`: Replace with your redirect URI, e.g., `http://localhost/`.
35
+
- Sign in to your account if prompted to
36
+
- Click on **Allow Access**
37
+
- Note: _After selecting Accept, the browser will display a message saying that it can't load the page. You can safely ignore this page and close the tab._
38
+
12. To test the integration with Developer account, select `Developer` option for the **Account Type** configuration parameter of the integration.
39
+
13. Perform the [Go-Live][3] process for the App to access the [Production Account][4].
40
+
14. Navigate to the Admin console and perform steps 2 to 10 and update the respective configuration parameters for the integration.
41
+
42
+
43
+
### Connect your Docusign Account to Datadog
44
+
45
+
1. Add your Account Type, Docusign Account Name, User Id, Integration Key, and RSA Private Key
46
+
|Parameters|Description|
47
+
|--------------------|--------------------|
48
+
|Account Type|Dropdown to select the type of Docusign account (e.g., Developer or Production).|
49
+
|Docusign Account Name|The name associated with the Docusign account (case sensitive).|
50
+
|User ID |A GUID value that uniquely identifies a Docusign user.|
51
+
|Integration Key|A unique GUID that identifies a Docusign integration.|
52
+
|RSA Private Key|A cryptographic key for signing JWT tokens for secure API authentication.|
53
+
2. Click the Save button to save your settings.
83
54
84
55
## Data Collected
85
56
@@ -97,13 +68,10 @@ The Docusign integration does not include any events.
97
68
98
69
## Support
99
70
100
-
For further assistance, contact [Datadog Support][8].
71
+
For further assistance, contact [Datadog Support][5].
0 commit comments