mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 20:12:02 -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.
![]() * Added AWS SQS Integration * Added support for new typebot API * Added endpoint sendPresence * New Instance Manager * Added auto_create to the chatwoot set to create the inbox automatically or not * Added reply, delete and message reaction in chatwoot v3.3.1 * Adjusts in proxy * Adjusts in start session for Typebot * Added mimetype field when sending media * Ajusts in validations to messages.upsert * Fixed messages not received: error handling when updating contact in chatwoot * Fix workaround to manage param data as an array in mongodb * Removed await from webhook when sending a message * Update typebot.service.ts - element.underline change ~ for * * Adjusts in proxy * Removed api restart on receiving an error * Fixes in mongodb and chatwoot * Adjusted return from queries in mongodb * Added restart instance when update profile picture * Correction of chatwoot functioning with admin flows * Fixed problem that did not generate qrcode with the chatwoot_conversation_pending option enabled * Fixed issue where CSAT opened a new ticket when reopen_conversation was disabled * Fixed issue sending contact to Chatwoot via iOS - Chatwoot: v3.3.1 - Typebot: v2.20.0 |
||
---|---|---|
.vscode | ||
Docker | ||
Extras | ||
instances | ||
public/images | ||
src | ||
views | ||
.dockerignore | ||
.DS_Store | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.js | ||
CHANGELOG.md | ||
docker-compose.yaml.example | ||
docker-compose.yaml.example.complete | ||
docker-compose.yaml.example.dockerhub | ||
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.