Push notifications for contacts #14928
-
|
Hello, We have a need to enable / integrate FCM notifications when agents answers users however we didn't see this feature in the platform. We are using the latest self-hosted release 4.15.1. We read few 3-4 years articles that is not supported and we are wondering if it is still limited to agents only in the latest version or there is a way to configure it for Contacts / Users? We though of developing a webhook server to be triggered upon message-update event however before we do so, we thought perhaps better to ask to avoid reinventing the wheel. Appreciate your support and ideas |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hello, yes your webhook-server approach is probably the right way to do it. I don’t think Chatwoot has a built-in setting to send FCM push notifications to contacts/users the same way it does for agents, so you would need to keep your own contact/device-token mapping and send the FCM push from your side. I’d start with |
Beta Was this translation helpful? Give feedback.
Hello, yes your webhook-server approach is probably the right way to do it. I don’t think Chatwoot has a built-in setting to send FCM push notifications to contacts/users the same way it does for agents, so you would need to keep your own contact/device-token mapping and send the FCM push from your side. I’d start with
message_createdfor new agent replies, filter only outgoing public messages for the right inbox/contact, and usemessage_updatedonly if your specific flow really depends on updates rather than newly created messages