Acrobat Sign Dev Community: Connect, Learn, Innovate
Recently active
Been trying to create an agreement with form fields adding using the REST V6 API. We can't use a template as the PDF is generated in code and can have unique content and branding. This is what I have so far:Create transient document from PDFCreate an agreement as AUTHORING, pointing to transient, with a single signerGet the agreement data back, so I can get the the Assignee ID for the participantUse PUT to add form fields, setting the Assignee value as aboveSend agrement by PUT to change status to IN_PROCESS When I do this last step, I get a 401-forbidden, OPERATION_NOT_ALLOWED error. HOWEVER the agreement is sent out???!! Another question: can I put two signature blocks for separate parts?? We have a direct debit agreement on the same page which needs its own distinct signature. This is possible on a "certain other competitor platform".
Olá, Estou enfrentando um problema ao usar a API do Adobe Sign para fazer o download de um documento. Ao executar o endpoint de download no Postman, consigo abrir o arquivo normalmente. No entanto, quando faço uma requisição via tela do meu sistema, o arquivo é baixado, mas ao tentar abri-lo, é solicitada uma senha. Aqui está a requisição dos detalhes do documento em questão: curl --location 'https://secure.na3.adobesign.com/api/rest/v6/agreements/{agreementId}' \ --header 'Autorização: Portador {accessToken}' Resposta da requisição:{ "id": "{agreementId}", "name": "[DEMO USE ONLY] Tags de teste Adobe_UsuarioTeste3_Aceite Integração Adobe - Parte 1.pdf", "groupId": "{groupId}", "tipo": "ACORDO", "participantSetsInfo": [ { "id": "{participantSetId1}", "Informações do membro": [ { "email": "{memberEmail}", "deliverableEmail": verdadeiro, "nome": "teste1", "id": "{membroId1}", "opçãodesegurança": { "authenticationMethod": "NENHUM", "identidadeCheckInfo": {} } } ], "papel": "SIGNATÁRIO", "
I have a simple question,Do we need to configure some settings, while creating Oauth app to get the Client Secret Key,Cause While creating Oauth App for Adobe sign only getting Client Id not the secret.
Hello, new to adobe document generation API need assiatance in using https://developer.adobe.com/document-services/docs/overview/document-generation-api/ .We have a requirement to display checkbox/radio buttons in template document and get them checked based on the values passed in the JSON file. Unable to find any such examples, any response in this regard is highly appreciable.
Hello,I am using Adobe Acrobat Sign for Salesforce add-on to sign documents, but I am getting an error when adding three signers.Anyone can help to fix this issue ?Thanks
I am using Adobe Acrobat Sign Rest API to sign the uploaded document. In this, I am creating a document using the below-mentioned request.API: /agreements - POSTRequest: { "participantSetsInfo": [ { "role": "SIGNER", "order": 1, "memberInfos":[ { "email": "abc@xyz.com" } } ], "name": "API Agreement", "signatureType": "ESIGN", "fileInfos": [ { "transientDocumentId": "CBSCTBABDUAAABACAABAAYt3DTQ_oe4E_Zi4USbr1xch2lGNOGMF4LX_oG1jX5OtB7MaXRK9wpKNpIAdKSxndMM5jhefLFqb9XGKXwVY6UTfQG8KNBrgZiMLvw8uKz2nuO5z5iSH-N6FUFRdnii5Sq238kAu_MBpqc2f8EcYMJloKxlj4du4fRhwKD8mGBZRihbJ3qwp2HF5Ekiqaq-iPokxMYfDfDCR5xZie6IoG-gdKrkdGqb7ErS0QDwDMP9yGySfEjF9Xu0zQlfFMHGtYbrTrsZFh0cEE_yz4RaG18IyoLpBzC0ZtVn7gnOg8o7H33eNXib7McaIpglECHgnohfoW-btc4t7DizU0b4TSIOYKK8qXYOoEjka-fsEhgvs*" } ], "state": "IN_PROCESS" } But when fetching the agreement details using the API below, I get the response below.API: /agreements -> GET&
We are using Adobe Acrobat and are in the process of upgrading Salesforce by moving to a new Salesforce instance. As part of this upgrade, we will be installing Adobe Sign on the new instance. When we begin using the new instance, we want to migrate all agreements from the existing instance to the new instance.Our goal is to transfer all data related to Adobe Sign to the new Salesforce instance. We seek your support in this migration process.Additionally, we will be migrating data for other standard and custom objects, which will require time. Therefore, we need to use the same Adobe Sign account on both the existing and the new Salesforce instances concurrently during this transition period.
I am attempting to add Adobe Sign API to my application in order to get a couple signatures for a report which is created using DevExpress XtraReport. I run the report, create the PDF, and want to add digital signature fields using Adobe Sign API for a staff member and their supervisor. I have tried different ways to add the signature fields but am not having any luck. One way I am trying right now is to use the /agreements/{agreementId}/formFields however it is not creating the fields. If anyone has any suggestions please let me know. Thanks!
I'd like to upload a document for signature that includes a payment requirement. Is there a way to specify the payment using a text tag in my uploaded document? I figure I'll need to specify an amount, a recipient, the currency, and the value type (entered value, read only in my case). -- Charlie
I am creating a webhook but I get the error:{"code":"INVALID_WEBHOOK_URL","message":"Validation for webhook url failed. Please make sure that the webhook url responds with a valid HTTP response code and a valid client id. Request id: c9189855-0749-4fa4-8f09-0edd1cfc7d4d."} This is the code of the webhook endpoint, it does the validation as shown in the reference, can it be that the endpoint cannot be from Google App Scripts? function doGet(e) { const adobeClientId = e.headers['x-adobe-sign-clientid']; const response = ContentService.createTextOutput("Success") .setMimeType(ContentService.MimeType.TEXT).setHeader("x-adobe-sign-clientid", adobeClientId); return response; }
Hi Everyone, I’m having trouble adding signature blocks at the end of each document when sending a combined agreement. I’ve tried adding signature fields in the POST Agreement API call and the PUT Agreement API call with the agreement being in the AUTHORING state, but I haven't had any success. Despite these attempts, the signature blocks don't appear at the desired locations in the documents. If anyone has experience with this, could you please provide some insight on how to successfully add a signature block to a specific page and location for every document in a combined agreement? Thanks in advance for your help!
I want some documents to be signed by my own with Adobe Sign. For this I am using my own email address in the signer email id and the agreement is getting created on Adobe but I am not getting email from Adobe for this agreement.
I am trying to add custom object named 'RequestDocument__c' in adobe template. I am not getting this value from drop down list.I am not able to select source object as this object in data mapping also.
Hi, We are integrating Adobe E-Sign functionality into our existing application and have encountered some challenges while working with agreements that include custom form fields. Here are the specific issues we are facing:1.Creating an Adobe agreement for a signer with custom form fields.2.Manually placing the signature placeholder in the PDF using form field options.3.Removing the timestamp from the signed PDF programmatically. Could you please guide us on how to achieve these? Your help would be greatly appreciated. Thank you!
I have created a API that goes out and get signatures from Multiple people.. Once completly signed I will create a package and sent to group with everything including a Signed Document. Problem is once it is completed I (the Originator ) should only get an email . Not all the signers..using the API and this Parameter below. "completionEmails": "ALL" has another parameter as NONE .. (Wandered the web looking) IS there another Paramter like OWNER,ORIGIN.. Anything "emailOption": {"sendOptions": {"initEmails": "ALL","inFlightEmails": "ALL","completionEmails": "ALL"}}, Now
What does the event type `downloaded` do? I was trying to track if a completed agreement has been downloaded, but didn't get the downloaded event as expected.
I am planning to integrate my application with adobe sign in. Let sayUsers login to my application.Users write some stuff.Users clicks on send for signature with email of receiver.My application on backend has to fire an API call to adobe with pdf content as body.Once signatory signs the document my application has to receive a call back that it is signed.This is a brief part of my application. But when I am going through Adobe developer documentation, it shows OAuth has to be enabled. Here I am not planning to create user login via Adobe OAuth(like Google OAuth) but just my application want to fire API with contents and email of receiver. Some API apps(ex:- open weather) just provide a individual API key through which we can access and GET/SEND data.What is the need of OAuth in this case as mentioned in documentation ?Does Adobe has any API KEY to do this flow?What is the need of OAuth in case of Adobe Web hooks?Please correct if my understanding is wrong.
Hi everyone i have some problems trying to send an agreement to sign using a salesforce triggered flow on Contact object, i am sending the contact record id and the agreement template id, then i send de agreementId that i get form the LoadAgreementTemplate, but i have a null in the LoadAgreementTemplate action. can someone help me with this?
I have a serious issue affecting our production environment. We are using widgets to send out signing urls to customers for certain contracts. It seems we've hit some volume threshold such that the .net SDK method "GetWidgets" is timing out. After creating the transientdocument & widget, I have to call GetWidgets in order to get a signing url. My question is how to fix this:1. Is there a different way to get a signing url? I have tried the agreements/signing url but there is no agreement attached to these widgets - calling the get agreements returns nothing2. I also tried to delete widgets that have been signed. I have the original widget id, but when i try to do the UpdateWidgetState it errors out or gives me an "invalid web form it" error. Is there a way to filter the GetWidgets? Alternatively, is there a way to get a signingurl from the GetWidget/WidgetID?HELP!
Hi, I'm currently looking for detailed reference of Acrobat Sign API. Everything's been working fine, the UI seemed to be exactly like in the tutorial video like so: But some how later this afternoon, my UI changed to be a simple Swagger UI which details of schema model has been got rid of (image below) Are there any ways to rollback to the previous UI? Is it the problem on my browser or Adobe just updated Swagger UI on their site? Thank you in advance for your answer.
I am wanting to create a workflow within Power Automate and use the "Create Agreement from Template/Library" and utilize the "In the name of" field under advanced options. Upon providing a email address, the workflow fails and a error states: "The API caller does not have the permission to execute this operation"Does something need to be enabled on Adobe Sign? What are the steps to grant it access?
I have not been active for a long time and now after logging in the following message appeared: "Your account has been deactivated. Please contact your support staff." Who are the support staff and how can I contact them?
We would like to suppress the notifications generated for agreements when created through our integration with the Adobe Sign API. Per the documentation, we are setting the fields that should do this in POST /agreements: "emailOption": { "sendOptions": { "completionEmails": "NONE", "inFlightEmails": "NONE", "initEmails": "NONE" } } However, signees still receive email notifications from Adobe, and the API response to GET /agreements/{agreementId} does not include an emailOption field. Is there anything that could cause the emailOption field to be reset or ignored?
How do I provision Adobe Acrobat Sign and Acrobat Sign Emded apis in the Developer Console? In the following screenshot it's grayed out. 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.