Short answer: Drop the "Webflow → List CMS Items" 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 |
|---|---|---|---|
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.
Triggered by anything in the catalog. Free tier available. No credit card.