Questions tagged [echosign]

Questions about the API provided by Adobe Sign

Adobe Sign (formerly Adobe Document Cloud eSign services) APIs allow developers to build applications that integrate with Adobe Sign. You can use APIs from Adobe Sign to create custom applications for your teams, partners and customers. 40% of agreements in Adobe Sign are created using APIs.

For developer resources including API documentation and samples, please visit the Adobe Sign Developer Center. You can also post your Adobe Sign specific queries on the Developer Forum.

76 questions
1
vote
2 answers

Echosign APIs and pre-populating text in a PDF

I have a pdf with several text fields. I have used Echosign's tutorial on creating text tags to create the tags but the Echosign API expert told me that the API method I've been told to use (createURLWidget) does not allow data to be prefilled using…
myData
  • 195
  • 1
  • 3
  • 15
0
votes
0 answers

Adobe Sign Webhook Client ID not unique

I have a question about the Adobe Sign Webhooks. We are using multiple software products in combination with Adobe Sign. For each product a different API application is created in Adobe Sign. Our Webhook is assigned to the Default group. There are…
zjen
  • 1
  • 3
0
votes
1 answer

Adobe Sign with Salesforce - Set redirect URL after sending for Signature

I am working on integrating Adobe sign with Salesforce for digital signatures. I am using the send URL (below format) to send the document for…
0
votes
2 answers

Adobe Sign creating widget from transient document. Attempting to retrieve view for signing returning VIEW_NOT_AVAILABLE

I am implementing functionality to present a document to the end user to sign inside my web application. The documented steps to accomplish this are: Create transientDocument POST - {url}/transientDocuments Create a widget using…
0
votes
1 answer

Bad Request While Trying to create transient document in adobe using REST API

I am trying to create a transient document in adobe sign using rest api.Foloowing is my code snippet: Http h = new Http(); HttpRequest req = new HttpRequest(); …
Pankaj Andhale
  • 401
  • 9
  • 22
0
votes
1 answer

Adobe Sign JS SDK

Adobe changed their GitHub from the last time we imported their latest code for the JS SDK. It used to have pre-generated Browser specific JS files that you copy paste into the code, now it uses Swagger auto generation into Node.Js files and wants…
0
votes
1 answer

AdobeSign REST API and ETag

I'm trying to get my ETag code but I don't find it. The header response I get contains no Etag: Metadata x-request-id : 3969d42d-e4fe-457c-b9c6-90c003ce9072 content-type : application/json status : 200 I use this url :…
0
votes
0 answers

Esign : Position signature block to specific postion using v6 api PHP

I have tried changing the postion of default signature added by adobe esign at the end of document. I have tried using " 'contentType' => 'SIGNATURE_BLOCK' " in fields property for the api : api/rest/v6/agreements/{agreementId}/formFields .…
SachinLZ
  • 1
  • 1
0
votes
2 answers

Adobe Sign (Echo Sign) API is only sending document to draft C#

I am working with Adobe Sign APIs to send a document for signature using C#. When I called the API to send the document to its respective recipient, it just saved my document as a draft instead of directly sending my document to the recipient. Is…
Ahsan Ali
  • 31
  • 2
0
votes
1 answer

Adobe Sign In API (echo sign) fetch library documents

I have started working with Adobe Sign In APIs. I have tested the available method here https://secure.na1.echosign.com/public/docs/restapi/v6;jsessionid=6B036BE57F4653E3FE5E5A4DE95172E9.app-a6#!/libraryDocuments/getLibraryDocuments and was able to…
User5590
  • 1,235
  • 2
  • 23
  • 56
0
votes
1 answer

Adobe EchoSign Embedded Widget Iframe Size

I am noticing that adobe echosign is setting default minimum height and width using pixels while generating the Iframe for Personal Embedded widgets. I checked the below link (& other REST api documentations) and can't find a property to tell…
appootan
  • 19
  • 1
  • 11
0
votes
1 answer

Sending to sign Document to CC member

I'm using the Adob sign API for document sign purpose.Once that document get sign adobe will share that document via Mail So My Question is that I want to share that document with the CC member as well. Is that Possible in API calling....?
0
votes
1 answer

Downloaded echo sign signed document is password protected, How to download it without password

I am trying to download the signed document from EchoSign using my c#. Api Method: GET /agreements/{agreementId}/combinedDocument I am able to get the file stream in response but after saving it my local drive when I am trying to open the saved PDF…
0
votes
1 answer

How Sign document automatically in docusign api?

The scenario is like when the anonymous user submit the form in a web page with document uploaded and what i need is i have to automate this document to to be signed and send back to this user's email address. Is it possible in docusign?
0
votes
1 answer

Adobe Sign server side REST API

I need to implement server side Adobe Sign REST API interactions that require OAuth authorization. Server side does not allow to do it. How this question can be resolved?
Andrei Piatrou
  • 394
  • 1
  • 11