List drafts
nylas_list_draftsList draft emails for the connected account. Nylas v3: GET /v3/grants/{grant_id}/drafts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max drafts to return. | |
| grant_id | No | Connected-account grant id. Overrides NYLAS_GRANT_ID for this call. | |
| page_token | No | Pagination cursor (next_cursor from a prior page). |