-
Notifications
You must be signed in to change notification settings - Fork 394
Clean up and modernize Zendesk source documentation #8055
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
Conversation
✅ Deploy Preview for segment-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
This page is lookin' good!
| [ticket_skips](#ticket_skips) | object | Records of tickets skipped by agents. Segment fully syncs all available records during each sync run. | | ||
| [organization_memberships](#organization_memberships) | object | Links users to organizations. Organizations can have many users, and users can belong to multiple organizations if supported. Segment fully syncs all available records during each sync run. | | ||
| [group_memberships](#group_memberships) | object | Links agents to groups. Groups can have many agents, and agents can belong to multiple groups. Segment fully syncs all available records during each sync run. | |
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.
Do you know if Segment fully syncs all available records for each object in this table, or only these three?
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.
@forstisabella Just these three; AFAIK those specific endpoints in Zendesk's API don't support incremental updates. So the only wait to sync for those three is by syncing everything.
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.
oh gotcha - makes sense!
Co-authored-by: forstisabella <92472883+forstisabella@users.noreply.github.com>
Co-authored-by: forstisabella <92472883+forstisabella@users.noreply.github.com>
Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site. |
Proposed changes
satisfaction_ratings
anchor link.Merge timing
Related issues (optional)
#8046