@preprio/n8n-nodes-prepr
Version:
N8n community node package for Prepr CMS
67 lines (43 loc) • 2.41 kB
Markdown
This is an n8n community node. It lets you use Prepr in your n8n workflows.
Prepr is a headless content management platform that lets you model, manage, and personalize content for websites and apps.
[](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
[](
[](
[](
[](
[](
[](
[](
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
- Create content items
- Update content items
- Assign content items to users
- Publish content items
- Unpublish content items
- Delete content items
To use this node, you must create a Prepr Access Token.
- Get your API access token from Prepr
- Your token must include the following scopes: GraphQL, content_items, content_items_publish, and content_items_delete
- The token should be associated with a Prepr user account that has sufficient permissions
- Requires n8n version 1.35.0 or higher
- Tested with n8n versions 1.35.0 - 1.64.3
- Requires a Prepr Access Token with version 2025.05.02 or higher
This node allows dynamic creation, updating, and deletion of content via the Prepr API. It also supports workflows with:
- Use the `Model` and `Locale` options to target specific content types
- Use the `Workflow Stage` and `Publish On` fields to control lifecycle and scheduling
- You can load available models and fields from the API schema automatically
- When creating/updating items, field values should follow [Prepr API field specification](https://docs.prepr.io/mutation-api/content-items-create-update-and-destroy#field-types)
* [n8n community nodes documentation](https://docs.n8n.io/integrations/#community-nodes)
* [Prepr developer docs](https://docs.prepr.io)
- v0.1.0: Initial release with content item create/update/publish/unpublish support
If you got any questions about the community node; contact the Prepr support team to get assistance.
[](https://www.npmjs.com/package/@preprio/n8n-nodes-prepr)