/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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |