Freshteam API client
Create a new instance of Freshteam API client
Domain of the Freshteam instance
API key for the domain
const { Freshteam } = require("@freshworks/api-sdk");const FT = new Freshteam(domain, apiKey);
Generated using TypeDoc
Freshteam API client