『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Olá galera, Tudo bem?Tenho algumas duvidas quanto ao uso da API REST, principalmente no quesito de posicionar as assinaturas de cada um dos signatários, e adicionar campos editáveis para cada signatário preencher o seu, coisas que manualmente eu consigo fazer tranquilamente!Já li a documentação e algumas dicas em foruns, como o uso de formulários WEB, mas já testei e não funcionam.Eu sempre vou ter q subir meu PDF, e preciso o signatário 1 assine, que o signatário 2 assine e preencha seus campos e por fim o signatário 3 assine, mas notem que os signatários 1 e 3 não podem preencher os campos pertencentes ao signatário 2.Segue imagem de exemplo do que eu quero que seja feito na API. Quem puder me ajudar, agradeço muito.
I'm trying to connect to Adobe sign via Make.com (an integration software) and I’m getting this error -{“message”:”The request failed due to failure of a previous request.”,”code”:”SC424”,”suberrors”:[{“message”:”[access_denied] Only account admins can approve account scopes”,”name”:”InvalidConfigurationError”}]}How would I resolve this?
I was told that Adobe Moderators have the ability to enable the 'Anchor Text' feature on my developer account/application if I post a request in the Adobe Community Form. We are looking to test this feature with our integration.Please tell me what is needed to facilitate this.Thank you!
Hi, we are currently trying to implement webhooks as part of flow to update approved quotations in our system. We've run into issues with the setting to allow 2-way ssl which does not appear to return any certificate in a typical location in our C# Backend Application. httprequest.connection.clientcertificate is not populated and there is nothing immediately obvious in the headers. We also tried not returning the same cert in our response and Adobe accepted our response rather than failing on initial creation.Is there a particular location this SSL cert should be present or anything I might be missing, such as an invalid pfx with no error?
Hi I am getting this error when I try and connect to my adobe sign - my account says i have access to all the 'tools' and e-signing - do I need a different subscription for adobe esign seperately or what might the issue be? thanks in advance {"message":"The request failed due to failure of a previous request.","code":"SC424","suberrors":[{"message":"[access_denied] Your product edition does not support account scopes","name":"InvalidConfigurationError"}]}
I have a backend service that needs to communicate with Acrobat Sign API. How can I get an access token using the client_credentials OAuth grant type? I've seen other posts on this forum. But no one from Adobe seems to provide an answer.
When using the API to embed the document signing experience, is it possible to suppress the email invitation to the signer?
I am using the developer account and trying to sign the agreement but display the message like this: Please login as an authorized signer in order to view and sign this document.Note: I am preparing the agreement first using adobe sign view API and using EmbeddedCode sent the agreement from EmbeddedCode. The strange thing is that I can sign the agreement using a different browser and Incognito mode in chrome. Also verified for account-based settings. Account > Account Settings > Security Settings.There is a check box for Signer Identity Verification to "Require signers in my account to log in to Adobe Sign before signing." is unchecked.Can anyone help me with getting this message?
Hello.I would like to know how to define formFieldGenerators in case I want to use absolute positioning of form fields (x, y and page number) instead of achored positioning (x offset, y offset and anchor string).In particular:1) If this option still supported in API v.6?2) What is generatorType (string) value I should use?3) How to include formFieldLocation object in my formFieldGenerator?
is it possible to cancel a document already signed in adobesign?
Getting this issue: We experienced problems with Adobe login. Please try again. from the last 2 days.For the testing purpose I added IP address range wrong accidentally but now I am unable to login and always getting the error like 'experienced problems with Adobe login'
Can you create a direct URL link to launch a AdobeSign custom workflow? Users constantly get confused on hot to do this (expecially since it defaults to forms, not workflows). This interface is terribly inefficient. Any insights are appreciated!
Getting this issue: We experienced problems with Adobe login. Please try again. from last 2 days
When trying to use signurls rest apiSince I used the integrated key first, (for create agreements)I am logged in as an administrator user and a page asking me to log out appears. I want to be logged out in advance and see the signature page right away. Is there any way to solve this problem?
Thruogh Agreement View Api I have prepared an agreement, at the same time in the receients list I am able to see the names of receipents along with the emails.But when submit the agreement for signature, It is not showing me the receipents names and shows only email addresses of receipents. In Api I have added the name of receipents in NameInfo model in ParticipantSecurityOption in participantSetsInfo Please look the video of the same for the better understanding.
I have added the below text tag in pdf but it is not getting converted to the signature field after uploading to adobe sign through API.Sig_es_:signer1:signature
I'm attempting to test the functionality of the Adobe Sign Rest API V6, in the model it lists the FormFieldGenerator, and upon further research is a feature that was added in 2020. I have attempted several times to create a test document and using the FormFieldGenerator but the information appears to just be ignored. I found a forum post from April 21, 2023 of someone with the same issue, and he found out that the Anchor Text setting is disabled by default. Is there anyway this can be enabled so I can test this functionality, it is the remaining thing needing to be tested to convince the owner to switch from DocuSign. Currently using a free developer account for the testing purposes, so I'm unable to create a case. Below is the forum post for reference:https://community.adobe.com/t5/adobe-acrobat-sign-discussions/adding-form-field-signature-to-a-pdf-using-rest-api-v6/m-p/13742580
I added an agreement via the API with the state "DRAFT". This was successful and I can find it with the request: "GET /agreements/{agreementId}"However, when I search for it on the site it is not showing up. Pasting the agreementId into the url gives the error"Invalid agreement ID"When I follow the same steps but with the state "AUTHORING" it does show up on the website under the tab in draft.
The new authentication method "Email OTP" for Adobe Sign is a great new feature. Whilst I understand that this feature is available under Enterprise license plans only, would it be not possible to have this enabled in the developer account as well? This would allow testing of the new features during the developement phase much like the other authentication methods that are already available in the developer account.
We don't have this happen with every document, but there are instances where a sent document is signed, but Salesforce status is not being updated and the signed document is not sent to Salesforce and attached to the Agreement object.
Support Team,We are retrieving views from API POST /agreements/{agreementId}/viewsWe want to redirect user Post send. We have tried to set redirect url in PostsendOption but its giving error ofSpecified post send redirect URL not in allowed list -So where can we define the allowed list?we have developer account can we define it in any settings?Our redirect url will be like belowhttps:\\hostname\da2\Process\AdobeAcrobatSignDocument.aspxcan you help us with this being set?Promt Reply will be appreciated.Thanks alot,Sanjay Parmar
Since November 2023, I can request signatures and send agreements out, but they do not show up on my All agreements list so I cannot track them, or send reminders or anything else. Please help.
In v6 rest API I tested agreement view (post) { "name": "ALL", "commonViewConfiguration": { "autoLoginUser": true, "noChorome": true, "postSendOption": { "redirectUrl": "https://127.0.0.1:8080" } }} but I responsed { "code": "INVALID_POSTSEND_REDIRECT_URL", "message": "Specified post send redirect URL not in allowed list - https://127.0.0.1:8080"} How do I add the URL to the allowed list?
I would like to know more on adobe acrobat sign API , I was looking out for a way to not store the documents in adobe cloud which are to be sent to get signed from the users . Is there a way we can achieve this. I have found out that all the 3 ways , Uploading the document and creating the transient id, or to create agreement with library id or using the URL , it stores the document temporarily in adobe cloud , We prefer not to store the document on the adobe cloud.
I'm integrating the Adobe Sign API into an app I'm developing. One feature of my app is to view a list of all outstanding agreements. To do this, I need to hit the endpoint to grab all agreements for the account. As is mentioned in another post on this forum, there is no way to filter the results of the API call to grab all agreements. That being the case, I assumed the only way to reduce the results returned by that call is to delete any cancelled or completed agreements. Otherwise the list of agreements returned by that API will continue to grow over time and that API call will get slower and slower as it needs to request multiple pages of results and concatenate them. However, that doesn't appear to be possible either. At least, not without contacting Adobe support and requesting that they enable the delete API endpoint for your account. So I'd need to advise all users of my application to do that in order to prevent my app gradually getting slower over time. I'm not sure
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.