Hi,
I have implemented a outbound (POST) request to 3rd party to transfer some information from IFS to their system, but to access their system I need to generate a token and then need to send the outbound request authorization as Bearer using that generated token.
Can I fulfil this requirement only using Routing Rules and Addresses?
Token Generation
I’m getting a token as a result of above.
Outbound Request
I should be able to use the generated token here to send the data.
Please share if you have any sample setup for this..