Can I remove added attachment in textbox programmatically?

3 Comments

  • Erica Girges
    Zendesk Developer Advocacy
    Hi Jigar!
     
    Unfortunately, attachments are unable to be set with the Client API directly. You would need to use the Ticket Attachments workflow which utilizes the Upload & Tickets API's Once you have the token from the Upload API, you can then use the request method from ZAFClient to make the call to the Tickets API and add the attachment. 
    0
  • Jigar

    Thanks for the replay Erica Girges

    But what I want I have to remove selected attahcment when user click my app logo for sending message text is clear using 

    client.set('comment.text', '')
    This function but attachment doesn't remove

    Can we remove attachment progametaclly from the text editor? using client sdk  

     

    Please let me know if any other solution you have

    0
  • Oana Veronica Pop

    Hello!

    Did you by any chance find a way to do this Jigar? I also need it :D

    0

Please sign in to leave a comment.

Powered by Zendesk