Questions tagged [docusignconnect]

151 questions
0
votes
1 answer

Using demo DocuSign API with Slack

Could you tell me, how can I connect my DocuSign app in Slack with DocuSign eSignature using DocuSign API. Is it only possible with production API or I can do it with demo API?
Propool
  • 25
  • 4
0
votes
2 answers

Docusign integrated with Ariba CLM - Signature status takes hours to update

Good day to all, In the context of my project, we integrated Docusign to SAP Ariba CLM (contract Lifecycle management). We are using the esignature task in our contract workspaces. Once all parties have signed the contract in Docusign, it takes…
0
votes
0 answers

Use Signature Pad for DocuSign Inperson Signers

When signer request to sign a envelope it shows 4 options like select style, draw, upload and Use Signature Pad. example : Email Signers in the Docusign for signing new person we choose adopt new option. inside adopt new by default for email signers…
0
votes
1 answer

How to disable the notification setting for signer?

Suppose If I am the sender and if I send a document to a recipient, then after signing / completion the recipient must not receive any kind of notification . How to implement this ?
0
votes
1 answer

How to retrieve IP address from a docusign document given the Doc ID (not EnvelopeId)

I am trying to extract more information from the set of DocuSign pdfs. These pdfs have Doc ID at the bottom right. I don't have EnvelopeIds or any other information but Doc ID I wanted to know if I can use Docusign API to extract the e-signer…
0
votes
1 answer

How to integrate DocuSign with Workday

I want to integrate DocuSign with WorkDay? As far as I know to integrate or to connect with other applications we need to go to Integration and then connect, and finally we need to add configuration . And to connect with external application we…
0
votes
1 answer

DocuSign Connect trigger for Draft Envelopes

We are exploring options to trigger a DocuSign Connect webhook on envelopes saved as drafts in DocuSign. I don't see that as a Trigger Event option. Is this possible somehow? We are trying to leverage using LaserPro to send the documents to…
SherrieB
  • 11
  • 1
0
votes
1 answer

How to create multiple sub-accounts under a single organization in demo site under single organization

i want to create multiple accounts in a single organization in DocuSign Dev environment. It is a demo site . I want to add multiple account like hr , finance . But all should come under a single organization
0
votes
1 answer

Multiple custom connect configurations auto publish problem

When I have multiply connect custom configurations but only one is Active the 'auto publish' for events is not working. I can publish the events only manually by selecting the Active one
G.Mich
  • 1,607
  • 2
  • 24
  • 42
0
votes
1 answer

Get Comments History from Connect Custom Configuration payload

How can I get the comments history as pdf from custom configuration ? From DocuSign request payload we have the following property public List envelopeDocuments { get; set; } but the comments history pdf is not in this list. The…
G.Mich
  • 1,607
  • 2
  • 24
  • 42
0
votes
1 answer

Docusign not changing envelope status from "correct" to 'created', 'sent' or 'delivered' ,after deleting lock of that envelope

When we call hit envelope lock API of docusign, envelope status gets changed from 'created', 'sent' or 'delivered' to "correct" and when we hit envelope unlock API, ideally it should changed back to 'created', 'sent' or 'delivered'. But sometimes…
0
votes
1 answer

Docusign Document Encrypt and decrypt using query parameters encrypt set to true in Docusign

In docusign while downloading documents using getDocuments API and when we want to set encrypt to true, it says NO_SECUITY_APPLIANCE_CONFIGURED for this account. How to configure/enable security appliance for docusign's account? NOTE: Though all…
anonymous
  • 39
  • 5
0
votes
1 answer

create a powerForm from template with custom envelop fields API

For application integration purposes, I need to create via DocuSign REST API powerForms from a predefined template. The powerForms should have envelop custom field. I'm using powerForm since I want to share link to recipient and not via email. What…
0
votes
1 answer

Generate connect keys for HMAC programmatically

When I add a custom connect configuration, also I want to include the HMAC signature. connectCustomConfiguration.IncludeHMAC = "true" Is there a way to create and get a connect key when a connect adding ?
G.Mich
  • 1,607
  • 2
  • 24
  • 42
0
votes
1 answer

add and activate custom connect with SDK

I try to add a custom connect with this article and it's working perfectly. https://www.docusign.com/blog/developers/common-api-tasks-add-custom-connect-configuration-programmatically I can't find the 'Status' property in the…
G.Mich
  • 1,607
  • 2
  • 24
  • 42