Short answer: You can list gumroad sales in Gumroad by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Gumroad List Gumroad Sales action to a workflow, map its 3 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 |
|---|---|---|---|
Product ID product_id | string | Optional | Filter by product (optional) |
After Date after | date | Optional | Only sales after this date |
Before Date before | date | Optional | Before Date. (date/time) |
{"product_id": "{{trigger.product_id}}","after": "{{trigger.after}}","before": "{{trigger.before}}"}
{"sales": [{"id": "sale123","email": "buyer@example.com","price": 999,"currency": "usd","created_at": "2026-04-11T10:00:00Z","product_name": "My Ebook"}],"success": true}
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.