How to trigger REST API From flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 07:26 AM
Hi All,
I am working on servicenow-jira integration and creating groups in JIRA via servicenow catalog request
and using workflow i am triggering the rest api post method
can someone please help me how to do the same by using flow designer ?
Thank you,
Shabbir Shaik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 07:58 AM
Hi @shabbir5 ,
1. If the instance doesn't have integrationhub subscription,You can create a custom action and use the script step to call the rest message and assign the outputs to be used in the flow.
2. If the instance has integrationhub subscription, then you can create a custom action and then directly create a payload via payload builder step and rest step to do the outbound call