Service Callout using Java

Not applicable

I have some Mobile numbers,client ids,urls etc in oracle database , that i am retriving through jdbc in java callout

Now problem is there are multiple mobile numbers to whom i have to send custom SMS ie containing something embedded in url's

How can i invoke Sms Proxy / Shared Flow , n number of times from within Java code .. or External SMS gateway service

0 1 341
1 REPLY 1

It is not possible to (directly) invoke a SharedFlow from within a Java callout.

It is not possible to directly invoke a separate policy from within a Java callout.

If I were doing this in a loop, I would use the nodejs target, and invoke the backend that way. You may wish to host that nodejs target in a separate proxy, and invoke it with a ServiceCallout .

ps: I am not sure if you could unwrap a loop using a self-called SharedFlow, but even if you could, that seems like the wrong way to do it. So I don't even want to try.