Has anyone integrated SN with MS Adaptive Cards?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2019 11:58 AM
Current investigating the possibilities for an integration between ServiceNow and Microsoft's Adaptive Cards. Checking to see if anyone has any experience with either sending an Adaptive Card JSON body from ServiceNow to any target application (specifically hoping for experience with Outlook here) or in rendering cards in the platform.
I'd appreciate any info on the topic. Let me know if you've implemented this feature or if you scoped the feature and were unable to implement.
Thank you!
- Labels:
-
Integrations
-
Scripting and Coding
- 5,013 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2024 10:13 AM
How/Where can we check if our custom email address domain is already having a provider ID?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2024 10:24 AM
This would be in MS 365 so you likely need to talk to your admin for that system to check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2019 11:29 PM
Hi,
I activated the plugin and I see "130e10fd-f029-4b15-9afe-080d08b1b932" in the property you have mentioned above. I added the provider Id which is there for our organization. But I don't see the survey in email. But if I take the json from html of email and put it in Microsoft playground and send email,it worked fine. So I am confused as to what is going wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2019 08:35 AM
You can't customize the provided scripts, but you can create your own copies and create a parallel system. We did so, and a quick and dirty solution is to set the 'hide original message' flag in the script to false. That way, at least, your approval messages are still sent with the adaptive card showing at the top.
Specifically, you'll need to have the following Outlook Actionable Messages application records copied and renamed:
Script includes:
- ApprovalAdaptiveCardGenerator
- SurveyAdaptiveCardGenerator (if you're using Surveys)
- AdaptiveCardsFactory
- AdaptiveCardCustomURLHelper
And the email scripts:
- include_approval_actionable
- include_survey_actionable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2019 02:14 AM
Is there any update on this functionality