//to send emails to default recipients
"type": "SCHEDULE_LEAD_EMAIL",
"timeout_secs": 1,//between 0-900 seconds
"recipient_type": "DEFAULT"
//to send emails to specified recipients
"type": "SCHEDULE_LEAD_EMAIL",
"timeout_secs": 1,//between 0-900 seconds
"emails": "<comma separated list of emails>",
"recipient_type": "SPECIFIC_EMAILS"