Is it possible to engineer a Make Scenario where a scenario behaves as if it is an API endpoint itself and reply the party submitting to a webhook?
In this case I have a customer that wants to query information from my internal systems. I created a webhook on the front-end for their request types to route and that filters their queries only to pass through orders that belong to them.
I realize that if they have a corresponding API that I could POST to it but I’m hoping to achieve something that works like a full-blown API of my own with responses.
Thoughts? Suggestions?