Idera Inc. Xray (Jira Xray) and Slack Integration - slack

How do I integrate slack notifications from Xray? And can I do it at all? Maybe using webhooks. Red the documentation and didn't find the answer. Thank you!

Related

How to Connect Salesforce Marketing Cloud to 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.

Microsoft bot framework with Instgram

I was trying to build a bot using Microsoft bot framework and connect it with Instagram but I only found a graph APIs for instagram. can anyone please help & advise?
The BotFramework service only supports specific channels. Anything outside of those channels requires a custom adapter to be constructed to facilitate communication between the bot and the unsupported service. This is typically done by building a custom adapter. There are examples in the botbuilder-community repos that you can use to help design yours. Both the dotnet and JS libraries contains several adapters that you can reference.

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.

Integrating dynatrace davis ai with microsoft teams

Has anyone integrated dynatrace davis ai with microsoft teams, I was trying to do a webhook but it seems I'd have to write a custom connector
Yes you can, see https://www.dynatrace.com/support/help/how-to-use-dynatrace/davis-assistant/integrations/enable-the-davis-assistant-ms-teams-app/ for details.

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!

Resources