Esta página todavía está en inglés. La traducción al español está en progreso.
Evo CRM Integration
Evo CRM integration connects EvoNexus to the AI-powered CRM platform for managing contacts, conversations, pipelines, and labels.Setup
1. Get Your API Credentials
- Deploy or access your Evo CRM instance — see github.com/evolution-foundation/evo-crm-community
- Generate an API token from the CRM admin settings
- Copy your CRM URL and API Token
2. Configure .env
nano .env) or the dashboard .env editor.
3. Test the Connection
int-evo-crm skill to query the CRM API and return your data.
What It Does
The Evo CRM integration provides:Skills That Use Evo CRM
Use Cases
Sales Pipeline Management
Customer Lookup
Conversation History
Evo CRM + Evolution API
Evo CRM works best alongside Evolution API or Evolution Go. The CRM manages customer relationships and pipelines, while the Evolution messaging APIs handle WhatsApp communication. Together, they provide a complete customer engagement stack:- Evo CRM — contacts, pipelines, conversation management
- Evolution API / Go — message delivery and WhatsApp instance management
Security Notes
- The API token has full access to your CRM data. Use scoped tokens if available.
- Never commit
.envto version control. The.gitignorealready excludes it. - The dashboard masks the token in the .env editor (displayed as
*****).