Servicenow Inbound Integration with Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 11:31 PM
Hi All,
i have a requirement like just for testing purpose, Whenever a tweet is posted by @mentioning in the twitter account an Incident should be automatically created with relevant details.
i have created an developer account in twitter and have all required keys,
and created REST Inbound API web services in ServiceNow to create an Incident in Incident table and tested with REST Explore
If any one done this or if anyone know the steps can share.
any help would be helpful.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 03:39 AM
@Sandeep Rajput what you both thinks.
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
02-29-2024 05:43 AM
@Dr Atul G- LNG Thanks for tagging. @s_dinesh01 You can use Mention API of twitter https://developer.twitter.com/en/docs/twitter-api/tweets/timelines/api-reference/get-users-id-mentio... to get mentions of a specific twitter handle. Call this API from ServiceNow using RestMessageV2 API and connect with Twitter using OAuth authentication.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 05:57 AM
I have worked on outbound rest API to fetch user data and search for keywords and fetch the details, not sure how to trigger SN inbound APIs from twitter.
First you need to explore if Twitter even allows that, if does, you just to build a scripted rest api and create incidents in servicenow.
Aman Kumar