We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zendesk is currently running a beta program for HTML mail support: https://support.zendesk.com/hc/en-us/community/topics/200468567
However, the following does not yet appear to work:
zendesk = Zendesk::Client.instance ticket # => #<Zendesk::Ticket:0x007f9b8959b2e0 ...> comment = ZendeskAPI::Ticket::Comment.new(zendesk) comment.body = "<p>...</p>" # HTML mail body ticket.comment = comment ticket.save
(I know, this could be simplified a little, however, this is the code right now written by someone else.)
The comment is added, however, it is treated as plain text:
Maybe some modifications are needed for the gem to support HTML mail?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Zendesk is currently running a beta program for HTML mail support:
https://support.zendesk.com/hc/en-us/community/topics/200468567
However, the following does not yet appear to work:
(I know, this could be simplified a little, however, this is the code right now written by someone else.)
The comment is added, however, it is treated as plain text:
Maybe some modifications are needed for the gem to support HTML mail?
The text was updated successfully, but these errors were encountered: