REST API integration servicenow to servicenow using flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
Hi,
how to create REST API integration servicenow to servicenow using flow designer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hello @Arun_Manoj
For your start, go through this article, which will help you to understand how it will work. Next you can improvise as per your requirement, and finally, where the BR is present, you can place a flow, which will call your created rest message.
ServiceNow to ServiceNow Integration - Step by Ste... - ServiceNow Community
If my response has helped you, hit the helpful button, and if your concern is solved, do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
flow designer REST API integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
To do a REST API integration with flow designer components make sure that IntegrationHub is installed along with the REST Step Action component.
With that installed you can create an Flow Action and pull in that type of step
After selecting the Step then populate the settings accordingly:
Or you could use a script step and use a script to perform a REST Call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
If it's paginated responses I would recommend using a data stream action. You can create an Outbound HTTP Request record and reference it in the action.
Chuck Tomasi has a great video explaining it, linked here.