
Evolution API
Evolution API is a powerful WhatsApp API that allows you to create bots and automate your WhatsApp communication.
Official integration
Created - Last update
Deploying Evolution API with required services (PostgreSQL, Redis, RabbitMQ)...
Deployed services
evolution-api
atendai/evolution-api:$$cap_ant_version
- evolution-api-data:/evolution
always
99+evolution-api-redis
redis:latest
- evolution-api-redis-data:/data
always
evolution-api-postgres
postgres:$$cap_postgres_version
- evolution-api-postgres-data:/var/lib/postgresql/data
always
3evolution-api-rabbitmq
rabbitmq:$$cap_rabbitmq_version
- evolution-api-rabbitmq-data:/var/lib/rabbitmq
always
2Variables
Evolution API Version
Default: v2.2.1
$$cap_ant_versionChoose the latest version of Evolution API from https://hub.docker.com/r/atendai/evolution-api/tags
PostgreSQL Version
Default: 17
$$cap_postgres_versionChoose the latest version of PostgreSQL from https://hub.docker.com/_/postgres/tags
Redis Version
Default: 6.2
$$cap_redis_versionChoose the latest version of Redis from https://hub.docker.com/_/redis/tags
RabbitMQ Version
Default: 3.7
$$cap_rabbitmq_versionChoose the latest version of RabbitMQ from https://hub.docker.com/_/rabbitmq/tags
Authentication API Key
Default: $$cap_gen_random_hex(32)
evolution-api_authentication_api_keySet a strong API key for authentication
PostgreSQL Username
Default: evolution
$$cap_postgres_userSet the username for PostgreSQL
PostgreSQL Password
Default: $$cap_gen_random_hex(16)
$$cap_postgres_passwordSet a strong password for PostgreSQL
PostgreSQL Database Name
Default: evolution_db
$$cap_postgres_dbSet the database name for PostgreSQL
RabbitMQ Username
Default: evolution
$$cap_rabbitmq_userSet the username for RabbitMQ
RabbitMQ Password
Default: $$cap_gen_random_hex(16)
$$cap_rabbitmq_passwordSet a strong password for RabbitMQ