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
0
votes
1 answer

Adobe Echosign: Is it possible to get Documents by Name?

We have an EchoSign account with lots of documents in it. We now need to retrieve the documents from another application and would like to use the SOAP or REST API for it. I have an API key and managed to get the SOAP API working. Unfortunately I…
schoenk
  • 704
  • 1
  • 12
  • 27
0
votes
2 answers

Why do i get "Wrong API base URL used" when pinging Adobe EchoSign Cloud by a SOAP request?

I am trying to access signed documents within the Adobe EchoSign Cloud. I have got an API key for authentication and used it in a testPing SOAP request like
schoenk
  • 704
  • 1
  • 12
  • 27
0
votes
2 answers

How do I pass values to the echosign document?

I have an agreement that I need signed. The link to the document is opened up after the Client provides their company and payment information for our services. How can I pass values like company name or billing address to the document from a…
0
votes
1 answer

How to get transient document id using adobe echosign api?

This is my C#.net code. When I create transient document id then I send document for signature then I receive it blank file. I think transient document id create for blank file. Could you help for it? public getDocumentId…
0
votes
2 answers

Extract values from multiple arrays

I'm currently using the Adobe Echosign API to format some data in a table. The output looks like this: { "agreementId": "", "events": [ { "actingUserEmail": "", "actingUserIpAddress": "", "date": "date", …
roo
  • 265
  • 1
  • 4
  • 12
0
votes
2 answers

Echosign widget redirect to the next signer

I'm having issues on using widget on my PHP application. Upon creating the widget im storing this on my database to reference it later. I'm able to show the widget on my page by using the javascript returned by calling this…
kcabading
  • 68
  • 5
0
votes
1 answer

Use EchoSign Api in C#

I need to get the list of document and echosign it in c#. Also I need the Abobe Echosign oauth api to validate the username and password and get the access token key. Please help!!
0
votes
4 answers

Adobe EchoSign API v5 PHP sample

How can I send someone a document for signing using Adobe EchoSign API v5? For API version 5, I could only find an example using Java. But I need it in PHP. If I use any earlier version it requires an "API key", but in the current version of API, I…
aroSuv
  • 107
  • 1
  • 14
0
votes
1 answer

REST API: cannot create widget

On this page https://secure.na1.echosign.com/public/docs/restapi/v5#WidgetFileInfo i'm trying to create widget (POST /widgets). Here is WidgetCreationRequest exmaples and responses from…
Efog
  • 1,126
  • 12
  • 33
0
votes
1 answer

EchoSign: Extra signature box appears while sending out to multiple signers

I'm trying to create an url widget using below code to allow the document be signed by multiple signers. But when I upload the document, an extra signature box appears at the beginning, then the remaining signature boxes appear for each email…
0
votes
1 answer

echosign combinedDocument api

https://api.na1.echosign.com/api/rest/v5/agreements/{agreementId}/combinedDocument I am trying to create a file from the body of the response, but it is creating a file that I can't open. It requires a password even though there isn't one on the…
Caleb Everett
  • 285
  • 5
  • 9
0
votes
2 answers

JavaScript. Assign number values to letters and perform calculations based on user's letter input

I would like to assign values to letters: A=0, B=1, C=2, D=3, E=4, F=5, G=6, H=7, I=8, J=9 and take user input from text field, for example ‘FAA’, and concatenate the number values of the user input, in the example FAA the value would be 500, then…
0
votes
1 answer

Echosign API emails

I can't find the answer anywhere. I have a system that is looking to integrate with the EchoSign API. Its a portal system that will allow the users to upload a document and send it out for approval (to potentially several people). Currently the…
Rob N
  • 1
  • 1
0
votes
2 answers

Changing color in echosign

I want to change the color of date text tag {{_es_:signer:date}}. Is there a way to do that? I have been on EchoSign for 4 days. I am now looking for the color changing in it.
Jigar Trivedi
  • 101
  • 1
  • 3
0
votes
1 answer

Disable EchoSign function in Adobe PDF

I Have a requirement to disable all the options from PDF other than printing and Viewing since it will be sent to some clients and we do not want them to edit it by any means. I have disabled all the signing options , but there is an option called…
RowLand
  • 59
  • 1
  • 8