How to get response back from slack in servicenow ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 04:11 AM
I have a request to send approval request to slack which shows two buttons i.e "Accept" and "Reject". When user click on that button response should send back to service now and corresponding request should be updated with response and comments will be updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 04:47 AM
Hi @ujjwala_678
https://www.servicenow.com/community/itsm-forum/slack-and-servicenow-integration/m-p/640261
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 05:08 AM
Hi @ujjwala_678
Could you please elaborate on your integration approach ? Did you integrated it using Slack REST API ? Also, on ServiceNow end, any configuration you did ?
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 05:51 AM
hi @Amit Verma ,
I have created a subflow to post message in slack channel using 'Post actionable message' , the message displays two buttons accept or reject
i want to fetch user response on those two button and that needs to be updated in the comments section of the record
Thank you,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 06:57 PM
Hi @ujjwala_678
Thank you for the clarification. You need to configure Inbound Decisions to get the response from "Post an actionable Message". You need to do the below configuration :
- In the Condition, ensure that you specify the value of Action ID as the action ID which you have configured for the Outbound configuration. You can specify other conditions as per your requirement.
- In Answer, select the subflow you had configured.
Refer the official documentation on the below links and you should be good to go :
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.