You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a request (i.e. end users create tickets), there is no way to supply the required requester object as described in the Zendesk documentation. The result is that the request fails if the end user is not already known in the system.
Hi @anti-matter, I have had a brief look and it doesn't seem like the API currently support anonymous requests for this endpoint. It seems that we need to add the Requester object as an option on the Request object.
I also notice that, even for anonymous requests where auth is not necessary, we still require username/token when instantiating the ZendeskApiClient. We will have a look into having a more natural solution for anonymous requests like this.
Our team has recently taken ownership of this repository so we should get round to it. I have created a TODO card as well.
When creating a request (i.e. end users create tickets), there is no way to supply the required requester object as described in the Zendesk documentation. The result is that the request fails if the end user is not already known in the system.
Example:
Here is how I create the client:
There is the ability to supply a requester_id, but it is unclear how to obtain this id when the end user is new.
What am I missing? Any help would be appreciated.
Thanks in advance!
The text was updated successfully, but these errors were encountered: