
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
n8n-espocrm
Advanced tools
This is a community node for n8n that enables seamless integration with EspoCRM, a powerful open-source CRM platform. With this node, you can automate your CRM operations and integrate EspoCRM with other services in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
The EspoCRM node provides comprehensive access to EspoCRM's API functionality:
Entity Operations
Dynamic Entity Support
Advanced Filtering
Performance Optimizations
Follow these steps to install this package in your n8n instance:
n8n-espocrm
For a manual installation, you can use:
npm install n8n-espocrm
Or if you have installed n8n globally:
npm install -g n8n-espocrm
In EspoCRM:
In n8n:
Create a new contact record with customized field values:
The Dynamic resource allows you to work with any entity type in your EspoCRM system:
{
"operation": "getAll",
"entityType": "Lead",
"filterOptions": {
"where": [
{
"type": "and",
"value": [
{
"type": "equals",
"field": "status",
"value": "New"
},
{
"type": "greaterThan",
"field": "createdAt",
"value": "2024-01-01"
}
]
}
],
"orderBy": "createdAt",
"order": "desc",
"maxSize": 50
}
}
FAQs
n8n integration with EspoCRM
The npm package n8n-espocrm receives a total of 0 weekly downloads. As such, n8n-espocrm popularity was classified as not popular.
We found that n8n-espocrm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.