forked from NangoHQ/nango
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(connect-ui): freshservice connect ui docs (NangoHQ#3254)
## Describe the problem and your solution Added Freshservice `connect-ui` docs <!-- Issue ticket number and link (if applicable) --> <!-- Testing instructions (skip if just adding/editing providers) --> Co-authored-by: Hassan Wari <[email protected]>
- Loading branch information
1 parent
b74b79f
commit 7bd4918
Showing
8 changed files
with
51 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Freshservice - How do I link my account? | ||
sidebarTitle: Freshservice | ||
--- | ||
|
||
|
||
# Overview | ||
|
||
To authenticate with Freshservice, you need: | ||
1. **API Key** - Your Freshservice API Key. | ||
2. **Freshservice subdomain** - Your unique Freshservice subdomain (e.g., mycompany.freshservice.com). | ||
|
||
This guide will walk you through finding both your **API Key** and **Freshservice subdomain** within Freshservice. | ||
|
||
### Prerequisites: | ||
|
||
- You must have a Freshservice account with admin privileges. | ||
|
||
#### Step 1: Finding Your Freshservice API Key | ||
1. Login to your **Freshservice** account. Click on your **Profile picture** and select **Personal Settings**. | ||
<img src="/integrations/all/freshservice/profile.png" /> | ||
2. Your **API Key** will then be available below the **Delegate Approvals** section to your right. | ||
<img src="/integrations/all/freshservice/api_key.png" /> | ||
|
||
#### Step 2: Finding Your Freshservice subdomain | ||
1. Login to your **Freshservice** account. On you address bar, The URL will be similar to: `https://mycompany.freshservice.com`. Your subdomain is the text between `https://` and `.freshservice.com`, which in this case would be `mycompany`. | ||
|
||
#### Step 3: Enter credentials in the Connect UI | ||
|
||
Once you have your **API Key** and **Freshservice Domain**: | ||
1. Open the form where you need to authenticate with Freshservice. | ||
2. Enter the **API Key** and **Freshservice subdomain** in their designated fields. | ||
3. Submit the form, and you should be successfully authenticated. | ||
|
||
<img src="/integrations/all/freshservice/form.png" style={{maxWidth: "450px" }}/> | ||
|
||
You are now connected to Freshservice. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters