REST API integration servicenow to servicenow using flow designer

Arun_Manoj
Mega Sage

Hi,

 

how to create REST API integration servicenow to servicenow using flow designer.

 

 

4 REPLIES 4

Viraj Hudlikar
Tera Sage

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.

flow designer REST API integration

ChrisBurks
Giga Sage

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

rest_step_in_action.png

 

After selecting the Step then populate the settings accordingly:

ChrisBurks_0-1758912262397.png

 

Or you could use a script step and use a script to perform a REST Call

 

emily1
Tera Guru

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.