-
-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: chatwoot integration should work for outgoing messages also #2934
Comments
Can you be more specific about this please?
So you create a message on whatsapp web or mobile? Or via EASY API request? Does the conversation get created when an incoming message is detected? At the moment only incoming messages get sent to chatwoot via the built-in integration. |
I have tried to send message via easy-api and whatsapp mobole both. Incoming message is received on receiver's whatsapp but nothing happens on chatwoot. It seems like open-wa is not sending request to chatwoot. |
@infiniziconsulting the chatwoot integration sends incoming messages to chatwoot. And chatwoot messages out to the recipient. Sending outgoing messages from the host account to chatwoot is not implemented. I'm curious how you did not notice this for 6 months? |
I am not using open-wa and chatwoot integration for 6 months. I m using chatwoot for different activities like sms and email. This is my first time integration of open-wa and chatwoot. My point was that I m not new to chatwoot and there is no issue in working of chatwoot. |
I am also using open-wa from last 18 months but using it with normal webhook and it also works fine so I m pretty sure that open-wa should also work with chatwoot but I m not getting the result. I might not be using correct keywords to explain my issue so let me try again. When I m sending whatsapp message from my phone to client for the first time so ideally, I should see new conversation created on chatwoot but it is not happening. I also created client's contact in chatwoot and tried same thinking now new conversation will create but it didnt. |
@infiniziconsulting I understand the problem you're facing. This is not a but. The chatwoot integration lacks the feature you're requesting. No worries, I will implement it. |
hey @infiniziconsulting please try the latest version 4.50.0 and report back any further issues thanks |
Latest version tested and behaviour seems bit unexpected. If I reply to existing WA conversation that is only WhatsApp via WhatsApp (mobile or web) it will create a new Chatwoot conversation, but for our own WA number (sender) not the WA recipient. What I mean with existing WA conversation are chats started prior to connecting wa-automate to Chatwoot. |
And now when I reply from connected mobile device, outgoing messages are sent as duplicates. Am I the only one with these issues? @smashah |
TODO |
Are you using the latest version of the library?
What type of session are you experiencing this issue on?
Multi-device and I have set multiDevice to true in my config OR am using the --multi-device flag
What type of host account are you experiencing this issue on?
Business account
Mode
EASY API/CLI
Current Behavior
I am trying to integrate whatsapp with chatwoot. Open-wa is able to connect to chatwoot as it was able to update the webhoot.
Issue is that, it is not able to create conversation. I tried checking logs also and could not see any request going to chatwoot.
I am using self-hosted chatwoot from last 6 months.
Expected Behavior
When sending message via whatsapp, conversation should be created on chatwoot
Steps To Reproduce
Always
create() code OR full CLI command + CONFIG
No response
DEBUG INFO
Environment
Screenshots/Logs
npx @open-wa/wa-automate -p 3000 --api-host "http://localhost:3000" --chatwoot-url "https://www.example.com/api/v1/accounts/2/inboxes/12" --chatwoot-api-access-token "ZkoU9292wpGqhx2P5bDSUiN1qjB"
I am running above command to run the open-wa
Anything else?
I am running chatwoot and open-wa on two different servers
The text was updated successfully, but these errors were encountered: