Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Vikash2024
Creator
Creator

WhatsApp Integration in Qlik sense

How to do whatsApp integration in qlik?

Labels (3)
3 Replies
Or
MVP
MVP

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...

 

PamelaT
Contributor
Contributor

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).

 

MatthewHunt
Contributor
Contributor

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.