Hi,
I’m using the Webhook block. The bot correctly pauses until the request to the webhook is sent and resumes the conversation afterward. However, I’m unable to capture or use the response body from the webhook in my bot flow.
For example, my webhook response body looks like this:
{
"name": "John Doe",
"email": "[email protected]",
"orderId": 12345
}
How can I extract the orderId from the response for example so I can send it to the user?
Thanks for your help!