POST
/v3/grants/{grant_id}/draftsCreate a Draft
Creates a draft.
attachmentsAn array of file attachments to include in the draft. You can use either the
application/json or multipart/form-data schema, depending on the size of the
attachment.
The application/json schema is limited to 3MB, including the message body. The content
must be Base64-encoded.
The multipart/form-data schema is limited by the provider to 25MB. See the
Attachments references for more information.
signature_idThe ID of a signature to append to the draft body. Nylas inserts the signature after a line break at the end of the body. Only one signature can be used per draft.