To conduct an automated Q&A conversation with Joonbot using chatGPT power, you can use our webhook system.
How to proceed step by step
- Within the builder, start your chatbot with an open answer block to get the user's question. It can be your starting block. Save the answer under the variable name "user_question" for example.
- Then, add a webhook block that will trigger your webhook.
So, you need to create a webhook that takes the question asked by a Joonbot user (the "user_question" variable), interrogates ChatGPT based on your database and returns the format you want to Joonbot.
At the end of the answer you give, you need to have an open answer block under the same variable name "user_question", so that you can loop on your webhook.
Depending on the chatGPT answer, your webhook can send several text blocks and finally send an open answer block whose answer will be saved under the variable name "user_question".
Here is the webhook documentation
Comments
0 comments
Please sign in to leave a comment.