I am working on a web app project where I have to create contract based on form data (user input), then from the backend side i have a html template in which, I’m putting the contract details and creating a PDF then using the DocuSign library to create and send envelope to user for the signature.
Questions:
- As we know that the starter plan starting at $50 for 40 envelopes/month, that means i can only create 40 envelope in a month? What if user does not sign the document (will it be counted) ?
- Currently, I am creating envelope using a HTML template each time whenever new contract created. Is there any way to minimize the process ?