Pesquisas recentes
Sem pesquisas recentes
Ticket Attachment using private app
Publicado 03 de nov. de 2023
Can i add a ticket attachment using my private app just like i add comment using zaf client
client.invoke('ticket.comment.appendText', testText)
Is there a property in ticket node that allows me to add a attachment to the ticket without sending an actual reply e.g.
client.invoke('ticket.comment.addAttachment', [{contentUrl: "https://_subdomain_/attachments/token/TOKEN/?name=order_issue.pdf",contentType: 'application/pdf',
filename: 'order_issue.pdf',
token: ""
}]
1
0
0 comentários