> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boxd.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# DocuSign

> DocuSign provides eSignature and digital agreement solutions, enabling businesses to send, sign, track, and manage documents electronically

DocuSign provides eSignature and digital agreement solutions, enabling businesses to send, sign, track, and manage documents electronically

`docusign` · **338 tools** · no triggers

## Connect it

```bash theme={"theme":"github-dark"}
run auth docusign
run auth docusign --scope team    # shared with the organization
```

Or from the [Integrations page](https://app.boxd.sh/integrations) in the console. See [Connections](/guides/integrations/connections) for personal versus shared, and who may remove one.

## Use it

```bash theme={"theme":"github-dark"}
run docusign          # common commands
run docusign --all    # every command
```

```ts theme={"theme":"github-dark"}
import { docusign } from "@boxd/run";
```

## Common tools

| Tool                                  | What it does                                                                                                                                            |
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `add-contacts-to-contacts-list`       | Adds multiple contacts to a user's contacts list in DocuSign.                                                                                           |
| `create-envelope-from-template`       | Creates a signing envelope from a pre-existing DocuSign template.                                                                                       |
| `get-envelope`                        | Gets the status and basic information about an envelope from DocuSign.                                                                                  |
| `get-envelope-doc-gen-form-fields`    | Retrieves document generation form fields from an envelope's documents.                                                                                 |
| `get-envelope-document-fields`        | Retrieves custom document fields from a specific document within a DocuSign envelope.                                                                   |
| `get-template`                        | Gets a template definition from the specified account. You can include additional template attributes in the response by using the include parameter... |
| `list-all-templates`                  | Gets the definition of a template or templates in the specified account.                                                                                |
| `list-oauth-userinfo`                 | Tool to retrieve authenticated user's account information from DocuSign OAuth.                                                                          |
| `send-envelope`                       | Sends a draft envelope by updating its status to 'sent'. Example envelope\_id format: '93be49ab-xxxx-xxxx-xxxx-f752070d71ec'                            |
| `update-envelope-doc-gen-form-fields` | This method dynamically generates an envelope's documents by populating its sender fields.                                                              |

<Accordion title="All 338 tools" icon="list">
  | Tool                                                 | What it does                                                                                                                                                           |
  | ---------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `add-contacts-to-contacts-list`                      | Adds multiple contacts to a user's contacts list in DocuSign.                                                                                                          |
  | `add-email-overrides-to-envelope`                    | Adds or modifies email override settings for a specific DocuSign envelope, allowing customization of the reply-to email address and name, as well as...                |
  | `add-envelope-attachments`                           | Adds one or more envelope attachments to a draft or in-process envelope in DocuSign.                                                                                   |
  | `add-existing-brand-to-group`                        | This endpoint adds one or more existing brands to a specified group in DocuSign.                                                                                       |
  | `add-file-to-workspace`                              | This endpoint adds a file to a specific folder within a DocuSign workspace.                                                                                            |
  | `add-members-to-signing-group`                       | This endpoint adds one or more new members to a specified signing group within a DocuSign account.                                                                     |
  | `add-new-users-to-specified-account`                 | This endpoint adds new users to a specified DocuSign account, allowing bulk creation of up to 500 users in a single call.                                              |
  | `add-or-update-account-stamps`                       | Add or update account-level stamps (Japanese Hanko-style stamps) in DocuSign.                                                                                          |
  | `add-or-update-user-custom-settings`                 | Adds or updates custom user settings for a specified DocuSign user.                                                                                                    |
  | `add-or-update-user-signature`                       | This endpoint allows you to add or update a user's signature in DocuSign.                                                                                              |
  | `add-part-to-chunked-upload`                         | Adds a chunk or part to an existing chunked upload in DocuSign.                                                                                                        |
  | `add-step-to-envelope-workflow`                      | This endpoint adds a new step to an existing envelope's workflow in DocuSign.                                                                                          |
  | `add-templates-to-document-in-envelope`              | This endpoint adds pre-configured templates to a specific document within an existing envelope in DocuSign.                                                            |
  | `add-templates-to-envelope`                          | This endpoint adds templates to an existing DocuSign envelope.                                                                                                         |
  | `add-user-signature-and-initials-images`             | Add or update a user's signature and initials images in DocuSign.                                                                                                      |
  | `add-users-to-existing-group`                        | Adds one or more existing DocuSign users to an existing group within a specified account.                                                                              |
  | `apply-action-to-bulk-send-envelopes`                | This endpoint allows users to apply specific actions (resend, correct, or void) to all envelopes within a specified DocuSign bulk send batch.                          |
  | `change-users-in-account`                            | This endpoint allows you to update information for one or more users within a DocuSign account.                                                                        |
  | `close-users-in-account`                             | Closes one or more users in a DocuSign account, preventing them from accessing account features without permanently deleting them.                                     |
  | `commit-chunked-upload-for-envelopes`                | This endpoint commits a chunked upload in DocuSign, finalizing the upload process and preparing the uploaded content for use in other API calls.                       |
  | `configure-cloud-storage-redirect-url`               | Configures the OAuth redirect URL for one or more cloud storage providers (Box, Dropbox, GoogleDrive, SkyDrive/OneDrive, Salesforce) for a specific user in DocuSign.  |
  | `create-account-custom-field`                        | Creates a new custom field at the account level in DocuSign, making it available for all new envelopes associated with the account.                                    |
  | `create-collaborative-workspace`                     | Creates a new collaborative workspace in DocuSign for document management and team collaboration.                                                                      |
  | `create-bcc-email-archive-configuration`             | Creates a BCC email archive configuration for a DocuSign account, enabling automatic archiving of DocuSign-generated emails.                                           |
  | `create-brand-profiles-for-account`                  | Creates a new brand profile for a DocuSign account to customize the signing and sending experience with your organization's visual identity and branding elements.     |
  | `create-bulk-send-request`                           | Initiates a bulk send process in DocuSign to send a single template or envelope to multiple recipients in a single batch operation.                                    |
  | `create-bulk-send-test-request`                      | This endpoint creates a Bulk Send Test Request to validate the compatibility between a bulk send list and an envelope or template for DocuSign's bulk sending feature. |
  | `create-connect-configuration-for-account`           | This endpoint creates a custom Connect configuration for a specified DocuSign account, enabling webhook notifications for envelope and recipient events.               |
  | `create-custom-document-fields-in-envelope`          | Creates custom document fields in an existing envelope document within DocuSign.                                                                                       |
  | `create-custom-fields-for-envelope`                  | This endpoint allows you to create or update custom fields for a specific DocuSign envelope.                                                                           |
  | `create-custom-fields-in-template-document`          | Creates custom document fields in an existing template document within DocuSign.                                                                                       |
  | `create-custom-tab-with-properties`                  | Creates a custom tab with pre-defined properties for use in DocuSign envelopes.                                                                                        |
  | `create-document-responsive-html-preview`            | Creates a responsive HTML preview for a specific document in an envelope.                                                                                              |
  | `create-envelope-from-template`                      | Creates a signing envelope from a pre-existing DocuSign template.                                                                                                      |
  | `create-groups-for-account`                          | Creates one or more groups for a specified DocuSign account.                                                                                                           |
  | `create-idproof-resource-token-for-recipient`        | Generates a 2-minute resource token to access recipient identity verification data via DocuSign's ID Evidence API. **Requirements:** Recipient must...                 |
  | `create-new-account-permission-profile`              | This endpoint creates a new permission profile for a DocuSign account, defining specific sets of permissions for user groups.                                          |
  | `create-notary-jurisdiction-object`                  | Registers a notary jurisdiction for the current DocuSign user, enabling electronic notarizations for a specific U.S. state.                                            |
  | `create-or-update-user-authorizations`               | Creates or updates user authorizations in DocuSign, allowing an agent user to perform actions on behalf of a principal user.                                           |
  | `create-preview-of-responsive-html`                  | Creates a preview of the responsive HTML version of a specific template document in DocuSign.                                                                          |
  | `create-preview-of-responsive-html-in-envelope`      | Creates a preview of the responsive HTML versions of all documents in an envelope, allowing users to review how PDF documents will appear as...                        |
  | `create-recipient-manual-review-link`                | Creates a URL for manually reviewing a recipient's identity in DocuSign.                                                                                               |
  | `create-recipient-preview-for-envelope`              | Creates a URL for previewing the recipient's view of a draft envelope or template.                                                                                     |
  | `create-recipient-view-url`                          | Creates a URL for embedding the DocuSign recipient view UI within an application, allowing users to sign documents directly in the app.                                |
  | `create-sender-view-url-for-envelope`                | Creates a URL for the sender view of a DocuSign envelope, enabling the embedding of DocuSign UI within an external application.                                        |
  | `create-signing-group`                               | Creates one or more signing groups in a DocuSign account. This endpoint allows account administrators to set up predefined groups of recipients for document signing.  |
  | `create-template-document-custom-fields`             | Creates custom fields on a DocuSign template to capture additional metadata.                                                                                           |
  | `create-template-recipient-preview-url`              | Generate a preview URL showing how a template will appear to recipients.                                                                                               |
  | `create-template-responsive-html-preview`            | Creates a preview of the responsive HTML versions of all documents associated with a DocuSign template.                                                                |
  | `create-template-workflow-step`                      | Adds a new workflow step to an existing DocuSign template. This action enables sophisticated document routing automation within templates, including...                |
  | `create-urlfor-template-edit-view`                   | Creates a URL for embedding the DocuSign Template Edit view within an application.                                                                                     |
  | `create-user-authorization-for-agent-user`           | Creates a user authorization in DocuSign, enabling an agent user to perform specific actions on behalf of a principal user within the same account.                    |
  | `delete-account-brand`                               | This endpoint deletes a specific brand from a DocuSign account.                                                                                                        |
  | `delete-account-custom-field`                        | Deletes an existing account custom field from a DocuSign account.                                                                                                      |
  | `delete-account-permission-profile`                  | This endpoint deletes a specific permission profile from a DocuSign account.                                                                                           |
  | `delete-account-stamp`                               | Deletes a specific account stamp (signature) from a DocuSign account.                                                                                                  |
  | `delete-bcc-email-archive-configuration`             | This endpoint deletes a BCC (Blind Carbon Copy) email archive configuration from a specified DocuSign account.                                                         |
  | `delete-brand-from-group`                            | This endpoint allows users to delete one or more brands from a specified group within a DocuSign account.                                                              |
  | `delete-brand-logo-by-type`                          | This endpoint deletes a specific logo from an account brand in DocuSign.                                                                                               |
  | `delete-brand-profiles`                              | This endpoint allows you to delete one or more brand profiles from a DocuSign account.                                                                                 |
  | `delete-chunked-upload`                              | Deletes a chunked upload that has been committed but not yet consumed in the DocuSign system.                                                                          |
  | `delete-connect-configuration`                       | Deletes a specified DocuSign Connect configuration from the given account.                                                                                             |
  | `delete-connect-failure-log-entry`                   | Deletes one or all Connect failure log entries for a specified DocuSign account.                                                                                       |
  | `delete-connect-log-entries`                         | Deletes Connect log entries for a DocuSign account. This endpoint allows account administrators to manage and clean up Connect event logs, which...                    |
  | `delete-connect-oauth-configuration`                 | Deletes the Connect OAuth configuration for a specified DocuSign account.                                                                                              |
  | `delete-contact-from-account`                        | Deletes a specific contact from a DocuSign account. This endpoint should be used when you need to remove a contact's information from an account's address book.       |
  | `delete-custom-document-fields`                      | Deletes custom document fields from an existing envelope document in DocuSign.                                                                                         |
  | `delete-custom-document-fields-from-template`        | Deletes specified custom document fields from an existing template document in DocuSign.                                                                               |
  | `delete-custom-fields-in-template`                   | Deletes specified custom fields from a DocuSign template. This action removes envelope-level custom fields (both list and text types) that are no...                   |
  | `delete-custom-tab-information`                      | Deletes a specified custom tab from a DocuSign account. This endpoint should be used when you need to remove a custom tab that is no longer needed or is obsolete.     |
  | `delete-custom-user-settings`                        | Deletes specified custom user settings for a DocuSign user by their names.                                                                                             |
  | `delete-delayed-routing-rule-for-envelope-step`      | This endpoint deletes the delayed routing object for a specific envelope's workflow step in DocuSign.                                                                  |
  | `delete-delayed-routing-rules-for-template`          | Deletes the delayed routing rules for a specific template workflow step in DocuSign.                                                                                   |
  | `delete-draft-envelope-attachments`                  | Deletes one or more envelope attachments from a draft envelope in DocuSign.                                                                                            |
  | `delete-enote-configuration`                         | Deletes an existing eNote configuration associated with a specific DocuSign account.                                                                                   |
  | `delete-envelope-custom-fields`                      | This endpoint deletes envelope custom fields for draft and in-process envelopes in DocuSign.                                                                           |
  | `delete-envelope-email-settings`                     | Deletes all existing email override settings for a specific envelope in DocuSign.                                                                                      |
  | `delete-envelope-lock`                               | Deletes the lock from a specified envelope, allowing it to be modified again. **Important Requirements:** - Only the user who originally locked the...                 |
  | `delete-envelope-scheduled-sending-rules`            | Deletes the scheduled sending rules for a specific envelope's workflow in DocuSign.                                                                                    |
  | `delete-envelope-transfer-rule`                      | Deletes a specific envelope transfer rule from a DocuSign account.                                                                                                     |
  | `delete-envelope-workflow-definition`                | This endpoint deletes the workflow definition for a specified envelope in DocuSign.                                                                                    |
  | `delete-envelope-workflow-step`                      | Deletes a specific workflow step from an envelope in DocuSign.                                                                                                         |
  | `delete-existing-workspace-logically`                | Marks a DocuSign workspace as deleted by changing its status to "status\_deleted".                                                                                     |
  | `delete-members-from-signing-group`                  | Removes one or more members from a specified DocuSign signing group.                                                                                                   |
  | `delete-multiple-contacts-from-account`              | Deletes multiple contacts associated with a specific DocuSign account.                                                                                                 |
  | `delete-notary-jurisdiction`                         | Deletes a specified notary jurisdiction from the DocuSign system.                                                                                                      |
  | `delete-one-or-more-signing-groups`                  | Deletes one or more signing groups from a specified DocuSign account.                                                                                                  |
  | `delete-page-from-document-in-envelope`              | Deletes a specific page from a document within a DocuSign envelope.                                                                                                    |
  | `delete-page-from-template-document`                 | Deletes a specific page from a document within a DocuSign template.                                                                                                    |
  | `delete-power-form-by-id`                            | This endpoint deletes a specific PowerForm identified by its unique ID within a DocuSign account.                                                                      |
  | `delete-request-log-files`                           | Deletes all request log files for the authenticated user in DocuSign.                                                                                                  |
  | `delete-scheduled-sending-rules`                     | Deletes all scheduled sending rules associated with a specific DocuSign template's workflow.                                                                           |
  | `delete-signature-for-captive-recipients`            | Deletes the signature for one or more captive (embedded) recipients in DocuSign.                                                                                       |
  | `delete-specific-connect-log-entry`                  | Deletes a specified entry or all entries from the DocuSign Connect log for a given account.                                                                            |
  | `delete-specified-account`                           | Deletes (closes) a specified DocuSign account. This operation permanently closes the account and can only be performed by an account admin.                            |
  | `delete-stamp-image-for-account`                     | This endpoint deletes a specific stamp image associated with an account signature in DocuSign.                                                                         |
  | `delete-template-from-envelope-document`             | Deletes a template from a document within an envelope. Removes a previously applied template from a specific document.                                                 |
  | `delete-template-lock`                               | Deletes the lock from a specified DocuSign template, releasing it for editing by others. **Important Requirements:** - The lock token is required to...                |
  | `delete-template-workflow-step`                      | Deletes a specific workflow step from a template's workflow definition in DocuSign.                                                                                    |
  | `delete-user-auth-for-cloud-storage-providers`       | This endpoint deletes the user authentication information for one or more cloud storage providers associated with a specific DocuSign user account.                    |
  | `delete-user-authorization`                          | Deletes a specific user authorization within the DocuSign system.                                                                                                      |
  | `delete-user-authorizations`                         | The DeleteUserAuthorizations endpoint is used to remove one or more user authorizations for a specified principal user within a DocuSign account.                      |
  | `delete-user-cloud-storage-authentication`           | This endpoint deletes the user authentication information for a specified cloud storage provider in DocuSign.                                                          |
  | `delete-user-group`                                  | Deletes one or more existing user groups from a specified DocuSign account.                                                                                            |
  | `delete-user-initials-or-signature-image`            | This endpoint deletes a specified initials image or signature image for a user in DocuSign.                                                                            |
  | `delete-user-profile-image`                          | Deletes the profile image of a specified user within a DocuSign account.                                                                                               |
  | `delete-users-from-group`                            | Deletes one or more users from a specified group within a DocuSign account.                                                                                            |
  | `delete-workflow-definition-for-template`            | Deletes the workflow definition associated with a specific template in DocuSign.                                                                                       |
  | `delete-workspace-files-or-folders`                  | This endpoint allows for the deletion of one or more files or sub-folders from a DocuSign workspace folder or root.                                                    |
  | `deprecated-endpoint-for-tab-blob`                   | This deprecated endpoint is used to update tab-related data (tab blobs) within a specific envelope in a DocuSign account.                                              |
  | `export-brand-to-xmlfile`                            | Exports a DocuSign brand's configuration as an XML string. Use this action to retrieve comprehensive brand data including brand ID, name, company...                   |
  | `fetch-recipient-names-for-email`                    | Retrieves a list of all names associated with a specified email address in DocuSign.                                                                                   |
  | `generate-edit-view-urlfor-envelope`                 | Generates a URL for accessing and editing an existing envelope within the DocuSign UI, allowing for embedded editing functionality in external applications.           |
  | `generate-envelope-correction-url`                   | Generates a URL that allows embedding the envelope correction view of the DocuSign UI within an application.                                                           |
  | `generate-recipient-shared-view-url`                 | Generates a URL for embedding the DocuSign recipient view of a shared envelope in your application.                                                                    |
  | `get-account-billing-charges-list`                   | Retrieves a detailed list of recurring and usage charges for a specified DocuSign account.                                                                             |
  | `get-account-password-rules`                         | Retrieves the current password rules and security settings for a specified DocuSign account.                                                                           |
  | `get-account-stamp-image`                            | Retrieves the image file for a specific account stamp, signature, or initials in DocuSign.                                                                             |
  | `get-agent-user-authorizations`                      | Returns the authorizations for which the specified user is the agent user.                                                                                             |
  | `get-bcc-email-archive-configurations`               | Retrieves a list of BCC (Blind Carbon Copy) email archive configurations associated with a specified DocuSign account.                                                 |
  | `get-bccemail-archive-history`                       | Retrieves the history of changes made to a specific BCC email archive configuration for a DocuSign account.                                                            |
  | `get-brand-logo-by-type`                             | Retrieves a specific logo used in a brand for a DocuSign account.                                                                                                      |
  | `get-brands-information-for-group`                   | Retrieves detailed brand information associated with a specific group within a DocuSign account.                                                                       |
  | `get-bulk-send-batch-status`                         | Get the status and progress of a DocuSign bulk send batch operation.                                                                                                   |
  | `get-bulk-send-lists-information`                    | Retrieves a list of Bulk Send Lists belonging to the current user in a specified DocuSign account.                                                                     |
  | `get-account-contacts`                               | Retrieves detailed information about a specific contact from a DocuSign account's address book.                                                                        |
  | `get-downgrade-plan-info-for-account`                | Retrieves detailed billing information related to a downgrade request for a specific DocuSign account.                                                                 |
  | `get-electronic-disclosure-for-recipient`            | Retrieves the HTML-formatted Electronic Record and Signature Disclosure (ERSD) for a specific envelope recipient in DocuSign.                                          |
  | `get-electronic-record-and-signature-disclosure`     | Retrieves the HTML-formatted Electronic Record and Signature Disclosure (ERSD) associated with a specific DocuSign account.                                            |
  | `get-enote-integration-settings`                     | Retrieves the eNote integration settings for a specified DocuSign account.                                                                                             |
  | `get-envelope`                                       | Gets the status and basic information about an envelope from DocuSign.                                                                                                 |
  | `get-envelope-doc-gen-form-fields`                   | Retrieves document generation form fields from an envelope's documents.                                                                                                |
  | `get-envelope-document-fields`                       | Retrieves custom document fields from a specific document within a DocuSign envelope.                                                                                  |
  | `get-envelope-lock-information`                      | Retrieves general information about an envelope lock in DocuSign.                                                                                                      |
  | `get-envelope-notification-defaults`                 | Retrieves the default email notification settings for envelopes at the account level.                                                                                  |
  | `get-envelope-workflow-definition`                   | Retrieves the workflow definition for a specified envelope in DocuSign.                                                                                                |
  | `get-envelope-workflow-delayed-routing-definition`   | Retrieves the delayed routing rules for a specific workflow step within a DocuSign envelope.                                                                           |
  | `get-groups-information-for-account`                 | Retrieves detailed information about groups associated with a specific DocuSign account.                                                                               |
  | `get-list-of-account-permission-profiles`            | This endpoint retrieves a comprehensive list of permission profiles associated with a specified DocuSign account.                                                      |
  | `get-members-of-signing-group`                       | Retrieves the list of members in a specified DocuSign Signing Group.                                                                                                   |
  | `get-notary-journals`                                | Tool to retrieve notary journal entries for the current user.                                                                                                          |
  | `get-notary-jurisdiction-object`                     | Retrieves detailed information about a specific notary jurisdiction for the authenticated user.                                                                        |
  | `get-notary-user-settings`                           | Retrieves notary settings and configuration for the currently authenticated user.                                                                                      |
  | `get-original-html-definition-for-template`          | Retrieves the original HTML definition for a specified DocuSign template.                                                                                              |
  | `get-page-image-from-envelope`                       | Retrieves an image of a specific page from a document within a DocuSign envelope.                                                                                      |
  | `get-pdftranscript-of-envelope-comments`             | Retrieves a PDF transcript containing all comments added by senders and recipients to documents within a specific envelope in a DocuSign account.                      |
  | `get-permission-profile-for-account`                 | This endpoint retrieves detailed information about a specific permission profile in a DocuSign account.                                                                |
  | `get-power-form-senders`                             | Retrieves a list of users who have sent PowerForms within a specified DocuSign account.                                                                                |
  | `get-recipient-document-visibility`                  | Retrieves document visibility settings for a specific recipient within a DocuSign envelope.                                                                            |
  | `get-request-logging-log-file`                       | Downloads the complete log file for a specific API request from DocuSign's Diagnostics service.                                                                        |
  | `get-request-logs`                                   | Retrieves a list of API request log entries as a JSON object.                                                                                                          |
  | `get-request-log-settings`                           | Tool to retrieve current API request logging settings for the authenticated user.                                                                                      |
  | `get-resource-information`                           | Retrieves the base resources available for the DocuSign eSignature REST API.                                                                                           |
  | `get-service-information`                            | Gets the current version and other information about the DocuSign eSignature REST API.                                                                                 |
  | `get-signature-information-for-recipient`            | Retrieves signature information for a specific recipient in a DocuSign envelope.                                                                                       |
  | `get-signing-group-information`                      | Retrieves detailed information about a specific signing group in a DocuSign account.                                                                                   |
  | `get-specific-brand-resource-file`                   | Retrieves a specific branding resource file (XML format) for customizing DocuSign experiences.                                                                         |
  | `get-specified-account-stamp-info`                   | Retrieves detailed information about a specific account stamp (signature) in DocuSign.                                                                                 |
  | `get-supported-languages-for-recipients`             | Retrieves a comprehensive list of supported languages that can be set for individual recipients when creating a DocuSign envelope.                                     |
  | `get-tabs-blob-for-envelope`                         | This deprecated endpoint retrieves the tabs blob associated with a specific envelope in DocuSign.                                                                      |
  | `get-tab-settings-for-account`                       | Retrieves the current tab settings and functionality enabled for a specific DocuSign account.                                                                          |
  | `get-template`                                       | Gets a template definition from the specified account. You can include additional template attributes in the response by using the include parameter...                |
  | `get-template-delayed-routing-rules`                 | Retrieves the delayed routing rules for a specific workflow step within a DocuSign template.                                                                           |
  | `get-template-document-html-definition`              | Retrieves the HTML definition for a specific document within a DocuSign template.                                                                                      |
  | `get-template-lock-information`                      | Retrieves lock information for a DocuSign template. Returns details about an existing template lock including the lock token, duration, expiration...                  |
  | `get-template-notification-information`              | Retrieves the envelope notification, reminders, and expiration information for an existing template in DocuSign.                                                       |
  | `get-template-recipient-document-visibility`         | Retrieves document visibility settings for a specific recipient in a DocuSign template.                                                                                |
  | `get-template-scheduled-sending-settings`            | Retrieves the scheduled sending settings for a specified DocuSign template.                                                                                            |
  | `get-templates-for-envelope-document`                | Retrieves the templates associated with a specific document within a DocuSign envelope.                                                                                |
  | `get-templates-used-in-envelope`                     | This endpoint retrieves a list of server-side templates used in a specific DocuSign envelope.                                                                          |
  | `get-unsupported-file-types-list`                    | Retrieves the list of file types (extensions and MIME types) that DocuSign does not support for upload.                                                                |
  | `get-urlfor-embedding-ui`                            | Generate a URL to embed the DocuSign console view within your application.                                                                                             |
  | `get-user-authorization-details`                     | Retrieves detailed information about a specific user authorization in DocuSign.                                                                                        |
  | `get-user-authorizations-for-principal`              | Retrieves user authorizations for a specified principal user within a DocuSign account.                                                                                |
  | `get-user-cloud-storage-provider-configuration`      | Retrieves the cloud storage provider configuration for a specific cloud storage service (identified by serviceId) for a user within a DocuSign account.                |
  | `get-user-information-by-id`                         | Retrieves detailed information about a specific user within a DocuSign account.                                                                                        |
  | `get-users-in-group`                                 | Retrieves a paginated list of users belonging to a specific group within a DocuSign account.                                                                           |
  | `get-watermark-details-for-account`                  | Retrieves and previews the watermark details for a specific DocuSign account.                                                                                          |
  | `get-workflow-step-for-envelope`                     | Retrieves detailed information about a specific workflow step for a DocuSign envelope.                                                                                 |
  | `get-workspace-file`                                 | Retrieves a binary version of a file from a DocuSign workspace.                                                                                                        |
  | `get-workspace-folder-contents`                      | Retrieves the contents of a specific workspace folder in DocuSign, including sub-folders and files.                                                                    |
  | `initiate-new-chunked-upload`                        | Initiates a new chunked upload in DocuSign by sending the first part of the content.                                                                                   |
  | `list-all-templates`                                 | Gets the definition of a template or templates in the specified account.                                                                                               |
  | `list-billing-invoices`                              | Retrieves a list of billing invoices for a specified DocuSign account.                                                                                                 |
  | `list-brands-for-account`                            | Retrieves a comprehensive list of brands associated with a DocuSign account, including default brand profiles.                                                         |
  | `list-bulk-send-batch-summaries`                     | Retrieves a summary of bulk send batches for a DocuSign account.                                                                                                       |
  | `list-cloud-storage-items`                           | Retrieves a list of items (files and folders) from a specific folder in a cloud storage provider integrated with DocuSign.                                             |
  | `list-envelope-and-document-custom-fields`           | Retrieves all account-level custom fields defined for a DocuSign account.                                                                                              |
  | `list-envelope-attachments-by-envelope-id`           | Retrieves a list of envelope attachments associated with a specified envelope in DocuSign.                                                                             |
  | `list-oauth-userinfo`                                | Tool to retrieve authenticated user's account information from DocuSign OAuth.                                                                                         |
  | `list-past-due-invoices`                             | Retrieves a list of past due invoices for a specified DocuSign account and indicates if payment can be made through the REST API.                                      |
  | `list-payment-gateway-accounts-info`                 | Retrieves a list of all payment gateway accounts associated with a specific DocuSign account, along with detailed information about each account.                      |
  | `list-registered-notary-jurisdictions`               | Retrieves a paginated list of registered notary jurisdictions for the current user, who must be a notary.                                                              |
  | `list-signature-providers-for-account`               | Retrieves a list of signature providers available for a specified DocuSign account.                                                                                    |
  | `list-users-for-account`                             | Retrieves a list of users for a specified DocuSign account. This endpoint allows for detailed querying of user information, including their account...                 |
  | `list-workspace-file-pages`                          | Retrieves a workspace file as rasterized pages from a DocuSign workspace.                                                                                              |
  | `list-workspaces`                                    | Retrieves a list of DocuSign workspaces and their associated information for a specified account.                                                                      |
  | `lock-envelope-for-editing`                          | This endpoint locks an envelope for editing, preventing other users or recipients from changing it.                                                                    |
  | `lock-template-for-editing`                          | Locks a specified DocuSign template for editing to prevent concurrent modifications.                                                                                   |
  | `modify-account-notification-settings`               | Updates the default email notification settings for envelope senders and signers in a DocuSign account.                                                                |
  | `modify-tab-settings-for-account`                    | This endpoint modifies the tab types and tab functionality that are enabled for a DocuSign account.                                                                    |
  | `post-payment-to-invoice`                            | Posts a payment to past due invoices for a DocuSign account.                                                                                                           |
  | `purchase-additional-envelopes`                      | This endpoint completes the purchase of additional envelopes for a DocuSign account through an internal workflow interaction with an envelope vendor.                  |
  | `queue-downgrade-billing-plan-request`               | Queues a downgrade request for a DocuSign account's billing plan.                                                                                                      |
  | `register-current-user-as-notary`                    | This endpoint registers the current user as a notary in DocuSign, enabling remote online notarization capabilities.                                                    |
  | `remove-bulk-send-list`                              | This endpoint deletes a specific bulk send list from a DocuSign account.                                                                                               |
  | `remove-group-sharing-permissions-for-template`      | Removes sharing permissions for specified member groups from a DocuSign template.                                                                                      |
  | `remove-templates-from-favorites`                    | Removes one or more templates from an account's list of favorite templates in DocuSign.                                                                                |
  | `remove-user-signature-information`                  | Removes the signature information for a specific user in DocuSign.                                                                                                     |
  | `republish-connect-data-for-envelope`                | Republishes Connect information for a specified envelope in DocuSign.                                                                                                  |
  | `republish-connect-info-for-envelopes`               | Republishes Connect webhook information for multiple DocuSign envelopes.                                                                                               |
  | `retrieve-account-billing-plan`                      | Retrieves detailed billing plan information for a specified DocuSign account.                                                                                          |
  | `retrieve-account-brand-information`                 | Retrieves detailed information about a specific brand associated with a DocuSign account.                                                                              |
  | `retrieve-account-envelope-purge-config`             | Retrieves the current envelope purge configuration for a specified DocuSign account.                                                                                   |
  | `retrieve-account-favorite-templates`                | Retrieves the list of favorite templates for a DocuSign account.                                                                                                       |
  | `retrieve-account-information-for-specified-account` | Retrieves comprehensive information for a specified DocuSign account, including account details, billing information, plan specifics, and optionally...                |
  | `retrieve-account-provisioning-info`                 | Retrieves the account provisioning information for a DocuSign account.                                                                                                 |
  | `retrieve-account-seal-providers`                    | Retrieves electronic seal providers (eSeals) available for a DocuSign account.                                                                                         |
  | `retrieve-account-settings-information`              | Retrieves the comprehensive account settings information for a specified DocuSign account.                                                                             |
  | `retrieve-account-signing-groups`                    | Retrieves a comprehensive list of all signing groups within a specified DocuSign account.                                                                              |
  | `retrieve-account-verification-workflows`            | Retrieves a list of Identity Verification workflows available for a DocuSign account.                                                                                  |
  | `retrieve-all-account-tabs`                          | Retrieves a comprehensive list of all tabs associated with a specified DocuSign account.                                                                               |
  | `retrieve-available-account-stamps`                  | Retrieves a list of stamps available in a DocuSign account. This endpoint allows users to fetch detailed information about various types of stamps...                  |
  | `retrieve-billing-invoice`                           | Retrieves a specific billing invoice for a DocuSign account, providing detailed information about charges and payment details.                                         |
  | `retrieve-billing-payment-info`                      | Retrieves detailed information for a specific billing payment in a DocuSign account.                                                                                   |
  | `retrieve-chunked-upload-metadata`                   | Retrieves metadata for a specific chunked upload in DocuSign.                                                                                                          |
  | `retrieve-cloud-storage-provider-configuration`      | Retrieves the list of cloud storage providers enabled for a specific user in a DocuSign account, along with their configuration information.                           |
  | `retrieve-connect-configuration-details`             | Retrieves detailed information for a specific DocuSign Connect configuration.                                                                                          |
  | `retrieve-connect-configurations`                    | Retrieves all Docusign Custom Connect definitions for a specified account.                                                                                             |
  | `retrieve-connect-failure-logs`                      | Retrieves the Connect failure log information for a specified DocuSign account.                                                                                        |
  | `retrieve-connect-log-entry`                         | Retrieves a specific Connect log entry for a DocuSign account.                                                                                                         |
  | `retrieve-connect-logs`                              | Retrieves the 100 most recent Connect log entries for a specified DocuSign account.                                                                                    |
  | `retrieve-connect-oauth-configuration`               | Retrieves the Connect OAuth configuration for a specified DocuSign account.                                                                                            |
  | `retrieve-credit-card-info`                          | This endpoint retrieves detailed credit card information associated with a specific DocuSign account.                                                                  |
  | `retrieve-custom-fields-for-envelope`                | Retrieves custom field metadata for a specified envelope. Custom fields are additional data points attached to envelopes that are NOT visible to document recipients.  |
  | `retrieve-custom-fields-for-template`                | This endpoint retrieves the custom document fields for an existing template document in DocuSign.                                                                      |
  | `retrieve-custom-tab-information`                    | Retrieves detailed information about a specific custom tab associated with a DocuSign account.                                                                         |
  | `retrieve-custom-user-settings`                      | Retrieves a list of custom user settings for a single user in DocuSign.                                                                                                |
  | `retrieve-default-disclosure-for-envelope`           | Retrieves the default HTML-formatted Electronic Record and Signature Disclosure (ERSD) for a specified envelope in DocuSign.                                           |
  | `retrieve-envelope-attachment`                       | Downloads a developer-only envelope attachment file from a DocuSign envelope.                                                                                          |
  | `retrieve-envelope-audit-events`                     | Retrieves the audit events for a specified envelope in DocuSign.                                                                                                       |
  | `retrieve-envelope-documents`                        | Retrieves one or more documents from a DocuSign envelope. This endpoint allows users to fetch a single document, all documents combined, or specific...                |
  | `retrieve-envelope-email-overrides`                  | Retrieves custom email settings for a specific DocuSign envelope.                                                                                                      |
  | `retrieve-envelope-html-definition`                  | Retrieves the original HTML definition used to generate the responsive HTML for a specific document within an envelope in a DocuSign account.                          |
  | `retrieve-envelope-notification-details`             | Retrieves the notification, reminder, and expiration settings for an existing envelope in DocuSign.                                                                    |
  | `retrieve-items-in-cloud-storage-folder`             | Retrieves a list of items (files and folders) from a specified folder in an integrated cloud storage provider.                                                         |
  | `retrieve-list-of-billing-plans`                     | Retrieves a comprehensive list of billing plans associated with a distributor in the DocuSign system.                                                                  |
  | `retrieve-payment-information-list`                  | Retrieves a list of payment information for a specific DocuSign account.                                                                                               |
  | `retrieve-pdf-from-specified-template`               | Retrieves one or more PDF documents from a specified DocuSign template.                                                                                                |
  | `retrieve-power-form-data-entries`                   | This endpoint retrieves data entries for a specific PowerForm within a DocuSign account.                                                                               |
  | `retrieve-properties-about-workspace`                | Retrieves detailed properties and information about a specific DocuSign workspace.                                                                                     |
  | `retrieve-shared-item-status-for-users`              | Retrieves shared item status for one or more users and types of items within a DocuSign account.                                                                       |
  | `retrieve-signer-signature-image-information`        | Retrieves the specified user's signature image from a DocuSign envelope.                                                                                               |
  | `retrieve-template-custom-fields`                    | Retrieves the custom document field information from an existing template in DocuSign.                                                                                 |
  | `retrieve-template-document-page-images`             | Retrieves and returns images of pages from a specified template document in DocuSign.                                                                                  |
  | `retrieve-template-page-image`                       | Retrieves a specific page image from a template document for display purposes.                                                                                         |
  | `retrieve-user-account-settings`                     | Retrieves a comprehensive list of account settings and email notification preferences for a specified user within a DocuSign account.                                  |
  | `retrieve-user-initials-image-for-envelopes`         | Retrieves the initials image that a recipient used when signing a DocuSign envelope.                                                                                   |
  | `retrieve-user-profile-image`                        | Retrieves the user profile picture for a specified user within a DocuSign account.                                                                                     |
  | `retrieve-user-profile-information`                  | This endpoint retrieves comprehensive user profile information for a specified user within a DocuSign account.                                                         |
  | `retrieve-user-signature-definitions`                | This endpoint retrieves the signature definitions for a specified user within a DocuSign account.                                                                      |
  | `retrieve-user-signature-image`                      | Retrieves a specified user's signature or initials image from DocuSign.                                                                                                |
  | `retrieve-user-signature-information`                | This endpoint retrieves the detailed structure and information of a single user signature within a DocuSign account.                                                   |
  | `retrieve-workflow-step-for-template`                | Retrieves detailed information about a specific workflow step for a DocuSign template.                                                                                 |
  | `return-all-connect-service-users`                   | Retrieves all users from the configured Connect service for a specific DocuSign account and Connect configuration.                                                     |
  | `return-brand-resource-metadata-for-account`         | Retrieves metadata about the branding resources associated with a specific DocuSign account and brand.                                                                 |
  | `return-envelope-tab-data-for-existing-envelope`     | Retrieves detailed form data from a DocuSign envelope, including the current values of form fields, recipient information, and envelope status.                        |
  | `return-scheduled-sending-rules-for-envelope`        | Get the scheduled sending configuration for a DocuSign envelope.                                                                                                       |
  | `returns-document-page-images-based-on-input`        | Retrieves images of document pages from a specific envelope in a DocuSign account.                                                                                     |
  | `return-template-workflow-definition`                | Retrieves the workflow definition for a specified DocuSign template.                                                                                                   |
  | `return-users-from-connect-service`                  | Retrieves users associated with a specific DocuSign Connect configuration.                                                                                             |
  | `revoke-envelope-correction-url`                     | This endpoint revokes the correction view URL for a specific envelope in DocuSign, effectively disabling the ability to make further corrections to the envelope.      |
  | `rotate-page-image-for-envelope`                     | This endpoint rotates a page image within a specific document of an envelope in DocuSign.                                                                              |
  | `rotate-template-page-image`                         | Rotates a page image within a DocuSign template for display purposes.                                                                                                  |
  | `send-envelope`                                      | Sends a draft envelope by updating its status to 'sent'. Example envelope\_id format: '93be49ab-xxxx-xxxx-xxxx-f752070d71ec'                                           |
  | `set-envelope-purge-config-for-account`              | Configures automatic envelope purge settings for a DocuSign account.                                                                                                   |
  | `set-initials-image-for-accountless-signer`          | This endpoint allows you to update the initials image for a signer who does not have a DocuSign account within a specific envelope.                                    |
  | `set-shared-access-for-users-and-templates`          | This endpoint sets shared access for users and templates in DocuSign.                                                                                                  |
  | `set-signature-image-for-no-account-signer`          | This endpoint updates the signature image for an accountless signer in a DocuSign envelope.                                                                            |
  | `set-templates-as-account-favorites`                 | This endpoint allows users to set one or more templates as account favorites in DocuSign.                                                                              |
  | `set-up-connect-oauth-configuration`                 | Sets up Connect OAuth configuration for a specified DocuSign account using a custom authorization server.                                                              |
  | `set-user-signature-image`                           | Sets or updates a user's signature image, initials, or stamp in their DocuSign account.                                                                                |
  | `share-template-with-group`                          | This endpoint allows you to share a DocuSign template with a specified members group.                                                                                  |
  | `submit-batch-historical-envelopes-to-webhook`       | This endpoint submits a batch of existing envelopes to a specified webhook for historical publishing.                                                                  |
  | `toggle-api-request-logging`                         | This endpoint enables or disables API request logging for troubleshooting purposes in DocuSign.                                                                        |
  | `update-account-brand-settings`                      | The UpdateAccountBrandSettings endpoint modifies or replaces an existing brand configuration for a DocuSign account.                                                   |
  | `update-account-custom-field`                        | This endpoint updates an existing account custom field in DocuSign.                                                                                                    |
  | `update-account-password-rules`                      | This endpoint updates the password rules for a DocuSign account.                                                                                                       |
  | `update-account-settings`                            | Updates various settings for a specified DocuSign account. This endpoint allows administrators to configure a wide range of account-level options...                   |
  | `update-account-stamp-by-id`                         | This endpoint allows you to update an existing account stamp (signature) in DocuSign.                                                                                  |
  | `update-account-stamps`                              | Update existing account stamps (signatures) in a DocuSign account.                                                                                                     |
  | `update-account-watermark-information`               | This endpoint updates the watermark settings for a specified DocuSign account.                                                                                         |
  | `update-account-watermark-preview`                   | Updates and previews watermark settings for a DocuSign account before applying them.                                                                                   |
  | `update-billing-plan-for-account`                    | Updates billing plan information, address, and payment details for a DocuSign account.                                                                                 |
  | `update-bulk-send-batch-name`                        | Updates the name of an existing DocuSign bulk send batch. This action allows you to rename a specific bulk send batch for better organization and identification.      |
  | `update-connect-oauth-configuration`                 | This endpoint updates an existing Connect OAuth Configuration for a DocuSign account.                                                                                  |
  | `update-contacts-information`                        | This endpoint updates one or more contacts associated with a DocuSign account.                                                                                         |
  | `update-custom-fields-in-envelope-document`          | This endpoint allows you to update existing custom document fields in a specific document within an envelope in DocuSign.                                              |
  | `update-custom-tab-information-for-account`          | This endpoint updates the information for a custom tab associated with a specific DocuSign account.                                                                    |
  | `update-document-visibility-recipients`              | Updates document visibility settings for multiple recipients in a DocuSign envelope.                                                                                   |
  | `update-connect-configuration`                       | This endpoint updates an existing DocuSign Connect configuration for a specified account.                                                                              |
  | `update-electronic-record-disclosure`                | Updates the Electronic Record and Signature Disclosure (ERSD) for a DocuSign account.                                                                                  |
  | `update-enote-integration-config`                    | Updates the eNote integration configuration for a specific DocuSign account.                                                                                           |
  | `update-envelope-attachment`                         | Updates an existing attachment for a draft or in-process envelope in DocuSign.                                                                                         |
  | `update-envelope-custom-fields`                      | This endpoint allows users to update custom fields for draft and in-process envelopes in DocuSign.                                                                     |
  | `update-envelope-delayed-routing-rules`              | Updates the delayed routing rules for a specific workflow step in a DocuSign envelope.                                                                                 |
  | `update-envelope-doc-gen-form-fields`                | This method dynamically generates an envelope's documents by populating its sender fields.                                                                             |
  | `update-envelope-email-settings`                     | Updates the existing email override settings for a specified envelope in DocuSign.                                                                                     |
  | `update-envelope-notification-settings`              | Updates the notification settings for a specific DocuSign envelope, including reminders and expirations.                                                               |
  | `update-envelope-scheduled-sending-rules`            | Updates the scheduled sending rules for an envelope's workflow in DocuSign.                                                                                            |
  | `update-envelope-workflow-definition`                | Updates the workflow definition for a specified envelope in DocuSign.                                                                                                  |
  | `update-envelope-workflow-step`                      | Updates a specific workflow step for a DocuSign envelope, allowing for customization of envelope processing, including delayed routing and conditional recipients.     |
  | `update-group-information`                           | Updates group information for one or more user groups in a DocuSign account.                                                                                           |
  | `update-lock-for-envelope`                           | Updates lock settings for an already-locked envelope in DocuSign to extend duration or modify the locking application identifier.                                      |
  | `update-notary-jurisdiction-info`                    | Updates the jurisdiction information for a notary in the DocuSign system.                                                                                              |
  | `update-permission-profile-settings`                 | This endpoint updates an existing account permission profile in DocuSign.                                                                                              |
  | `update-recipient-document-visibility`               | This endpoint updates the document visibility settings for a specific recipient within a DocuSign envelope.                                                            |
  | `update-signing-group-details`                       | Updates the details of a specified signing group within a DocuSign account, including the group name, email, and member information.                                   |
  | `update-signing-group-names`                         | Updates the names of one or more existing signing groups in DocuSign.                                                                                                  |
  | `update-template-custom-fields`                      | Updates the custom fields in a DocuSign template. This endpoint allows you to modify both list and text custom fields associated with a specific...                    |
  | `update-template-delayed-routing-rules`              | This endpoint updates the scheduled sending rules for a specific workflow step in a DocuSign template.                                                                 |
  | `update-template-document-custom-fields`             | This endpoint updates existing custom document fields in a specific document within a DocuSign template.                                                               |
  | `update-template-doc-visibility`                     | This endpoint updates document visibility settings for one or more recipients in a DocuSign template.                                                                  |
  | `update-template-lock-information`                   | This endpoint allows you to update the lock information for an already locked template in DocuSign.                                                                    |
  | `update-template-notification-settings`              | This endpoint updates the notification structure for an existing DocuSign template.                                                                                    |
  | `update-template-recipient-document-visibility`      | Updates document visibility settings for a specific recipient in a DocuSign template.                                                                                  |
  | `update-template-scheduled-sending-rules`            | Updates the scheduled sending rules for a DocuSign template, controlling when envelopes created from this template are automatically sent.                             |
  | `update-template-workflow-definition`                | Updates the workflow definition for a specified template in DocuSign, allowing for customization of the document signing process.                                      |
  | `update-user-account-settings`                       | This endpoint updates the account settings and email notification types for a specified user in DocuSign.                                                              |
  | `update-user-authorization-dates`                    | Updates the start and/or end dates for a specified user authorization in DocuSign.                                                                                     |
  | `update-user-information-for-specified-user`         | The User\_PutUser endpoint allows updating user information for a specified user within a DocuSign account.                                                            |
  | `update-user-notary-information`                     | The UpdateUserNotaryInformation endpoint modifies a notary's profile and settings in DocuSign.                                                                         |
  | `update-user-profile-image`                          | Updates the user's profile image in DocuSign by uploading a new image file.                                                                                            |
  | `update-user-profile-information`                    | Updates a user's profile in DocuSign, including personal details, privacy settings, and user ID card information.                                                      |
  | `update-user-signature-by-id`                        | Updates or creates a user's signature and initials for a specified DocuSign account.                                                                                   |
  | `update-workflow-step-for-template`                  | This endpoint updates a specified workflow step for a DocuSign template.                                                                                               |
  | `update-workspace-information`                       | Updates information about a specific DocuSign workspace. This endpoint allows you to modify various aspects of a workspace, including its name...                      |
  | `update-workspace-item-metadata`                     | Updates the metadata for a specific file in a DocuSign workspace.                                                                                                      |
</Accordion>

[Open DocuSign in the console →](https://app.boxd.sh/integrations/detail/docusign)
