Skip to content
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

[Bug] Missing webhook when change status OPEN conversation #9277

Open
duy-nguyen-ts opened this issue Apr 23, 2024 · 1 comment
Open

[Bug] Missing webhook when change status OPEN conversation #9277

duy-nguyen-ts opened this issue Apr 23, 2024 · 1 comment
Labels

Comments

@duy-nguyen-ts
Copy link

Describe the bug

Hi team, I have a trouble when using chatwoot with API_CHANNEL.
Assume that I have two person A and B, I have enabled feature auto assignment with agents = B, when A press open a conversation (from pending) and B is online, chatwoot just only send conversation_updated webhook with assign conversation to B but not send conversation_status_changed webhook from pending to open. I need the conversation_status_changed event in this case to handle my app logic.

To Reproduce

  1. Create a inbox and one conversation
  2. Have two agents A and B
  3. Enable auto assignment for inbox with agents to assign = B
  4. B is online, conversation is pending --> A changes status from pending to open
  5. Just see on screen Assigned to B by A, can't see Conversation was reopened by A --> also, webhook just only receive event conversation_updated (change assignee) but not receive event conversation_status_change (from pending to open)

Expected behavior

I want to receive webhook event conversation_status_changed from changing status pending to open in this case to handle my app logic.

Environment

app.chatwoot.com

Cloud Provider

None

Platform

Browser

Operating system

No response

Browser and version

No response

Docker (if applicable)

No response

Additional context

No response

Copy link

linear bot commented Apr 23, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant