How to trigger REST API From flow designer

shabbir5
Tera Guru

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

1 REPLY 1

ShreyasK0030
Kilo Guru

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