icon100

COMUNIDADE ZDG

CHAWOOT + EVOLUTION

ACESSE AGORA O PASSO A PASSO DETALHADO NA ÁREA DE MEMBROS DA COMUNIDADE ZDG.

INSCREVA-SE NO YOUTUBE

INSCREVA-SE NO TELEGRAM

icon100

Comunidade ZDG © 2020 | Praça Getúlio Vargas, 176, Alfenas – MG, CEP 37.130-073 | Tel: (35) 9 8875-4197 | E-mail: comunidadezdg@gmail.com | Política de Privacidade | Termos de Uso
Art. 49 do Código de Defesa do Consumidor | GARANTIA TOTAL DE 7 DIAS | Este produto não garante a obtenção de resultados. Qualquer referência ao desempenho de uma estratégia não deve ser interpretada como uma garantia de resultados.

COMUNIDADE ZDG

CHAWOOT + EVOLUTION

LINKS

PASSO A PASSO

cd ~
git clone https://github.com/EvolutionAPI/evolution-api.git
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash –
sudo apt-get install -y nodejs
npm install pm2 -g
apt update && apt -y upgrade
cd evolution-api
npm install
config env (pasta src)
npm run start:prod
pm2 start ‘npm run start:prod’ –name evolutionapi

curl -X POST http://217.76.58.96:8080/instance/create \
-H “apikey: B6D711FCDE4D4FD5936544120E713976” \
-H “Content-Type: application/json” \
-d ‘{
“instanceName”: “evolutionapizdg”,
“token”: “”,
“qrcode”: true,
“chatwoot_account_id”: 1,
“chatwoot_token”: “UQUM8QswyimexPZqbN9WdRSc”,
“chatwoot_url”: “https://chatwoot.comunidadezdg.com.br/”,
“chatwoot_sign_msg”: true,
“chatwoot_reopen_conversation”: true,
“chatwoot_conversation_pending”: false
}’


curl -X POST http://217.76.58.96:8080/settings/set/evolutionapizdg \
-H “apikey: B6D711FCDE4D4FD5936544120E713976” \
-H “Content-Type: application/json” \
-d ‘{
“reject_call”: true,
“msg_call”: “Não aceitamos ligação.”,
“groups_ignore”: true,
“always_online”: true,
“read_messages”: true,
“read_status”: true
}’