Hi @goofygdog,
yes it is possible.
You can setup something simple like that:
Three things to keep in mind:
- The logic app accept only POST requests
- In the second step settings you should disable the "Asynchronous Pattern" so the logic app await for the second service response
- In the third step you need to put the body from the second step