Blocks

Strapi

Open-source headless CMS with full customization

Integrate with Strapi to manage content collections, create entries, handle media, and customize your content API. Self-hosted or cloud, with full backend control and REST/GraphQL APIs with API token authentication.

Back to Catalog
Toolsstrapi

Block Preview

Strapi

Open-source headless CMS with full customization

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the strapi block with monitoring enabled in production.

Inputs (UI)

Strapi API Token

short-input

Placeholder: Enter your Strapi API token

Layout: full

Strapi API URL

short-input

Placeholder: https://your-strapi-instance.com

Layout: full

Operation

dropdown

Layout: full

Options: List Entries, Get Entry, Create Entry, Update Entry

Collection Type

short-input

Placeholder: articles, products, pages

Layout: full

Entry ID

short-input

Placeholder: Enter entry ID

Layout: full

Condition: operation = ["get_entry","update_entry","delete_entry"]

Entry Data (JSON)

long-input

Placeholder: {"data": {"title": "My Article", "content": "..."}}

Layout: full

Condition: operation = ["create_entry","update_entry"]

Filters (JSON)

long-input

Placeholder: {"filters": {"title": {"$contains": "React"}}}

Layout: full

Condition: operation = "list_entries"

Inputs (API)

credential

string

Required

apiUrl

string

Required

operation

string

Required

collection

string

Required

entryId

string

Optional

data

string

Optional

filters

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

strapi_api
Strapi | NowFlow Blocks