Create a Draft

POST {{baseUrl}}/v3/grants/:grant_id/drafts

You can use the Drafts v3 API to create a draft email message. See the Drafts documentation for more information.

Request Body

{"subject"=>"<string", "to"=>[{"email"=>"<string>", "name"=>"<string>"}], "from"=>[{"email"=>"<string>", "name"=>"<string>"}], "reply_to"=>[{"name"=>"<string>", "email"=>"<string>"}], "reply_to_message_id"=>"<string>", "body"=>"This email was sent using the Nylas email API. Visit https://nylas.com for details."}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;request_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;data&quot;:&quot;\u003cobject\u003e&quot;}