Share feedback, ideas and get community help

Home
Members
yousefbaafif
y
yousefbaafif
Offline, last seen last month
Joined January 16, 2025
Hi everyone! 👋

I’ve successfully installed the self-hosted version, and now I’m looking to use webhook nodes, so I want to install PartyKit to use it.

I followed the doc https://docs.partykit.io/guides/deploying-your-partykit-server/ up to the point where it says:

"After the domain has been provisioned (up to two minutes), you can use the link or share it with your friends and play with it live 🥳"

But now, I’m not sure what steps to take next. Could someone guide me on how to proceed with the setup?

Thanks in advance for your help!
1 comment
B
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": "john.doe@example.com", "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!
4 comments
y
A