Modules@robinpath/freshdesk
@robinpath/freshdesk
0.1.0PublicFreshdesk module for RobinPath.
@robinpath/freshdesk
Freshdesk module for RobinPath.
Why use this module?
The freshdesk module lets you:
- listTickets
- getTicket
- createTicket
- updateTicket
- deleteTicket
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/freshdesk
Quick Start
1. Set up credentials
freshdesk.setCredentials "your-credentials"
2. listTickets
freshdesk.listTickets
Available Functions
| Function | Description |
|---|---|
freshdesk.setCredentials | Configure freshdesk credentials. |
freshdesk.listTickets | listTickets |
freshdesk.getTicket | getTicket |
freshdesk.createTicket | createTicket |
freshdesk.updateTicket | updateTicket |
freshdesk.deleteTicket | deleteTicket |
freshdesk.listTicketConversations | listTicketConversations |
freshdesk.replyToTicket | replyToTicket |
freshdesk.addNoteToTicket | addNoteToTicket |
freshdesk.listContacts | listContacts |
freshdesk.getContact | getContact |
freshdesk.createContact | createContact |
freshdesk.updateContact | updateContact |
freshdesk.deleteContact | deleteContact |
freshdesk.listAgents | listAgents |
freshdesk.getAgent | getAgent |
freshdesk.listGroups | listGroups |
freshdesk.listCompanies | listCompanies |
freshdesk.createCompany | createCompany |
freshdesk.searchTickets | searchTickets |
freshdesk.filterTickets | filterTickets |
Examples
listTickets
freshdesk.listTickets
getTicket
freshdesk.getTicket
createTicket
freshdesk.createTicket
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/freshdesk";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
freshdesk.setCredentials "your-credentials"
freshdesk.listTickets
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/hubspot— HubSpot module for complementary functionality@robinpath/salesforce— Salesforce module for complementary functionality@robinpath/pipedrive— Pipedrive module for complementary functionality@robinpath/intercom— Intercom module for complementary functionality@robinpath/zoho— Zoho module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.0 | latest | yesterday |
Related Modules
sales
0
@robinpath/bigcommerce
v0.1.1robinpath
BigCommerce module for RobinPath.
0 downloads
...
sales
0
@robinpath/freshbooks
v0.1.0robinpath
FreshBooks module for RobinPath.
0 downloads
...
sales
0
@robinpath/hubspot
v0.1.0robinpath
HubSpot module for RobinPath.
0 downloads
...
sales
0
@robinpath/intercom
v0.1.0robinpath
Intercom module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/freshdesk Version0.1.0
LicenseMIT
Unpacked Size4.8 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

