Hello,
We’ve a couple of requirements listed below -
- To generate a document which needs to have an image embedded on the document. Image is stored inside Salesforce.
- To generate a document which needs to have an image embedded on the document. Image is the signature of a recipient which has previously signed another document which has similar or almost same information as the new one.
I can see that this API - getRecipientSignature | REST API | Docusign - can fetch the user signature. But imageBase64 attribute is not returned in the response. I observed that the signatureType attribute is “rubberStamp” in the response.
How to achieve this ?
- Should I use eSignature API ? If yes, how to get the base64 for recipient’s signature ?
- Should I use DocGen API ?
Note: I don’t want to send an envelope for signing.
Appreciate the help.
Thanks in advance!