Open vapdev opened 2 years ago
Hello python-crisp-api#15!
Jairo here, pleased to help you :)
What are you trying to achieve with these specifically?
I'm using them in a chatbot! And I'm making tests for the chatbot API So I need to see these kind of response { "error": false, "reason": "updated", "data": {} } from crisp api
Got it, so you are trying to change conversation status. But, how are you using that with a bot? Can you please share more details and screenshots.
Sure,
When the user tells the chatbot to handoff to human, this action is called
This action calls "crisp.resolve_conversation(user_id)"
And it calls the crisp_api method
The response is empty, although the conversation state is changed
Got it. I will ask our engineers to review this and we will get back to you soon. Thanks for your patience.
I wish i could see the response of these methods, but they dont return anything