docusign / docusign-esign-php-client

The Official Docusign PHP Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
https://www.docusign.com/devcenter
MIT License
198 stars 124 forks source link

Creating Embed Request Sample #43

Closed blacksage21 closed 7 years ago

blacksage21 commented 7 years ago

Is there somewhere i can find sample code for creating an Embedded Signing request using the SDK? This of course using a file not a template. Preferably using a link to the file and not the base64 content

gsnavin commented 7 years ago

@blacksage21 Unfortunately you cannot specify a link to a file, have to send an envelope using base64 only.

Here are the links to example code to request embedded sending/signing

Sending: https://github.com/docusign/docusign-php-client/blob/master/test/UnitTests.php#L283

Signing: https://github.com/docusign/docusign-php-client/blob/master/test/UnitTests.php#L303