
Alexis Davidson
-
Total activity21
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes3
-
Subscriptions7
Activity overview
Latest activity by Alexis Davidson-
Alexis Davidson created a post,
Using OpenAI in Zendesk App
I'm trying to submit an App that is using the openai api. It got rejected due to my inability to safely store the openai api key, or use Oauth in some way. Has anyone an idea how I can achieve this...
-
Alexis Davidson created a post,
Exported ticket conversations in bad format
I'm working with exported ticket conversations as .JSON In the provided conversation history, this is a correct format of a message:"author_id": 372213870758,"body": "Hello, I want to check if i ...
-
Alexis Davidson created a post,
Callback for new conversation message
Hi there, Is it possible to have a callback in my app that listens to when the end user has sent a new message? I would like my app to update automatically as soon as the end user sends a message. ...
-
Alexis Davidson commented,
Thank you Christopher Stock that's what I needed! I'm sorry I'm having a difficult time finding the what I need in the docs even after researching online as well. Apparently when testing locally, I...
-
Alexis Davidson created a post,
App's parameter
AnsweredHi, is it possible to have the admin save a parameter in our custom app?In my use case, I make calls to external APIs and I would like the user of my app to enter their own API keys that is to be u...
-
Alexis Davidson commented,
Yes Greg that was it. Thank you so much for the great support
-
Alexis Davidson created a post,
App not showing anymore
Hi, I'm using https://github.com/zendesk/app_scaffolds/tree/master/packages/react And everything was working fine until today. I actually didn't change the code of my app but now I cannot see it on...
-
Alexis Davidson commented,
Thank you for your reply. My goal is to fill the Box as shown in the attached image. I'm having difficulties to find the right object in the docs for this.Thanks
-
Alexis Davidson created a post,
Fill the agent's textbox
Hi, I would like my custom App to enter some text in the Agent's textbox. How can I achieve that? My app is a ticket sider bar app. Thanks!
-
Alexis Davidson commented,
That worked, thanks