
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
n8n-nodes-n8ntools-evolution-api
Advanced tools
Complete WhatsApp automation with Evolution API - Send messages, manage groups, handle media, webhooks and more
Complete WhatsApp automation with Evolution API - Multi-platform messaging with Docker support.
npm install n8n-nodes-n8ntools-evolution-api
Configure Evolution API credentials in N8N:
https://your-evolution-api.com
)my-instance
){
"resource": "message",
"operation": "sendText",
"phoneNumber": "5511999999999",
"message": "Hello from Evolution API!"
}
{
"resource": "group",
"operation": "createGroup",
"groupName": "My New Group",
"participants": "5511999999999,5511888888888"
}
{
"resource": "media",
"operation": "sendImage",
"phoneNumber": "5511999999999",
"mediaUrl": "https://example.com/image.jpg",
"caption": "Check out this image!"
}
Evolution API uses API key authentication. The node automatically handles authentication using the configured credentials.
Evolution API has built-in rate limiting. The node handles errors gracefully and provides detailed error messages for troubleshooting.
FAQs
Complete WhatsApp automation with Evolution API - Send messages, manage groups, handle media, webhooks and more
The npm package n8n-nodes-n8ntools-evolution-api receives a total of 12 weekly downloads. As such, n8n-nodes-n8ntools-evolution-api popularity was classified as not popular.
We found that n8n-nodes-n8ntools-evolution-api 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.