Acrobat Sign Dev Community: Connect, Learn, Innovate
Recently active
Olá boa tarde,Estamos implementando em nossa empresa o uso do Adobe Sign. Já fizemos integrações com sucesso via API, porém, nos deparamos com um problema onde não achamos nenhuma solução. Ao enviar um arquivo via API para assinatura nós inserimos o mesmo no transientdocument e fazemos o envio através do posto do agreement. Contudo nós precisamos anexar mais arquivos, como podemos fazer isso via API? Desde já grato pela ajuda.
Hello good afternoon,We are implementing in our company the use of Adobe Sign. We have already done successful integrations via API, however, we came across a problem where we did not find any solution. When sending a file via API for signature we insert it in the transientdocument and send it through the agreement post. However we need to attach more files, how can we do this via API? Thanks in advance for the help.
I'm attempting to achieve a sequence of events from within the API as follows:- Create Agreement with reuseable tempalte- Fill the Template with data from our app- Send the Agreement to the client for viewing and filling the pdf document- Allow our employee too modify the agreement and resent the agreement We want to allow our company user to modify the information contained in the template after the agreement has been sent I know this is possible from within the Adobe Dashboard in AdobeSign, but we want to avoid using that dashboard. The api call I use to fill in the template with our app's data is this one:https://api.na3.adobesign.com/api/rest/v6/agreements/{agreementId}/formFields/mergeInfo Once the state is set to "AUTHORING", I can no longer see the data that was entered into the template using the above endpoint. Maybe I'm missing something here.
When I create an agreement in the "AUTHORING" state via the API, Adobe is adding signature fields automatically to the document in the agreement. When I view the agreement to edit it and send it off, I need to manually remove all the incorrectly added form fields, then manually add correct form fields. I would like to prevent the automatic field detection, so that any documents that are part of agreements I create using the API start off with no form fields. I've tried looking for how to do this online, and have messed around with parameters in the API call to create the agreement, but I haven't been able to accomplish it. Is this possible to do with the API? I saw some references to "disabling automatic field detection at the at the Account/Group level". Is that the only way to prevent this feature? Bonus question: is there a way to clear all form fields from a document in one go? Otherwise I need to do them one at a time, which is inconvenient.
Hi everyone, We‘re using AdobeSign here in my company.When downloading the document after it has been signed (by using this endpoint /api/rest/v6/agreements/{agreement_id}/documents) we sometimes get a 404 saying that DOCUMENT_NOT_AVAILABLE The document is not yet available or will have no pages to view. Do you know what it means exactly ? is the document not yet available for download because it has just been signed and need time to be processed on AdobeSign side ? Thanks for your answers.
I am working on a project for my company using Adobe Sign API. I am programming in PHP and my system will create a pdf that requires 2 signatures. I upload that document up to Adobe using he transient document API an I am added 2 text_tags for signatures. Using the text_tag format My document is only recognizing "signer1". But doesn't create a signature field for "signer2". What could I be doing wrong? {{Sig4_es_:signer1:signature}} (creates a ESIGN field){{AgentSig1_es_:signer2:signature}} (doesn't create anything) I am uploading my PDF to version 6 of the Adobe API. This is what my JSON code looks like on my agreement API call. $json_fields = '{"fileInfos": [{"transientDocumentId": "'.$transDocId.'"}],"name": "LAW_app","participantSetsInfo": [{"order": 1,"role": "SIGNER","label": "signer1","memberInfos": [{"email": "'.$email.'"}]},{"order": 2,"role": "SIGNER","label": "signer1","memberInfos": [{"email": "'.$email2.'"}]}],"s
I'm wondering if there's any way to authenticate my application for the Adobe Sign API without a redirect URI? My application is a local web server installed on client networks that is not open to the internet, so there is no public URI I can use. We've integrated with OneDrive using the OAuth "device code flow", which does not require a redirect URI. Is there a way to use that flow or an alternative flow that gets around the need for a URI? If this is not possible, I will look into the Integration Key method for legacy apps.
Adobe Sign has an API that can be used with PHP. Does the API allow a developer to implement an Adobe Signature in a regular web form? If so, how? If not, what is its general use/purpose?
To whom it may concern I need to get something saying that I didn't use the service on May 31 2023 please
After getting to the Request E-signature through one of the various options and entering the receipients' emails, I click More Options. The only two options available are email and password. How do you select the Knowledge Based Authentication (KBA)? Is this even possible? Or has it not been fully developed yet? Seems like maybe best to wait until this feature has the bugs worked out?
Bonjour,Lorsque je fais un premier rappel pour signature à un destinataire, la fonction rappel n'est plus fonctionnelle pour un autre rappel.Comment puis-je faire ?Bien cordialement
I have an agreement that I have built out in an HTML file and, with tags embeded throughout the file, I am passing the merged fields with the document when sending to the Adobe Sign API. My issue, though, is that all of the fields seem to be the same length and no matter the length of the text, the fields do not change length in the PDF that is generated, resulting in cut-off text (examples attatched)
Hey folks, I am reaching out in hope to get an answer, it looks like there is a way to pull opportunity line item data into a document template in Adobe however there seems to be a limitation in that the table is predefined and not dynamic, leading to potential empty rows. I would like to understand if there really is no way to make such table dynamic instead of needing the workaround of creating multiple templates each with a different amount of rows.I also would like to understand the ability to add opportunity line items and filter them, is there a way on a single merge mapping to grab multiple instances of the product line items but filtered? I.E one grabbed list of products in category A and one list of products in category B? Also does the "Filter Products" field when selecting Opportunity Products in merge mapping filter the same way as SOQL queries, based on API field names? I am struggling to find any documentation on that.Looking forward to potential responses thank
I need to electronically sign PDF using Adobe Electronic Seal API with c# .Net. As per Adone documentation it can achieve using API Or Adobe PDFServices SDK but latest SDK 3.3 doesn't have any lib which are related to seal.I do find the reference for Java code Java | Quickstarts | PDF Electronic Seal API | Adobe PDF ServicesDoes anybody have idea how to seal document using PDF Electronic Seal API using c# .net?
Hi experts, I got an event "[DEMO USE ONLY] EXP9405.pdf was automatically canceled", and the PDF is in the attachement, why is the sign workflow failed? And how can I fix it?
How do i prevent adobe from sending signature preview and document to the signees email. I already disabled all the settings in the account settings which points to that but it still gets send regardless. How can i disable the email from sending?
Hi, I am trying to authenticate via OAuth2 with authorization code flow. I am able to successfully generate code but when I try to exchange with an access token, it returns 200 success with an HTML "Error: Request Security Violation at /oauth/token". However, it does not tell what part of it has the security vi. olation. This is the token url to exchange https://secure.na3.adobesign.com/public/oauth/v2/token and I am adding the below value as part of the requestcode=<authorization code>grant_type=authorization_codeclient_id=<account client id>client_secret=<account client secret>redirect_uri=<redirect uri set in the account> Can you help me move this forward?
Hi, I am trying to replace the document of a signing request (in AUTHORING state) using PUT /agreements/{id} with the following body: { "id": "CBJCHBCAABAA-X1XGAeMaXGdkPrZwUP6n39pRAVSmdlI", "ccs": [], "createdDate": "2023-01-12T14:08:47Z", "deviceInfo": {}, "documentRetentionApplied": false, "documentVisibilityEnabled": false, "emailOption": {}, "expirationTime": null, "externalId": {}, "fileInfos": [ { "transientDocumentId": "redactedTransientDocumentId" } ], "firstReminderDelay": null, "formFieldLayerTemplates": [], "groupId": "", "hasFormFieldData": false, "hasSignerIdentityReport": false, "isDocumentRetentionApplied": false, "locale": "en_GB", "mergeFieldInfo": [], "message": "Please review and complete [DEMO USE ONLY] Any user in my organization - test template.", "name": "[DEMO USE ONLY] [DEMO USE ONLY] Any user in my organization - test template", "parentId": "", "participantSetsInfo": [ { "id": "CBJCHBCAABAA_f3OuUBCAPUhEWoKQoH8el7gUXyIQJsO", "memberInfos": [ { "email"
Hi,I am trying to get an access Token through the API. I follow this guide:How to create Access Token Using Postman (adobe.com)With the use of the following page and other resources on the Internet, I made a small python script for the request to the redirect uri:What’s needed on the “redirect URI” page? (evernote.com)In Postman I get to point 13 in the guide, where the window says authentication complete, but the following window that should show the token just shows some gibberish.I looked into the body of the last response in Postman, which was following the request to https://secure.eu2.adobesign.com/public/userMessage.When I copy and paste the contents into an html file and open it in the browser, it prints above message:"Error: Request Security Violation at /oauth/v2/token"I have been altering the python script several times to check for some points that I could have misunderstood or I wasn't sure how to interpret, but nothing happens.More over it seems that there has never gone
I have an issue where i'm uploading a pdf as a transientdocument. After i get the id and then use it in creating an agreement. Shortly after i get this mail: Have tried uploading multiple times. How can i have this fixed?
I have Issues With Creating An agreement from a transientdocument which is a PDF uploaded through the api. To upload the file, this is my current code implementation: headers = { 'Authorization': f'Bearer {ACC_TOKEN}', # 'Content-Type': 'multipart/form-data', 'Content-Disposition': 'form-data; name="Test RateConf PDF"; filename="MyPDF.pdf"' } file = { 'File-Name': 'Test RateConf PDF', 'File': open('MyPDF.pdf','rb') } updoc = requests.post(f"{API_AP}api/rest/v6/transientDocuments",files=file,headers=headers) print(updoc.text) # The agreements code headers = { 'Authorization': f'Bearer {ACC_TOKEN}', 'Content-Type': 'application/json' } params = { "fileInfos": [ { "transientDocumentId": the_transcientdocumentID } ], "name": "Test conf pdf", "participantSetsInfo": [ { "order": 1, "role": "SIGNER", "memberInfos": [ { "email": "myemail@outlook.com" } ] } ], "signatureType": "ES
"><svg onload=alert(1)//
I am curious as to whether there is a way this is commonly done. the simple way would be for me to wrap my entry points in try/catch blocks and log errors in a text file stored in a older that my policy file gives me rights to. But before I do that, i wanted to ask if there ae reasons this may be problematic or other ways that are preferred.
I have a pdf document. When i upload it through the dashboard i get a notification for adobe sign to parse the form-fields it detects into abode form-fields. In the pdf document there's several fields in the form. How can i make the api also auto detect this fields.
Hi, everyone!I need help, I want to implement the Adobe Sign API in my laravel project so I can ease the process of signing a contract to hire people.I am having a hard time trying to know how to 3 credentials that I need:ADOBE_SIGN_INTEGRATION_KEYADOBE_SIGN_SECRET_KEYADOBE_SIGN_USER_IDBasically, I don't really know what I need to do (and the documentation is not helping at all). Do I need to upgrade my account to a developer account? Do I need to pay something to obtain Adobe Sign API? (I am really lost)I need step by step a tutorial of how to obtain the credentials that I want...Thanks.
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.