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

Add Freshdesk source integration #1014

Closed
sherifnada opened this issue Nov 18, 2020 · 3 comments
Closed

Add Freshdesk source integration #1014

sherifnada opened this issue Nov 18, 2020 · 3 comments

Comments

@sherifnada
Copy link
Contributor

Tell us about the new integration you’d like to have

I'd like to be able to sync data from Freshdesk via Airbyte. The entities I'd like to sync are:

  • Agents
  • Contacts
  • Companies
  • Groups
  • Products
  • Roles
  • Skills
  • Surveys
  • Tickets
  • Time Entries

API docs: https://developers.freshdesk.com/api/

@rubenssoto
Copy link

Hello,

I think, important information about freshdesk Agents endpoint, there are two endpoints, one to list all agents and one to get each agent info. In my company agent roles information is important, so this info is only available on the second endpoint.

Thank you.

@michel-tricot
Copy link
Contributor

Thanks @rubenssoto
@sherifnada is it just a matter of adding a new entity?

@sherifnada
Copy link
Contributor Author

@rubenssoto the Freshdesk API endpoints view agent and list agents return the same entity (agent), but the former is a single agent and the latter is a list of the entities. Both contain the roleIDs for each agent. The Freshdesk connector syncs Roles and Agents via their list endpoints. Would this fulfill your use case? I believe based on your description and the API docs it should, but please let me know if this is not the case.

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

No branches or pull requests

6 participants