Calling weather API in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 01:49 AM
Hi All,
My requirement is to call weather API in flow designer. I have to create action in flow designer to call weather API and the output will be post in topic of virtual agent.
Can anyone explain how can I call this weather API in flow designer action.
Thanks in advance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 02:01 AM
Hi Virendra,
It's the same as how you put your normal REST request and response.
Try to build the request JSON body and parse the response body and use it as required.
Check this https://docs.servicenow.com/en-US/bundle/utah-build-workflows/page/administer/flow-designer/referenc... to get the details of all fields.
Kind Regards,
Swarnadeep Nandy