External users to be able initialise documents
Wednesday, November 21, 2018 at 05:51amWe have a flow in my system where you can delegate a signing to another person that is not in our system.
You need to provide us with their email address and we send them a token where they can Initialise the document.
I was wondering if there is away to make the initials into a input type if singer first and last name are not available.
Thanks
Reply to: External users to be able initialise documents
Wednesday, November 21, 2018 at 06:29amReply to: External users to be able initialise documents
Wednesday, November 21, 2018 at 09:21amReply to: External users to be able initialise documents
Wednesday, November 21, 2018 at 09:29amHTTP Request POST /api/packages/{packageId}/documents/{documentId}/approvals HTTP Headers Accept: application/json Content-Type: application/json Authorization: Basic api_key Request Payload { "role": "Signer1", "id": "signature1", "fields": [ { "top": 510, "left": 215, "width": 200, "height": 50, "page": 0, "type": "SIGNATURE", "subtype": "INITIALS" } ] }Duo