Recent searches


No recent searches

Andrew's Avatar

Andrew

Joined Jun 09, 2022

·

Last activity Apr 01, 2024

Following

0

Follower

1

Total activity

35

Votes

4

Subscriptions

12

ACTIVITY OVERVIEW

Latest activity by Andrew

Andrew created a post,

Post Developer - Zendesk APIs

Is it possible to make a tickets API call and only get a response where it returns custom fields that have values rather than a bunch of null?

Posted Mar 31, 2023 · Andrew

0

Followers

2

Votes

1

Comment


Andrew created a post,

Post Q&A - Objects, workspaces, and rules

We have setup AWS Appflow to pull in Zendesk ticket and user data. The ask is if it is possible to pull in custom objects through appflow? I'm guessing the answer is no because of the limited functionality of custom objects within Zendesk itself (IE not being able to report on them and only being able to see custom objects through the api), but I wanted to ask and confirm. 

Thanks!

Posted Dec 22, 2022 · Andrew

0

Followers

2

Votes

0

Comments


Andrew created a post,

Post Developer - Zendesk Apps Framework (ZAF)

Problem statement:

Due to limitations of the messaging widget on the help center we are unable to prompt a user to login prior to speaking with an agent. This creates possibly security and technical issues within Zendesk/support.

Security issue:

When a customer is not logged in and engages in messaging from the help center, they are asked to supply their name and email address, however anyone can enter any email address. The risk here is impersonation of existing clients with no way of automatically validating the customer.

Technical issue:

When a customer who is not logged in engages in messaging from the help center and then enter their name and email address, if an existing user's email address provided, Zendesk creates an additional user record for the same user. This is believed to be intended behavior; however, it causes issues with customer and ticket management resulting in agents having to manually go in and merge the user objects.

The ask:

How are folks addressing these issues? Is there a way for me to reliably detect if a customer is successfully logged into Zendesk through ZAF or some other means which I can code into our instance? Does Sunshine messaging address these concerns? Any feedback would be appreciated.


Thanks!!!

Posted Dec 22, 2022 · Andrew

0

Followers

3

Votes

0

Comments


Andrew created a post,

Post Developer - Zendesk APIs

Using this endpoint:

  • POST /api/sunshine/objects/query

I am querying some custom objects that have been created. Is there a way to get the total count of the objects that exist? Other API's have a count field but I do not see one with this.

Posted Dec 15, 2022 · Andrew

0

Followers

2

Votes

0

Comments


Andrew commented,

Community comment Feedback - Chat and Messaging (Chat)

Prakruti Hindia

Let me rephrase a bit... if in the messaging JWT I pass additional claims like first name, last name, country, ect. Should I expect these fields on the ZD user object to be updated once ZD received this JWT from messaging? I am trying to get a clear understanding of when the ZD user object will be updated when we pass JWT's over for auth. 

Thanks,
Andrew Wells 

View comment · Posted Dec 15, 2022 · Andrew

0

Followers

2

Votes

0

Comments


Andrew commented,

Community comment Developer - Zendesk APIs

That is unfortunate but understandable.

View comment · Posted Nov 21, 2022 · Andrew

0

Followers

0

Votes

0

Comments


Andrew created a post,

Post Developer - Zendesk APIs

Is there a way to send which fields we want returned through the tickets API? 

The situation we are finding ourselves in is we make an API to get ticket info and it returns all of the custom fields. This in and of itself isn't horrible (also isn' the best) but if we want to do anything with the response, such as looking up a specific field ID to get its value we need to iterate through all fields to get it. This can take time and in the world of automation time is never on your side. Our though is that if we can specify which id's we want returned this would be a non-issue. If thats not possible then is there a recommended search method, I should be looking into to be more efficient when iterating through the custom_fields array?

Posted Nov 14, 2022 · Andrew

1

Follower

3

Votes

3

Comments


Andrew created a post,

Post Feedback - Chat and Messaging (Chat)

We have the zendesk messaging bot setup in our lower environment to test to how it works and one question that keeps coming up is if we authenticate the user by passing a JWT from our IDP will that update the users zendesk profile? If it does at what frequency does it update it? Should we expect it to be updated every time we pass a JWT over to ZD or if there some other trigger which updates it?

Posted Oct 31, 2022 · Andrew

1

Follower

4

Votes

7

Comments


Andrew created a post,

Post Developer - Zendesk Apps Framework (ZAF)

We have a need to get some additional user information from our platform when a chat (messaging) is initiated. Is there a client.on('') specifically for when a chat (messaging) has been initiated? If not is there a way I can tell that an active ticket came in through messaging other than calling the tickets API and checking the ticket>via>channel attribute?

    "ticket": {
        "url": "url",
        "id": 12345,
        "external_id": null,
        "via": {
            "channel": "native_messaging",
...
}
thanks

Andrew Wells

Posted Oct 31, 2022 · Andrew

0

Followers

3

Votes

1

Comment


Andrew commented,

Community comment Q&A - Tickets and email

Brett, 
I apologize I should have been more specific in this comment. High importance as in the ability in Outlook or O365 to select a priority for the email you are sending. I believe this marks something in the email header but I'm not an expert on email. Below is a screenshot of what I'm talking about.

View comment · Posted Oct 19, 2022 · Andrew

0

Followers

0

Votes

0

Comments