This module is an extension to the Adobe Sign Connector module which serves as a connector module on a rather abstract level. This module therefore provides convenient to use import and export mappings as well as plug-and-play microflows for some of the mostly used operations of the Adobe Sign API.
For Mendix developers seeking to enhance their Mendix applications with automated document handling and electronic signature capabilities, the Mendix connector for Adobe Sign offers a valuable solution. Note that his extension covers only covers some of the operations of the Adobe Sign API. However, you can always fall back on the Adobe Sign Connector module and make you own personalized requests using the generic microflows provided there.
- Upload transient documents
- Create and retrieve agreements
- Place form fields on agreements
For preparation instructions visit the Github repository of the Adobe Sign Connector module. This module does not require any preparation besides the one of the Adobe Sign Connector module.
- Install the Dependencies from the Mendix Marketplace:
- Follow the installation instructions of the Adobe Sign Connector module
- Install the Adobe Sign Commons from the Mendix Marketplace
- Assign the module roles to your projects user roles. Users can use the microflows provided in the USE_ME folder.
For configuration instructions visit the Github repository of the Adobe Sign Connector module. This module does not require any configuration besides the one of the Adobe Sign Connector module.
After preparation, installation and configuration you can now use the micrflows from the USE_ME package of the Adobe Sign Commons module by passing the required parameters to it.
I built this module based on my own usage of the Adobe Sign API. Please let me know if you are missing any commonly used operations of the API so I can consider adding them in a later version.