digitally sign a document using Adobe Sign

1
Hello,   We have a requirement to digitally sign a document using Adobe Sign, ideally directly in the UI of the web document. So that no jump over to another platform is required. Does anyone know how this can be achieved in Mendix?   Regards, Johnson.
asked
2 answers
1

Hi, 

 

I have no experience with Adobe Sign and Mendix (or at all) but I am working on something similar using DocuSign. Mendix has created a module for DocuSign, which can also be embedded in the application. DocuSign is API driven and thus this can be fairly easily implemented in your application. I don’t know if this is also true for Adobe. You could check the Mendix DocuSign Connector module (Mendix Marketplace - DocuSign Connector) and the DocuSign documentation for some inspiration (https://developers.docusign.com/esign-rest-api)

answered
0

Hi,

You can achieve this using several services including HelloSign or Docusign. The feature you’re looking for is called “embedded signing”. 

Walkthrough example developers.hellosign.com/docs/embedded-signing/walkthrough/

answered