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 support for Freshdesk API #1420

Open
rguldener opened this issue Dec 12, 2023 · 1 comment
Open

Add support for Freshdesk API #1420

rguldener opened this issue Dec 12, 2023 · 1 comment
Labels
api Related to supporting new APIs.

Comments

@rguldener
Copy link
Member

We got some requests for the Freshdesk API: https://developers.freshdesk.com/api/#authentication

It looks like authentication is api key based, but also the freshdesk account's subdomain has to be set (see Zendesk and shopify for similar cases). This should also be documented on the Nango docs for the API, similar to how we have it for Zendesk & Shopify.

@rguldener rguldener added the api Related to supporting new APIs. label Dec 12, 2023
@grjan7
Copy link
Contributor

grjan7 commented Dec 12, 2023

They use basic authentication with API key as a username and dummy characters as a password.

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

No branches or pull requests

2 participants