Short answer: You can list drafts in Gmail by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Gmail List Drafts action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Search Query q | string | Optional | Gmail search query to filter drafts |
Max Results maxResults | string | Optional | Max Results. e.g. "10" |
{"q": "e.g. subject:proposal to:john@example.com","maxResults": "10"}
{"drafts": [{"id": "r1234567890","message": {"id": "msg123","threadId": "thread123"}},{"id": "r0987654321","message": {"id": "msg456","threadId": "thread456"}}],"resultSizeEstimate": 2}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.