Hello! I'm looking to build a chatbot that collects information from customers by asking a series of questions. I've got the basic conversation flow sorted, but I need a way to trigger a function that stores the data from the conversation at each step, so I can then pass it to a webhook.
Within the Message an Assistant OpenAi module, there's a "Tool Choice" section. When I set this to "Functions" and input my function name:
This is the error I'm encountering:
I'm unsure what I might be doing incorrectly or overlooking. Is there a more straightforward method to have a customer interact with a bot, have the bot gather information, and then log the key details in a schema format that I can send to my CRM via a webhook?
Apologies if my explanation was unclear. Please let me know if you need further clarification, and I'll do my best to elaborate.
It appears you need to manually create this function within the assistant on the OpenAI platform first.
Hope this helps! Please let me know if you have any further questions or encounter any issues.
P.S.: Did you know that approximately 70% of the questions asked on this forum are already addressed in the callin.io Academy? Investing some time in it could save you a lot of time and frustration when using callin.io!
I've already incorporated this. I'm still encountering the same problem.
Any updates? I'm experiencing the same issue.
I haven't had another opportunity to investigate this further, but I'm still working on resolving the issue.
Same here
Any updates?
In callin.io, it indicates that parameters are sent via POST, but nothing is reaching my endpoint.