- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2022 08:05 AM
Hello from a ServiceNow newbee !
I have a custom table in ServiceNow and I need to trigger an outbound REST API when a record is inserted or updated. I m very familiar with doing it in Salesforce with apex triggers but I can't find a step by step guide for ServiceNow.
Could you please help me to get through this?
Thanks very much
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2022 08:37 AM
I would suggest using Flow designer for this. Check out community article 'Outbound REST integration using flow designer'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2022 08:37 AM
I would suggest using Flow designer for this. Check out community article 'Outbound REST integration using flow designer'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2022 09:29 AM
Hi,
You can use Async insert/update business rule and invoke the API
OR
you can use flow designer for this
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2022 11:41 PM
Thank you Ankur,
I use the first method and a youtube video that helped me to achieve my use case , thanks !
https://www.youtube.com/watch?v=rF6F-drJHVU
I ll try the flow designer method soon as I find it great and cleaner