You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
According to the documentation at https://docs.smooch.io/rest/#operation/createSwitchboardIntegration only one between
integrationId
andintegrationType
should be passed to the create switchboard integration endpoint, however when trying to invoke thecreate_switchboard_integration
function without passingintegration_type
to it the call fails withTypeError: SunshineClient.create_switchboard_integration() missing 1 required positional argument: 'integration_type'
The text was updated successfully, but these errors were encountered: