N8n community node package for Prepr CMS
npm install @preprio/n8n-nodes-preprThis 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.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Follow the installation guide 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
* n8n community nodes documentation
* Prepr developer docs
- 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.
