mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-15 19:52:54 -06:00
Evolution API
Evolution API began as a WhatsApp controller API based on CodeChat, which in turn implemented the Baileys library. While originally focused on WhatsApp, Evolution API has grown into a comprehensive platform supporting multiple messaging services and integrations. We continue to acknowledge CodeChat for laying the groundwork.
Today, Evolution API is not limited to WhatsApp. It integrates with various platforms such as Typebot, Chatwoot, Dify, and OpenAI, offering a broad array of functionalities beyond messaging. Evolution API supports both the Baileys-based WhatsApp API and the official WhatsApp Business API, with upcoming support for Instagram and Messenger.
![]() * Native integration with chatwoot * Added returning or non-returning participants option in fetchAllGroups * Added group integration to chatwoot * Added automation on create instance to chatwoot * Added verbose logs and format chatwoot service * Adjusts in docker-compose files * Adjusts in number validation for AR and MX numbers * Adjusts in env files, removed save old_messages * Fix when sending a message to a group I don't belong returns a bad request * Fits the format on return from the fetchAllGroups endpoint * Adjust in send document with caption from chatwoot * Fixed message with undefind in chatwoot * Changed message in path / * Test duplicate message media in groups chatwoot * Optimize send message from group with mentions * Fixed name of the profile status in fetchInstances * Fixed error 500 when logout in instance with status = close |
||
---|---|---|
.vscode | ||
Docker | ||
instances | ||
public/images | ||
src | ||
views | ||
.dockerignore | ||
.DS_Store | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.js | ||
CHANGELOG.md | ||
docker-compose.yaml | ||
docker.sh | ||
Dockerfile | ||
LICENSE | ||
package.json | ||
README.md | ||
start.sh | ||
tsconfig.json |
Evolution Api
WhatsApp-Api-NodeJs
This project is based on the CodeChat. The original project is an implementation of Baileys, serving as a Restful API service that controls WhatsApp functions.
The code allows the creation of multiservice chats, service bots, or any other system that utilizes WhatsApp. The documentation provides instructions on how to set up and use the project, as well as additional information about its features and configuration options.
SSL
To install the SSL certificate, follow the instructions below.
Note
This code is in no way affiliated with WhatsApp. Use at your own discretion. Don't spam this.
This code was produced based on the baileys library and it is still under development.