docusign / docusign-esign-ruby-client

The Official DocuSign Ruby Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
MIT License
66 stars 62 forks source link

Setting client_user_id still triggers email #105

Open la-ruby opened 2 years ago

la-ruby commented 2 years ago

In Bash and Js code, setting the clientUserId prevents an email going out to the signers.

When using this ruby gem however, the clientUserId property doesn't have that intended effect.

InbarGazit commented 2 years ago

Can you do one or both:

  1. https://developers.docusign.com/docs/esign-rest-api/quickstart and pick Ruby and try it and see if you see the same.
  2. Share the Ruby code you used that has the issue.