Overview
Auto templates in iinked Sign allow users to create document templates that can be automatically detected and applied to a document when creating a new signing package. This feature helps streamline the signing process by predefining templated fields for commonly used documents within your organization. You can also manually apply an auto template when creating packages via the API by specifying theautoTemplateCode for any document.
Steps
1
Get the auto template code
To apply an auto template to a document when creating a package, you need to obtain the See the Templates list API for more information.
autoTemplateCode for the desired template.
You can find this code in the auto template editor within iinked Sign. It appears in the Auto Template Document panel under each document.You can also retrieve a list of auto templates by calling the templates/list endpoint and filtering the results to only include auto templates.Request
2
Create package using the auto template
Once you have the
autoTemplateCode, you can create a new package by calling the packages/add endpoint and
specifying the autoTemplateCode for each document.- Using code
- Using auto
- Using IDs
Request