How to call and execute existing REST Message/HTTP Method from Script Action Step in Flow Designer?

Aki18
Tera Contributor

I created a REST Message and its HTTP Method (POST) and confirmed it properly worked using "Test" related link.

What I would like to do is to call it from "Script" Action Step in Flow Designer and execute the POST action using Input values of the Flow.

Could someone please give me the sample script to achieve this?

 

Best Regards,

Aki

1 REPLY 1

Mike_R
Kilo Patron
Kilo Patron

This is a good tutorial. https://www.youtube.com/watch?v=RMz_hYZXppc

 

You'll need to create a custom action with either a script or rest message step.

Hi All, Hope you are doing fine. In this tutorial, we will look into ServiceNow custom action in flow designer. This is the third chapter of the ServiceNow Flow Designer Series. In this ServiceNow tutorial, we will try to understand - What is ServiceNow flow Designer - What is Actions in ...