Is it possible to define outbound REST API call in the FlowDesigner WITHOUT Integration Hub?

ktsuda
Kilo Contributor

I would like to create a workflow with outbound REST API call in the Madrid instance.

According to the tutorial, REST API call in the FlowDesigner is created using the Integration Hub. But if I use Integration Hub,  that requires me an another licence (=additional cost)  for our production instance. so my question is,

1. Is there any way to implement outbound API call in the FlowDesigner without IntegrationHub?( or without additional cost?)

2. If we don't use IntegrationHub, What is the recommended way to implement the REST API call? (Scripting with Workflow Editor?)

Please give me your comments or feedback. Thank you.

1 ACCEPTED SOLUTION

DScroggins
Kilo Sage
Hi, I believe without Integration Hub you still have access to the script step. You can utilize the RestMessageV2 API in the script editor to make your outbound calls just as you would in a business rules or workflow run script activity. You can either create the call and hard code the values i.e. endpoint, authentication, etc or you can use in combination with a pre configured Outbound REST message. Hope this helps. --David

View solution in original post

1 REPLY 1

DScroggins
Kilo Sage
Hi, I believe without Integration Hub you still have access to the script step. You can utilize the RestMessageV2 API in the script editor to make your outbound calls just as you would in a business rules or workflow run script activity. You can either create the call and hard code the values i.e. endpoint, authentication, etc or you can use in combination with a pre configured Outbound REST message. Hope this helps. --David