zendesk-node-api
zendesk-node-api copied to clipboard
๐ A wrapper library for the Zendesk API with NodeJS.
https://developer.zendesk.com/rest_api/docs/support/ticket_comments#list-comments
Hi, just came across this project, it looks great! Better than the other community one. Do you have any plan for typescript support for the api returned objects? Thanks
The zendesk api supports [side-loading related data](https://developer.zendesk.com/rest_api/docs/support/side_loading). Unfortunately, this package does not support this because it [only returns the response data](https://github.com/dashedstripes/zendesk-node-api/blob/master/src/accessor.js#L12) for the object that was requested
Al utilizar el mรฉtodo Update(), solo se actualiza el subject, pero no crea comentarios ni genera errores en cรณdigo: Fragmento de codigo: `zendesk.tickets.update(TICKET_ID, { ticket: { comment: { body: "Texto...
Hello, after creating ticket it gives whole result instead of status code. This is making difficult to put logic in code. I there is error or successful post also it...
I am facing issue with a listing of tickets and users. I am able to create a ticket but not able to list, I tried both options list and search...
Hi Guys, Awesome API :) Just curious, I have been using it and customising it and found that the search method works best for what we need. I can see...
fix https://github.com/dashedstripes/zendesk-node-api/issues/18
Adds Accessors for: * Views * Tags Note: I have tested several methods for both accessors, but not all. Adds the following methods: * views.tickets (to request tickets from a...
check if the provided url in config object is with the good format Use the console.error method to log the error