Simultaneous REST Calls

Shantanu K
Tera Contributor

Hello Experts,

 

Query is regarding outbound Integration with 3rd party application:

 

I need to trigger 4 POST methods one after other and pass the value from previous response to the input variable of the next method.

 

I am looking for possible ways to achieve this. This is real time integration.

what would be the best possible approach? Need explanation on the below

Flow designer

workflow

Business rule

scheduled job

 

Thanks,

Shantanu

1 REPLY 1

umaaggarwal
Giga Guru
Giga Guru

Hi,

 

I would suggest Flow Designer for below reasons

 

All the other options ( workflow/business rules/scheduled job) can be anyway converted in flow designer and this is becoming best practice to use Flow Designer instead other options.

You can create actions and can test each action separately without needing complete integration at once

You can easily debug flow designer

Easy to configure and easy to understand ( compared to many lines of code)

Handy SOAP actions available to make calls 

 

There may be many more reason why to use Flow Designer as this is such a great capability.

 

Please mark my answer if it helped.