var options = {
test_mode : 1,
clientId : '0836272d66a1b53f9822f3aa07aef704',
title : 'NDA with Acme Co.',
subject : 'The NDA we talked about',
message : 'Please sign this NDA and then we can discuss more. Let me know if you have any questions.',
signers : [
{
email_address : 'jack@example.com',
name : 'Jack',
order : 0,
sms_phone_number: '+14155550101',
},{
email_address : 'jill@example.com',
name : 'Jill',
order : 1,
}
],
attachments: [
{
name: 'Example Name',
instructions: 'Example instructions',
signer_index: 1,
required: 1,
},
],
cc_email_addresses : ['lawyer@example.com', 'lawyer@example2.com'],
files : ['my/files/nda.pdf']
};