Recent searches


No recent searches

dave.passaro's Avatar

dave.passaro

Joined May 28, 2021

·

Last activity May 02, 2022

Following

0

Followers

0

Total activity

10

Vote

1

Subscriptions

4

ACTIVITY OVERVIEW

Latest activity by dave.passaro

dave.passaro commented,

CommentZendesk messaging

Hello, 
I am attempting to add messaging to our zendesk plugin translation app, the method we usually use for sending chat messages is not working after enabling messaging

client.invoke('ticket.sendMessage', { channel: 'chat', message: text}) 
however, all our other functionality is still working. Is this expected, I see the chat API is recommended for messaging, is that the only way? 

 

View comment · Posted May 02, 2022 · dave.passaro

0

Followers

0

Votes

0

Comments


dave.passaro commented,

CommentDeveloper updates

Ticket Send Message (Ticket Sidebar Location)

  • Invoking this property enables your app to send a message to the end-user, on behalf of the agent. Only works during a live chat conversation for the time being, messaging is coming soon.
  • Documentation

Is messaging supported yet? 

View comment · Posted Apr 29, 2022 · dave.passaro

0

Followers

0

Votes

0

Comments


dave.passaro commented,

CommentAccounts and billing

Hi Dave,

Thanks for that link, I see it demonstrates getting the headers via a curl, however using the following request can I receive these headers or error? I am not getting a 429 or any of this info in the response, but I might get it if I avoid using the client request?  

options = {
url:"/api/v2/tickets/" + this.ticketId + ".json",
type:"PUT",
contentType:"application/json",
data:'',
dataType:"json",
};
client.request(options); 

View comment · Posted Apr 29, 2022 · dave.passaro

0

Followers

0

Votes

0

Comments


dave.passaro commented,

CommentAccounts and billing

Is there an API a support app can use to check if the rate limit has been reached? I am not able to receive the 429 too many requests signal in my app, it appears in the console but the actual call being paused gets no feedback until the limit is up and it completes. 

View comment · Posted Apr 28, 2022 · dave.passaro

0

Followers

0

Votes

0

Comments


dave.passaro commented,

CommentTicket customization

Is there a way to disable the translation bar option showing altogether. 
Thanks,
Dave

View comment · Posted Jan 25, 2022 · dave.passaro

0

Followers

1

Vote

0

Comments