Contentful headless CMS content fetch
Contentful is the enterprise headless CMS — content modelled as typed Entries (one per content-type schema, like "blogPost" or "product") fetched by front-ends and downstream systems through the Delivery API (cached, fast, read-only) or the Management API (auth-required, full CRUD). Tiny Command exposes four read-side actions, no triggers (Contentful webhooks are configured per-space in Settings → Webhooks; point them at a Tiny Command webhook trigger for entry-published, entry-updated, asset-uploaded events): List Content Types (the schema definitions for the space), Get Entry (fetch one entry by ID with optional locale and include depth), Get Entries (paginated list with Contentful's query syntax: content_type, field filters, full-text search, locale), Search Entries (the query-string-based search that powers Contentful's search UI). The connection takes a Contentful space ID plus an access token — either a Content Delivery API token (for reads against published content) or a Content Preview API token (for reads against drafts). Writes via the Management API are reached through HTTP action with a separate Management API token.
No credit card required · Set up in under 2 minutes
Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.
| Action | What it does | Open action |
|---|---|---|
| Get Entries | Returns paginated entries with Contentful's query syntax — content_type, field filters, full-text search, locale. Use include parameter to resolve referenced entries inline. The base read action for fetching content into downstream systems. | |
| Get Entry | Returns a single entry by ID with full content and optional include parameter to resolve linked entries inline. Useful for "render this specific blog post" or "fetch the homepage banner content" workflows. | |
| List Content Types | Returns every content type in the space with field definitions. Useful for validating content shape at workflow-build time and for introspection workflows that adapt to schema changes. | |
| Search Entries | Full-text search across entries with Contentful's match-style filter syntax (fields.title[match]="query"). For RAG-style "ground answer in our CMS content" agentic workflows. |
Clone any recipe and customize it in one click. Every recipe is fully editable.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect Contentful once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Contentful field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
If we missed yours, ping support. We usually reply within an hour.
Same category as Contentful, ordered by how often teams pair them. Hover the carousel to pause.
Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.