Pranav
Pranav
https://news.ycombinator.com/item?id=26501892 As we are using Discord for the community, it would be helpful to have an integration with Discord so that we can reply without leaving Discord [CW-2873](https://linear.app/chatwoot/issue/CW-2873/feat-integration-with-discord)
**Context:** Right now, we support the `X days before` filter. One of our customers asked for the support of a future date filter. They have a follow-up date (a custom...
Bug: The agent is still assigned in a conversation even if they are removed from the account. To reproduce: - Add an agent - Assign a conversation - Remove them...
Automation webhooks have the following payload. - Event name is of the format: `automation_event: event_name`. - Event data doesn't contain which automation triggered the webhook. **Todo:** - [ ] Update...
This ticket is a part of #2037 If the Facebook token is expired, the messages sent from the dashboard would not be relayed back to the Facebook page. As a...
Underscore headers needs to be turned on in Nginx for our access token to work. This creates confusion around the usage. To overcome this issue, - let's stick to a...
Some of the self-hosted installations seem to have invalid indexes on custom attribute definitions. (The index attribute_model, attribute_key exists, possibly due to the existing migrations didn't work properly). **Todo:** -...
- Research on how to generate SSL automatically - Can we use CertBot? - Do we need to use a third-party provider like Cloudflare for Chatwoot Cloud?
- Investigate the APIs needed to fetch the delivered status of a message in Facebook/Twitter/Whatsapp/Twilio --- - Integrate read/delivered API/webhooks - Provide an indication at the frontend to indicate that...
`onChange` callback returns an event object which does not have native Event methods. I hope this is lost when you try to use `Object.assign` as Object.assign copies only `own properties`...