sunshine-conversations-python icon indicating copy to clipboard operation
sunshine-conversations-python copied to clipboard

Smooch API Library for Python

Results 9 sunshine-conversations-python issues
Sort by recently updated
recently updated
newest added

According to the documentation at https://docs.smooch.io/rest/#operation/createSwitchboardIntegration only one between `integrationId` and `integrationType` should be passed to the create switchboard integration endpoint, however when trying to invoke the `create_switchboard_integration` function without...

I have an application with messenger integration and using the list_integrations method, returns the next exception because de page_access_token is None en the API response. example code with get: `...

Running: ``` with sunshine_conversations_client.ApiClient(self.__sunco_config) as api_client: api_instance = sunshine_conversations_client.IntegrationsApi(api_client) integration = sunshine_conversations_client.Integration( type="custom" ) try: api_response = api_instance.create_integration(self.__sunco_app_id, integration) pprint(api_response) except sunshine_conversations_client.ApiException as e: print("Exception when calling IntegrationsApi->create_integration: %s\n" %...

When the user clears the history or the chat the webhook event **conversation:remove** is not triggered, am I missing something? Is there any other way to understand when a user...

When I ran the sample code, I get the following error. `module 'sunshine_conversations_client.model' has no attribute 'dict'` The sample code I ran is below. ``` from __future__ import print_function import...

Last version (15.0.1) pushed seems to have some issues: ``` Traceback (most recent call last): File "", line 1, in File "/Users/lfigea/opt/anaconda3/envs/py311/lib/python3.11/site-packages/sunshine_conversations_client/api/messages_api.py", line 317, in list_messages return self.list_messages_with_http_info(app_id, conversation_id, **kwargs)...

`bearerAuth` had the exact same code as `basicAuth`

![snyk-top-banner](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/pr-banner-default.svg) ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `test-requirements.txt` ⚠️ Warning ``` flake8...

![snyk-top-banner](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/pr-banner-default.svg) ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `requirements.txt` --- > [!IMPORTANT] >...