Documentation
What is API Builder?
Today, Webhooks are a “fire-and-forget” mechanism, meaning you trigger them and only receive an acknowledgment that your request was received. To know if the Zap ran and get the output of that Zap, you have to look in Task History or the target systems of each step to see the output. While this works for background tasks, it is not ideal when you need to immediately surface the result of a Zap’s execution to your users.
Zaps as APIs allow you to turn your Zaps into an endpoint that is callable via HTTP requests and returns a response with the output of your Zap steps in one synchronous call.





