flow designer rest api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 11:09 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 11:16 PM
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.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 11:22 PM
after this step we need to add the script step right..?
if i correct can you provide that script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 11:23 PM
@saikumarkak yes. If you want to process the response, then you can use script step.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 11:26 PM
@J Siva ,
yse, that is where i stuck can you have any example scripts to move on