Modules@robinpath/zendesk
@robinpath/zendesk
0.1.0PublicZendesk module for RobinPath.
@robinpath/zendesk
Zendesk module for RobinPath.
Why use this module?
The zendesk 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/zendesk
Quick Start
1. Set up credentials
zendesk.setCredentials "your-credentials"
2. listTickets
zendesk.listTickets
Available Functions
| Function | Description |
|---|---|
zendesk.setCredentials | Configure zendesk credentials. |
zendesk.listTickets | listTickets |
zendesk.getTicket | getTicket |
zendesk.createTicket | createTicket |
zendesk.updateTicket | updateTicket |
zendesk.deleteTicket | deleteTicket |
zendesk.listTicketComments | listTicketComments |
zendesk.addTicketComment | addTicketComment |
zendesk.listUsers | listUsers |
zendesk.getUser | getUser |
zendesk.createUser | createUser |
zendesk.updateUser | updateUser |
zendesk.searchTickets | searchTickets |
zendesk.listOrganizations | listOrganizations |
zendesk.getOrganization | getOrganization |
zendesk.createOrganization | createOrganization |
zendesk.listGroups | listGroups |
zendesk.assignTicket | assignTicket |
zendesk.listViews | listViews |
zendesk.listMacros | listMacros |
zendesk.getSatisfactionRatings | getSatisfactionRatings |
zendesk.getTicketMetrics | getTicketMetrics |
zendesk.mergeTickets | mergeTickets |
Examples
listTickets
zendesk.listTickets
getTicket
zendesk.getTicket
createTicket
zendesk.createTicket
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/zendesk";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
zendesk.setCredentials "your-credentials"
zendesk.listTickets
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/json— JSON module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.0 | latest | yesterday |
Related Modules
utilities
1
@dev-tester/hello-world
v2.0.0dev-tester
Updated description
0 downloads
...
utilities
0
@robinpath/apollo
v0.1.1robinpath
Apollo module for RobinPath.
0 downloads
...
utilities
0
@robinpath/archive
v0.1.1robinpath
Create and extract .zip and .tar.gz file archives
0 downloads
...
utilities
0
@robinpath/assert
v0.1.1robinpath
Testing assertions: equal, deepEqual, truthy, falsy, type checks, includes, matches, throws, and more
0 downloads
...
Install
$ robinpath install @robinpath/zendesk Version0.1.0
LicenseMIT
Unpacked Size4.8 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

