Related Questions:
DocuSign Can the documents be signed automatically
Programmatically signing a document
At my company, some of the documents that get sent out for signature require the sender's signature as well as the customer's signature. The default DocuSign flow for this situation seems to be that the sender adds themselves as a recipient in Send view, then sends the document and immediately opens it in Recipient view, where they add their signatures.
Senders would prefer not have to re-open the document in Recipient view. It would make our process much more efficient if either:
the sender could add their signature as part of the sending process (e.g. a custom tag that is an image of their signature) or
we could use the DocuSign Rest API to sign on behalf of our employees
I haven't found a way to implement either approach. Option #1 doesn't seem possible because all of the custom tags prompt for user input or display information about the user.
Does anyone know of a way to do either of these options?