Could anyone explain to me that how to set email subject line and email message using JSON in Docusign.
Note:(JSON string has to be passed as HTTP request).
Thank you, Vignesh.B
Could anyone explain to me that how to set email subject line and email message using JSON in Docusign.
Note:(JSON string has to be passed as HTTP request).
Thank you, Vignesh.B
Use the emailNotification property to set separate email subject and email body per each individual recipient. The emailNotification property should be set per recipient.
Here is a sample Json for the createEnvelope request.
Use the emailSubject and emailBlurb properties to set the subject and message for all the recipients in the envelope. These properties have to be set at the root level of your json request.
Note: You can override the properties at the envelope level by specifying the emailNotification property for each recipient as suggested in this answer
Here is a sample Json for the createEnvelope request.