REST API using http_poller

We have to implement REST API using http_poller if it is possible.
It has two calls.

1st POST creates a token which has to be used by 2nd REST GET. Can I pass the output token of 1st call to the input of other http_poller so that it uses that token?

Please help.

Thanks
Akhil

No, there is no way for inputs to communicate. However, you could do the second call using an http filter rather than an http_poller input.

Thanks for confirming Badger. I tried doing the second call with http filter, but I could not figure out that how to capture output from second call (http). There is no option of target or something?

Can you please instruct?

See the target_body option.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.