Good Morning!
I am running into an issue at the moment with the Hubspot Workflow Editor, and Email Templates. Basically I need to pass the ticket description to the body of the email that i am sending out, but it is converted to plain text. The description of the ticket is something like the following:
"The following devices are offline:
Company: Acme Inc.
Facility: New York, NY
Portal Information:
Door 1 | 00162511AB34 | 2025-02-11 06:00:00 UTC
Door 2 | 00162511AB56 | 2025-02-11 06:00:00 UTC"
This is a problem because the plaintext version looks like this:
"The following devices are offline: Company: Acme Inc. Facility: New York, NY Portal Information: Door 1 | 00162511AB34 | 2025-02-11 06:00:00 UTC Door 2 | 00162511AB56 | 2025-02-11 06:00:00 UTC"
With certain places having many devices this list could become difficult to follow.
I’ve looked into writing the description into a custom property, but it seems like those will be converted to plaintext too? It is worth noting that I do NOT have access to Data Ops at the moment…
Trying to avoid having to script the entire workflow out in Python.
Any ideas would be appreciated.
