Strapi integration

Strapi is a headless CMS you can query directly from Plasmic. Use this integration when your content is stored in Strapi collections and you want to bind it to Plasmic pages or components.

Configure data query for Strapi

Getting started

  1. In Page Data or Component Data, add a new data query and set a query name.
  2. Set Custom function to Query Strapi.
  3. Fill the parameters from the table below.
  4. Execute and save the query.

Parameters

FieldDescriptionRequired?
HostHost URL of your Strapi instance.Required
TokenAPI token, if your Strapi API requires auth.Optional
CollectionStrapi collection/content type to query.Required
Filter logicConditions to filter the results.Optional

Is this page helpful?

NoYes