Join the Acrobat Sign community. Connect, Help, Be helped.
Recently active
I am trying to find if Adobe Sign is included in my CC Suite subscription or not. I found different answers online, I guess because sitation was changing through time. I see on Adobe help pages something like (https://helpx.adobe.com/sign/using/signer-identity-authentication-methods.html) but there is no way to access this settings. If I try to login on https://secure.echosign.com/public/login I get redirected to Document Cloud. I started searchig because I wanted to know, why I only have e-mail and password under authentication (while sending signature request). I should be able to change this in Account Settings/Send Settings but I can't find a way there.
Hello All,I'm working on my first Adobe Sign integration and I'm running into a sumbling block right off the bat.I'm calling the /transientDocuments API and I keep getting a 400 Error or 415 error.I'm coding in C# and using a WebClient to try to upload a document (the ultimate goal is to send an agreement to an end user). Here is a snippet of code that throws a 400 error exception:using(WebClient wc = new WebClient()){wc.Headers[HttpRequestHeader.Authorization] = string.Format("{0} {1}", accessToken.token_type, accessToken.access_token);wc.Headers.Add("Content-Disposition", "form-data; name=\";File\";filename=\"" + model.EvalData.FileName + "\")");wc.Headers.Add("Mime-Type", "application/pdf");byte[] bResults = wc.UploadFile(endPoint, tempFileName);} I get this response:Metadata x-request-id : 53e8adb9-705f-441c-b2f5-8b6d0f651dd0 content-type : application/json status : 400 Body { "code": "NO_FILE_CONTENT", "message": "Must provide file body" } I've tried othe
Several users including myself can't login into AdobeSign. This morning we started to receive emails from Adobe as per below:Ray, your return has been processed.We’ve completed the return of your Adobe apps and services. For reference, the specifics of your return are included below.For questions, please contact your account manager directly.cc: Sign MM Ops Ray, your administrator for True Influence LLC has removed your access to Adobe Sign - Enterprise. This does not affect your access to other Adobe products and services. If you think this was done in error, please contact your administrator for True Influence LLC. I need assistance for can't submit a ticket or find a phone number to call. Please help.
Where can we find the adobe client id in adobe portal console? Thanks.
Hi guys,I have to add input fields, via restapi v6, in a document that cannot be modified. So I've chosen form-fields tool instead of text-tags.I've noticed that once PUT /agreements/{agreementId}/formFields method is executed the agreement, in AUTHORING state, is executed automatically (AUHTORING -> IN_PROCESS) and previously I have to check that all fields where created correctly.Does anybody know if there is a way to do this verification? RegardsMariano
¿Cuánto tiempo se tiene disponible para que una persona firme el documento sin que expire el link compartido?
Seemingly randomly, the date will appear over the tag with both the tag and the date visible. Any idea why this is happening and how to correct? [Created in Word and saved as PDF, then sent through Adobe Acrobat Sign.]Word Setup:Results (omitting client info in the Accepted By and Title, which are correct): TIA
POST: api.na1.echosign.com/api/rest/v6/agreements Returns HTTP 500{"code":"MISC_SERVER_ERROR","message":"Some miscellaneous error has occurred"} I inherited this esign code and it has been fairly reliable. Is there a way to get more information on the error? I checked the emails and signer info and that looked fine.
Hi, We are making use of Adobe Sign to timestamp our documents - however, there is no recipient (or there can be a fake one) for the agreements we create. So we do UploadTransientDocument -> CreateAgreement -> GetAgreement (as PDF). When I look at the audit report, it says "Out for Filing". But is there a way to get the status of the PDF to be "ACCEPTED", without any signing by a user, or even using the API, to set the status to be ACCEPTED, even without receiving the request signature? Basically, I need to get an agreement with no or a fake recipient to be in "ACCEPTED" status. Can I just use the Put route to do this? Thanks!
Hi, Our client who is an energy company in France has asked us to implement a timestamping functionality where all our PDFs created by our internal PDF builder in PHP are timestamped as to mark that there was no further modification. This is for a new compliance regulation that is to be implemented this summer. A written or digital signature of one's name by an individual, either user or customer, is not needed, just that the PDF be timestamped. We were told that we would like this completed in Adobe Sign - Adobe Sign is the API specifically requested by the client. When I was using the v6 API as a test, I did not come across something involving timestamping functionality, even though UploadTransientDocument and CreateAgreement do involve timestamping files, I'm sure, since they are API calls. But it seems this doesn't have anything specifically to do with timestamping. In my mind, the whole process of what needs to be implemented is - we generate the PDF using HTML
I have an active Acrobat Pro plan, but when trying to create a Adobe Sign app it shows the option disabled.
I have created an Adobe Sign template which is an application form. It will be sent to 3 people in turn for completion/signature. I want to share this with my colleagues as an organisational template, is this possible? I need them to be able to instigate an agreement flow by being able to send out the form for completion.
I have a subscription Acrobat Pro DC and I'm using another email address than the one used in Microsoft 365. I'm not able to install Adobe Acrobat Sign for Microsoft SharePoint Online. Could you please help me to solve this issue?
Hi, I am currently stting up Adobe Sign on one of our SharePoint sites as described here:https://helpx.adobe.com/de/sign/using/microsoft-sharepoint-installation-guide.htmlCould somebody please help me with the following questions about the authentication against SharePoint 1. If I understand it correctly, there are two possibilites of authenticating: At site level and at tenant level.Could you please explain me the difference? Is it because if I want to have more control over the SharePoint Sites on which the Acrobat Sign SharePoint Site can be used I have two choose site level or what is the reason for using site level connection if I can authenticate for every site by using just tenant level connection? 2. If I authenticate at site level against SharePoint Site with my admin user and revoke all permissions to the site from my admin user after everything is set up because confidential data is stored on the site, will the Adobe Sign App stopp working after a while?I have
There is no problem with my Adobe account,but when I log in to Adobe Sign, a loading window appears and I cannot log in.Attach the capture file.
Can someone please help me understand how our users can sign documents on SharePoint? For example, our staff save PDF documents onto SharePoint and then require another person within the company to sign them. This document could be a document generated from a 3rd party program or from a Banking Program, or just Microsoft Word, etc.... When they go into SharePoint, and open the document - it opens in Adobe Cloud, (via the Adobe Toolbar we have installed) but I cannot find anywhere that allows the staff member to insert their signature and sign the document. What am I missing?Thanks for any help.
Hello guys,I'd like to create an agreement via Adobe Sign's API and force it to use a specific workflow (created in Adobe Sign's Workflow Design page). This workflow is fairly simple, 2 users must sign the document for the workflow to be completed.I struggled a bit with Adobe Sign's API, but I eventually ended up making it work for non-workflow based agreements. First, I create a transient document, then I can create an agreement based on this transient PDF document that includes signature fields, I add a recipient's email address, and it works great. But as soon as I start adding a workflow id in my API call (POST to /agreements), I get this error : Error calling POST /agreements: PARTICIPATIONSET_LABEL_MISSING Empty label value for a participation setWhat does this "label value" mean ? I read in the docs that it corresponds to the unique label of a participant set. What is a participant set exactly ? Further in the doc, they say "For custom workflows, label specified in the participa
I'm trying to send a document to two recipients, but the second email address is "invalid" apparently (it's not). Can't find any solutions on the forum. What can I do as I need to send this asap? Thanks
Bonjour,Nous lancons la signature avec Adobe Sign chez nous et je rencontre un soucis pour les signataires qui souhaiteraient enregistrer leur signature au format image. La case à cocher pour l'enregistrer n'est pas disponible.A mon niveau quand je signe, j'ai bien l'enregistrement qui a été proposé alors que je n'ai pas de licence, juste un compte Adobe pas forcément connecté... J'ai essayé de reproduire cela chez un autre utilisateur et ça ne fonctionne pas.Quel sont les conditions pour l'avoir ? Faut-il avoir un compte Adobe ? Une licence particulière ?Merci d'avance pour vos retours.
Does anyone know how to get actual help from Docusign. I am stuck in a never-ending loop. I click on "contact a real person", and am forced to sign in again, and then directed back to the original page.
Hi All, Since the Adobe Sign release last week is any one else experiencing issues and getting this error?Error while retrieving agreement status : Error converting value "SIGNER_NAME_CHANGED_BY_SIGNER" to type 'AdobeSignPlugins.EchoSignModel.Enums+AgreementEventTypeV6' We have CRM and Adobe Sign integration. I am seeing this error in CRM. Thanks
Hi,We are creating an application that sends agreement and we noticed the email asking for signature contains Username and Email from the logged in user.Is it possible to remove this personalization and user information from a linked Shared Mailbox instead? Thanks
Hello, I need to send multiple documents for signature, however when I add 5 documents in one request, the signed documents that are returned to me are in one condensed document rather than the 5 documents I added initially. Is there a way to send only one request to a client and have my 5 documents returned separately? Thank you!
Certain emails assigned as signees display the wrong name. this also happens when I am a signee-- when my own email is put in as a signer, my name auto-fills incorectly and I have to redo EVERY time. How can I change this and how can my other signees change this?
Hi all! I'm looking to bulk send a document for our staff to sign but I also need their manager to countersign the same document. Is it possible to specify multiple signers on a document using the bulk upload feature? I know this is possible in DocuSign, so there must be a way to do this in Adobe Sign.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.