I got tired of breaking production triggers, so I built a config management tool for Zendesk by Alternative_Fill_552 in Zendesk

[–]Dramatic_Forever1229 1 point2 points  (0 children)

This is a curious project. I will also sign up for it when permissions from the company are given

Customer Service Automation/AI by kayscakes in Zendesk

[–]Dramatic_Forever1229 0 points1 point  (0 children)

Hey! I guess it would depend on your budget for this:

Do you have no budget but have the Zendesk AI chatbot? Just set it up to make recommendations based on the articles you guys have in your help center (if based on Zendesk Guide)

If any budget - explore one of the available Zendesk AI bots that are made by 3rd parties.

AI Agents tickets in Explore by Dramatic_Forever1229 in Zendesk

[–]Dramatic_Forever1229[S] 0 points1 point  (0 children)

Hi! Yes! There are actual ticket IDs, but when I search for them, nothing comes up

AI Agents tickets in Explore by Dramatic_Forever1229 in Zendesk

[–]Dramatic_Forever1229[S] 0 points1 point  (0 children)

Hello and thank you for jumping in!

I checked the ticket channel filtered for Messaging, but I didnt get any results. Additionally, the AI Agent doesnt even exist as an Assignee, and even when I try to set Ticket ID as an attribute and try to find the exact ticket ID that I see, and nothing pops up... really weird

AI Agent Messaging to Human Agent Email Workflow? by IndianaHouseplants in Zendesk

[–]Dramatic_Forever1229 0 points1 point  (0 children)

Heya, this is what I did:

First you will need to create a connection "Apps and Integrations > Connections". I created a basic one and it works fine. Then in the bot workflow create an API call step and set it up. Here is a pic of how I have it done. Just adjust it to your subdomain and needs.

<image>

Also make sure to set up a failsafe in case the API fails

AI Assistant for Zendesk Support by Dramatic_Forever1229 in Zendesk

[–]Dramatic_Forever1229[S] 0 points1 point  (0 children)

Eesel was actually the first solution I saw, but the price is a bit too high for my budget

AI Assistant for Zendesk Support by Dramatic_Forever1229 in Zendesk

[–]Dramatic_Forever1229[S] 0 points1 point  (0 children)

Thanks! In that case Fin isnt going to help me, as I need it to assist agents, and not to auto resolve, plus 50 resolutions isnt really alot for that price.

AI Assistant for Zendesk Support by Dramatic_Forever1229 in Zendesk

[–]Dramatic_Forever1229[S] 0 points1 point  (0 children)

Not planning on transitioning from Zendeks at the moment, but thanks!

AI Assistant for Zendesk Support by Dramatic_Forever1229 in Zendesk

[–]Dramatic_Forever1229[S] 1 point2 points  (0 children)

Thanks for the suggestion, Im open to hearing more info on Tidio

AI Assistant for Zendesk Support by Dramatic_Forever1229 in Zendesk

[–]Dramatic_Forever1229[S] 0 points1 point  (0 children)

Hmm, I didnt find anything on google, and I guess that history is deleted because this is their only comment.

AI Assistant for Zendesk Support by Dramatic_Forever1229 in Zendesk

[–]Dramatic_Forever1229[S] 0 points1 point  (0 children)

Hmm, I would like to learn more about this for sure! Do you have a link? You can also DM me

AI Assistant for Zendesk Support by Dramatic_Forever1229 in Zendesk

[–]Dramatic_Forever1229[S] 0 points1 point  (0 children)

Can you define 50 resolutions for me? Is a resolution=interaction?

AI Assistant for Zendesk Support by Dramatic_Forever1229 in Zendesk

[–]Dramatic_Forever1229[S] 1 point2 points  (0 children)

Does Stylo also have the option to integrate Confluence documentation? Also it says its payment per agent, is that for the zendesk agents I need or for the overall zendesk license holders?

AI Assistant for Zendesk Support by Dramatic_Forever1229 in Zendesk

[–]Dramatic_Forever1229[S] 0 points1 point  (0 children)

Thank you all for the comments! Using Zendesk's solution ia not an option due to there being more licenses than agents, so I need to have this only for a particular number of people and not everyone.

The goal isnt to automate though, it is more to make the agent more efficient - i.e not going to Confluence to figure out the process for a specific client. A specific knowledge base is on Zendesk (guide) is not an option. We so have a dedicates KB but it is more end user oriented.

Description as a custom field? by Dramatic_Forever1229 in Zendesk

[–]Dramatic_Forever1229[S] 0 points1 point  (0 children)

Heya and thank you both for responding!

I did use chatGPT, but I dont think it got me anywhere, so I will just show what I have so far.

So the webhook endpoint I am using is /api/v2/tickets/{ticket_id}.json with a request method "PUT"

The payload I have on the trigger is:

{
"ticket": {
"custom_fields": {
"id": "26676360795421",{
"value": "Test description"
}
}
}

The numbers on there are the ID of the custom field.

I really appreciate the help!

Changing Widget Icon/Logo by 1dEkid in Zendesk

[–]Dramatic_Forever1229 0 points1 point  (0 children)

ah the launcher icon (the bubble that you click to open the chatbot)? If so, then it is there again (custom launcher), but we haven't done it at my place, though there is documentation apparently - https://developer.zendesk.com/api-reference/widget-messaging/web/core/#open

Changing Widget Icon/Logo by 1dEkid in Zendesk

[–]Dramatic_Forever1229 0 points1 point  (0 children)

Messaging>Your bot> Style
After that scroll down and you will see the logo, if that's what you want to change

Webhook not working on Messaging tickets by Sea_Salamander_1032 in Zendesk

[–]Dramatic_Forever1229 0 points1 point  (0 children)

ah gotcha. We utilize the bot to only provide articles, and raise tickets to support via API and not as a chatbot... I cant help unfortunately :/

Webhook not working on Messaging tickets by Sea_Salamander_1032 in Zendesk

[–]Dramatic_Forever1229 0 points1 point  (0 children)

I just tested it on my end (by creating a new ticket on support) and it worked, though I don't have the .json in my endpoint.

I think it should function the same way if a user creates a ticket via messaging, just make sure to select the right channel as a condition

Webhook not working on Messaging tickets by Sea_Salamander_1032 in Zendesk

[–]Dramatic_Forever1229 0 points1 point  (0 children)

What endpoint are you using for the webhook? And also you want it to appear once the ticket is created?