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.
Block Preview
Strapi
Open-source headless CMS with full customization
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the strapi block with monitoring enabled in production.
Inputs (UI)
Strapi API Token
short-inputPlaceholder: Enter your Strapi API token
Layout: full
Strapi API URL
short-inputPlaceholder: https://your-strapi-instance.com
Layout: full
Operation
dropdownLayout: full
Options: List Entries, Get Entry, Create Entry, Update Entry
Collection Type
short-inputPlaceholder: articles, products, pages
Layout: full
Entry ID
short-inputPlaceholder: Enter entry ID
Layout: full
Condition: operation = ["get_entry","update_entry","delete_entry"]
Entry Data (JSON)
long-inputPlaceholder: {"data": {"title": "My Article", "content": "..."}}
Layout: full
Condition: operation = ["create_entry","update_entry"]
Filters (JSON)
long-inputPlaceholder: {"filters": {"title": {"$contains": "React"}}}
Layout: full
Condition: operation = "list_entries"
Inputs (API)
credential
stringRequired
apiUrl
stringRequired
operation
stringRequired
collection
stringRequired
entryId
stringOptional
data
stringOptional
filters
stringOptional
Outputs
Primary response type:
{
"data": "json"
}