zendesk / sunshine-conversations-python

Smooch API Library for Python
Apache License 2.0
23 stars 8 forks source link

Impossible to create a switchboard integration #15

Open robertof-surveypal opened 2 months ago

robertof-surveypal commented 2 months ago

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 passing integration_type to it the call fails with TypeError: SunshineClient.create_switchboard_integration() missing 1 required positional argument: 'integration_type'