Skip to main content

Documentation Index

Fetch the complete documentation index at: https://nango.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

This guide shows you how to register your own app with Freshworks to obtain your OAuth credentials (client id & secret). These are required to let your users grant your app access to their Freshworks account.
1

Access your Freshworks account

If you don’t have a Freshworks account, go to freshworks.com and sign up for a free trial. Otherwise, log in to your existing account.Then navigate to the Freshworks Developer login page. Enter your organization URL and click Proceed.
2

Open OAuth Credentials settings

From the top navigation bar, click the Settings icon. On the Settings page, find the OAuth Credentials section and click Create OAuth Credentials.
3

Fill in app details

Enter the following:
FieldValue
NameA short name for your app (up to 3 words). This is shown to users during the authorization flow.
DescriptionA brief description of what your app does. Also shown to users during authorization.
Redirect URLhttps://api.nango.dev/oauth/callback
ScopesSelect the Freshworks product(s) and the specific resource permissions your integration needs. The scopes you select here are the maximum level of access your app can request — when initiating OAuth, you may include all or a subset of these scopes, but never ones not listed here.
4

Copy your credentials

Click Create Credentials. On the credentials page, copy the Client ID and Client Secret — you’ll need these when configuring the integration in Nango.
5

Next

Follow the Quickstart.
For more details, see the Freshworks OAuth documentation.