Envelope created is empty - docusignapi

When i create an envelope using the eSignature REST API, the envelope is created as Draft in Docusign and with no content, as below:
Docusign draft
Envelope details
But, if i copy the body (json) and paste in postman and if i try to create, usign the DocuSign Rest API Collection, the envelope is created properly and docusign start the worflow automatically.
Postman Envelope creation
What i'm doing wrong? There any configuration which i need to setup? Any or suggestion?
Thanks in advance,
Best regards,
Luis Franco

What is your envelope ID? Do you see that the envelope is empty after you sign it and download it? or before signing it, when you open the email you find that it's empty?

Related

Envelope created as Draft

When i create an envelope using the eSignature REST API, the envelope is created as Draft in Docusign and with no content, as below:
Docusign draft
Envelope details
But, if i copy the body (json) and paste in postman and if i try to create, usign the DocuSign Rest API Collection, the envelope is created properly and docusign start the worflow automatically.
Postman Envelope creation
What i'm doing wrong? There any configuration which i need to setup? Any or suggestion?
Thanks in advance,
Luis Franco
You need to open a support ticket with Docusign https://support.docusign.com/s/?language=en_US

How to delete (Not Void) an Envelope from DocuSign using API. Also does DocuSign charges for deleted Envelope?

I want to delete an envelope which was created by mistake. I know we can void it but DocuSign still charges for it. Referring to this I no longer need the envelope. Is there a way we can permanently delete it using DocuSign APIs?
Does DocuSign charge for deleted envelopes as well? Any more information on Envelope Costing would be great.
You can purge the envelope.
Using the DocuSign web app
Using the API
Update the envelope object: set purgeState to documents_queued
See the docs
But my guess is that your account was charged when the envelope was sent. For more info on DocuSign's charges/costs, talk with your DocuSign salesperson.

Docusign - Delete Envelope (From Signer Context)

We are using the DocuSign SDK (version 3.3.0) and utilizing webhooks to receive the various envelope and recipient events.
I am sending an envelope to a signer (who has account in our application, so that he can log in and sign the envelope). When the signer logs in and deletes the received envelope. The envelope is getting voided, as if the envelope was deleted by the sender. (since the envelope is in-process and delete API has no specific argument to tell either sender / signer is deleting it)
But in DocuSign process, if the envelope is deleted by the signer, it shows no effect (envelope is just moved to delete bin).
Can anyone please tell me, is there any API / possible way to delete the envelope from signer context in embedded signing?
Edit : Sorry if my question is not clear. My question is how can i initiate envelop deletion as a recipient using DocuSign API, is there an option to pass the clientuserid or any other parameter and delete an envelop as recipient.
While its quite easy as a sender to delete an envelop using DocuSign API , I did not find any way to delete a envelop as recipient using docusign API.
Tharani, You already asked this - DocuSign - Delete Envelope, so I'll just answer again:
There's no means to permanently delete and envelope or remove it from the recycle bin folder. You cannot do that from the DocuSign Web App either as far as I can tell. Voiding an envelope is and deleting it is as good as it gets. There's no need to worry about it anymore.

DocuSign SOAP API CreateEnvelope draft question

We are attempting to do a SOAP API call to a DocuSign account using the SOAPUI program and we are wanting the envelope to be created as a draft. Currently we only have access to the "CreateAndSendEnvelope" method so we don't have access to use the "state" xml tag so that we can create the envelope as a "draft" by using the "CreateEnvelope" method. The SOAP API guide from DocuSign is not 100 percent clear when it comes to these two methods because it says they are very similar and it doesn't show the schema for the "CreateEnvelope" method.
Can anyone verify that I am not able to create an envelope as a draft using the "CreateAndSendEnvelope" method and that the only way I would be able to do so would be to use the "CreateEnvelope" method?
Thank you in advance for your help!
CreateAndSendEnvelope cannot be used for Draft Envelopes. CreateEnvelope is used to create a Draft status envelope. But since you are doing a new Integration, it is recommended to use REST API. Sample response for CreateEnvelope call would look like below (check status will always be Created):
<CreateEnvelopeResponse xmlns="http://www.docusign.net/API/3.0">
<CreateEnvelopeResult>
<RecipientStatuses/>
<TimeGenerated>2020-02-18T22:30:33.4707464</TimeGenerated>
<EnvelopeID>033b9ca5-ac56-467a-99c5-63e2a37b9eef</EnvelopeID>
<Subject/>
<UserName>Amit Sender</UserName>
<Email>email#gmail.com</Email>
<Status>Created</Status>

docusign rest api create an enveloppe in complete status

We would like to archieve documents which don't have to be signed on docusign, is there a possibility to create an enveloppe as complete (skipping the signing part) in order to be able to directly create working view links ?
Thanks !
You cannot send and complete an envelope w/o recipients. A CarbonCopy will create and send and complete the envelope, but what do you mean by create working view links?
If you are referring to using the API to pull the completed documents then yes this is possible.
You could send an envelope with just one cc recipient. That cc recipient could be a blackhole email address on your system.

Resources