Replies: 5 comments 16 replies
-
| I managed to make the connection and I see the messages generated in wa-automate, but when I answer in chatwood the message does not return to wa-automate, is there this possibility? | 
Beta Was this translation helpful? Give feedback.
-
| Hi @smashah I tried all that's said above and tried to configure Chatwoot with WhatsApp. I couldn't figure out the config.js correctly so deleted that. Command I am using: 
 | 
Beta Was this translation helpful? Give feedback.
-
| @fejorca @hasanphd @trcalgaro @apnerve Please track this issue for massive chatwoot integration QoL improvements: | 
Beta Was this translation helpful? Give feedback.
-
| @smashah just got this up and running and so far so good. Only issue I noticed is that Chatwoot won't receive replies sent from other devices or WA web UI. Is this normal or expected behaviour? It would be great if all conversation history could stay in sync also on CW, including replies agents sent from WA web or WA mobile apps. | 
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Setup
TODO
.../chatwoot.../chatwoot?api_key=xxxxxxxxStep 1
Create a new inbox with the API channel.
Step 2
Go to your newly created inbox in the
conversationstab. Note down the url, use that to convert it to the chatwoot api url.ezgif.com-gif-maker.mp4
Step 3
Grab the
access tokenfrom the bottom of theProfile settingspage. E.gqZgaibhBPQQqddtGUeytsFquStep 4
Start the easy API with
--chatwoot-url="http://localhost:3000/api/v1/accounts/1/inboxes/1"and--chatwoot-api-access-token=qZgaibhBPQQqddtGUeytsFquStep 5
If you haven't already, set the webhook url for your EASY API instance on the new inbox
Settings > Inboxes > [Your inbox] > Settings > WEBHOOK URLextra media:
Tip
If you are running your chatwoot docker container in the same host as your sessions then you need to make sure the chatwoot instance can "reach" your sessions by exposing localhost to your docker container and then informing your easy api of the api host to expect requests on.
add this line to the rails and worker services in the chatwoot docker-compose yaml:
Now lets say for example your session is running on port 8006 in the host machine, your inbox webhook url will be
http://host.docker.internal:8006/chatwootIf you have further issues then you need to inform easy api of the api host that it is now being addressed by, you can do this by adding the cli flag
--api-host http://host.docker.internalorapiHost: "http://host.docker.internal"Beta Was this translation helpful? Give feedback.
All reactions