Skip to content

APIs

Do you have ideas or feedback to help improve our APIs, tools, or documentation? If so, we would love to hear from you. Please submit your idea using the form below.You can also vote for your favorite ideas suggested by others.

APIs

Categories

JUMP TO ANOTHER FORUM

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

49 results found

  1. Allow developers to delete responses (agreements/denials) to Clickwraps through the Click API

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Click API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. It's been 4 months since Shared Access went live and Shared Envelopes was deprecated. Confusingly, you have listSharedAccess and updateSharedAccess methods that do not support the enhanced Shared Access feature. Some of my users are anxious to take advantage of Shared Access, but I can't deploy it until the DocuSign API fully supports it. All I wanted for Christmas 2022 were new methods to update Shared Access settings. Please don't make us wait until next Christmas to deliver this overdue enhancement.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Really having trouble finding anything outside of oauth workflows.

    Captive recipients should authenticate via an ISV app. This video talks about it: https://www.youtube.com/watch?v=0wdWMIXE9l8 however there's no matching documentation I could find other than https://developers.docusign.com/docs/esign-soap-api/esign101/embedding/captive-recipients/ which doesn't give an explanation on how to actually use it.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Including the "includeData" field in a JSON webhook notification gives lots information of documents. Unfortunately, it includes the request of "pdfBytes" - binaries of the document files themselves.

    This is problematic because it will transfer a large volume of data, which we don't need (and it's not recommended to send document data via webhooks).

    It would be great to see DocuSign connect updated so that we can receive the "envelopeDocuments" field from webhooks excluding the pdfBytes field.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. We have been using the "Shared Envelopes" feature to allow specific users who are not the sender or a recipient of the envelope to be able to view an envelope in our applications without any issues. I used the following instructions to do so:

    How to embed the DocuSign UI in your app: https://developers.docusign.com/docs/esign-rest-api/how-to/embed-ui/
    This lays out using the SDK method Envelopes::createConsoleView.

    However, DocuSign has deprecated "Shared Envelopes" in favor of their new "Shared Access". We need "Shared Envelopes" to be maintained until the API is updated to support "Shared Access".

    If this is not done API developers will have…

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Sort domains in Admin section. In Docusign Admin under a user's profile section, when updating their email to another claimed domain, the domains are not sorted. This is cumbersome when an org has many domains.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Can your development team add a field in the envelopes object and call it "EnvelopeIsUsedForBilling" and have your automation set the value to yes when the envelope counts against the envelopes used from purchased envelopes?
    We need to be able to see the actual envelopes used per employee. This way we can charge the docusign costs against our projects.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. save the thickness and color of the line tool as maybe a custom tool for repeated use

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Hello,

    I am an onboarding consultant, and my client has feedback in regards to the Pipedrive integration with Docusign Esignature:

    1. To apply a template: we have separate clicks to go back to parts of the first page of the envelope. So to change the document/apply template, to change recipients and to change the email message, can be done separately. Yet you can't go back to the first page. That is a bit annoying, can this feedback be taken into consideration, or forwarded to the Pipedrive feedback team ?
    2. Pipedrive and Docusign Integration does not work with Safari.. can this be…
    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. The formula field does not update when previewing envelopes. So currently the only way to test that the formula is correct is by sending a test envelope.
    It would be nice if there where a way to update all formula fields in the envelope while previewing

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. I just solved an issue with my python code using
    docusign-esign-python-client, where I was attempting to create a document with a SignHere field, and the field would not show up.

    It turns out I pulled a signature field example from a different language which used camelCase for variables instead of snake_case.

    This was extremely hard to pin down though because nothing errored. The python client happily took my SignHere() class definition. And if the API errored in any way during creation it was not presented to me.

    I ended up having to call a bunch of other methods and try…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Simply speaking- Create a template for one envelope with one email notification for one signor with 2 sets of documents. The first set of documents are mandatory to sign in order to see the second set with out using document visibility. The tags must be signed in order.

    We don't want to use Document Visibility

    Due to CCR910, this will only start in California on 12/9/22. New York will follow soon.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Hi,

    The issue I noticed is that DocuSign certificate pdf is in US Letter size even if the actual document is in A4 size (commonly used in Europe and the rest of the world).

    Having lived and worked on both sides of the Atlantic, I can tell you that Europeans usually don't even know about US Letter size and North Americans usually don't even know about A4 size. They get confused if they need to print foreign format. And it also creates issue when printing one format size onto the other paper format size.

    It would be great if DocuSign…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Provide an option for envelope creator to receive email confirmation when the envelope is sent out to the recipients.

    Whether this is in the form of a report email sent to the creator advising each person was sent (with the list of people and their email addresses and timestamps) or even just to opt in to receive an email copy of what was sent to each person.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. We use a payment gateway that DocuSign does not currently integrate with. It would be helpful if DocuSign had an API available for us to build our own integration between DocuSign and the payment gateway. That way we can continue using DocuSign and collect customer payment information in a PCI compliant and secure way.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Instead of searching for envelope via "Shared Envelopes" (User by User) Create a seach for the entire DocuSign Accounht:

    Account #9034273 Highland Capital Corporation (HCC)

    Please let me know

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. When writing out messages for the recipient, it would be nice to have an option to automatically fill in a signature block (i.e. name, title, company, contact info, etc). at the bottom of the message.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Include a style parameter to set some specific values for the Clickwrap's success message toast (eg. display as none or change toast background color).

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Click API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. My company just started using DocuSign, and it looks really nice and handy! I find it insane however, that Firefox is not a "modern browser", and I either need to download an arbitrary smartphone app / another web browser (which is supposed to be built on standards?) to parttake in a simple videocall to verify my identity. I know it well it's easier to just support a single platform, but I personally don't like either Chromium, or technological monopolies that they are building. Please, consider giving users a free choice on an open web.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1 3
  • Don't see your idea?