Hello,
I am testing adding the private comment to the ticket via Zendesk API. Any documentation on how to add a mixture of text and URL link (via html tag)?
I tried using `<a href=<url>><text></a>` but it doesn't render as a hyperlink. Any help would be appreciated.
Thanks!
You can make a call to the Tickets API similarly to how you would to add a normal comment, but instead of the
bodyproperty, you'll use thehtml_bodyproperty. Here's an example of how that might look in practice:I hope this helps! Let me know if you have any questions.
Tipene