Hello! There are any ways that I can receive the response in an webhook previous defined?
Lets say I have an flow with multiple webhooks that I must use.
But some of those webhooks can have 10~20s response time.
If I'm using lambda to process message (4 bridge orchestration) it can be way too expensive.
If we instead just act as an 'trigger' we could send to typebot, it can process on background and then send back to us via webhook.
In that way our lambdas/nginx handle would be freed after 200ms~1s, instead 10-20s.
Is that reasonable ?
Add a reply
Sign up and join the conversation on Discord