Can we deploy Bot on to Office 365?

Hello Team,

I would like to know few things regarding Bot deployment.
Can we deploy Kore bot on to below platforms. If yes, please provide information.

  1. Salesforce
  2. SharePoint
  3. Microsoft Office 365/CRM Dynamics

Thanks,
Karthik

@karthik.nagulapally Not sure whether you are looking to integrate any of the API’s into Kore platform or you are looking to host bots on any of the web apps hosted on above platforms. Both are possible.

  1. You can host bots on any web application using our web sdk channel. Please refer the below articles for details:
    https://developer.kore.ai/docs/bots/kore-web-sdk/kore-ai-web-sdk-tutorial/
    Web SDK Integration documentation is not proper
  2. If you want to get response to bots on actions performed in Salesforce or Sharepoint or MS dynamics, you can achieve it by using ServiceNode in Dialog task. Please refer https://developer.kore.ai/docs/bots/bot-builder/defining-bot-tasks/dialog-tasks/working-with-the-service-node/ for more details.

Thanks
Swathi

Thank you @swathi.vadlamani for the response.

I am actually looking to host the Bots. Since SharePoint, Salesforce and Office 365 are platforms, I think we couldn’t integrate the WebSDK. Please correct me if I am wrong here. If possible, then please provide me an example if possible.

Regarding integration of APIs, Yes, I am aware of it.

Thanks,
Karthik

@karthik.nagulapally Salesforce as a platform offers users to develop web apps and host on it. You can actually build webapps in whatever language you want, leveraging the Force.com APIs. Please refer https://developer.salesforce.com/developer-centers
So if hosting web apps is possible, then you can integrate kore.ai bots on to your web app using web sdk. And when this application is hosted on salesforce platform, you can very well have the bots published on it. Also I think web applications can be developed and hosted on Sharepoint and Microsoft dynamics as well. Please give it a try.

Thanks
Swathi

Thank you @swathi.vadlamani, I’ll give a try for sure.

Thanks,
Karthik

Awesome :+1: Great going!