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

Impossible to create a switchboard integration

Open robertof-surveypal opened this issue 1 year ago • 0 comments

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'

robertof-surveypal avatar Jun 25 '24 05:06 robertof-surveypal