Description
n8n-nodes-virtuous-crm
This is an n8n community node. It lets you use the Virtuous CRM API in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Table of Contents
- Installation
- Operations
- Credentials
- Compatibility
- Usage
- Resources
- Create Contact Transaction
- Get Contact – Retrieve a contact by ID
- Get Contact by Reference – Retrieve a contact by reference source and ID
- Get Individual – Retrieve an individual by ID
- Get Individuals for Contact – Retrieve all individuals for a contact
- Find Individual by Email – Find an individual by email address
- Get Custom Collections for Contacts – Retrieve available custom collections
- Create Collection for Contact – Create a collection instance for a contact
- Update Collection for Contact – Update a collection instance for a contact
- Get Custom Collections for Individuals – Retrieve available custom collections
- Create Collection for Individual – Create a collection instance for an individual
- Update Collection for Individual – Update a collection instance for an individual
- Create Gift Transaction
- n8n community nodes documentation
- Virtuous CRM API Documentation
- Gifts Integration Best Practices
- Contacts Integration Best Practices
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Contact
Contact Individual
Contact Collection
Contact Individual Collection
Gift
Credentials
An API Key is required to interact with the Virtuous node. Refer to the documentation for API Keys here
Compatibility
Tested locally against n8n 1.115.3
Usage
The node supports creating Contact and Gift Transactions, retrieving contacts and individuals, and managing custom collections for contacts and individuals. Transaction creation is asynchronous and requires user input on CRM+, so responses will be limited only to headers and status codes. See resources for more information.