zendesk / zendesk/sunshine-conversations-python

Impossible to create a switchboard integration

Open
#15 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.