You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per documentation, enabling Embedded Signing disables sending emails by default. Emails can be re-enabled by explicitly setting deliverEmail: true in Signer object.
However, this Node SDK doesn't seem to respect deliverEmail: true. The response returned by Client.createDocumentFromTemplate(template) returns a document, where deliver_email is 0 for all signers.
The text was updated successfully, but these errors were encountered:
rasulovdev
added a commit
to rasulovdev/eversign-node-sdk
that referenced
this issue
Sep 9, 2022
As per documentation, enabling Embedded Signing disables sending emails by default. Emails can be re-enabled by explicitly setting
deliverEmail: true
inSigner
object.However, this Node SDK doesn't seem to respect
deliverEmail: true
. The response returned byClient.createDocumentFromTemplate(template)
returns a document, wheredeliver_email
is0
for all signers.The text was updated successfully, but these errors were encountered: