[
{
"recipient_1": "john@zylker.com",
"recipient_name": "John",
"action_type":"sign",
"language": "en"
}, 
{
  "recipient_2": "amelia@zylker.com", 
"recipient_name": "Amelia",
"action_type": "approve",
"language": "fr"
 },
{
  "recipient_3": "mike@zylker.com", 
"recipient_name": "Mike",
"action_type": "view",
"language": "en"
 },
{
  "recipient_4": "jack@zylker.com", 
"recipient_name": "Jack",
"action_type": "in_person_sign",
"in_person_signer_info" : {
 		"email": "tommy@zylker.com",   //Optional - When 'verifcation_info' key is passed with type 'email', this key will be mandatory.
 		"name": "Tommy"
		},
"language": "en"
 },
{
"recipient_5": "rose@zylker.com",
"recipient_name": "Rose",
"action_type":"sign",
"language": "en",
"private_notes": "Hey Rose! Please sign this document",
"verification_info": {
			"type": "offline",
			"code": "123456"  //6-digit code mandatory
		}
}, 
{
"recipient_6": "jimmy@zylker.com",
"recipient_name": "Jimmy",
"action_type":"approve",
"language": "fr",
"verification_info": {
			"type": "sms",
			"countrycode": "+91",
			"phonenumber": "1234567890"
		}
}, 
{
"recipient_7": "zoya@zylker.com",
"recipient_name": "Zoya",
"action_type":"view",
"language": "fr",
"private_notes": "Hey Zoya! Please view this signed document",
"verification_info": {
			"type": "offline",
			"code": "123456"  //6-digit code mandatory 
		}
}, 
{
"recipient_8": "zen@zylker.com",
"recipient_name": "Zen",
"action_type":"in_person_sign",
"in_person_signer_info" : {
 		"email": "jerry@zylker.com",   //Optional - When 'verifcation_info' key is passed with type 'email', this key will be mandatory.
 		"name": "Jerry"
		},
"language": "en",
"private_notes": "Hey! Please get this document signed",
"verification_info": {
			"type": "email"

		}
}
]




