creatio

Connect n8n to Creatio CRM platform. Create, read, update, and delete records in any Creatio entity with dynamic field selection and OData filtering.

Package Information

Released: 9/19/2025
Downloads: 3 weekly / 244 monthly
Latest Version: 0.1.16
Author: Bohdain Kroes

Documentation

Creatio Node

This node allows you connect N8N to Creatio, the popular Agentic Nocode Platform with an excellent CRM.

Table of Contents


Installation

Follow the installation guide in the n8n community nodes documentation.


Features

  • Connect n8n to your Creatio instance
  • Create, read, update, and delete records in any Creatio entity
  • Select entities and fields dynamically
  • Execute custom methods on Creatio models
  • Store and manage multiple Creatio credentials

Usage

GET

  • Choose your Creatio subPath and target fields from the dropdown menus or add manually using an Expression
  • Use the optional Filter, Top and Expand filters

POST

  • Choose your Creatio subPath from the dropdown menu or add manually using an Expression
  • Enter JSON with the data you want to add

PATCH

  • Choose your Creatio subPath from the dropdown menu or add manually using an Expression
  • Enter ID of record to update
  • Enter JSON with the data you want to update

DELETE

  • Choose your Creatio subPath from the dropdown menu or add manually using an Expression
  • Enter ID of record to delete

Example use cases:

  • Add new leads or contacts automatically
  • Sync data between Creatio and other platforms
  • Update records based on external triggers
  • Retrieve and process Creatio data for reporting or AI agents

Authentication

Authentication is required. Store your Creatio API credentials securely in n8n before using the node.
It is possible that the selected user is not allowed to delete records.

Input

The node accepts:

  • Storing credentials
  • Creatio Tenant selection
  • Creatio Entity selection
  • Creatio model method execution body parameters

Output

  • Output from Creatio

Authentication

All fields required

Resources

License

This project is licensed under the Business Source License 1.1.

  • ✅ Free for personal, educational, and non-commercial use.
  • 💼 Commercial use (including providing services, SaaS, or selling products that substantially derive value from this software) requires a separate license agreement with Architechts NV.

For questions or licensing inquiries, please contact: finance@architechts.nl

Discussion