Is there a way to upload documents to docusign using the API?
I have a web form with over 150 fields, and users fill everything out on my website. I'd like to avoid creating data fields in a template and passing all the values. I can have the fields recognized in docusign, but the labels for the fields are assigned randomly, and if I were to add or remove a field in the future, I will have to go through every field to make sure the labels didn't get renamed.
I can convert this form into a pdf. So I am wondering if it's possible to upload this pdf as a template using the API.
Thanks.