Skip to content
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

new connector: source-genesys #2132

Closed
jonwihl opened this issue Nov 8, 2024 · 2 comments · Fixed by #2136
Closed

new connector: source-genesys #2132

jonwihl opened this issue Nov 8, 2024 · 2 comments · Fixed by #2136
Assignees

Comments

@jonwihl
Copy link
Contributor

jonwihl commented Nov 8, 2024

Expected delivery: November 29th

Authentication

  • OAuth

Streams:

  • Users
  • Conversations
    There is no concept of an updated at time for a conversation. Events are time bound by a conversation start date and conversation end date. Start date seems to be the only cursor we could use for incremental

Todo:

  • API limits
@dyaffe
Copy link
Member

dyaffe commented Nov 8, 2024

We should be targeting Nov 21 at latest if possible @jonwihl

@Alex-Bair Alex-Bair linked a pull request Nov 11, 2024 that will close this issue
@Alex-Bair
Copy link
Contributor

source-genesys has been merged & should be available in the UI. There's a minor issue I'd like to fix still with naming that appears in the UI (the "Authentication" drop down is showing up as the class name "ClientCredentialsOAuth2Credentials" in prod), but it doesn't impact the connector performance.

I should mention that we decided to use the /jobs endpoint for conversations since it will allow us to capture both creates & updates. The caveat though is that this endpoint's backing data set isn't updated in real-time, so there'll be some delay between when a user makes a change in Genesys & when that data is available to capture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants