Skip to main content
Question

Freshservice Automation pass in description without the HTML

  • June 16, 2023
  • 1 reply
  • 260 views

Current;y, I want to pass in the ticket.description to webhook but ticket.description has the html code in it like “<div>test</div>”.  I found the api in freshservice developer has ticket.description_text to send without html code. But I can’t find the option in json content. Anyone has any ideas?

 

Did this topic help you find an answer to your question?

1 reply

Daniel Söderlund
Skilled Expert
Forum|alt.badge.img+14
ivvafhuiaduidhsas wrote:

Current;y, I want to pass in the ticket.description to webhook but ticket.description has the html code in it like “<div>test</div>”.  I found the api in freshservice developer has ticket.description_text to send without html code. But I can’t find the option in json content. Anyone has any ideas?

 

Switch to Advanced then you can build your own payload. (the webhook function in the action node is deprecated, use the deprecated node) 

Then you use Powerful Placeholders with Liquid Filters : Freshservice ( check the last section ) 
 


Reply