flow designer rest api

saikumarkak
Tera Contributor

I have a table api from third party app. Now, I want to call that api through flow designer get method not using any rest message or anything. the whole process should be go only in flow designer

5 REPLIES 5

J Siva
Tera Sage

Hi @saikumarkak 
Use REST Step in your custom action to make REST API calls.
There you need to define base url, headers, payload etc as per the 3rd party App API documentation.

JSiva_0-1746771307251.png

Regards,
Siva

saikumarkak
Tera Contributor

@J Siva 

after this step we need to add the script step right..?
if i correct can you provide that script

@saikumarkak yes. If you want to process the response, then you can use script step.

saikumarkak
Tera Contributor

@J Siva ,

yse, that is where i stuck can you have any example scripts to move on