最近搜索
没有最近搜索
Ticket Attachment using private app
已于 2023年11月03日 发布
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 条评论