Short answer: You can get draft in Gmail by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Gmail Get Draft 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 |
|---|---|---|---|
Draft ID draftId | string | Required | Gmail draft ID. Find via List Drafts. |
Format format | options | Optional | Format. Options: Full (headers + body), Metadata (headers only), Minimal (IDs only), Raw (base64 encoded) |
{"draftId": "e.g. r1234567890","format": "{{trigger.format}}"}
{"id": "r1234567890","message": {"id": "msg123","payload": {"headers": [{"name": "To","value": "recipient@example.com"},{"name": "Subject","value": "Follow-up"}]},"snippet": "Hi, just following up on...","labelIds": ["DRAFT"],"threadId": "thread123"}}
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.