Back
17 Aug, 2025

Allow to define webhook async body answer

Before this feature, a webhook async execution always answer a body like this:

{"id":"cb045e6a-48e4-4bc4-a7be-a09bca0ffbe5","status":"CREATED","data":null}

Now, if a query param (async_response) is provided, that content will be the response body.

For example this request "cloud.yepcode.io/api/xxxx/webh... on it'" will respond Working on it. If we provide false as async_response, no body will be provided.

HTTP codes won’t be affected.