Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to do whatsApp integration in qlik?
What, specifically, are you trying to integrate?
Generally speaking, have a look at https://community.qlik.com/t5/Explore-Qlik-Gallery/WhatsApp-Automation-Integration-for-Qlik-Applicat...
Set up a whatsapp business API➡️ Create a Connector OR use third party tools ➡️Use Qlik's scripting capabilities or extensions to send data to the WhatsApp API ➡️Testing and deployment(Test the integration thoroughly to ensure messages are sent and received correctly).
I tried this by sending alerts from Qlik using a webhook tied to a script that calls the whatsapp api. You just need to set up your api environment with a token and phone number, and then post a message payload when a Qlik event is triggered. I used a simple Python script, and it worked fine for basic text messages.