Skip to main content
Participant
July 17, 2018
Question

Prevent sending of email

  • July 17, 2018
  • 1 reply
  • 581 views

Hello,

I want to not send email to the signer for the document signing while i create an agreement.

Is it possible to do that ? if so how ?

Thanks,

Nirav

This topic has been closed for replies.

1 reply

Participant
June 3, 2019

In the v6 'POST /agreements' we have an option called emailOption in the JSON.

Add the following to the JSON while POST:

"emailOption":{

     "sendOptions": {

     "initEmails": "NONE"

     }

}