How to Connect Salesforce Marketing Cloud to Microsoft Teams - microsoft-teams

I am trying to connect Salesforce Marketing Cloud to Microsoft Teams.
Has anyone successfully done this or can provide guidance on how to accomplish this task? I have checked the following article: https://www.linkedin.com/pulse/enabling-salesforce-marketing-cloud-connect-microsoft-somu-kommineni/ but am looking for any other resources or tips.
Any help is appreciated.

Related

How to connect to dataverse rest api from sharepoint online webpart

It seems to be hard finding a good sample or article on this and i was hoping to get some links to samples or articles with regards to configuring this. Or if someone has some experience connecting to dataverse from spfx webparts? caveats and something?

Regarding microsoft graph Api integration

I need to integrate graph.microsoft API into my learning system. Is it possible to open teams scheduled meeting in teams with our domain name? please help me to integrate
It's not possible to open teams scheduled meeting in teams with your own domain name.

Logging user responses for IBM Watson Chatbot

I am trying to implement IBM Watson chatbot into a mobile application, and would need logging of user responses to the chatbot. So far, I don't know of any docs or guides to log user responses to the chatbot or the chatbot's responses.
How would I log the user's messages to the bot?
Thanks in advance.
I would suggest that you start investigating the docs about the Watson Assistant API. They are part of the Watson Assistant documentation and describe how to integrate a bot (assistant + skill(s)) into an app.
Watson Assistant provides several ready integrations to link an assistant to platforms like Facebook Messenger, Slack, Zenhub and others. But for a custom application you would need to use the API. The Watson Developer Cloud org on GitHub hosts SDKs for many common programming languages, including code samples.

Proactive assist bot using microsoft bot framework

I am planning to develop a bot using Microsoft bot framework. The reason for choosing this framework is for integrating it with teams. The bot which i am planning to develop should do a proactive alert like when a ticket gets updated in ITSM platform the user should get notified. Can anyone please help me out with the architecture for building up this bot. Because i could see in some documentation they are suggesting to use Azure functions and Azure storage queues for proactive assist bot. Please assist. I am planning to do this using node.js SDK.
You can read all about proactive messages and how to build them in the Bot Framework documentation. Overall, there is a lot of useful information there on how to build your bot.
You can also reference the blogs and Botbuilder-Samples repo. The repo provides examples you can build and run teaching you what you need to know to get going. It does so in iterations graduating from basic to advanced so you achieve a full understanding.
Best of luck!

How to do a performance Testing with MS Botframework

We have created a bot which uses Luis to address user queries. Would like to understand how can we perform a performance testing to my bot which can be like a VSTS testing. Yes tried with VSTS also but of no use, since my bot api is always sending a request and response couldn't capture the exact one. Please help.
I'm not sure if you are using Azure bot service directly or the other way. Considering if you are using the Azure Bot Service following are the steps to configure performance test.
You can do performance test using Azure Bot Service from continuous integration tab
Select the team services account, subscription and location.
You can track the build and errors using Azure App insights
Let me know if you are looking for anything else.
Regards
-Jyo

Resources