Allow Freshchat user to message customer via Whatsapp directly
Freshchat has an awesome integration with Whatsapp Business API. However, in order to trigger a message to customer via Whatsapp, we need to trigger it using API from the backend as Freshchat doesn’t have any interface to support this action in its system.
Without an interface, it is troublesome because sometimes we want to send ad-hoc messages to customers that don’t follow any specified logic. Or simply, we just want to send a particular message to 1 customer, instead of sending to a bulk of customers.
On a bright side, Freshchat does allow JS-enabled custom apps to be added to its own app. Hence, I decide to create a custom app that allows Freshchat user to send messages to customer right from its own interface. This would help:
1.) After installing the app, make sure the app is activated in custom apps. You will then need to put in some default configurations for the Whatsapp app to work.
2.) Navigate to Team Inbox section, select a conversation. On the right side, you should be able to see the rearrange
icon. Click on it and swap the order of the Whatsapp app to your preferred position.
3.) Now, you’re read to send a message to your customer via Whatsapp:
4.) Upon successful send, the app will send you a private note with the message content in conversation thread
5.) Other notes