Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
Yianni_Ververis
Employee
Employee

Qlik_BOT_Headers_Skype.jpg

Last month I talked about our new QlikBotNode, setting it up and getting it ready for Telegram Qlik Sense Bot with Node.js and Enigma.js.

Today, I will talk about the steps needed to make your bot available for Microsoft Skype as well!

Assuming that you have already forked the code from GitHub - qlik-bots/QlikBotNode: QlikBotNode is a server build in Node.js, Express.js, Enigma.js and ...and you have already went through the previous tutorial and set up the Telegram bot.


Installation


  • First you need to "Register a Bot with Bot Service". Login to the Azure Portal http://portal.azure.com/
  • Click the New button found on the upper left-hand corner of the Azure portal, then select AI + Cognitive Services > Bot Channels Registration.
  • Click the Create button to start the creation process.

registration-create-bot-service-blade.png

  • Enter a Bot Name as you want to appear in your contact list
  • You can use the free Pricing Tier for testing
  • For the Messaging Point add you full route like https://{your-server}/api/sense-bot/microsoft/
  • You can skip the Application Insight for now
  • Once registered, go to settings and get the AppId and the Password. You will need to add them in your environmental variables

registration-settings-manage-link.png

  • Click on Manage to get the password

registration-generate-app-password.png

  • Put the AppId and Password in your Environmental variables.
  • For Windows, go to "Control Panel" -> "System" -> "Advanced System Settings" -> "Environment Variables"
  • - For Linux, from your directory (~), type "nano .bash_profile" or "vim .bash_profile" and enter the variables there like
  • export SKYPE_BOT_ID_SCV=''
    • export SKYPE_BOT_PASSWORD_SVC=''
  • While still in settings, go to "channel" and add skype.


Thats it!


For more Details on Register a bot with Bot Service (https://docs.microsoft.com/en-us/bot-framework/bot-service-quickstart-registration)


Usage


  • Type help for all of the available commands.

chat-help.png

  • Click on Salesforce to get the available commands for the Salesforce App and then click on the Dashboard to get a list of KPIs

chat-salesforce.png

  • Click on CIO Dashboard and then on Management

chat-cio.png

  • - If you want to change your language click on Language and select one of the available ones. So far we have only 3, English, Spanish and Greek but please feel free to add as many more as you want

chat-language.png

That's it!

Make sure you follow:

Best,

Yianni

28 Comments
nikhilgarg
Specialist II
Specialist II

Hey Vijeta,

Do you get any thing to test this bot free with Skype?

0 Likes
2,942 Views
nikhilgarg
Specialist II
Specialist II

Hey Yianni,

Does this works with Skype or Skype with Business ?

0 Likes
2,942 Views
Yianni_Ververis
Employee
Employee

Both. In you skype search for "Qlik Bot"

2018_10_12_05_46_59_Skype.png

Or go to https://github.com/qlik-bots/QlikBotNode/blob/master/docs/Telegram.md

and click on the live demo

Yianni

2,942 Views
Yianni_Ververis
Employee
Employee

Hellovijetasharma‌‌,

Anything you do with Microsoft is paid. You can try Slack or Telegram

0 Likes
2,942 Views
nikhilgarg
Specialist II
Specialist II

Thanks Yianni. This works. But does it work with "Skype for Business"? Bcoz i dont find the QlikBot in "Skype For Business". Can you guide?

Also, does it works with Microsoft Kaizala?

0 Likes
2,967 Views
jaimecrespin190
Partner - Contributor
Partner - Contributor

Hi @vikraant how i can make it work in localhost. My Qlik Sense Server works on 192.168.xxxx i have to create the certeficates on that name? or localhost?

0 Likes
2,503 Views
jaimecrespin190
Partner - Contributor
Partner - Contributor

Is this still working?? Can anyone answer? Or maye with Telegram.

0 Likes
2,430 Views
Gysbert_Wassenaar

@Yianni_VerverisDo you have some documentation for making QlikBotNode work with Slack?

0 Likes
2,338 Views