-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add talk api #53
base: master
Are you sure you want to change the base?
Add talk api #53
Conversation
3da193e
to
1c7bdfc
Compare
@kspeer825 This PR has been created with an old account from mine. I did now a update & rebase so this is now ready to be merged. Could you merge it - or close it and I will create a new one since this account does not exist anymore. |
Hi @leo-schick, I have converted your PR from draft mode to Ready to review. |
@jtilala I did a rebase now on branch master. Can you do the review/merge as well? |
3774fed
to
91015f4
Compare
"type": ["object"], | ||
"properties": { | ||
"agent_id": { | ||
"type": ["integer"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"type": ["integer"] | |
"type": ["integer", "null"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
tap_zendesk/schemas/talk_calls.json
Outdated
"enum": ["queue", "web widget"] | ||
}, | ||
"completion_status": { | ||
"type": ["string"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add null in type.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I provided some null addition comments and this branch is out-of-date with the base branch. Can you please rebase?
1d20bbe
to
1cb3193
Compare
@dbshah1212 Rebase is done. |
tap_zendesk/schemas/talk_calls.json
Outdated
"description": "The call was answered by an agent who is a member of the call's default group, if group routing is used" | ||
}, | ||
"direction": { | ||
"type": ["string"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add "null" to handle the empty value. Do add null at all places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Looks good to me now, @KrisPersonal integration tests are not running for this branch as it is raised from the personal repo. Can we merge this one of the singer branches and then merge that in master? |
Description of change
Adds new streams from the ZenDesk Talk API:
talk_phone_nuber
talk_chats
Required changes before merge:
singer-python
which supportspytz==2018.9
or higher (currently not available)zenpy
where PR Add incremental calls api facetoe/zenpy#454 is merged (currently not available)Manual QA steps
Risks
zenpy
2.0.0 and 2.0.22Rollback steps