How to create an envelope with one or multiple documents and a template using C# SDK.
Documents are just for information references only, no tab/field on it.
Template is the page which defined signer.
How to create an envelope with one or multiple documents and a template using C# SDK.
Documents are just for information references only, no tab/field on it.
Template is the page which defined signer.
The current workaround is create a draft envelope with documents, then apply template to the envelope using EnvelopesApi.ApplyTemplate() method.
Please correct me if there is a more appropriate way to achieve this.
Thank you.
Hello khwa92741,
Your current workaround is quite close to the recommended approach. However, you can streamline the process a bit. Here’s a more efficient way to create an envelope with one or multiple documents and apply a template using the DocuSign C# SDK:
CompositeTemplate
object to apply the template and include your documents.Thank you so much and if you need any help you can raise a support case anytime at https://support.docusign.com
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.