Esta página ainda está em inglês. A tradução para português está em andamento.
Evolution Go Integration
Evolution Go is a high-performance Go implementation of the WhatsApp messaging platform. It provides the same capabilities as Evolution API with improved performance and resource efficiency.Setup
1. Get Your API Credentials
- Deploy your own Evolution Go instance — see github.com/evolution-foundation/evolution-go
- After deployment, copy your API URL and API Key from the instance settings
2. Configure .env
nano .env) or the dashboard .env editor.
3. Test the Connection
int-evolution-go skill to call the API and return your active instances.
What It Does
The Evolution Go integration provides:Skills That Use Evolution Go
Automated Routines
Evolution Go vs Evolution API
Both share the same API patterns. You can use either or both depending on your needs.
Security Notes
- The API key has full access to your Evolution Go instance. Use instance-scoped keys when possible.
- Never commit
.envto version control. The.gitignorealready excludes it. - The dashboard masks the key in the .env editor (displayed as
*****).