Short answer: Drop the "Gumroad → List Gumroad Sales" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
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.
Triggered by anything in the catalog. Free tier available. No credit card.