Short answer: You can list cms items in Webflow by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Webflow List CMS Items 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 |
|---|---|---|---|
Collection ID collection_id | string | Required | Collection ID. Example: 63a...abc |
Limit limit | string | Optional | Max items to return (max 100) |
Offset offset | string | Optional | Offset. e.g. "0" |
{"collection_id": "e.g. 63a...abc","limit": "100","offset": "0"}
{"items": [{"id": "item123","fieldData": {"name": "Blog Post","slug": "blog-post"}}],"pagination": {"limit": 100,"total": 42,"offset": 0}}
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.