node-zendesk icon indicating copy to clipboard operation
node-zendesk copied to clipboard

A trusted Zendesk API client library for Node.js and the browser, lovingly maintained for over 10 years.

Results 33 node-zendesk issues
Sort by recently updated
recently updated
newest added

The library works perfectlyy well on my local but once in production I have the following error: ``` [POST] /api/zendesk 14:35:20:80 verless/pages/api/zendesk.js', '/var/task/now__launcher.js', '/var/runtime/UserFunction.js', '/var/runtime/index.js' ] } 2020-11-23T13:35:21.132Z 3298e15b-7cf1-4fe6-9de0-51d6d825f571 ERROR...

Hello, I found your lib really useful and thank you for it. I use it with typescript and I try to use it with @types/node-zendesk : https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-zendesk The library was...

I'm attempting to import a bunch of records for a custom object. Can that be accomplished with this library? https://developer.zendesk.com/api-reference/custom-data/custom-objects-api/resources/#create-object-record

It seems that the satisfaction rating incremental export should be calling requestAll vs request. Currently when called only 100 ratings are return for the given start_time. https://github.com/blakmatrix/node-zendesk/blob/7812774ede046a6bfd4664364ad912b267f54ac0/lib/client/satisfactionratings.js#L36

Using the categories method listed [here](https://blakmatrix.github.io/node-zendesk/api/#categories), I'm getting a 404 response. I'm able to pull user lists and other things so i'm assuming there is an issue with categories. please...

Not sure this is supported, I'm trying to do this: ``` zdApi.users.listWithFilter("role", ["admin", "agent"]) ``` and getting empty response. this however works: ``` zdApi.users.listWithFilter("role", "admin") ``` happy to submit a...

Issue #275 was never fully resolved for me. The changes @jondcoleman made in PR #278 helped eliminate `TypeError: Cannot read property 'options' of undefined` but now a call to `zendeskClient.tickets.incrementalInclude`...

bug
help wanted

Zendesk userfields.create method is returning BadRequest. It expects type CreateUserField ( `{ key: string} `). Postman requests an object of type `{ user_field: { key: string} } ` Is the...

I want to implement your API in Node.js with Single sign-on JWT method , however I had reached out with your support team and your team has suggested to me...

Wondering if type definitions could be added so that Typescript users can easily use the ZenDesk API

enhancement
help wanted