docusign_rest
docusign_rest copied to clipboard
A wrapper gem for the DocuSign REST API
I would like to suggest that you use the embedded check in the get_inline_signers method before assigning the clientUserId attribute as you do in the get_signers method. Otherwise DocuSign doesn't...
Previously this defaulted to always including the `clientuserId` in the request. At which point DocuSign thinks this document is to be signed embedded and will not send a notification to...
This allows to specify an access_code to an envelope via signers parameters. See: https://support.docusign.com/en/guides/ndse-user-guide-access-code
also add support for setting the role name from the ruby underscore method to the camel-casing that docusign expects
Allow to pass all event notification options present on api docs https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create
2 public methods: get_templates_from_envelope get_document_list_from_envelope
I have 2 signers on my document template that each have some custom fields, I duplicate them because there seems to be no way to have common custom fields since...
## Problem * I needed to find a way to disable "ordering" of multiple signatures, so that signers can sign whenever as they please. ## Solution * Currently, nowhere in...