Forums
I have a document that is generated on the fly by our web system. It's a PDF created by the back-end and then goes out for signing. I have been able to upload the document just fine. Once it goes out for signing, there are two signatures it requires. One is from the vendor and the other from the customer. I want a way to store the vendor signature so it's always just 'automatically signed' by them. This makes it so the only signature needed is that of the customer in question. What is the best way to go about this process via the REST API?