python-crisp-api icon indicating copy to clipboard operation
python-crisp-api copied to clipboard

🐍 Crisp API Python Wrapper

Results 6 python-crisp-api issues
Sort by recently updated
recently updated
newest added

check_people_profile_exists does not return True or False,

How do I start a new conversation with existing profile?

I wish i could see the response of these methods, but they dont return anything

Hi, It seems the setup does not support python2. I try `pip install crisp-api` in python2 environment and got this errors: Collecting crisp-api Downloading crisp-api-1.1.8.tar.gz (10 kB) ERROR: Command errored...

params can be added to this method **client.website.list_people_profiles(website_id, page_number, params)** to have all options in the API /website/{website_id}/people/profiles/{page_number}{?sort_field}{&sort_order}{&search_operator}{&search_filter}

what should I put on the query parameter when I want to get all messages in conversation? I try to write this : result = client.website.get_messages_in_conversation(website_id, session_id) and get An...