Short answer: You can list gumlet videos in Gumlet by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Gumlet List Gumlet Videos 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 |
|---|---|---|---|
Collection ID collection_id | string | Required | Gumlet video collection ID. Find in dashboard → Video → your collection → Settings. |
Limit limit | number | Optional | – |
{"collection_id": "abc123-...","limit": "{{trigger.limit}}"}
{"data": [{"status": "ready","asset_id": "abc","playback_url": "https://video.gumlet.io/.../master.m3u8"}]}
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.