/send direct with tracking

POST {{url}}/send

Request Body

{"reply_to_message_id"=>"{{message_id}}", "body"=>"Sounds great! See you then.", "subject"=>"Re: Meeting", "to"=>[{"name"=>"{{name}}", "email"=>"mike@nylas.com"}], "tracking"=>{"opens"=>"true", "links"=>"true", "thread_replies"=>true, "payload"=>"it's a test!"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring