经 AI Skill Hub 精选评估,evolution-api n8n工作流 获评「强烈推荐」。已获得 8.2k 颗 GitHub Star,这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.5 分,适合有一定技术背景的用户使用。
evolution-api n8n工作流 是一款基于 TypeScript 开发的开源工具,专注于 WhatsApp、API集成、工作流自动化 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
evolution-api n8n工作流 是一款基于 TypeScript 开发的开源工具,专注于 WhatsApp、API集成、工作流自动化 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g evolution-api # 方式二:npx 直接运行(无需安装) npx evolution-api --help # 方式三:项目依赖安装 npm install evolution-api # 方式四:从源码运行 git clone https://github.com/evolution-foundation/evolution-api cd evolution-api npm install npm start
# 命令行使用
evolution-api --help
# 基本用法
evolution-api [options] <input>
# Node.js 代码中使用
const evolution_api = require('evolution-api');
const result = await evolution_api.run(options);
console.log(result);
# evolution-api 配置说明 # 查看配置选项 evolution-api --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export EVOLUTION_API_CONFIG="/path/to/config.yml"
<p align="center"> <a href="https://evolutionfoundation.com.br"> <img src="./public/hover-evolution.png" alt="Evolution Foundation" /> </a> </p>
<p align="center"> Open-source REST API for WhatsApp and multi-channel messaging — part of the Evolution Foundation ecosystem. </p>
<p align="center"> <a href="https://github.com/evolution-foundation/evolution-api/releases/latest"><img src="https://img.shields.io/github/v/release/evolution-foundation/evolution-api?include_prereleases&label=version&color=00ffa7" alt="Latest version" /></a> <a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License: Apache 2.0" /></a> <a href="https://docs.evolutionfoundation.com.br"><img src="https://img.shields.io/badge/Docs-evolutionfoundation.com.br-00ffa7" alt="Documentation" /></a> <a href="https://evolutionfoundation.com.br/community"><img src="https://img.shields.io/badge/Community-Join%20us-white" alt="Community" /></a> <a href="https://hub.docker.com/r/evoapicloud/evolution-api"><img src="https://img.shields.io/badge/Docker-evoapicloud-blue" alt="Docker image" /></a> </p>
<p align="center"> <a href="https://evolutionfoundation.com.br">Website</a> · <a href="https://docs.evolutionfoundation.com.br">Documentation</a> · <a href="https://evolutionfoundation.com.br/community">Community</a> · <a href="mailto:suporte@evofoundation.com.br">Support</a> </p>
---
Evolution API is a powerful, production-ready REST API for WhatsApp and multi-channel messaging. Originally focused on WhatsApp, it has grown into a comprehensive platform supporting multiple messaging providers and integrations.
Today, Evolution API supports both the Baileys-based WhatsApp Web API and the official WhatsApp Cloud API, plus integrations with Typebot, Chatwoot, Dify, OpenAI, RabbitMQ, Apache Kafka, Amazon SQS, Socket.io, Amazon S3 / MinIO, and more.
Evolution API began as a WhatsApp controller API based on CodeChat, which in turn implemented the Baileys library. We continue to acknowledge CodeChat for laying the groundwork.
npm install
```bash git clone git@github.com:evolution-foundation/evolution-api.git cd evolution-api
```bash
npm run db:deploy ```
npm run build npm run start:prod ```
docker pull evoapicloud/evolution-api:latest
docker run -p 8080:8080 --env-file .env evoapicloud/evolution-api:latest
---
cp .env.example .env
```
A free API based on WhatsApp Web, leveraging the Baileys library. Suitable for multi-service chats, service bots, and WhatsApp-integrated systems. Note: this method relies on the web version of WhatsApp and may have limitations compared to official APIs.
The official API provided by Meta. Designed for businesses with higher messaging volumes and stronger integration support, including end-to-end encryption, advanced analytics, and customer service tools. Requires compliance with Meta's policies and may incur per-message costs.
---
Evolution API integrates natively with many platforms:
---
成熟的WhatsApp集成方案,8.2k Stars彰显社区认可度。与n8n等主流工具深度适配,降低集成难度。代码维护活跃,是企业级应用的可靠选择。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
AI Skill Hub 点评:evolution-api n8n工作流 的核心功能完整,质量优秀。对于AI 技术爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | evolution-api |
| 原始描述 | 开源n8n工作流:Evolution API is an open-source WhatsApp integration API。⭐8.2k · TypeScript |
| Topics | WhatsAppAPI集成工作流自动化ChatBot开源 |
| GitHub | https://github.com/evolution-foundation/evolution-api |
| License | NOASSERTION |
| 语言 | TypeScript |
收录时间:2026-05-13 · 更新时间:2026-05-16 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。