The Freshdesk integration connects your customer support platform to Convor. Operators can create tickets from conversations, sync contact details, and track ti
The Freshdesk integration connects your customer support platform to Convor. Operators can create tickets from conversations, sync contact details, and track ticket status. When a visitor needs help, a support ticket is created in your Freshdesk account with the conversation context attached.
Log in to Freshdesk. Go to Profile Settings and scroll to the API Key section. Copy the API Key shown on that page. The key is used with HTTP Basic authentication where the username is the API key and the password is left blank.
# Freshdesk API Key format
# Found in Profile Settings > API Key section
# Used as username in HTTP Basic Auth (password is empty)
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxYour Freshdesk subdomain is the part of the URL before .freshdesk.com. For example, if your Freshdesk URL is https://mycompany.freshdesk.com, your subdomain is "mycompany".
# Freshdesk Subdomain format
# https://YOUR_SUBDOMAIN.freshdesk.com
# Copy the subdomain from your Freshdesk URL
mycompanyIn your Convor dashboard, open Integrations → Freshdesk. Enter your API Key and Subdomain. Click Test Connection to verify the credentials, then save.
{
"integration": "freshdesk",
"apiKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"subdomain": "mycompany"
}| Feature | Description | Status |
|---|---|---|
| Ticket Creation | Create Freshdesk tickets directly from Convor conversations | Supported |
| Contact Sync | Sync visitor contact details to Freshdesk contacts | Coming Soon |
| Priority Management | Set ticket priority and urgency from the Convor dashboard | Coming Soon |
| Status Tracking | Track ticket status changes and updates in real time | Coming Soon |
Warning
If ticket creation fails, verify the API Key has not been changed and that the account has agent or admin access in Freshdesk. Freshdesk uses HTTP Basic Auth with the API key as the username.
Ostatnia aktualizacja: 10 sie 2026
Czy ta strona była pomocna?