docusignapi - Docusign Stamp/Print file name to uploaded document -
is there anyway can stamp or print file name documents uploaded envelope through rest api? went trough envelopedocuments parameters no luck.
what i'd is, when uploading documents existing envelope, i'd docusign print or stamp file name onto document docusign did envelope id on document. eg. print "agreement.pdf" somewhere on document signee can tell separation of documents.
the listenvelopedocuments api should provide name of document supplied during creation of envelope.
here sample response
{ "envelopeid": "13116d4e-xxxx-xxxx-xxxx-48cd64fece76", "envelopedocuments": [ { "documentid": "1", "name": "agreement.pdf", "type": "content", "order": "1", "pages": "1" }, { "documentid": "certificate", "name": "summary", "type": "summary", "order": "999", "pages": "2" } ] }
you can use envelopedocumentfields api store , retrieve additional metadata related documents in envelope.
Comments
Post a Comment