Acrobat Sign Dev Community: Connect, Learn, Innovate
Recently active
If I create a readFileStream from local directory then I am able to upload template and get transient Id but If done the same by fetching the uploaded docx file in S3 it doesn't work. I am getting the file Stream using the below code and it doesn't work. async function getFileStream() { // configuring the AWS environment AWS.config.update({ accessKeyId: process.env.AWS_ACCESS_KEY, secretAccessKey: process.env.AWS_SECRET_KEY, }); // initialize s3 const s3 = new AWS.S3(); const file = s3.getObject({ Bucket: 'bucket', Key: 'key.docx' }).createReadStream(); const pass = new stream.PassThrough(); stream.pipeline( file, pass, (err) => { if (err) { console.error(err); } }, ); return file; } But when I implemented it directly like below then it works perfectly.const file = fs.createReadStream(file.path);return file;There is no error in the above case but the response never comes until 120 seconds and then i
Hi, We are using the Text field with Alignment = Centre for E-sign.After the E-signing the Signature Field is Left Aligned.We want it to be Centre Aligned. Thanks
I'm looking to have a user signature form field embedded into each tabs in a single html page that has multiple tabs with each tabs having different forms. And the signature as acknowledgement for filling each tabs. How should i implement this approach?. Currently, i'm thinking of making a template microsoft word file with signature fields and then upload and then on each page, have that file embedded, is this the right approach i should be looking at or is there a workflow for this kind of usecase
Hi,I am a new user (Developer) of Adobe Sign (in live trial).I can't figure out why I get this error:{'code': 'BAD_REQUEST', 'message': 'The request provided is invalid'}Error creating agreement: {"code":"BAD_REQUEST","message":"The request provided is invalid"} I can not see what is wrong on my create_agreement_data # create_send_embedded_signing.py import requests access_token = 'dummy123' template_id = '3AAABLblqZhCvWrW4m3sV4GADuaPQ1duSivAJktzzZaTS2VMonxHZ-h57ULZHquwWO' # Replace these values with your own email = 'abc@gmail.com' role = 'SIGNER' base_url = 'https://api.na1.adobesign.com/api/rest/v2' headers = { 'Authorization': f'Bearer {access_token}', 'Content-Type': 'application/json' } # Create an agreement using the template create_agreement_data = { "fileInfos": [ { "libraryDocumentId": template_id#, #"transientDocumentId": transient_doc_id,} } ], 'name': 'Agreement created from a template via API from
Hello,I am trying to download an unsigned copy of my webform using bash and json, but I can't figure out how to do it. And I can't find anything in the API documentation about being able to do this. But the file has to exist somewhere because if you go to: https://[my company].na3.adobesign.com/public/agreements/view/[ my widget id]?readerMode=true&type=widget I am able to preview the unsigned document and download it. Any ideas?Thanks!
How to extend File Size limit(from Default size) in Adobe Sign while sending for signature?We have integration with Conga. We are processing from Conga Agreements and for sign purpose we are using echoSign from Adobe. for large file(more than 34 MB) we are getting below error:null : 400 : {"code":"BAD_REQUEST","message":"apiActionId=CBJCHBCAABAA0OAfqINtHcm0Nkl756T2Mq0Q_O_hlhfw"} Please help me on this.
I would like to create a webform were signer 1 can fill and sign their section. It will be sent to signer 2 for signature, then the form will be CC'd to a team member after signer two submits the form. However, I experiencing issues with creating such funtcion on my webform. Please see the attached photo. Any help would be apperciated. Thank you,Dymir
Hello, I'm trying to set up a webform that would have two participants. This first participant would fill out and sign the relevant parts of the document. Once they have done this they will then assign the next participant who will then complete the relevant sections of the document. Once the second participant has completed the document it would be sent to me to review. A similar process is shown in this video - (link) The video shows that this can be done but in my version when I am adding participants to my webform I am required to add the email address of the second participant but I won't know the email of the second participant. Has anyone else been able to achieve this other than in the video? Thanks
Is there a way to set up a reminder for signed contracts to be re-issued again for a future date?
Hello I got "Unable to create your agreement because because we had a problem processing your document" during developing my app integrated with AdobeSign. I am using developer account. I am using the following APIs and response should be fine but I received an e-mail that shows "Unable to create your agreement because because we had a problem processing your document".1.Get base uri. Response was 200.2.Update transient document. Response was 201.3. Send agreement. Response was 201. How can I solve this problem?
What values should be supplied in account type and locale so that the user can get modified in the adobe developer account by using PUT request.Also, where can I find the values for locale and account type in the adobe sign developer account to be supplied inside postman so that the user gets updated.
I try many ways to change the signature location by using Adobe Acrobat Sign API, But it shows default in last page. So kindly help me out this situation.I attached the screenshot of what I do try.
I am trying to set up a webhook for Adobe Sign according to https://opensource.adobe.com/acrobat-sign/acrobat_sign_events/index.html#managing-webhooks-and-subscriptions Whenever I attempt to create a webhook by POSTing to /webhooks, I get back the following response:{"code":"INVALID_WEBHOOK_URL","message":"The Webhook Url is either denyListed or the host name is not allowed Request id: cf05f2b1-203f-415c-986f-0d721904b04b."} Since I am currently developing this webhook feature, I am trying to set it up using my local development computer. I verified over and over that the domain name I have set up for my computer is up and running and that I can access it from the world wide web and I also tried to use my IP address directly instead of the domain but I still get the error above How can I get my url to not be "denyListed" or allow my host name?
We have a few recipients who take quite a long time to approve documents and I would like to run the "Average time to complete" report filtering only by the recipients. Unfortunately, the only filter available is "Agreement name". Adding additional filter options would be helpful in identifying issues with completion times. Despite the delays in approvals from a select few individuals our overall average time to complete is less than 24 hours so it does not flag as an issue as a whole.
Hello, I've setup integration between Veeva Vault and Adobe Sign according to the Adobe Acrobat Sign for Veeva Vault: Installation Guide. But I get the following error in Veeva when opening the Adobe Sign page. Your Adobe Acrobat Sign account could not be created. Please contact your Adobe Acrobat Sign account administrator. Does anyone know what's causing this error? Thank you
Hi, I have a developer account. I want to integrate my application with adobe sign but i could not get new access token. I have followed steps on this link -> https://helpx.adobe.com/sign/kb/how-to-create-access-token-using-postman-adobe-sign.html But i have this error from postmanIf license is a problem, I have enterprise license but i can not see API menu on enterprise license.Could you help me?Thanks.
Hi, I have encountered a problem with the OAuth API for redirection. When I try to authorize the user through adobe through the authorization URL (sample attached below)https://secure.echosign.com/public/oauth/v2?redirect_uri=https://somesite.com/adobe/login&response_type=code&client_id=xxxxx&state=&scope=user_read:account+user_write:account+user_login:account+library_read:account+library_write:account+webhook_read:account+webhook_write:account+webhook_retention:account+application_read:account+application_write:account+agreement_read:account+agreement_write:account+agreement_send:account" } The redirection fails in this case: enter both email and password and click on login -> instead of redirecting back to redirect-URL, adobe takes me to the adobe dashboard.The redirection works in this case: enter only your email and click on login without entering the password, there is a small loading indication -> user authorizes, and then adobe redirec
I'd like some clarification regarding a few things. First query: Can the data in Adobe's "Agreement Template" be changed dynamically depending on a record inside a particular entity in Dynamics 365? The situation is that we integrated Adobe Sign with our Dynamics 365 system, but each time we create a "Agreement Template" record inside the Adobe Sign interface, we see it after pressing the "Request Signature" button inside the crm. In our case, this isn't the best situation because if we created 100 records and we want to send 100 signatures, that means we'll create 100 templates. Is there another way? It will be really difficult to manage because I don't want all 100 of these templates to appear once I press "Request Signature." Another query: How can I use the Adobe Sign APIs to send a document for signing from within Dynamics 365 and set the "recipients," "file," and "signature type" fields from data inside the crm? Best regards
Hello, does anyone know how does "AdobeSignPlugins (1.1.0.0):AdobeSignPlugins.Activities.AddRecipientsFromRelationship" activity work? I'm trying to use it so I can send an email to multiple recipients, and I have put the realtionship name inside the "add contact using custom relationship lookup" field, but it gives me an error that is:'Contact' entity doesn't contain attribute with Name = 'cms_contract_contact' and NameMapping = 'Logical'. MetadataCacheDetails: ProviderType=Dynamic, StandardCache=True, IsLoadedInStagedContext = False, Timestamp=5275689, MinActiveRowVersion=5275689, MetadataInstanceId=10821117, LastUpdated=2023-01-29 09:43:28.257, OrgId=50c6d2a3-02ad-43f8-a46b-f1c3ad79ca21 How can I fix this? Thanks
Hi team, We are trying to use Adobe Sign API in our application. We are facing an issue while using the Reject Agreement API. From the API documentation it seems like we need to provide the Agreement ID , Participant Set ID and the Participant ID for whom the agreement needs to be rejected/cancelled. But in our case, the agreement gets cancelled for all the participants. Is there any other options/parameters need to be added to the request to achieve the agreement rejection for a single participant alone or it is the expected behaviour of the API? Thanks,Naveen.
I tried to find how to chage the https:///Secure... to Review and signe on the please sign Email. I don't need and want to see the link juste the button Review and Sign.Also the link do not works See image below Thank you This is what I have This is what I need
There are two events for which I'd like our users to navigate back to specific locations in our portal. For example: After successfully signing, we'd like our customers to automatically navigate back to our main portal, example: "https://foo.com/main.htmlIf the user declines to sign then we'd like to show them a different page, example: "https://foo.com/declined.html"If the user decides to hit the back button (they were sent to AdobeSign from Adobe Forms), we'd like them to go to another page: Example "https://foo.com/main.html". Is this something that is possible in Adobe Sign?
I read document below, but there are no endpoint for count all documents. How to get the count in once ? https://secure.na1.adobesign.com/public/docs/restapi/v6 *Moved this post from the Japanese forum to the appropriate forum. (Moderator)
Hi ,I generated an access token in the postman by using the Adobe Sign API in the developer console.Please see that I've not generated an access token using the embed link.I'm trying to get an access point to use it in my future API calls. An access token was generated and I followed the documentation-(https://experienceleague.adobe.com/docs/document-services/tutorials/acrobatsign/signapi.html?lang=en) for getting an access point but I always get a response -"404 not found".Please help me with the issue.In addition to this,If you could also help me getting a Widget ID in Adobe Sign,I shall be very grateful.
We have a Java-based application that interfaces with Acrobat Sign.We have an Access Token (expired) and a Refresh Token (not expired). When we attempt to use the Refresh Token to get a new Access Token in Production, we get a 401 Unauthorized: [no body] error. Here's what we've tried:Taking the exact Client ID, Client Secret, Access Token, and Refresh Token from Production database tables and manually doing the POST via cUrl - this works, we get a new Access TokenRepeating #1 but with Postman - this also worksCopying the database rows down to a Dev environment and running the same code as Production - this also worksIs it possible that Acrobat Sign blocked our Prod Server? I know for OAuth Code Flow, we have to whitelist the Redirect URI, but I thought that calls to get a new access token from endpoint: https://api.eu1.documents.adobe.com/oauth/v2/refreshcould be done from anywhere without whitelist. Any thoughts/suggestions?
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.