zendesk / zendesk/sunshine-conversations-python
Impossible to create a switchboard integration
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 24
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
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'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the SunshineClient.create_switchboard_integration entry point and compare its required integration_type argument with the documented create switchboard integration endpoint. Verify calls that provide only integrationId and only integrationType, and consider the issue done when both documented forms work without a missing-argument error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100