Introduction
Welcome to the Auco SDK Integration documentation. Each SDK is an iframe and communicates through the PostMessage API.
In this space, you can learn how to integrate the following SDKs into your application.
- Upload documents for signature
- Upload attachments for signature
- Electronic document signature
- Package signatrue
- Approval of documents
- Fill out templates
Prerequisites
Before integrating any of the SDKs, the following requirements must be met.
- Auco Account
- Integration Keys
info
The integration keys will vary depending on the environment you wish to use. To view the environment information, you can read the Environments and Authentication documentation.
Required Library
To facilitate the integration of SDKs, the auco-sdk-integration
was developed, which integrates all SDKs. It is necessary to install this library through NPM:
$ npm install auco-sdk-integration