n8n-nodes-espocrm-ops
v1.0.0
Published
Avid24 nodes for n8n
Downloads
7
Readme
n8n-nodes-espocrm-ops
This package provides custom nodes for n8n workflow automation tool, enabling users to interact with EspoCRM. It allows for various operations (CRUD - Create, Read, Update, Delete) within EspoCRM.
Features
- Create: Create new records in EspoCRM.
- Read: Read existing records from EspoCRM.
- Update: Update existing records in EspoCRM.
- Delete: Delete records from EspoCRM.
Prerequisites
- An EspoCRM instance.
- An EspoCRM API key.
- An n8n instance.
- An n8n user with access manage workflows.
Installation
To install these nodes:
- Open your n8n editor.
- Click on 'Settings' in the lower left corner.
- Click on 'Community Nodes'
- Enter 'n8n-nodes-espocrm-ops' in the search field.
- Click on 'Install' for the 'n8n-nodes-espocrm-ops' package.
Available Nodes
- EspoCRM CRUD
Usage
- Open your n8n editor.
- Add a new node and search for "EspoCRM CRUD".
- Configure the node and credentials parameters according to your requirements.
- Connect the node with others to create your workflow.
Credential Configuration
- EspoCRM URL: The URL of your EspoCRM instance.
- API Key: Your EspoCRM API key.
- Additional HTTP Headers: Optional. Include additional headers to send with requests, formatted as key:value pairs separated by commas (e.g., "Content-Type:application/json,Authorization:Bearer YOUR_TOKEN").
Node Configuration
- Operation: Select the operation you want to perform (Create, Read, Update, Delete).
- Entity Type: Specify the type of entity for the operation (e.g., "Contact", "Account").
- Record ID: For Read, Update, or Delete operations, provide the ID of the record.
Contributing
Contributions to improve n8n-nodes-espocrm-ops
are welcome. Follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
License
This project is licensed under the MIT License.