『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
We have created a Webform by uploading a PDF and added a Signature block to the webform. On submitting the website , it asks for Verify of EMail Address send on an email id provided along with the SIgnature. Once email address is verified , a email is send with a body content having a URL which contains the form details submiited by user along with signature. We need to send email with the PDF attachment with the submitted form details & signature.Is it poosible OOTB or can it be achieved via API integration.
Hello, I wanted to know what level of access one needs on Acrobat side in order to use that account for integrating with Salesforce for E Signature. I am guessing System Administrator access is required but needs confirmation. Could anyone please answer this question?
I am trying to create a modal using an iframe element to show the editing a document page, I figured out I need to have the user_login scope for the Integration Key that I am using. But I dont want to go that route or else I will have to change that for all my accounts and in all environments. Is there a simpler way to show the edit page onto an iframe? Or is modifying the integration key scopes the only way? Thanks
Hi,I want to know how many webhook requests were sent, how many were successfully processed, and how many failed—for example, over the course of a week. Is there any way to find this out from the Adobe side, using response codes such as 200 - SUCCESS or 500 - FAILURE?Thanks,Sreejesh
We have few documents which were partially signed (outside of adobesign). These documents need to be send for futher esignatures using API.Is this usecase supported by Adobe? If yes, how do we proceed?Note that same documents when uploaded on Adobesign UI, are able to be sent for esignature, but when sent by API are declined
Hello,I'm using following endpoint for delegating:/agreements/{agreementId}/members/participantSets/{participantSetId}/delegatedParticipantSets My account has agreement_write scope enabled with group modified.My content type for tests is: { "memberInfos": [ { "email": "someEmail@address.com", "securityOption": {} } ] } I'm getting follow error:{ "code": "PERMISSION_DENIED", "message": "The API caller does not have the permission to execute this operation" }Response Code: 403 Is there a bug in the Adobe Sign API? What persmission do I need?
Hi When I try to create Reusable Templates, I dont have any option to select the type of the template. When I try to use the template, it inserts the document which I used for creating the template vs Form Fields. I have Acrobat Sign Prepaid Plan. I have seen any option to enable this feature. Based on the posts it is a enabled by default.
Hi, I canceled a document sent to me thinking that it was a mistake, unfortunately, the people who sent it to me have a system that generates these Orders automatically and cannot resend it. Can someone please help me restore the document so I can sign it?Thanks in advance
Dear, I have a dotnet application to upload document and e-sign by Adobe e-signing API v6. I am trying to add a placeholder for the signer in the document. here is the screenshot of the document below. It is a PDF. I want to replace signer1 signature and initials with the fields. My upload is successful by the API call "/transientDocuments". And then I am calling API "/agreements" with the transientDocumentId. In my request I am sending the state as "AUTHORING" and not mentioning any email address. because I do not want to sent it for the signature. I want to see the document with the placeholder fields in Adobe. here is my JSON input for agreement API call. {"name": "Test update Object","type": "AGREEMENT","signatureType": "ESIGN","state": "AUTHORING","message": "","participantSetsInfo": [{"memberInfos": [{"securityOption": {"authenticationMethod": "NONE"},"placeholderName": "SIGNER1"}],"role": "SIGNER","order": 1,"participantSetId": "signer1"}],"fileInf
The Adobe sign APIs require users to authenticate via OAuth flows To make the user experience in our app more fluid, is it possible to use a service/techinal account or maybe even service to service oauth credentials when authenticating with Sign APIs on behalf of our users. The authorization request will usually lead to a user logging in with their own crednetials. I have been tinkering with the above but have been unable to get them to work with the Sign APIs. I see there is a legacy "Integration API key" option available, but I think OAuth is a requirement for new applications. Without some sort of service/technical account, users would each have to authenticate with adobe sign when sending a document for signing for the first time. It would be preferrable if an admin was able to configure Adobe Sign once for everyone in the account.
UrgentWe are using the Adobe Sign API to retrieve and store signatures within a Nintex workflow. Adobe provides two relevant actions: Get Signature and Store Signature. In our implementation, we have integrated Azure Functions within our connector service to interact with various Adobe Sign API endpoints, including agreement retrieval and more.One of our customers is experiencing intermittent issues while executing the Get Signature method. This method triggers an HttpClient call from within our .NET Azure Function. While the request occasionally completes successfully, it often fails with one of the following exceptions:1. System.Net.Sockets.SocketException vbnetCopyEditThe request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing. The operation was canceled. Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request. 2. SSL/TLS Exception vbnetCopyEdit
Hi all, We are currently working on replacing our existing text tag implementation, which we use to define signature fields in Adobe Acrobat Sign. While text tags are still functioning correctly on our end, we've seen reports from some users indicating that text tags may not function properly in the new Acrobat Sign e-signature experience that Adobe is gradually rolling out. We’d like to confirm whether this is expected behavior. If text tags are indeed being deprecated or limited in the new experience, what alternatives are recommended? We’re using a developer account, and we’ve noticed that the Anchor Text feature appears to be available only for enterprise accounts. Can this be used as a replacement for text tags in our case, or is there another recommended approach? Any guidance or official documentation would be greatly appreciated. Thank you!
Hi,our solution manages more than one API Application for the same account and it came up that the OAuth authorization is required only for the first application, if the scopes of the second one are the same or a subset of it. For example:APP1 -> scope: agreement_write+agreement_read+agreement_send+library_read+library_write+webhook_write+webhook_read+webhook_retention APP2 -> scope: agreement_write+agreement_read+agreement_send+library_read+library_write If we start OAuth request process for APP1 before APP2, APP2 will not ask for permissions. Is there any way to force the user to confirm the permissions for every application that requires an authorization token?
Hi everyone, This is my first post and I'm looking forward to establishing an Adobe Sign connect with a little help from the community. My goal is to use the Adobe server to server API to connect my Gumloop profile to my Adobe Sign and send out automated signature letters. Does anyone have experience setting this up or setting up something similar that wouldn't mind offering some guidance? I'm using Postman right now to establish the initial connection.
Hey guys, We’re integrating Adobe Sign REST APIs and need OAuth v2 API access for our account to use REST v6 endpoints. Currently, we receive the error: use_oauth_v2_apis: /public/oauth apis are not allowed to access for this application. Please use /public/oauth/v2 apis. What do I need to do to get passed this?
L'application Adobe Sign version mobile comporte un bogue qui ferme l'application avant d'avoir terminé de compléter le formulaire lorsqu'il y a plusieurs champs à compléter. Est-ce que ce problème sera réglé sous peu? avec une nouvelle mise à jour?
Hello,I am currently working on a project using the Adobe Acrobat Sign API, where I aim to generate contracts based on input from Google Forms. In order to proceed, I need to create a server-to-server (S2S) access token.However, when I attempt to create a new Acrobat Sign project via the following URL, the "Create" button is disabled and the following message appears:License requiredYour organization does not have a license to access this API, please contact your admin. If you think this is an error, please contact customer support.URL: https://developer.adobe.com/console/3511502/servicesandapisCould you please let me know how I can enable this or what steps are required to obtain the necessary license?
We were unable to create your agreement because we had a problem processing your document This may only be a temporary problem. However, if you have tried more than once to create this agreement with the same document, please visit our online support system.
Hello,I'm encountering an issue when creating form fields using the PUT /agreements/{agreementId}/formFields endpoint in REST API v6. This occurs specifically when the agreement is created in the Authoring state and I immediately try to apply form fields.Error response:{ "code" : "DOCUMENT_NOT_AVAILABLE", "message" : "The document is not yet available or will have no pages to view"}To work around this, I currently implement a retry mechanism that attempts the PUT request up to 10 times with a 2-second delay between tries. If it fails after 10 attempts, the process is aborted.What I've tried:1. Creating the agreement in Draft stateThis doesn't work for my use case, as I can't retrieve the participantSetId needed for assigning fields—these IDs appear to be available only after switching to Authoring state. I'm also unsure if there's a way to assign fields without having those IDs.I have also found this: https://helpx.adobe.com/sign/kb/formfields-option-is-not-available-in-v6-
We are also facing the same issue since 5:30am IST. Below is the error message. Is there some issue which the team at Adobe is aware of?Expecting 'REJECTED,RECALLED' but was 'EMAIL_BOUNCED'
Hello,I have issues integrating the adobe sign api into my companies application. I am new to acrobat and adobe sign so I do not understand the core infrastucture of the service and how adobe sign instances are separated. My main question at the moment is this:Where do I have to create an API Application?Implementing the adobe sign api was requested by one of our customers which has his own adobe sign instance (e.g. https://customer-dev.eu1.adobesign.com) but we are working on a solution that works for all customers including new ones in the future. Do my customers have to create their own api application and provide their client id and secret or does my company need an adobe account (e.g. on https://api.eu1.adobesign.com) and create the api application there once and than use it for all of our customers? Are these adobe sign instances strictly separate or can one instance use an api application of another instance?Thanks
Buen dia, al subir un archivo csv me sale el siguiente error [Recipient_1:Email]: No hay ningún encabezado de correo electrónico obligatorio. que debo hacer para solucionar este problema, Saludos
Here’s a fun experiment to show Adobe exactly how badly they’ve messed up Adobe Sign. Download the inventor declaration from the USPTO's website. Do this by searching for "USPTO AIA 001 form," and you can get a link to the form. Open the downloaded form. Insert the name of a person as the inventor. Any name will do! Now save it as “Document 1” or whatever. Open the downloaded form again. Insert a different name of a person as the inventor. Now save it with a different filename, say “Document 2." So now you have two saved versions, each with a different inventor name inserted, right? The documents started from the same place, but as saved, they are DIFFERENT. They have DIFFERENT INVENTOR NAMES IN THEM, right? Now, go to Adobe Sign. Make a “binder” that includes both of the documents you saved. Begin to insert information to allow the inventors to sign. What’s that, you say? The names on the two documents in the binder are now exactly the same? What????? Th
Hello,I was trying to call the AbodeV6 Rest APIs using: https://secure.na4.adobesign.com/public/docs/restapi/v6#/accounts.But I am getting the error: "access_denied: Scopes not enabled for this application", while Authorizing, despite having configured scopes for my application. I performed the following steps:1. Clicked on Authorize 2. Selected all the scopes > Authorize 3. Got redirected to a new tab, which displayed an error message: "access_denied: Scopes not enabled for this application" My API Application Details: It would be really helpful if someone could help me with this or pinpoint what I am doing wrong.Thank you!
When we create the agreement on API REST to create a user to the agreement.We use this json:{ "fileInfos": [ { "transientDocumentId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" } ], "name": "Legisway AdobeSign process", "participantSetsInfo": [ { "memberInfos": [ { "email": "xxx@xxx" } ],"order": 1, "role": "SIGNER", "name": "Surname Name" } ], "signatureType": "ESIGN", "state": "DRAFT", "documentVisibilityEnabled": false, "hasSignerIdentityReport": false, "isDocumentRetentionApplied": false, "status": "DRAFT" }When we are on Adobesign Interface the user is display in a group and not as simple user,How can we modify that?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.