Skip to main content
Participant
November 26, 2024
Question

How can I get a completion EMAIL only to the originator

  • November 26, 2024
  • 0 replies
  • 104 views

I have created a API that goes out and get signatures from Multiple people.. Once completly signed I will create a package and sent to group with everything including a Signed Document. 

  Problem is once it is completed I (the Originator ) should only get an email  . Not all the signers..

using the API and this Parameter below.

     "completionEmails": "ALL"   has another parameter as NONE .. (Wandered the web looking) 

IS there another Paramter like OWNER,ORIGIN.. Anything

      

"emailOption": {
"sendOptions": {
"initEmails": "ALL",
"inFlightEmails": "ALL",
"completionEmails": "ALL"
}
},

 

 

   Now  

This topic has been closed for replies.